Skip to content

Every Claude AI Model Compared & Explained (Jul, 2026)

By Matt Li 11 min read
TL;DR: Claude has four tiers in mid-2026. Haiku 4.5 is fast and cheap ($1/$5 per million tokens). Sonnet 4.6 is the balance pick ($3/$15). Opus 4.8 is the most capable ($5/$25). Fable 5 sits on top ($10/$50).

Anthropic ships Claude in a small, clear lineup. There are three named families plus one new top tier. Haiku is the fast, low-cost model. Sonnet is the everyday balance of speed and smarts. Opus is the most capable model for hard, long tasks. And Fable 5, released above Opus, is the most powerful model Anthropic offers. The current versions are Claude Haiku 4.5, Claude Sonnet 4.6, Claude Opus 4.8, and Claude Fable 5.

Key takeaways

  • Four tiers in mid-2026: Haiku (fast), Sonnet (balanced), Opus (most capable), Fable 5 (most powerful).
  • Output is the price driver. Fable 5 output costs $50 per million, ten times Haiku at $5.
  • Sonnet, Opus, and Fable 5 all have a 1M token context window. Haiku has 200K.
  • Adaptive thinking replaced fixed thinking budgets. You set effort from low to max instead.
  • Most teams should default to Sonnet 4.6 and only reach for Opus or Fable 5 when the task is genuinely hard.

The current Claude models at a glance

Here is the full lineup of current models, with the exact model ID your engineers will type into the API. Use this table as your reference. Everything below explains the details.

ModelModel IDContextMax outputPrice in / out (per 1M)Best for
Fable 5claude-fable-51M128K$10 / $50The hardest reasoning and the highest stakes work
Opus 4.8claude-opus-4-81M128K$5 / $25Long agentic work, big refactors, deep research
Opus 4.7claude-opus-4-71M128K$5 / $25Previous Opus, still strong and still active
Sonnet 4.6claude-sonnet-4-61M64K$3 / $15The default for most production work
Haiku 4.5claude-haiku-4-5200K64K$1 / $5Fast, cheap, high-volume simple tasks

Which Claude model fits your team?

Pick your main use case to see the right tier.

Pick an option above to get a tailored recommendation.
Use Haiku 4.5
For chatbots, tagging, and routing at scale, Haiku is fast and costs $1/$5 per million tokens. You only pay for Opus when a task truly needs it. See the cost of building this in-house on our developer rate card.
Use Sonnet 4.6
For everyday coding, reviews, and tool use, Sonnet is the balance pick at $3/$15. Pair it with engineers who know Claude Code. Hire AI agent developers who build with it daily.
Use Opus 4.8 or Fable 5
For week-long refactors, deep research, and long autonomous runs, the top tiers earn their price. Strong AI and machine learning engineers get the most from them.
Get matched first
The model is the easy part. The hard part is the team that builds and ships with it. We match you with pre-vetted engineers in about 24 hours. Tell us what you need.

The Claude family

Anthropic keeps the naming simple. Each family is named after a form of writing. The bigger the form, the bigger the model. Haiku is short. Sonnet is mid-length. Opus is a large work. Fable 5 broke the pattern as a new top tier above Opus.

The four Claude model tiers and their main strengths

Claude Haiku 4.5

Haiku is the fastest and cheapest model. It has a 200K token context window and 64K max output. Use it for simple, high-volume tasks. Think classification, tagging, routing, short replies, and first-pass drafts. At $1 input and $5 output per million tokens, you can run a lot of traffic through it without a large bill.

Claude Sonnet 4.6

Sonnet is the best mix of speed and intelligence. It has a 1M token context window and 64K max output. It costs $3 input and $15 output per million tokens. For most production work, Sonnet is the right default. It handles coding, reviews, summaries, extraction, and tool use well. We tell most clients to start here and move up only when they hit a real limit.

Claude Opus 4.8

Opus is the most capable Opus-tier model. It is highly autonomous and strong on long, multi-step work that runs for hours. Big code migrations, deep research, and agents that keep their own memory are where it shines. It has a 1M context window and 128K max output, at $5 input and $25 output per million tokens. Opus 4.7 is the previous version and is still active if you need to pin it.

Anthropic Claude Opus product page

Claude Fable 5

Fable 5 is the most powerful and most intelligent model Anthropic offers. It is a new tier that sits above Opus. It shares the same 1M context window and 128K max output as Opus 4.8. The price is higher, at $10 input and $50 output per million tokens. Reach for Fable 5 when the task is the hardest you have and the cost of a wrong answer is high. For most teams, this is a small share of total work.

What every current model can do

The four tiers share the same core skills. The difference is depth and speed, not a missing feature. Every current model can read images, call tools, and return strict JSON when you ask for it. That last one, called structured outputs, forces the reply to match a schema you set, which makes the data safe to parse in code.

Vision is built in. The model reads screenshots, charts, PDFs, and photos. Opus 4.7 and newer added high-resolution image support, which helps with detailed screens and document work. Tool use lets the model call your functions, run code in a sandbox, search the web, and read files. This is what powers agents that do real work, not just chat.

Two features save real money at scale. Prompt caching stores a large fixed prompt once and reuses it cheaply across many calls. Batch processing runs non-urgent jobs at half price. A team that uses both can serve heavy workloads for far less than the sticker rate suggests. Knowing which feature to reach for is part of what we test when we vet engineers.

Pricing compared across the lineup

Output tokens are the real cost driver. Most apps read a prompt and write a longer answer, so output volume adds up fast. The gap between tiers is large. Haiku output is $5 per million. Fable 5 output is $50 per million, which is ten times more. The chart below shows output price for each current model.

Claude output token price per million tokens by model

One way to cut cost is to route by difficulty. Send easy requests to Haiku and only escalate the hard ones to Opus or Fable 5. Another lever is prompt caching, which charges cached context at about a tenth of the input price. Teams that build this routing layer well often cut their model bill by half or more. This is the kind of work that separates a strong AI engineer from an average one.

Anthropic pricing page showing Claude model rates

Context windows and output limits

The context window is how much text the model can read at once, counting both your prompt and the conversation so far. A 1M token window is roughly 750,000 words. That is enough to drop a whole codebase or a stack of long documents into a single request.

Sonnet 4.6, Opus 4.8, Opus 4.7, and Fable 5 all have the 1M window. Opus and Fable also price that large context at the standard rate, with no long-context premium. Haiku 4.5 has a smaller 200K window, which is still about 150,000 words and fine for most chat and tagging work. The chart compares context size and max output across the lineup.

Claude context window and max output by model

Max output is a separate limit. It caps how long a single reply can be. Haiku and Sonnet top out at 64K tokens. Opus and Fable 5 reach 128K. For very long outputs you must stream the response, or the request can time out. Your engineers should know this. It is a common cause of broken long-generation jobs.

How thinking and effort work

Older Claude models used a fixed thinking budget. You set a token count and the model thought up to that limit. The current models replaced that with adaptive thinking. The model decides on its own when to think and how deeply, based on the task. You no longer set a token budget for thinking.

Decision flow for choosing a Claude model by task type

You steer cost and depth with an effort setting instead. The levels run from low to medium to high, plus xhigh and max on the top models. Low effort means fewer tool calls and shorter answers, which is good for cheap, fast tasks. High effort means deeper reasoning, which fits hard coding and agent work. The newest models respect effort more strictly, so set it on purpose rather than leaving the default.

This matters for hiring. An engineer who understands adaptive thinking and effort will tune a workflow to use far fewer tokens at the same quality. We see this gap often when we vet candidates. The ones who have shipped real Claude apps know these levers cold. You can read more in our breakdown of Claude versus ChatGPT for coding.

Which model should you use

Start with Sonnet 4.6. It is the safe default for most teams and most tasks. Move down to Haiku when the task is simple and you run high volume. Move up to Opus or Fable 5 when the task is genuinely hard or the cost of a wrong answer is high. The table below maps common jobs to a tier.

JobRecommended tierWhy
Support chatbot, FAQHaiku 4.5Fast and cheap at high volume
Data tagging, routingHaiku 4.5Simple, repeated, low risk
Daily coding and code reviewSonnet 4.6Strong balance of speed and skill
Document summaries, extractionSonnet 4.61M context, good accuracy, fair price
Large refactor, long agent runOpus 4.8Highly autonomous over long tasks
Hardest reasoning, high stakesFable 5Most powerful, worth the premium
Key facts about the Claude model family in 2026

A simple rule helps. If a cheaper model gives the right answer most of the time, use it and add a check. Escalate only the cases that fail. This keeps quality high and cost low. We worked with a fintech team that ran every request on Opus. Moving routine checks to Sonnet and tagging to Haiku cut their bill by more than half with no drop in quality.

Legacy and retired models

Anthropic keeps older models running for a while, then retires them. If your code still calls an old model ID, plan to move it. The table shows the main older models and what to use instead. Retired models return an error, so those need a fast fix.

Older modelStatusMove to
Opus 4.6, Opus 4.5, Opus 4.1Still activeOpus 4.8
Sonnet 4.5, Sonnet 4Active or deprecatedSonnet 4.6
Haiku 3.5RetiredHaiku 4.5
Sonnet 3.7, Sonnet 3.5RetiredSonnet 4.6
Opus 3RetiredOpus 4.8

A move is usually small. Change the model ID, switch any fixed thinking budget to adaptive thinking, and remove old sampling settings that the new models no longer accept. The current Anthropic models overview lists every active and retired ID in one place, so check it before you migrate.

Anthropic models overview documentation page

What this means for hiring

Knowing the model lineup is step one. Getting value from it is the harder step. The teams that win are not the ones with the biggest model. They are the ones who route work to the right tier, cache context, set effort well, and ship a clean product around it. That is engineering, not just a model choice.

Strong AI engineers are scarce and costly in the United States. A senior AI engineer there runs $12,000 to $18,000 per month all in. The same skill from a pre-vetted engineer in Vietnam or the Philippines often costs $3,000 to $6,000 per month. The work is the same. The bill is not. Many of our clients build their whole Claude stack with engineers from our network.

If you want to go deeper on the wider picture, our Claude AI statistics for 2026 covers adoption, revenue, and market share. Read that next to see how fast this market is moving and why the right team matters more each quarter.

Build your Claude stack with the right team

Claude gives you four tiers and clear prices. The model is the easy part. The team that builds with it is what ships value. We match you with pre-vetted senior engineers across Asia in about 24 hours, with no upfront cost and payroll handled.

Hire AI-native talent.

Second Talent connects companies with pre-vetted AI Talent.

Hire talent Apply as talent →

Written by

Matt Li is a tech-driven entrepreneur with deep expertise in global talent strategy, digital experience optimization, e-commerce, and Web3 innovation. He is the Co-Founder of Second Talent, a US-based company that connects businesses with top-tier tech professionals worldwide. Since launching the company in 2024, Matt has led its growth by leveraging technology to streamline remote hiring and scale distributed teams. With a background spanning product, operations, and innovation, Matt brings a cross-disciplinary perspective to the evolving digital economy. His work sits at the intersection of global talent, emerging technology, and scalable digital transformation.

More posts by Matt Li →

Keep Reading

Artificial intelligence | Jul 7, 2026

Every Kimi AI Model Explained and Compared (Jul, 2026)

Moonshot's Kimi K2.6 is a 1T-parameter open-weight MoE (32B active) at $0.60/$2.50, 256K context, with K2.7 Code and…

Artificial intelligence | Jul 7, 2026

Every Mistral AI Model Explained and Compared (In 10 Minutes)

Mistral is France's open + API family: flagship Large 3 ($2/$6), open Apache models (Small, Nemo, Ministral), plus…

Artificial intelligence | Jul 7, 2026

Philippines vs India for Software Engineers in 2026: Which Should You Hire?

Philippines vs India for software engineers in 2026: English, salary, talent depth, AI, and time zones compared, with…

Artificial intelligence | Jul 7, 2026

Every DeepSeek AI Model Explained and Compared (Jul, 2026)

DeepSeek makes the cheapest strong models: V4-Flash at $0.14/$0.28, V4-Pro, 1M context, a thinking mode (the old R1),…

Artificial intelligence | Jul 7, 2026

Every Llama AI Model Explained and Compared (Jul, 2026)

Meta's Llama 4 is open-weight: Scout with 10M context, the 400B Maverick, and Behemoth still in training. Self-host…

Artificial intelligence | Jul 7, 2026

Every Grok AI Model Explained and Compared (Jul, 2026)

xAI's Grok in 2026: Grok 4.3 flagship at $1.25/$2.50, Grok 4.1 Fast, agentic 4.20 variants, plus coding and…

General | Jul 13, 2026

Gemini vs Claude for Coding in 2026: Which AI Writes Better Code?

A balanced 2026 comparison of Google Gemini and Anthropic Claude for coding: benchmarks, model lineups, pricing, context windows,…

Hiring | Jul 13, 2026

Staff Augmentation Services Explained: Costs, Models, and When to Use Them

TL;DR: Staff augmentation adds skilled professionals to your team temporarily. Costs range from $15-200/hour depending on region and…

Hiring | Jul 7, 2026

5 Effective Alternatives to India for Hiring Tech Talent

TL;DR: Vietnam, the Philippines, Indonesia, Malaysia, and Poland give you strong developer talent at lower cost than the…

WhatsApp