How to Enable Extended Thinking Mode for Claude 3.7 Sonnet
You can enable Extended thinking mode in the chat window by following these steps:
- Click the settings icon in the top right corner of the chat window
- Find the Parameters input field in the settings panel
- Copy the following configuration into Parameters:
json
{
"max_tokens": 64000,
"thinking": {
"type": "enabled",
"budget_tokens": 16000
}
}