chore: add opus 4.1

Kujtim Hoxha created

Change summary

internal/providers/configs/anthropic.json | 12 ++++++++++++
1 file changed, 12 insertions(+)

Detailed changes

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",