From 2432cbc912d8e6ac06a7a09c496857c911b2cc2f Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 21 Aug 2024 05:55:10 -0700 Subject: [PATCH] openrouter/anthropic/claude-3.5-sonnet: supports_assistant_prefill:true --- model_prices_and_context_window.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 2dc846df92a..ab36dbb6c94 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -2793,7 +2793,8 @@ "mode": "chat", "supports_function_calling": true, "supports_vision": true, - "tool_use_system_prompt_tokens": 159 + "tool_use_system_prompt_tokens": 159, + "supports_assistant_prefill": true }, "openrouter/anthropic/claude-3-sonnet": { "max_tokens": 200000,