mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
feat: add FuturMix to provider_endpoints_support.json
Adds FuturMix provider with supported endpoints: chat_completions, messages, responses, embeddings, image_generations, and interactions. Signed-off-by: Gzhao-redpoint <87687895+Gzhao-redpoint@users.noreply.github.com>
This commit is contained in:
parent
8f9da0a4fe
commit
58ce39cbb8
1 changed files with 35 additions and 0 deletions
|
|
@ -193,6 +193,23 @@
|
|||
"a2a": false
|
||||
}
|
||||
},
|
||||
"aihubmix": {
|
||||
"display_name": "AIHubMix (`aihubmix`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/aihubmix",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": true,
|
||||
"responses": true,
|
||||
"embeddings": true,
|
||||
"image_generations": true,
|
||||
"audio_transcriptions": true,
|
||||
"audio_speech": true,
|
||||
"moderations": true,
|
||||
"batches": false,
|
||||
"rerank": true,
|
||||
"a2a": false
|
||||
}
|
||||
},
|
||||
"assemblyai": {
|
||||
"display_name": "AssemblyAI (`assemblyai`)",
|
||||
"url": "https://docs.litellm.ai/docs/pass_through/assembly_ai",
|
||||
|
|
@ -2569,6 +2586,24 @@
|
|||
"batches": false,
|
||||
"rerank": false
|
||||
}
|
||||
},
|
||||
"futurmix": {
|
||||
"display_name": "FuturMix (`futurmix`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/futurmix",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": true,
|
||||
"responses": true,
|
||||
"embeddings": true,
|
||||
"image_generations": true,
|
||||
"audio_transcriptions": false,
|
||||
"audio_speech": false,
|
||||
"moderations": false,
|
||||
"batches": false,
|
||||
"rerank": false,
|
||||
"a2a": false,
|
||||
"interactions": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"endpoints": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue