AI Model Comparison
Cost, speed, and capability: a practical buying guide
Not all models are equal
Educational pricing only
Route by job, not brand
Match tier to the work: mini for high-volume simple tasks, frontier for hard multi-step work, open weights when data residency matters.
Cost is tokens times rate
API bills scale with input and output tokens. A cheaper model that needs more retries can still lose. Measure on your evals.
Context is capacity, not free quality
A large window can hold a book. Quality often still drops across very long contexts. RAG plus citations often beats stuffing everything.
Self-host hides cost elsewhere
Open weights can mean $0 per token on the invoice. Hardware, energy, and people are real. Account for them before declaring a win.
As of 2026-07-296 models · sample call 10k in / 2k out: flagship $0.1100 vs mini $0.0220 · flagship is ~ 5× mini on this call
What do you need?
Choose a job shape. The lab returns ordered catalog picks from pure data ( recommendForNeed), not a live eval harness.
Classification, extraction, short rewrites where wrong answers are cheap to catch.
Why these: Token price and latency dominate. Mini tiers and self-hosted small models win when quality is "good enough".
Recommendation is a teaching default. Measure your own eval set before locking a tier.
- GPT-5.6 LunaOpenAI · sample $0.0220
- Open-weight modelSelf-hosted ecosystem
Usually overkill or underpowered here: GPT-5.6 Sol, Claude Opus 5
Workload preset
At this volume, cheapest API tier (Grok 4.3) ≈ $3.13/mo for this request shape. Self-hosted still shows $0 API bill (you pay hardware).
Choosing a model
Simple tasks (classification, extraction, short answers): mini tiers win on latency and cost.
Hard reasoning (code, analysis, multi-step): frontier or reasoning tiers; wrong answers cost more than tokens.
Privacy / residency: open weights and self-host; the API bill is zero but ops is not.
Huge documents: large-context flagships (e.g. Gemini-class 1M). Still consider RAG for citations and cost.
Costs use estimateCost() on educational mid-2026 price bands. Not a live quote. Verify before production spend.
Routing advice
- High-volume classification or extractionLatency and cost dominate; quality is usually good enough.Mini / small tiers
- Long document or whole-codebase analysisYou pay for window size; still consider RAG for citations.Large-context flagships (e.g. Gemini-class 1M)
- Hard multi-step coding or mathAccuracy beats token price when wrong answers are expensive.Frontier + optional reasoning tier
- Private or offline workloadsData residency and unit economics; ops cost is real.Open-weight / self-hosted
Key Insight
Check your understanding
1/4When should you use a smaller, lower-cost model instead of a frontier model?
Sources, scope & review statusVerified Jul 29, 2026
Claims this lesson makes
- Review frequentlyModel prices and context tiers are vendor-controlled, time-sensitive inputs to cost comparisons.
Primary reading
Next content review: 2026-08-29. Source links establish the lesson's claims; interactive numbers remain labeled simulations unless explicitly identified as measured data.