Skip to content

Commit e83f08c

Browse files
authored
feat(venice.ai): add support for Venice.ai API via providers.json (#17962)
1 parent df9d3ab commit e83f08c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

litellm/llms/openai_like/providers.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"helicone": {
1515
"base_url": "https://ai-gateway.helicone.ai/",
1616
"api_key_env": "HELICONE_API_KEY"
17+
},
18+
"veniceai": {
19+
"base_url": "https://api.venice.ai/api/v1",
20+
"api_key_env": "VENICE_AI_API_KEY"
1721
}
1822
}

0 commit comments

Comments
 (0)