mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 20:20:28 +00:00
feat(venice.ai): add support for Venice.ai API via providers.json (#17962)
This commit is contained in:
@@ -14,5 +14,9 @@
|
||||
"helicone": {
|
||||
"base_url": "https://ai-gateway.helicone.ai/",
|
||||
"api_key_env": "HELICONE_API_KEY"
|
||||
},
|
||||
"veniceai": {
|
||||
"base_url": "https://api.venice.ai/api/v1",
|
||||
"api_key_env": "VENICE_AI_API_KEY"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user