This commit is contained in:
Prashanth-InferX 2026-08-28 12:42:53 +08:00 committed by GitHub
commit a5a106d92b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 0 deletions

View file

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

View file

@ -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",