From bfff73ea84c82c32be6b1692fea96fb08eafdfb7 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Wed, 6 Aug 2025 10:02:08 +0200 Subject: [PATCH] chore: add opus 4.1 --- internal/providers/configs/anthropic.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/internal/providers/configs/anthropic.json b/internal/providers/configs/anthropic.json index 86067ed65956ae5c8cddf9d7278eac84c5c11105..9f964ad896a63e254f5c4a532aa842823b590043 100644 --- a/internal/providers/configs/anthropic.json +++ b/internal/providers/configs/anthropic.json @@ -7,6 +7,18 @@ "default_large_model_id": "claude-sonnet-4-20250514", "default_small_model_id": "claude-3-5-haiku-20241022", "models": [ + { + "id": "claude-opus-4-1-20250805", + "name": "Claude Opus 4.1", + "cost_per_1m_in": 15, + "cost_per_1m_out": 75, + "cost_per_1m_in_cached": 18.75, + "cost_per_1m_out_cached": 1.5, + "context_window": 200000, + "default_max_tokens": 32000, + "can_reason": true, + "supports_attachments": true + }, { "id": "claude-opus-4-20250514", "name": "Claude Opus 4",