From 22b3862e0dbe1713fa370cb4e95b833188de6cd0 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 8 Mar 2025 17:33:35 -0800 Subject: [PATCH] experimental - track anthropic messages as mode --- 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 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,