Reference · updated Jul 2026
Know your models.
“Which model should I use?” feels arbitrary because nobody explains what actually separates them. Here are the seven axes that do — in plain terms — so you can tell a real difference from a brand name.
Quality tier
The single biggest split — and the one the calculator runs on.
Models cluster into bands: frontier (hardest judgment), strong (high quality at a fraction of the price), efficient (great value), and budget (cheap, adequate). The tier — not the brand name — is what decides whether you're overpaying. A budget model on a task a budget model handles is not 'worse'; it's right.
Price — input vs output
Two numbers, not one. Output usually costs ~5× input.
Every model has an input price and an output price per million tokens, and output is typically far dearer. That asymmetry is the whole basis of routing: spend frontier dollars where you output little (planning) and wholesale dollars where you output a lot (execution).
See: Model Routing →Token efficiency (tokens-to-answer)
Two models at the same price can cost 2× apart.
Price per token is only half the cost — the other half is how many tokens a model spends to finish the job. A terse frontier model can beat a 'cheap' but verbose one on the final bill, because total cost = price × tokens-to-answer. It's the axis that quietly makes 'open source is cheaper' untrue for some heavy open-weight models.
See: Open source isn't automatically cheaper →Speed (tokens/sec)
Same quality can arrive 7× faster — or cost 7× less to serve.
Two models with identical answers can differ wildly in how fast and cheaply they're served. That's an infrastructure property (batching, caching, speculative decoding), not an intelligence one — and it's where a chip-constrained lab like DeepSeek just lapped the field.
See: Intelligence per dollar →Context window
How much it can hold at once — now often 1M+ tokens.
A bigger window lets a model reason over a whole codebase or a stack of documents in one shot. It also means every new token checks against more history — so long contexts are slower and pricier. Big windows unlock new tasks; they don't come free.
Architecture (dense vs MoE)
Why two 'big' models can cost 100× apart.
A 'mixture of experts' model can be enormous in total but only activate a slice per request — e.g. a 1.6-trillion-parameter model that fires just ~49 billion per answer. That's the trick behind cheap frontier-ish quality: you pay for what activates, not the full size. It's why headline parameter counts tell you almost nothing about price.
What it's actually good at
Code and math ≠ creative ≠ judgment.
Models diverge by task. Some draft code and math with near-forced 'right' answers (cheap models tie frontier here); open-ended or high-judgment work is where the frontier still separates. 'Which model?' is really 'which task?' — decide → frontier; execute → cheap.
See: the Cost Engineering Playbook →Scruuge’s current tier ladder.
These are the representative picks the calculator uses right now — elected by intelligence-per-dollar from live benchmarks, not hardcoded favorites. Prices are $/million tokens (input / output). Verified 2026-07-02.
| Tier | Representative model | In / Out ($/1M) | Quality |
|---|---|---|---|
| FrontierBest quality, hardest work only | Claude Opus 4.8 | $5 / $25 | 97 |
| PremiumNear-frontier, premium-priced | Gemini 3.1 Pro | $2 / $12 | 95 |
| StrongHigh quality at a fraction of frontier | Claude Sonnet 4.6 | $3 / $15 | 88 |
| EfficientGood quality, great price | DeepSeek V3.1 | $0.27 / $0.42 | 82 |
| BudgetLowest cost, adequate quality | Qwen 3.5 | $0.02 / $0.06 | 76 |
The ladder re-elects itself as the landscape moves — when a new generation ships or prices change, the representative in each band updates. That’s why the “best model” is a moving target, and why we score it fresh rather than memorizing names.
Scruuge’s TLDR
A model isn’t “good” or “bad” — it’s a point on seven axes. Match the axes to your task and you stop overpaying by default. The brand on the box is the least useful thing about it.
Now put it to work.
You know what separates them — the calculator tells you which tier your spend should be on in two minutes, and the Cost Engineering Playbook shows you how to route between them.