Zenaique
Glossary · Architecture

Reasoning Model

Also known as: Thinking model, o1-style model

An LLM trained to reason at length internally before answering. Slower and more expensive, but much better on hard problems.

An LLM trained (often via RL) to produce long internal chains of reasoning before its final answer. Examples: OpenAI o1/o3, DeepSeek-R1, Gemini Thinking. Trade higher latency and cost for much stronger performance on math, code, and multi-step problems.

In practice

The 2024-2025 paradigm shift. Senior interviews probe when reasoning models are worth the latency/cost and how their inference budget is controlled.

How it compares

Reasoning models bake CoT into RL training; CoT alone is just a prompting technique on any model.

Related topics

Related terms