From e758b1b65fb4dca45145dad271db896cdc959c76 Mon Sep 17 00:00:00 2001 From: Stuart Geiger Date: Tue, 15 Jul 2025 20:13:34 -0700 Subject: [PATCH] rm claude instant 1 and 1.2 from model prices json (#12631) --- model_prices_and_context_window.json | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 514cd9b169..b783785237 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -4227,15 +4227,6 @@ "litellm_provider": "text-completion-openai", "mode": "completion" }, - "claude-instant-1": { - "max_tokens": 8191, - "max_input_tokens": 100000, - "max_output_tokens": 8191, - "input_cost_per_token": 1.63e-06, - "output_cost_per_token": 5.51e-06, - "litellm_provider": "anthropic", - "mode": "chat" - }, "mistral/mistral-tiny": { "max_tokens": 8191, "max_input_tokens": 32000, @@ -5470,16 +5461,6 @@ "supports_response_schema": true, "supports_tool_choice": true }, - "claude-instant-1.2": { - "max_tokens": 8191, - "max_input_tokens": 100000, - "max_output_tokens": 8191, - "input_cost_per_token": 1.63e-07, - "output_cost_per_token": 5.51e-07, - "litellm_provider": "anthropic", - "mode": "chat", - "supports_tool_choice": true - }, "claude-2": { "max_tokens": 8191, "max_input_tokens": 100000, @@ -16146,4 +16127,4 @@ "mode": "chat", "source": "https://platform.moonshot.ai/docs/pricing" } -} \ No newline at end of file +}