mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix: mark mistral-small-latest as supporting reasoning in cost map
Aligns litellm.utils.supports_reasoning with the MistralConfig allowlist enabled for mistral-small-latest. The base branch had already added the flag via auto-update; drop the duplicate key introduced by rebasing so test_price_map_has_no_duplicate_keys stays green.
This commit is contained in:
parent
433dc67acd
commit
ba2aecc8c2
1 changed files with 1 additions and 1 deletions
|
|
@ -30847,9 +30847,9 @@
|
|||
"source": "https://docs.mistral.ai/models/model-cards/mistral-small-4-0-26-03",
|
||||
"supports_assistant_prefill": true,
|
||||
"supports_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_reasoning": true,
|
||||
"supports_vision": true
|
||||
},
|
||||
"mistral/mistral-small-3-2-2506": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue