Every major lab now sells not one model but a lineup — a frontier tier for the hardest work, a balanced middle tier, and a fast, cheap tier for high volume. The names differ across providers, but the structure is the same, and choosing the right tier for each task has become a core skill for anyone building on AI.
Why tiers exist
Capability and cost trade off. A frontier model is brilliant but expensive and slower; a small model is cheap and fast but weaker. Rather than force one compromise, labs offer the whole range so you can match the model to the task. It's the "router" idea made into a product line: don't send everything to the flagship.
Using your best model for everything is like hiring a senior specialist to answer the front desk. Right-sizing the model to the task is where the savings — and the speed — live.
How to choose
A practical rule of thumb:
- Fast/cheap tier — high-volume, simple, latency-sensitive work: classification, routing, simple extraction, first-draft generation, autocomplete. The majority of most apps' traffic.
- Balanced tier — everyday tasks needing solid quality without frontier cost: most chat, summarization, standard coding, moderate reasoning.
- Frontier tier — genuinely hard reasoning, complex code, high-stakes outputs, or the "hard minority" a cheaper model fails. Worth the price precisely because the task needs it.
Often the best design combines them: a cheap model handles or triages most requests and escalates the hard ones to the frontier tier.
The economics angle
With near-frontier capability now available cheaply, the middle and lower tiers got a lot stronger — you can serve high quality at low cost for far more of your traffic. That makes tier selection more impactful than ever: the gap between a well-routed app and one that defaults everything to the flagship is enormous at scale.
Why it matters
Tiered lineups put the cost-capability tradeoff in your hands. Treating "which model?" as a per-task decision — not a one-time default — is how the best-run AI products get frontier quality where it counts and rock-bottom cost everywhere else. Learn the tiers, profile your traffic, and route deliberately.