feat: add support for anthropic thinking effort (#195)

Andrey Nering created

Change summary

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

Detailed changes

internal/providers/configs/anthropic.json 🔗

@@ -17,6 +17,8 @@
       "context_window": 200000,
       "default_max_tokens": 50000,
       "can_reason": true,
+      "reasoning_levels": ["low", "medium", "high", "max"],
+      "default_reasoning_efforts": "medium",
       "supports_attachments": true
     },
     {
@@ -41,6 +43,8 @@
       "context_window": 200000,
       "default_max_tokens": 126000,
       "can_reason": true,
+      "reasoning_levels": ["low", "medium", "high", "max"],
+      "default_reasoning_efforts": "medium",
       "supports_attachments": true
     },
     {