feat: add Telnyx to provider_endpoints_support.json

This commit is contained in:
Guillermo Battistel 2026-04-23 20:05:37 -04:00
parent 6932ccf910
commit 43443472aa

View file

@ -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",