mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Merge a0cfc8fe30 into d23bec84c4
This commit is contained in:
commit
e9ee97b6da
1 changed files with 24 additions and 43 deletions
|
|
@ -51585,6 +51585,30 @@
|
|||
"supports_tool_choice": true,
|
||||
"supports_vision": true
|
||||
},
|
||||
"scaleway/zai/glm-5.2": {
|
||||
"input_cost_per_token": 1.8e-06,
|
||||
"litellm_provider": "scaleway",
|
||||
"max_input_tokens": 256000,
|
||||
"max_output_tokens": 16384,
|
||||
"max_tokens": 16384,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 5.5e-06,
|
||||
"supports_function_calling": true,
|
||||
"supports_reasoning": true
|
||||
},
|
||||
"scaleway/deepseek/deepseek-v4-flash-0731": {
|
||||
"input_cost_per_token": 4e-07,
|
||||
"cache_read_input_token_cost": 8e-08,
|
||||
"litellm_provider": "scaleway",
|
||||
"max_input_tokens": 256000,
|
||||
"max_output_tokens": 32768,
|
||||
"max_tokens": 32768,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 8e-07,
|
||||
"supports_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
"supports_prompt_caching": true
|
||||
},
|
||||
"scaleway/qwen/qwen3.5-397b-a17b": {
|
||||
"input_cost_per_token": 6e-07,
|
||||
"litellm_provider": "scaleway",
|
||||
|
|
@ -51663,28 +51687,6 @@
|
|||
"supports_reasoning": true,
|
||||
"supports_vision": true
|
||||
},
|
||||
"scaleway/google/gemma-3-27b-it": {
|
||||
"input_cost_per_token": 2.5e-07,
|
||||
"litellm_provider": "scaleway",
|
||||
"max_input_tokens": 40000,
|
||||
"max_output_tokens": 8192,
|
||||
"max_tokens": 8192,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 5e-07,
|
||||
"supports_function_calling": true,
|
||||
"supports_vision": true
|
||||
},
|
||||
"scaleway/hcompany/holo2-30b-a3b": {
|
||||
"input_cost_per_token": 3e-07,
|
||||
"litellm_provider": "scaleway",
|
||||
"max_input_tokens": 22000,
|
||||
"max_output_tokens": 16384,
|
||||
"max_tokens": 16384,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 7e-07,
|
||||
"supports_reasoning": true,
|
||||
"supports_vision": true
|
||||
},
|
||||
"scaleway/mistralai/mistral-medium-3.5-128b": {
|
||||
"input_cost_per_token": 1.5e-06,
|
||||
"litellm_provider": "scaleway",
|
||||
|
|
@ -51698,27 +51700,6 @@
|
|||
"supports_vision": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"scaleway/mistralai/devstral-2-123b-instruct-2512": {
|
||||
"input_cost_per_token": 4e-07,
|
||||
"litellm_provider": "scaleway",
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 16384,
|
||||
"max_tokens": 16384,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 2e-06,
|
||||
"supports_function_calling": true
|
||||
},
|
||||
"scaleway/mistralai/voxtral-small-24b-2507": {
|
||||
"input_cost_per_audio_token": 1.5e-07,
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"litellm_provider": "scaleway",
|
||||
"max_input_tokens": 32000,
|
||||
"max_output_tokens": 16384,
|
||||
"max_tokens": 16384,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 3.5e-07,
|
||||
"supports_audio_input": true
|
||||
},
|
||||
"scaleway/mistralai/mistral-small-3.2-24b-instruct-2506": {
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"litellm_provider": "scaleway",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue