From 1f83aafe3befe4438f73ebeaea22409cabc8bdbb Mon Sep 17 00:00:00 2001 From: Chesars Date: Sat, 31 Jan 2026 00:31:49 -0300 Subject: [PATCH] Add deprecation dates for xAI grok-2-vision-1212 and grok-3-mini models Per xAI announcement, these models will be deprecated on February 28, 2026: - xai/grok-2-vision-1212 - xai/grok-3-mini - xai/grok-3-mini-beta --- model_prices_and_context_window.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index d958ea4503a..812e62c056a 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -30354,6 +30354,7 @@ "supports_web_search": true }, "xai/grok-2-vision-1212": { + "deprecation_date": "2026-02-28", "input_cost_per_image": 2e-06, "input_cost_per_token": 2e-06, "litellm_provider": "xai", @@ -30452,6 +30453,7 @@ "supports_web_search": true }, "xai/grok-3-mini": { + "deprecation_date": "2026-02-28", "input_cost_per_token": 3e-07, "litellm_provider": "xai", "max_input_tokens": 131072, @@ -30467,6 +30469,7 @@ "supports_web_search": true }, "xai/grok-3-mini-beta": { + "deprecation_date": "2026-02-28", "input_cost_per_token": 3e-07, "litellm_provider": "xai", "max_input_tokens": 131072,