DEV Community

Yunus Emre Ak
Yunus Emre Ak

Posted on • Originally published at yedhrab.com

For the ones who dont know "MAX_THINKING_TOKENS": "31999", this is a game changer

r/ClaudeAIr/ClaudeCode

Increase your model thinking capacity (it makes it slower but it worth)

.claude/settings.json open your settings.json and put

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"includeCoAuthoredBy": false,
    "env": {
    ...
        "MAX_THINKING_TOKENS": "31999", // <====== THIS ONE
        "CLAUDE_CODE_MAX_OUTPUT_TOKENS": "32000",
    ...
    },
...
}
Enter fullscreen mode Exit fullscreen mode

btw i dont suggest to use it for API, cost would be insanely expensive
(im using claude code max)

Top comments (0)