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.
| Spec | Fable 5 | Opus 5 | Sonnet 5 | Haiku 4.5 |
|---|---|---|---|---|
| Status | Available | Available | Available | Available |
| API model ID | claude-fable-5 | claude-opus-5 | claude-sonnet-5 | claude-haiku-4-5-20251001 |
| API alias | claude-fable-5 | claude-opus-5 | claude-sonnet-5 | claude-haiku-4-5 |
| Context window | 1,000,000 | 1,000,000 | 1,000,000 | 200,000 |
| Max output per request | 128,000 | 128,000 | 128,000 | 64,000 |
| Reliable knowledge cutoff | Jan 2026 | May 2026 | Jan 2026 | Feb 2025 |
| Training data cutoff | Jan 2026 | May 2026 | Jan 2026 | Jul 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 mode | Adaptive, always on | Adaptive, on by default | Adaptive, on by default | Extended thinking only |
| Minimum cacheable prompt | 512 tokens | 512 tokens | 1,024 tokens | 1,024 tokens |
| Relative latency | Slower | Moderate | Fast | Fastest |
| Released | 9 Jun 2026 | 24 Jul 2026 | 30 Jun 2026 | 1 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.
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.
| Model | Claude API | AWS Bedrock | Google Cloud / Vertex AI | Microsoft Foundry |
|---|---|---|---|---|
| Fable 5 | claude-fable-5 | anthropic.claude-fable-5 | claude-fable-5 | Hosted on Anthropic |
| Opus 5 | claude-opus-5 | anthropic.claude-opus-5 | claude-opus-5 | Azure and Anthropic hosting |
| Sonnet 5 | claude-sonnet-5 | anthropic.claude-sonnet-5 | claude-sonnet-5 | Azure and Anthropic hosting |
| Haiku 4.5 | claude-haiku-4-5-20251001 | anthropic.claude-haiku-4-5-20251001-v1:0 | claude-haiku-4-5@20251001 | Azure 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.
- 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.
- 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.
- Complex agentic coding, large refactors, computer use, or you need knowledge past January 2026? Opus 5 at $5/$25.
- 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.
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.
| Model | API ID | Context | Price in / out | Retirement no sooner than |
|---|---|---|---|---|
| Opus 4.8 | claude-opus-4-8 | 1M | $5 / $25 | 28 May 2027 |
| Opus 4.7 | claude-opus-4-7 | 1M | $5 / $25 | 16 Apr 2027 |
| Opus 4.6 | claude-opus-4-6 | 1M | $5 / $25 | 5 Feb 2027 |
| Opus 4.5 | claude-opus-4-5-20251101 | 200k | $5 / $25 | 24 Nov 2026 |
| Sonnet 4.6 | claude-sonnet-4-6 | 1M | $3 / $15 | 17 Feb 2027 |
| Sonnet 4.5 | claude-sonnet-4-5-20250929 | 200k | $3 / $15 | 29 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.
| Model | API ID | Deprecated | Retired | Anthropic's suggested replacement |
|---|---|---|---|---|
| Claude Sonnet 3.7 | claude-3-7-sonnet-20250219 | 28 Oct 2025 | 19 Feb 2026 | claude-sonnet-4-6 |
| Claude Haiku 3.5 | claude-3-5-haiku-20241022 | 19 Dec 2025 | 19 Feb 2026 | claude-haiku-4-5-20251001 |
| Claude Haiku 3 | claude-3-haiku-20240307 | 19 Feb 2026 | 20 Apr 2026 | claude-haiku-4-5-20251001 |
| Claude Opus 4 | claude-opus-4-20250514 | 14 Apr 2026 | 15 Jun 2026 | claude-opus-4-8 |
| Claude Sonnet 4 | claude-sonnet-4-20250514 | 14 Apr 2026 | 15 Jun 2026 | claude-sonnet-4-6 |
| Claude Opus 4.1 | claude-opus-4-1-20250805 | 5 Jun 2026 | 5 Aug 2026 | claude-opus-4-8 |
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.
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.