Independent & unofficial. Not affiliated with Anthropic. Facts verified 21 August 2026. Always confirm pricing at claude.com/pricing.
Model reference

Every Claude model available in August 2026

The complete current Claude model lineup with API IDs, context windows, prices, knowledge cutoffs and what each one is actually good at - plus which older models are retired.

As of August 2026 there are four Claude models you can call: Claude Fable 5 ($10/$50 per million tokens), Claude Opus 5 ($5/$25), Claude Sonnet 5 ($2/$10) and Claude Haiku 4.5 ($1/$5). The first three carry a 1,000,000-token context window by default. Six older models have already been retired and now return an API error.

This page is the reference table for all of them: exact API identifiers, context and output limits, knowledge cutoffs, thinking behaviour, platform-specific IDs for AWS and Google Cloud, and the retirement dates for everything Anthropic has switched off. Everything below was checked against Anthropic's own documentation on 21 August 2026.

#The lineup at a glance

Current models
Fable 5, Opus 5, Sonnet 5, Haiku 4.5
Legacy but still callable
Opus 4.8, Opus 4.7, Opus 4.6, Opus 4.5, Sonnet 4.6, Sonnet 4.5
Retired since Feb 2026
Six models, including Opus 4.1 (5 Aug 2026)
Largest context
1,000,000 tokens - standard, no beta header
Cheapest current model
Haiku 4.5 - $1 in / $5 out per MTok
Newest knowledge
Opus 5 - May 2026
Verified
21 August 2026

#Full Claude model specifications, August 2026

All four current models take text and image input and return text. None of them generate images, video or audio, and none accept video or audio input. Prices are per million tokens on the standard Claude API.

SpecFable 5Opus 5Sonnet 5Haiku 4.5
StatusAvailableAvailableAvailableAvailable
API model IDclaude-fable-5claude-opus-5claude-sonnet-5claude-haiku-4-5-20251001
API aliasclaude-fable-5claude-opus-5claude-sonnet-5claude-haiku-4-5
Context window1,000,0001,000,0001,000,000200,000
Max output per request128,000128,000128,00064,000
Reliable knowledge cutoffJan 2026May 2026Jan 2026Feb 2025
Training data cutoffJan 2026May 2026Jan 2026Jul 2025
Input price / MTok$10$5$2$1
Output price / MTok$50$25$10$5
Cache read / MTok$1$0.50$0.20$0.10
Thinking modeAdaptive, always onAdaptive, on by defaultAdaptive, on by defaultExtended thinking only
Minimum cacheable prompt512 tokens512 tokens1,024 tokens1,024 tokens
Relative latencySlowerModerateFastFastest
Released9 Jun 202624 Jul 202630 Jun 20261 Oct 2025

Two details in that table catch people out. The 1M-token window is the default and the maximum on Fable 5, Opus 5 and Sonnet 5 - there is no beta header to send and no long-context surcharge, so a 900,000-token request bills at the same per-token rate as a 9,000-token one. And the knowledge cutoffs are not in version order: Opus 5 knows the world through May 2026, five months further than the nominally more capable Fable 5.

Sampling parameters are gone

temperature, top_p and top_k are deprecated from Opus 4.7 onward and on Sonnet 5. Passing a non-default value returns a 400 error. Assistant message prefilling was removed on 4.6 and later. If you are porting a prompt harness written for Claude 4, strip all four before you change the model string.

#A short profile of each current model

#Claude Fable 5 - the long-horizon agent model

Anthropic describes Fable 5 as next-generation intelligence for long-running agents. It has always-on adaptive thinking that cannot be disabled, never returns a raw chain of thought, and generates at roughly 75 output tokens per second - slow by 2026 standards. At $10/$50 it is exactly twice the price of Opus 5, and its rate limits are materially tighter. It also has its own refusal path: declined requests come back as HTTP 200 with stop_reason: "refusal" rather than an error. The full picture, including the invitation-only Mythos 5 variant, is on the Claude Fable 5 page.

#Claude Opus 5 - the general flagship

Released 24 July 2026, Opus 5 is Anthropic's recommended starting point for complex agentic coding and enterprise work: multi-hour autonomous coding runs, large refactors, vision-heavy workflows and computer use. It carries the newest knowledge of any Claude model and half Fable 5's price. Thinking depth is set through an effort ladder rather than a token budget. Details, migration notes and the cases where it is overkill are on the Claude Opus 5 page.

#Claude Sonnet 5 - the one most people should use

Sonnet 5 is the balance point: frontier-class behaviour at $2/$10, which since 10 August 2026 is the permanent price rather than an introductory one - the increase to $3/$15 that had been scheduled for 1 September was cancelled. One caveat worth doing the arithmetic on: Sonnet 5 uses the newer tokenizer, which emits roughly 30% more tokens for the same text than Sonnet 4.6 did, so the real-world saving is smaller than the sticker price implies. See Claude Sonnet 5.

#Claude Haiku 4.5 - the cheap, fast one

Haiku 4.5 is the outlier in the current lineup: a 200k context rather than 1M, 64k max output, a July 2025 training cutoff, and the only current model that still uses manual extended thinking with a token budget instead of adaptive thinking. That makes it the right choice for classification, extraction, routing and sub-agent work where volume matters more than depth. See Claude Haiku 4.5.

#Claude model IDs on Bedrock, Vertex AI and Microsoft Foundry

The same model carries a different identifier on each cloud. From the 4.6 generation onward the IDs are dateless - claude-opus-5, not claude-opus-5-20260724 - but a dateless ID is still a pinned snapshot, not an evergreen pointer. Anthropic does not update the weights behind an existing ID; a new version ships under a new ID.

ModelClaude APIAWS BedrockGoogle Cloud / Vertex AIMicrosoft Foundry
Fable 5claude-fable-5anthropic.claude-fable-5claude-fable-5Hosted on Anthropic
Opus 5claude-opus-5anthropic.claude-opus-5claude-opus-5Azure and Anthropic hosting
Sonnet 5claude-sonnet-5anthropic.claude-sonnet-5claude-sonnet-5Azure and Anthropic hosting
Haiku 4.5claude-haiku-4-5-20251001anthropic.claude-haiku-4-5-20251001-v1:0claude-haiku-4-5@20251001Azure and Anthropic hosting

Older dated IDs keep their snapshot suffix on every platform: Bedrock appends -v1:0, Google Cloud separates the date with @. Opus 4.6 was the last Bedrock ID to carry a -v1 suffix at all. Not every API feature crosses over - the MCP connector beta, for example, is unavailable on Bedrock and Google Cloud, which matters if you are building on MCP-based agents.

#Which Claude model should you pick?

Work down this list and stop at the first line that matches. Most teams stop at step two.

  1. High volume, shallow task? Classification, tagging, routing, extraction, sub-agent calls inside a larger loop - use Haiku 4.5 at $1/$5 and accept the 200k context.
  2. Anything else, by default? Sonnet 5. It is the workhorse: 1M context, adaptive thinking, $2/$10. Do not move up until a real task fails, not because a benchmark chart suggests you should.
  3. Complex agentic coding, large refactors, computer use, or you need knowledge past January 2026? Opus 5 at $5/$25.
  4. A long-horizon agent where a single failure costs more than the entire token bill? Fable 5 at $10/$50 - and only for the step that needs it, with cheaper models doing the rest of the loop.

Two levers change the arithmetic more than the model choice does. Prompt caching drops repeat input to 0.1× base price, and the Batch API takes a flat 50% off everything if you can tolerate a 24-hour window. A cached, batched Opus 5 call can cost less than an uncached Sonnet 5 one. Both are worked through with numbers on the Claude API page, and the subscription side - where model access is bundled rather than metered - is on the pricing page. If you want the choice framed as cost-per-completed-task rather than per token, use the Haiku vs Sonnet vs Opus comparison.

Note

Model selection is a paid feature in the apps. On the free plan you get whichever model Anthropic assigns, and no access to Fable 5 or the 1M-token window at all.

#Legacy Claude models that still work

Six older models remain callable but are no longer the recommended target for new work. They keep their published retirement floors - Anthropic commits to a "not sooner than" date rather than a fixed switch-off.

ModelAPI IDContextPrice in / outRetirement no sooner than
Opus 4.8claude-opus-4-81M$5 / $2528 May 2027
Opus 4.7claude-opus-4-71M$5 / $2516 Apr 2027
Opus 4.6claude-opus-4-61M$5 / $255 Feb 2027
Opus 4.5claude-opus-4-5-20251101200k$5 / $2524 Nov 2026
Sonnet 4.6claude-sonnet-4-61M$3 / $1517 Feb 2027
Sonnet 4.5claude-sonnet-4-5-20250929200k$3 / $1529 Sep 2026

Sonnet 4.5 is the oldest Claude model still alive, and its floor is the nearest - 29 September 2026. If you are still pinned to it, Sonnet 5 is both newer and cheaper, which is an unusually easy migration to justify.

#Which Claude models are retired?

Six models have been switched off since February 2026. A request naming any of them returns an error from the Claude API; some remain reachable through Bedrock or Google Cloud, which is why teams occasionally believe a retired model is still working.

ModelAPI IDDeprecatedRetiredAnthropic's suggested replacement
Claude Sonnet 3.7claude-3-7-sonnet-2025021928 Oct 202519 Feb 2026claude-sonnet-4-6
Claude Haiku 3.5claude-3-5-haiku-2024102219 Dec 202519 Feb 2026claude-haiku-4-5-20251001
Claude Haiku 3claude-3-haiku-2024030719 Feb 202620 Apr 2026claude-haiku-4-5-20251001
Claude Opus 4claude-opus-4-2025051414 Apr 202615 Jun 2026claude-opus-4-8
Claude Sonnet 4claude-sonnet-4-2025051414 Apr 202615 Jun 2026claude-sonnet-4-6
Claude Opus 4.1claude-opus-4-1-202508055 Jun 20265 Aug 2026claude-opus-4-8
Do not build on these

Claude 3 Opus retired 5 January 2026, both Claude 3.5 Sonnet snapshots on 28 October 2025, and Claude 2.0, 2.1 and Claude 3 Sonnet on 21 July 2025. Claude 1.x and the Instant models went in November 2024. Pages on this site covering those generations are kept as version history, not as usage guides; they are listed in the directory below.

#How Claude version numbering works

The naming has changed twice. Models before 4.6 use a dated identifier - claude-sonnet-4-5-20250929 - plus a short alias that resolves to the most recent snapshot. From 4.6 onward the date disappears: claude-sonnet-4-6, claude-opus-5. The 5-generation then broke the pattern again by introducing a name, Fable, that sits above Opus rather than continuing the Opus/Sonnet/Haiku triple.

The practical rule: weights are fixed per ID, but the serving stack around them - router, safety classifiers, sampling logic - can change, so identical requests to the same ID can behave slightly differently over time. Pin the ID, and treat behavioural drift as expected rather than as a bug in your prompt. The developer overview covers how to structure evaluations that survive this.

#Every Claude model page on this site

#Frequently asked questions

What is the newest Claude model?

Claude Opus 5, released 24 July 2026, is the newest Claude model and has the most recent knowledge cutoff at May 2026. Claude Fable 5, generally available since 9 June 2026, sits above it for long-running agent work and costs twice as much per token.

How many Claude models are there in August 2026?

Four are current: Fable 5, Opus 5, Sonnet 5 and Haiku 4.5. Six more remain callable as legacy models - Opus 4.8, 4.7, 4.6 and 4.5, plus Sonnet 4.6 and Sonnet 4.5. Six older models have been retired and now return an API error.

Which Claude models have a 1 million token context window?

Fable 5, Opus 5, Sonnet 5, Opus 4.8, Opus 4.7, Opus 4.6 and Sonnet 4.6 all have 1M-token context windows. It is the default and the maximum, with no beta header required and no long-context price premium. Haiku 4.5 and Sonnet 4.5 are limited to 200,000 tokens.

Is Claude Opus 4.1 still available?

No. Claude Opus 4.1 was deprecated on 5 June 2026 and retired from the Claude API on 5 August 2026. Requests naming it now return an error. Anthropic's recommended replacement is Opus 4.8, though most workloads should move to Opus 5 instead.

Which Claude model is cheapest?

Claude Haiku 4.5, at $1 per million input tokens and $5 per million output tokens. Cache reads drop to $0.10 and the Batch API halves everything again. Its limits are a 200,000-token context, 64,000-token maximum output and a July 2025 training cutoff.

Do Claude model IDs change over time?

No. Every model ID is a pinned snapshot, including the dateless IDs used from version 4.6 onward. Anthropic ships updated versions under new IDs rather than changing weights behind an existing one. Serving infrastructure around the model can still change, producing minor behavioural drift.

Verify it yourself

Model IDs, context limits and cutoffs checked against platform.claude.com/docs, retirement dates against the model deprecations page, and prices against claude.com/pricing on 21 August 2026. Anthropic changes models, prices and retirement schedules without notice - re-check before you pin a model in production.