From fd9e62cbc84a2ff61e2516a67b94bb767046fd2f Mon Sep 17 00:00:00 2001 From: Emerson Gomes Date: Tue, 25 Feb 2025 16:30:52 -0600 Subject: [PATCH] fix vertex_ai claude 3.7 naming (#8807) Co-authored-by: Emerson Gomes --- litellm/model_prices_and_context_window_backup.json | 2 +- model_prices_and_context_window.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index a11930cc7f..5cb77d778c 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -4074,7 +4074,7 @@ "supports_assistant_prefill": true, "supports_tool_choice": true }, - "vertex_ai/claude-3-7-sonnet-20250219": { + "vertex_ai/claude-3-7-sonnet@20250219": { "max_tokens": 8192, "max_input_tokens": 200000, "max_output_tokens": 8192, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index a11930cc7f..5cb77d778c 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -4074,7 +4074,7 @@ "supports_assistant_prefill": true, "supports_tool_choice": true }, - "vertex_ai/claude-3-7-sonnet-20250219": { + "vertex_ai/claude-3-7-sonnet@20250219": { "max_tokens": 8192, "max_input_tokens": 200000, "max_output_tokens": 8192,