This commit is contained in:
崔涣 2026-08-27 20:58:24 -05:00 committed by GitHub
commit 93083c2d2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 0 deletions

View file

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

View file

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