Created
August 25, 2025 11:17
-
-
Save jensk/98ce69a7f51df7613de3f7aaad108b24 to your computer and use it in GitHub Desktop.
opencode sonnet thinking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://opencode.ai/config.json", | |
"provider": { | |
"anthropic": { | |
"name": "Anthropic", | |
"models": { | |
"claude-sonnet-4-20250514": { | |
"options": { | |
"thinking": { | |
"type": "enabled", | |
"budgetTokens": 16000 | |
} | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment