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:
Rajesh Shrirao 2026-08-24 17:59:23 +05:30
parent 433dc67acd
commit ba2aecc8c2

View file

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