From 1affd0f17842014f7b735f27ecf35ab34a7fecc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D1=96=D0=B9?= Date: Fri, 28 Feb 2025 06:24:03 +0200 Subject: [PATCH] Update model settings data (#8871) * Update model settings data * Update cache creation input for claude-3-5-haiku-20241022 --- model_prices_and_context_window.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 9296bfa4b4..42ebef110e 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -1447,7 +1447,7 @@ "mode": "chat", "supports_function_calling": true, "supports_parallel_function_calling": true, - "deprecation_date": "2025-03-31", + "deprecation_date": "2025-05-31", "supports_tool_choice": true }, "azure/gpt-3.5-turbo-0125": { @@ -2785,10 +2785,10 @@ "max_tokens": 8192, "max_input_tokens": 200000, "max_output_tokens": 8192, - "input_cost_per_token": 0.000001, - "output_cost_per_token": 0.000005, - "cache_creation_input_token_cost": 0.00000125, - "cache_read_input_token_cost": 0.0000001, + "input_cost_per_token": 0.0000008, + "output_cost_per_token": 0.000004, + "cache_creation_input_token_cost": 0.000001, + "cache_read_input_token_cost": 0.0000008, "litellm_provider": "anthropic", "mode": "chat", "supports_function_calling": true, @@ -2947,7 +2947,7 @@ "supports_assistant_prefill": true, "supports_prompt_caching": true, "supports_response_schema": true, - "deprecation_date": "2025-06-01", + "deprecation_date": "2026-02-01", "supports_tool_choice": true }, "claude-3-5-sonnet-20241022": {