diff --git a/build/agents/build-your-agent/agent-settings/language-model.mdx b/build/agents/build-your-agent/agent-settings/language-model.mdx index a9ccbf7c..756178a8 100644 --- a/build/agents/build-your-agent/agent-settings/language-model.mdx +++ b/build/agents/build-your-agent/agent-settings/language-model.mdx @@ -52,14 +52,26 @@ Adjust based on whether you need brief updates or comprehensive explanations fro ### Reasoning / Thinking -**What it is:** For supported models (OpenAI, Google, Anthropic), you can configure your models to use output tokens to 'reason'. Decisions will be slower and cost more, but it improves performance on complex problems. Ignored unless your selected agent model supports reasoning and you choose a consistent config, e.g. use OpenAI reasoning effort for OpenAI o-series models. +For supported models, you can configure how much the model reasons before responding. Reasoning uses output tokens to work through complex problems, which improves quality on hard tasks but is slower and costs more. -**How to set it:** +#### Thinking type and effort level + +For supported Claude models, the Thinking setting has two controls: set **Thinking Type** to **Adaptive** to enable reasoning, and use **Effort Level** (Low, Medium, or High — up to Max on some models) to balance quality against speed and cost. + + + +To reach these settings, go to **Agent → Settings → Advanced settings → Language Model**. -Using the 'Provider' dropdown, set this to match the model you've chosen for your Agent (OpenAI, Google, Anthropic) -- For **OpenAI**, you can then select 'Reasoning Effort'. The default is Medium, and you can also select Low or High. -- For **Google**, you can enter a 'Thinking Budget', which can be set at any positive value to enable thinking -- For **Anthropic**, you can enter a 'Thinking Budget', which can be set at any value above 1024 to enable thinking +These controls appear on: + +- Claude Opus 4.6, 4.7, and 4.8 +- Claude Sonnet 4.6 + + +Thinking tokens count as output tokens, not a separate category, so enabling reasoning increases your cost. Monitor usage when you turn it on. + --- diff --git a/images/agent/advanced-settings-thinking.png b/images/agent/advanced-settings-thinking.png new file mode 100644 index 00000000..f3919c4b Binary files /dev/null and b/images/agent/advanced-settings-thinking.png differ