This commit is contained in:
Avi Fenesh 2026-09-13 00:02:19 -07:00 committed by GitHub
commit e5631e802b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 0 deletions

View file

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

View file

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