mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
Merge eab6281923 into c2c2a623c0
This commit is contained in:
commit
e5631e802b
2 changed files with 23 additions and 0 deletions
|
|
@ -180,6 +180,12 @@
|
|||
"api_key_env": "COGNITION_API_KEY",
|
||||
"api_base_env": "COGNITION_API_BASE"
|
||||
},
|
||||
"tiyuvta": {
|
||||
"base_url": "https://api.tiyuvta.ai/v1",
|
||||
"api_key_env": "TIYUVTA_API_KEY",
|
||||
"api_base_env": "TIYUVTA_API_BASE",
|
||||
"supported_endpoints": ["/v1/chat/completions", "/v1/completions"]
|
||||
},
|
||||
"pinstripes": {
|
||||
"base_url": "https://pinstripes.io/v1",
|
||||
"api_key_env": "PINSTRIPES_API_KEY",
|
||||
|
|
|
|||
|
|
@ -2438,6 +2438,23 @@
|
|||
"interactions": true
|
||||
}
|
||||
},
|
||||
"tiyuvta": {
|
||||
"display_name": "tiyuvta (`tiyuvta`)",
|
||||
"url": "https://inference.tiyuvta.ai/docs",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": true,
|
||||
"responses": true,
|
||||
"embeddings": false,
|
||||
"image_generations": false,
|
||||
"audio_transcriptions": false,
|
||||
"audio_speech": false,
|
||||
"moderations": false,
|
||||
"batches": false,
|
||||
"rerank": false,
|
||||
"a2a": false
|
||||
}
|
||||
},
|
||||
"together_ai": {
|
||||
"display_name": "Together AI (`together_ai`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/togetherai",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue