From a204a4b1894bff869a1f96ae48a54e7d9728e461 Mon Sep 17 00:00:00 2001 From: rolfwilms Date: Fri, 30 Aug 2024 21:25:02 +0200 Subject: [PATCH] refactor: update models.yaml to fix Bedrock Sonnet 3.5 max_output_tokens (4096) (#813) --- models.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.yaml b/models.yaml index 9668d06..ca27645 100644 --- a/models.yaml +++ b/models.yaml @@ -413,7 +413,7 @@ models: - name: anthropic.claude-3-5-sonnet-20240620-v1:0 max_input_tokens: 200000 - max_output_tokens: 8192 + max_output_tokens: 4096 require_max_tokens: true input_price: 3 output_price: 15