mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
Merge 77d84953ff into 39e5b0c2d1
This commit is contained in:
commit
a5a106d92b
2 changed files with 23 additions and 0 deletions
|
|
@ -15,6 +15,10 @@
|
|||
"base_url": "https://ai-gateway.helicone.ai/",
|
||||
"api_key_env": "HELICONE_API_KEY"
|
||||
},
|
||||
"inferx": {
|
||||
"base_url": "https://model.inferx.net/v1",
|
||||
"api_key_env": "INFERX_API_KEY"
|
||||
},
|
||||
"veniceai": {
|
||||
"base_url": "https://api.venice.ai/api/v1",
|
||||
"api_key_env": "VENICE_AI_API_KEY"
|
||||
|
|
|
|||
|
|
@ -1352,6 +1352,25 @@
|
|||
"interactions": true
|
||||
}
|
||||
},
|
||||
"inferx": {
|
||||
"display_name": "InferX (`inferx`)",
|
||||
"url": "https://inferx.net",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": false,
|
||||
"responses": false,
|
||||
"embeddings": false,
|
||||
"image_generations": false,
|
||||
"audio_transcriptions": false,
|
||||
"audio_speech": false,
|
||||
"rerank": false,
|
||||
"batches": false,
|
||||
"image_edits": false,
|
||||
"vector_stores_create": false,
|
||||
"vector_stores_search": false,
|
||||
"video_generations": false
|
||||
}
|
||||
},
|
||||
"infinity": {
|
||||
"display_name": "Infinity (`infinity`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/infinity",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue