CClaude AI Hub
← All articles

Reference · 5 min read

Claude's Model Families, Explained

Anthropic offers several Claude models at different sizes. Here's how to think about the trade-off between speed, cost, and capability.

Anthropic doesn't ship a single "Claude." Instead it offers a family of models at different sizes, so you can match the tool to the job. The naming has evolved over time, but the underlying idea has stayed consistent: bigger models are more capable but slower and more expensive, while smaller models are faster and cheaper for simpler work.

The size trade-off

Historically Anthropic has described its tiers with names suggesting their weight class — for example a lightweight, fast option; a balanced everyday option; and a heavyweight option for the hardest problems. The exact lineup and version numbers change as new generations are released, so always check Anthropic's current documentation for the latest names and details.

TierBest forTrade-off
Lightweight / fastHigh-volume, simple tasks; quick replies; classificationLess capable on complex reasoning
BalancedMost everyday writing, analysis, and codingA sensible default
Most capableHard reasoning, nuanced work, long complex tasksSlower and costs more

What is a "context window"?

The context window is how much text a model can consider at once — your prompt plus the conversation so far plus any documents you paste in. A larger window lets Claude work with long reports or whole codebases without losing track. If you've ever had an assistant "forget" the start of a very long conversation, you've bumped into this limit.

How to choose

  • Start with the balanced model. It handles the vast majority of tasks well.
  • Move up when a task needs careful, multi-step reasoning or the stakes are high.
  • Move down when you're doing something simple at large volume and want speed and lower cost.

Note: Model names, versions, context limits, and pricing change frequently. This article explains the concepts; for current specifics, consult Anthropic's official documentation.


This article is independent educational content and is not affiliated with or endorsed by Anthropic. Product details change over time — check official sources for current specifics.

Keep reading