mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Merge 4dd2279a8e into 49affa7c01
This commit is contained in:
commit
43a529f157
2 changed files with 26 additions and 0 deletions
|
|
@ -80,6 +80,14 @@
|
|||
"base_url": "https://api.gmi-serving.com/v1",
|
||||
"api_key_env": "GMI_API_KEY"
|
||||
},
|
||||
"futurmix": {
|
||||
"base_url": "https://futurmix.ai/v1",
|
||||
"api_key_env": "FUTURMIX_API_KEY",
|
||||
"api_base_env": "FUTURMIX_API_BASE",
|
||||
"param_mappings": {
|
||||
"max_completion_tokens": "max_tokens"
|
||||
}
|
||||
},
|
||||
"sarvam": {
|
||||
"base_url": "https://api.sarvam.ai/v1",
|
||||
"api_key_env": "SARVAM_API_KEY",
|
||||
|
|
|
|||
|
|
@ -1158,6 +1158,24 @@
|
|||
"interactions": true
|
||||
}
|
||||
},
|
||||
"futurmix": {
|
||||
"display_name": "FuturMix (`futurmix`)",
|
||||
"url": "https://futurmix.ai",
|
||||
"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": false
|
||||
}
|
||||
},
|
||||
"vertex_ai": {
|
||||
"display_name": "Google - Vertex AI (`vertex_ai`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/vertex",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue