mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 18:25:53 +00:00
experimental - track anthropic messages as mode
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user