mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
Merge 6ea4d72051 into 252c71c0b2
This commit is contained in:
commit
0ac39b5e72
3 changed files with 44 additions and 0 deletions
|
|
@ -15,6 +15,16 @@
|
|||
"base_url": "https://ai-gateway.helicone.ai/",
|
||||
"api_key_env": "HELICONE_API_KEY"
|
||||
},
|
||||
"infercom": {
|
||||
"base_url": "https://api.infercom.ai/v1",
|
||||
"api_key_env": "INFERCOM_API_KEY",
|
||||
"api_base_env": "INFERCOM_API_BASE",
|
||||
"supported_endpoints": ["/v1/chat/completions", "/v1/responses"],
|
||||
"constraints": {
|
||||
"temperature_min": 0.0,
|
||||
"temperature_max": 1.0
|
||||
}
|
||||
},
|
||||
"veniceai": {
|
||||
"base_url": "https://api.venice.ai/api/v1",
|
||||
"api_key_env": "VENICE_AI_API_KEY"
|
||||
|
|
|
|||
|
|
@ -1257,6 +1257,23 @@
|
|||
"interactions": true
|
||||
}
|
||||
},
|
||||
"infercom": {
|
||||
"display_name": "Infercom (`infercom`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/infercom",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": false,
|
||||
"responses": true,
|
||||
"embeddings": false,
|
||||
"image_generations": false,
|
||||
"audio_transcriptions": false,
|
||||
"audio_speech": false,
|
||||
"moderations": false,
|
||||
"batches": false,
|
||||
"rerank": false,
|
||||
"a2a": false
|
||||
}
|
||||
},
|
||||
"watsonx": {
|
||||
"display_name": "IBM - Watsonx.ai (`watsonx`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/watsonx",
|
||||
|
|
|
|||
|
|
@ -1390,6 +1390,23 @@
|
|||
"interactions": true
|
||||
}
|
||||
},
|
||||
"infercom": {
|
||||
"display_name": "Infercom (`infercom`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/infercom",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": false,
|
||||
"responses": true,
|
||||
"embeddings": false,
|
||||
"image_generations": false,
|
||||
"audio_transcriptions": false,
|
||||
"audio_speech": false,
|
||||
"moderations": false,
|
||||
"batches": false,
|
||||
"rerank": false,
|
||||
"a2a": false
|
||||
}
|
||||
},
|
||||
"infinity": {
|
||||
"display_name": "Infinity (`infinity`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/infinity",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue