From ba2aecc8c2e993b2e378488755d342f7fd0099e3 Mon Sep 17 00:00:00 2001 From: Rajesh Shrirao Date: Mon, 24 Aug 2026 17:59:23 +0530 Subject: [PATCH] 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. --- model_prices_and_context_window.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 3af7d9e5019..5c8160341ed 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -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": {