Skip to main content
Some models can “think” before responding — breaking down complex problems step by step. This improves accuracy for math, logic, coding, and analysis tasks.

Anthropic Extended Thinking

OpenAI Reasoning Models (o-series)

OpenAI’s o-series models reason natively — no configuration needed:
Models: o1, o3, o3-mini, o4-mini
Reasoning models don’t support temperature, top_p, frequency_penalty, presence_penalty, or stop. These parameters are automatically stripped.

Gemini Thinking

Gemini 2.5+ models support thinking with a token budget:

xAI Reasoning Models

xAI Grok models with -reasoning in the name use chain-of-thought:

Thinking in Streaming

When using processStream(), thinking content arrives as separate chunks:

Testing in Prompt Studio

Test thinking directly in the Portal without deploying an agent:
  1. Go to Prompts and open any prompt
  2. Click the config icon (sliders) in the top bar
  3. Click Thinking to enable it (set budget tokens if needed)
  4. Send a message — the thinking content appears as a collapsible “Pensou sobre a resposta” block
Works with Anthropic and Gemini providers. OpenAI and xAI reasoning models think natively without the toggle.

With LLM Standalone

Provider Support

Next Steps

Structured Output

Get guaranteed JSON responses

Streaming

Real-time streaming responses