chore: add anthropic claude opus 4.7 (#249)

Andrey Nering created

Change summary

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

Detailed changes

internal/providers/configs/anthropic.json 🔗

@@ -33,6 +33,20 @@
       "can_reason": true,
       "supports_attachments": true
     },
+    {
+      "id": "claude-opus-4-7",
+      "name": "Claude Opus 4.7",
+      "cost_per_1m_in": 5,
+      "cost_per_1m_out": 25,
+      "cost_per_1m_in_cached": 6.25,
+      "cost_per_1m_out_cached": 0.50,
+      "context_window": 1000000,
+      "default_max_tokens": 126000,
+      "can_reason": true,
+      "reasoning_levels": ["low", "medium", "high", "max"],
+      "default_reasoning_effort": "medium",
+      "supports_attachments": true
+    },
     {
       "id": "claude-opus-4-6",
       "name": "Claude Opus 4.6",