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

This commit is contained in:
Doni Crosby 2025-12-15 21:54:16 -05:00 committed by GitHub
parent df9d3abf49
commit e83f08c24d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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