mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
feat: add Telnyx to provider_endpoints_support.json
This commit is contained in:
parent
6932ccf910
commit
43443472aa
1 changed files with 17 additions and 0 deletions
|
|
@ -2011,6 +2011,23 @@
|
|||
"a2a": false
|
||||
}
|
||||
},
|
||||
"telnyx": {
|
||||
"display_name": "Telnyx (`telnyx`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/telnyx",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": false,
|
||||
"responses": false,
|
||||
"embeddings": true,
|
||||
"image_generations": false,
|
||||
"audio_transcriptions": false,
|
||||
"audio_speech": false,
|
||||
"moderations": false,
|
||||
"batches": false,
|
||||
"rerank": false,
|
||||
"a2a": false
|
||||
}
|
||||
},
|
||||
"text-completion-codestral": {
|
||||
"display_name": "Text Completion Codestral (`text-completion-codestral`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/codestral",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue