What it means
Reasoning models are trained to generate an extended internal working-out before producing a final answer, and to do so without being asked. On problems with verifiable answers — mathematics, competitive programming, logical puzzles — this produces large gains over models that answer immediately.
The shift this represents is worth naming. Historically, better performance meant a bigger model trained on more data. Reasoning models improve by spending more compute at inference time instead, which is a genuinely different scaling axis and one that costs the operator on every request rather than once at training.
The tradeoff is direct: slower and more expensive per query. Many vendors now expose the effort level as a control, and the honest framing is that reasoning models are for hard problems, not all problems.
Why it matters
This is the axis frontier competition currently runs along, and it changes the cost model — a reasoning model can consume many times the tokens of a standard one for the same visible answer, which is invisible on a bill until you look at token counts.
In practice
Route by difficulty rather than defaulting everything to a reasoning model. Summarizing an email doesn't need it; debugging a subtle logic error does.
Where this shows up
Tools and models in our catalog.
DeepSeek R1First open-source reasoning model matching OpenAI o1. MIT license. R1-0528 adds JSON output and function-calling. Distilled variants 1.5B-70B. Banned on gov devices in multiple countries.
GPT-5.6OpenAI's flagship model family, generally available July 9, 2026 across ChatGPT, Codex, and the API. Three durable tiers — Sol (flagship), Terra (balanced), Luna (fastest/cheapest) — each with a ~1.05M context window, plus an ultra mode that coordinates subagents. Reports state-of-the-art Terminal-Bench 2.1 (88.8%, ultra 91.9%) and Agents' Last Exam (53.6), but all scores are vendor-reported and no SWE-bench Pro number is published (where Claude Fable 5 led the prior generation).
Claude Opus 5Anthropic's near-frontier flagship (July 2026) — close to Claude Fable 5's intelligence at half the price and number one on Artificial Analysis at launch, with token efficiency as its headline: comparable results in fewer tokens and fewer turns than Opus 4.8.
Gemini 3.1 ProGoogle DeepMind flagship model (Feb 2026). 94.3% GPQA Diamond (highest ever), 77.1% ARC-AGI-2, #1 on 12+ benchmarks. 1M token context, native multimodal input (text, image, video, audio), Deep Think reasoning mode. Available via Vertex AI Model Garden and Google AI Studio.