mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Add devstral-small-2507 and devstral-medium-2507 models (#12484)
- devstral-small-2507: bash.1/M input, bash.3/M output (same as Mistral Small 3.1) - devstral-medium-2507: bash.4/M input, /M output (same as Mistral Medium 3) Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
parent
aa14d26da4
commit
01c76229f2
1 changed files with 28 additions and 0 deletions
|
|
@ -4512,6 +4512,34 @@
|
|||
"supports_tool_choice": true,
|
||||
"supports_response_schema": true
|
||||
},
|
||||
"mistral/devstral-small-2507": {
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 128000,
|
||||
"input_cost_per_token": 1e-07,
|
||||
"output_cost_per_token": 3e-07,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat",
|
||||
"source": "https://mistral.ai/news/devstral",
|
||||
"supports_function_calling": true,
|
||||
"supports_assistant_prefill": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_response_schema": true
|
||||
},
|
||||
"mistral/devstral-medium-2507": {
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 128000,
|
||||
"input_cost_per_token": 4e-07,
|
||||
"output_cost_per_token": 2e-06,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat",
|
||||
"source": "https://mistral.ai/news/devstral",
|
||||
"supports_function_calling": true,
|
||||
"supports_assistant_prefill": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_response_schema": true
|
||||
},
|
||||
"mistral/magistral-medium-latest": {
|
||||
"max_tokens": 40000,
|
||||
"max_input_tokens": 40000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue