Reasoning Model
AI that thinks through a problem step by step before giving its final answer.
Reasoning models (also called "thinking models") are LLMs trained to generate extended internal reasoning โ a chain of thought โ before producing a final answer. This dramatically improves accuracy on hard problems: math, coding, logic, scientific analysis.
How they differ from standard models: Standard LLM: prompt โ response. Reasoning model: prompt โ [internal thinking: tries approach A, finds flaw, tries approach B, verifiesโฆ] โ final answer.
The thinking is often hidden from the user (Claude's extended thinking), sometimes visible (DeepSeek R1 shows its scratchpad), and always billed for at the output token rate.
Key models (mid-2026):
- OpenAI o3/o4-mini โ flagship reasoning; best at math and coding
- Claude (extended thinking mode) โ available on Sonnet and Opus models
- DeepSeek R1 โ open-source, shows reasoning trace, rivals o1 on benchmarks
- Gemini 2.0 Flash Thinking โ Google's efficient reasoning variant
When to use: Multi-step math, complex code planning, strategic analysis, hard logic puzzles. Not cost-effective for simple tasks โ thinking tokens add significant cost.
In plain terms
The difference between blurting out your first thought vs. drafting a rough answer, checking it, noticing the error, and then giving the corrected version.
Related concepts
Chain of Thought
Prompting a model to reason step-by-step before giving its final answer.
Large Language Model
AI trained on vast text to understand and generate language.
AI Benchmark
Standardised tests that measure what a model can actually do.
Inference
The moment a trained model actually runs and generates output.