feat(venice.ai): add support for Venice.ai API via providers.json (#17962)

This commit is contained in:
Doni Crosby
2025-12-16 08:24:16 +05:30
committed by GitHub
parent df9d3abf49
commit e83f08c24d
+4
View File
@@ -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"
}
}