Best small reasoning models in 2026: a buyer's guide with the costs attached

Small reasoning models now close most of the gap to frontier systems on bounded tasks at a fraction of the cost. What to look for, how to compare them honestly, and the six questions that decide the choice.

Laptop beside a stack of red leather books and a marble bust

Short answer: On bounded reasoning workloads in 2026 a well-chosen small model will get you most of the way to frontier quality for a small fraction of the cost — but only if you compare on cost per solved task, test with your own phrasings, and check whether the model exposes any usable signal about its own uncertainty. Most buyer's guides compare on none of those.

Why this category exists now

Two things changed. Inference-time deliberation turned out to buy real capability, so a small model given room to think competes on tasks it previously could not. And the cost of a competent answer fell far enough that the binding constraint on deployment moved from capability to price — the difference between a service that answers the questions it must and one that answers the questions people actually have.

The catch is that deliberation is not free, and most reported gains in this category are bought with a compute multiplier that the headline number quietly omits.

The six questions that decide it

  1. What does one correct answer cost? Not accuracy — cost per solved task. Divide what you paid by the number of items it got right. This single ratio collapses most of the marketing.
  2. How many samples produced that number? A score from a 64-sample majority vote and a score from one greedy pass are not the same measurement and should never share a column.
  3. Does it expose an uncertainty signal you can threshold? Verbalised hedging is not routable. A scalar is. If a model can tell you when to escalate, that is worth more than several points of accuracy to any service with a fallback path.
  4. What is the paraphrase spread? We found a 19-point median accuracy spread across twelve phrasings of the same question, against an 11-point gap between adjacent-tier models (R-07). A single-phrasing score is a poll of one person.
  5. How does it fail, not how often? Harmed-rates spread 4% to 19% across models with near-identical headline accuracy (R-03). Failure style is the part you design around.
  6. Can you host it? Licence, parameter count and quantisation decide whether this is an infrastructure decision or a procurement one.

What the numbers look like when you ask properly

From our own hard-reasoning suite — 4,200 items across competition mathematics, multi-hop retrieval, code repair and legal reasoning, single greedy pass, five seeds, cost measured rather than estimated:

ConfigurationSuite scoreMean thinking tokensCost / 1k items
7B, fixed 4,096-token budget58.1%4,096£14.80
7B, adaptive halting61.4%790£3.10
Reference 80B reasoner66.7%3,400£38.60
7B, 16-sample vote63.2%65,536£236.00

Three things to take from that table. Adaptive beat fixed-budget on the same weights while using a fifth of the tokens — more thinking is not monotonically better. The 80B still wins on score, at twelve times the cost of the adaptive 7B. And sixteen-sample voting is the worst deal on the page: under two points over adaptive, at seventy-six times the price.

The trap: benchmarks you can see are benchmarks that got trained on

Any public benchmark is a training target, and a model tuned toward one will look better than it is. This is not an accusation against anyone; it is a structural property of publishing a test. It is why our scenario banks stay private while the protocol, rubric and per-model results stay open, and why we run 13-gram overlap decontamination as a pre-registered step on every training mix rather than as a check when a number looks suspiciously good (R-08).

Practically: weight public-benchmark scores lightly, and weight a read on your own traffic heavily. The £40 behavioural read gives Kendall τ = 0.83 rank agreement with our full protocol at about 1% of the cost, which is cheap enough to run on every candidate rather than only the finalists.

Where small models are still the wrong answer

The pattern that works is not choosing. It is routing: a cheap abstention-aware model on the head of the distribution, a frontier model or a person on the tail it flags. In the deployments we have instrumented, 60 to 80% of volume never needed the expensive model at all — and the threshold that finds that split is measurable on your traffic in an afternoon.

← All posts Kaer-R1 vs GPT-5 →

Common
questions

What is a small reasoning model?

Loosely, a model in the 1B–14B parameter range trained or tuned specifically to produce intermediate reasoning before answering, rather than to be a general assistant. The defining property is that it spends inference-time compute on deliberation. The useful ones also decide how much deliberation each question deserves.

How much of the frontier gap can a small model close?

On bounded, well-specified reasoning tasks, a great deal — in our own measurements a 7B with adaptive halting closed 71% of the gap to a model eleven times its size at 8% of the serving cost. On open-ended assistance, long context, multimodality or agentic tool use, very little. The honest answer is entirely workload-dependent, which is why you must measure on your own traffic.

Is sampling many times and voting a good idea?

It reliably raises accuracy and it is almost always a bad deal. In our runs, sixteen-sample voting bought under two points over a single adaptive pass at seventy-six times the cost. If your budget is unlimited it is free points; if you are running a service at volume it is the first thing to cut.

What should I look for in an evaluation card?

Failed variants and negative results. A card that reports only what worked is a sales document with error bars. Also look for: cost reported beside accuracy, variance across paraphrasings rather than a single number, an explicit statement of what the model was not evaluated for, and whether the benchmark used is public — a public benchmark is a training target.