Navigation
Mobile DocsNavigation
Mobile DocsExtended reasoning with step-by-step thought process.
Uses extended thinking to show the model's internal reasoning process before producing a final answer. Supports Anthropic Claude (claude-sonnet-4-6, claude-opus-4) with native extended thinking tokens, and OpenAI o-series reasoning models (o3, o4-mini). The thinking process and final response are both available as outputs.
Layout: half
Options: Claude Sonnet 4.6, Claude Opus 4, Claude Sonnet 4, OpenAI o4-mini
Placeholder: sk-ant-... or sk-...
Layout: half
Layout: half
Condition: model = ["claude-sonnet-4-6","claude-opus-4-20250514","claude-sonnet-4-20250514"]
Layout: half
Placeholder: What should the model reason about? Ask a question or describe a task...
Layout: full
Placeholder: Optional instructions to guide the model's reasoning style...
Layout: full
Hidden by default
Required
Model to use for extended thinking
Required
API key for the selected provider
Required
The question or task to reason about
Optional
Optional system prompt
Optional
Extended thinking token budget (Anthropic only)
Optional
Whether to include reasoning steps in the output
Primary response type:
{
"thinkingContent": "string",
"response": "string",
"model": "string",
"tokens": "json",
"acknowledgedThought": "string"
}