From ef002179c6f051089c110533e725ab2b6dc6d54c Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 3 Jul 2025 12:16:41 +0200 Subject: [PATCH] chore: fix opus --- internal/providers/configs/anthropic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/providers/configs/anthropic.json b/internal/providers/configs/anthropic.json index 0b762f8020cb031aea30a53266ce650fa9ef6182..2d4879b7e5d8b9348d4e094118f85818c9937ab1 100644 --- a/internal/providers/configs/anthropic.json +++ b/internal/providers/configs/anthropic.json @@ -15,7 +15,7 @@ "cost_per_1m_in_cached": 18.75, "cost_per_1m_out_cached": 1.5, "context_window": 200000, - "default_max_tokens": 50000, + "default_max_tokens": 32000, "can_reason": true, "supports_attachments": true },