diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index cb2322752b..e956c7ea9e 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -2771,7 +2771,7 @@ "cache_creation_input_token_cost": 0.0000003, "cache_read_input_token_cost": 0.00000003, "litellm_provider": "anthropic", - "mode": "chat", + "mode": ["chat", "anthropic_messages"], "supports_function_calling": true, "supports_vision": true, "tool_use_system_prompt_tokens": 264, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index cb2322752b..e956c7ea9e 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -2771,7 +2771,7 @@ "cache_creation_input_token_cost": 0.0000003, "cache_read_input_token_cost": 0.00000003, "litellm_provider": "anthropic", - "mode": "chat", + "mode": ["chat", "anthropic_messages"], "supports_function_calling": true, "supports_vision": true, "tool_use_system_prompt_tokens": 264,