fix: register Telnyx as openai-compatible provider

This commit is contained in:
gbattistel 2026-04-29 09:26:01 -04:00
parent 436e0ce79e
commit b7c53a00ee

View file

@ -751,6 +751,7 @@ openai_compatible_endpoints: List = [
"https://api.moonshot.ai/v1",
"https://api.publicai.co/v1",
"https://api.synthetic.new/openai/v1",
"https://api.telnyx.com/v2/ai",
"https://api.stima.tech/v1",
"https://nano-gpt.com/api/v1",
"https://api.poe.com/v1",
@ -800,6 +801,7 @@ openai_compatible_providers: List = [
"meta_llama",
"publicai", # PublicAI - JSON-configured provider
"synthetic", # Synthetic - JSON-configured provider
"telnyx", # Telnyx - JSON-configured provider
"apertis", # Apertis - JSON-configured provider
"nano-gpt", # Nano-GPT - JSON-configured provider
"poe", # Poe - JSON-configured provider