mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
Merge 120fa5eaba into 2306816d40
This commit is contained in:
commit
93083c2d2b
2 changed files with 22 additions and 0 deletions
|
|
@ -200,5 +200,9 @@
|
|||
"temperature_max": 1.99
|
||||
},
|
||||
"supported_endpoints": ["/v1/chat/completions"]
|
||||
},
|
||||
"synthorai": {
|
||||
"base_url": "https://synthorai.io/v1",
|
||||
"api_key_env": "SYNTHORAI_API_KEY"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -509,6 +509,24 @@
|
|||
"a2a": false
|
||||
}
|
||||
},
|
||||
"synthorai": {
|
||||
"display_name": "Synthorai (`synthorai`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/synthorai",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": true,
|
||||
"responses": true,
|
||||
"embeddings": false,
|
||||
"image_generations": true,
|
||||
"audio_transcriptions": true,
|
||||
"audio_speech": true,
|
||||
"moderations": false,
|
||||
"batches": false,
|
||||
"rerank": false,
|
||||
"a2a": false,
|
||||
"interactions": false
|
||||
}
|
||||
},
|
||||
"clarifai": {
|
||||
"display_name": "Clarifai (`clarifai`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/clarifai",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue