experimental - track anthropic messages as mode

This commit is contained in:
Ishaan Jaff
2025-03-08 17:33:35 -08:00
parent 83062b892b
commit 22b3862e0d
2 changed files with 2 additions and 2 deletions
@@ -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,
+1 -1
View File
@@ -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,