From f4fa59176b3472df5dbb1ed3f56b6072f9bdc09f Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 3 Jul 2025 11:13:31 +0200 Subject: [PATCH 1/2] fix: fix model --- internal/providers/configs/openrouter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/providers/configs/openrouter.json b/internal/providers/configs/openrouter.json index 70307eae554329c0042f66c1d1e494a3762a081b..20c6d2398ddb1ff21038bc20d9fce7d1f22d92af 100644 --- a/internal/providers/configs/openrouter.json +++ b/internal/providers/configs/openrouter.json @@ -5,7 +5,7 @@ "api_endpoint": "https://openrouter.ai/api/v1", "type": "openai", "default_large_model_id": "anthropic/claude-sonnet-4", - "default_small_model_id": "anthropic/claude-haiku-3.5", + "default_small_model_id": "anthropic/claude-3.5-haiku", "models": [ { "id": "mistralai/mistral-small-3.2-24b-instruct:free", From ef002179c6f051089c110533e725ab2b6dc6d54c Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 3 Jul 2025 12:16:41 +0200 Subject: [PATCH 2/2] 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 },