Table of Contents
- Family Evolution Timeline
- Two Product Lines: API Platform vs Consumer Claude, Plus Four Reasoning Tiers
- Architecture: From Safety Research to Agent Capability
- Claude 5 Series: Fable 5 and Opus 5—How to Choose
- Sub-lines & Ecosystem: A Table of All Claude Models
- Position Against Competitors
- What This Means for Agent Developers
- Overall
- References
🌏 中文版
In March 2023, when OpenAI's GPT-4 had just launched, Anthropic quietly released Claude the same week—a language model with "safety" as its core design philosophy. Three and a half years later, in July 2026, Claude Opus 5 hit 96% on SWE-bench Verified to become the strongest coding model, while Claude Fable 5 led the general capability rankings at 83% on LiveBench. This is the seventh family deep-dive in the "AI 模型家族" series, tracing Claude's complete evolution from Claude 1 to Fable 5.
For how to read the benchmark numbers cited here, see our AI model evaluation sources guide. This is part of the AI Model Landscape Overview series.
Family Evolution Timeline
| Version | Date | Key Facts |
|---|---|---|
| Claude 1 | 2023-03 | First public model, 9K context, Constitutional AI training |
| Claude 2 | 2023-07 | 100K context, first large public release, cited Universal Declaration of Human Rights principles |
| Claude 2.1 | 2023-11 | 200K context, system prompts, tool use experiments |
| Claude 3 Opus/Sonnet/Haiku | 2024-03 | Three-tier product line established, multimodal (vision) |
| Claude 3.5 Sonnet | 2024-06 | Sonnet quality surpassed prior Opus, Artifacts feature |
| Claude 3.5 Sonnet (new) | 2024-10 | Computer Use public beta |
| Claude 3.7 Sonnet | 2025-02 | First hybrid reasoning model, Claude Code launched |
| Claude 4 Opus/Sonnet | 2025-05 | Agent coding generation, MCP standardization |
| Claude 4.5 Sonnet/Haiku/Opus | 2025-09~11 | Sonnet first surpassed Opus baseline |
| Claude 4.6 Opus/Sonnet | 2026-02 | Agent Teams, 1M context |
| Claude 4.7 Opus | 2026-04 | New tokenizer, adaptive thinking |
| Claude 4.8 Opus | 2026-05 | Dynamic Workflows, effort control |
| Claude Fable 5 | 2026-06 | Mythos tier first public, LiveBench #1 (83%) |
| Claude Sonnet 5 | 2026-06 | Strongest agentic Sonnet, $2/$10 pricing |
| Claude Opus 5 | 2026-07 | SWE-bench Verified 96%, coding champion |
Three and a half years, 15 milestones. Claude's evolution has one clear through-line: gradual release from safety research to agent capabilities. 3.7 Sonnet introduced reasoning, 4.0 introduced agents, 4.6 brought 1M context, 5.0 pushed all capabilities to the limit, and June 2026 added the Mythos tier with Fable 5, expanding the product line from three tiers to four.
Two Product Lines: API Platform vs Consumer Claude, Plus Four Reasoning Tiers
To understand Claude's 2026 moves, split it into two parallel lines plus a four-tier reasoning table:
API Platform Line (developer / enterprise): All inference runs via Anthropic's official API or authorized clouds—AWS Bedrock, Google Cloud Vertex AI, Microsoft Foundry. This line owns developer and enterprise revenue, and carries Claude Code, MCP, and all agent workflows.
Consumer Claude App Line: claude.ai plus desktop/mobile apps for end users, packaging the same models into chat, writing, and analysis products. This line offers no open weights and no self-host option.
In between sits the reasoning-tier split—June 2026 expanded from three to four tiers, adding Mythos (with Fable 5 as the public face):
| Item | Fable 5 | Opus 5 | Sonnet 5 | Haiku 4.5 |
|---|---|---|---|---|
| Positioning | Strongest reasoning, long-horizon agents | Complex coding, enterprise workloads | Daily coding, high throughput | Fast response, low cost |
| Input ($/MTok) | $10 | $5 | $2 | $1 |
| Output ($/MTok) | $50 | $25 | $10 | $5 |
| Cache hit | $1 | $0.50 | $0.20 | $0.10 |
| Batch API | $5/$25 | $2.50/$12.50 | $1/$5 | $0.50/$2.50 |
| Context | 1M | 1M | 1M | 200K |
| Max output | 128K | 128K | 128K | 64K |
| Adaptive thinking | Always on | Default on | Default on | — |
| Latency | Slowest | Medium | Fast | Fastest |
Two pricing details worth remembering. First, five Opus generations at the same price: from Opus 4.5 to Opus 5, all at $5/$25; only retired Opus 4.1 ($15/$75) differed—if you're on old Opus for "reproducibility," you're not saving money. Second, Sonnet 5's "price-cut upgrade": dropped from Sonnet 4.6's $3/$15 to $2/$10 permanently (the planned 8/31 reversion to $3/$15 was cancelled), making it the best value in the Claude ecosystem. Also, Fast mode runs Opus 5 at 2.5x speed for $10/$50—exactly Fable 5's standard price. Anyone using Opus 5 fast mode should try Fable 5 standard first.
Architecture: From Safety Research to Agent Capability
Constitutional AI
Claude has used Constitutional AI since day one. The core idea: instead of massive human annotation to judge "what's a good answer," use a constitution (set of principles) to let the model self-critique and self-correct.
Training has two phases:
- Supervised phase: Model generates an answer, then critiques it against the constitution, produces a corrected version; these corrected versions are used for fine-tuning
- RLAIF phase (RL from AI Feedback): Model evaluates two answers per the constitution to train a reward model, then RL reinforces the preferred behavior
The advantage is scalability—no expensive human annotation needed, yet precise behavior control. Claude 2's constitution referenced the Universal Declaration of Human Rights, which is why Claude's refusal boundaries are set by Anthropic and enterprises cannot relax them.
Adaptive Thinking
Introduced in Claude 4.7, default in Claude 5. Adaptive Thinking lets the model auto-decide reasoning depth per problem complexity:
- Simple question ("1+1=?"): direct answer, zero extra thinking tokens
- Complex question ("fix this bug"): auto-activates deep reasoning
Unlike DeepSeek-R1's fixed reasoning path, Adaptive Thinking is dynamic—no manual selector needed. Fable 5 locks it always-on; Opus 5 and Sonnet 5 default on.
MCP (Model Context Protocol)
Released November 2024 as a tool integration standard. MCP lets Claude call external tools and data sources via a unified protocol—think USB-C for AI models. It's now the de facto industry standard—OpenAI, Google, Microsoft all support or have announced support. For agent developers, this is Claude's biggest ecosystem leverage.
Claude Code
Launched February 2025 alongside Claude 3.7 Sonnet. Claude Code lets developers collaborate with Claude directly in the terminal: file I/O, Git operations, multi-file edits. By 2026 it's become one of Anthropic's most important products—not just a model wrapper but a deep integration of agent workflows.
Claude 5 Series: Fable 5 and Opus 5—How to Choose
June–July 2026's 5th-gen four-tier lineup serves distinct roles:
| Item | Fable 5 | Opus 5 | Sonnet 5 | Haiku 4.5 |
|---|---|---|---|---|
| Positioning | Strongest reasoning, long-horizon agents | Complex coding, enterprise workloads | Daily coding, high throughput | Fast response, low cost |
| Input ($/MTok) | $10 | $5 | $2 | $1 |
| Output ($/MTok) | $50 | $25 | $10 | $5 |
| Context | 1M | 1M | 1M | 200K |
| Max output | 128K | 128K | 128K | 64K |
| Adaptive thinking | Always on | Default on | Default on | — |
| Recommended use | Long-horizon planning, hardest reasoning | Agentic coding first choice | Default recommended, balance cost | Classification/extraction, high throughput |
Pricing and specs from Claude official model overview and Claude Pricing.
License Trap: Commercial API Only, Zero Open Weights
Claude is the only family in this series with zero open weights—commercial API only, no downloadable weights, no Apache/MIT license. Its "license" is Anthropic's Terms of Service and Acceptable Use Policy. Three catches:
- No self-host: All inference must go through Anthropic API or authorized clouds (AWS Bedrock, GCP Vertex). Data-sovereignty-sensitive sectors (healthcare, defense) needing fully on-prem deployment: Claude is a non-starter
- Terms can change: Anthropic reserves the right to adjust pricing, rate limits, acceptable-use scope anytime. 2024 saw developer backlash over a policy shift
- Safety filter unremovable: Constitutional AI's refusal boundaries are set by Anthropic; enterprises cannot relax them—material limitation for agent scenarios needing gray-area content
Versus Qwen (Apache 2.0 / custom), Llama 4 (Community License, at least downloadable), DeepSeek (MIT), Mistral (Apache/Modified MIT), Claude's "openness" is the lowest in the series. If your deployment depends on "I control the model," Claude is off the table—this line matters more than benchmark scores.
Performance Position: Coding & Agentic Leader, But Highest Pricing
SWE-bench Verified (real software engineering tasks):
| Model | Score | Pricing (output/MTok) |
|---|---|---|
| Claude Opus 5 | 96% | $25 |
| Claude Mythos 5 | 95.5% | $50 |
| Claude Fable 5 | 95% | $50 |
| DeepSeek V4 Pro 0813 | 96.4% | $0.87 |
| Claude Opus 4.8 | 88.6% | $25 |
| Kimi K3 | 93.4% | — |
Claude Opus 5 leads SWE-bench Verified at 96% (Vals AI independent test: 97%). DeepSeek V4 Pro nearly matches at 96.4% but output pricing is 1/28 of Claude's.
SWE-bench Pro (harder software engineering tasks):
| Model | Score |
|---|---|
| Claude Mythos 5 | 80.3% |
| Claude Fable 5 | 80% |
| Claude Opus 5 | 79.2% |
LiveBench (general capability):
| Model | Overall | Coding |
|---|---|---|
| Claude Fable 5 | 83.0% | 86.0% |
| GPT-5.6 Sol | 81.1% | 83.9% |
| Claude Opus 5 | 80.1% | 81.4% |
| Claude Sonnet 5 | 76.0% | 80.7% |
Versus competitors:
| Metric | Claude Fable 5 | GPT-5.6 Sol | DeepSeek V4 Pro |
|---|---|---|---|
| LiveBench overall | 83.0% | 81.1% | 77.4% |
| SWE-bench Verified | 95% | ~95% | 96.4% |
| Output pricing ($/MTok) | $50 | ~$30 | $0.87 |
| Context | 1M | 1M | 1M |
| Open source | ✗ | ✗ | ✓ MIT |
Claude leads on coding and agentic tasks, but at the highest price. DeepSeek nearly matches SWE-bench Verified at 1/28 the cost—beyond raw benchmarks, buying Claude means agentic stability and enterprise support.
Sub-lines & Ecosystem: A Table of All Claude Models
"Small family" is Claude's most underestimated trait—it has almost no independent vision/speech/embedding lines; sub-lines are just service tiers on the same base:
| Sub-line | Representative | Positioning |
|---|---|---|
| Flagship reasoning | Claude Fable 5 | Highest intelligence tier, complex reasoning & long-horizon planning |
| High-end | Claude Opus 5 | High-quality coding / agentic |
| Mid-range | Claude Sonnet 5 | Balance quality & cost, default recommendation |
| Lightweight | Claude Haiku 4.5 | High speed, low cost, classification / extraction |
| Terminal Agent | Claude Code | CLI coding agent |
| Open standard | MCP (Model Context Protocol) | Open protocol, lets agents plug external tools |
| Enterprise product | Claude for Work / Teams | Enterprise permissions & governance |
Two observations:
MCP is Claude's most underestimated ecosystem lever. Anthropic open-sourced Model Context Protocol; it's now the de facto standard for agents to plug external tools—even if you don't run Claude, your agent infrastructure likely sits on MCP. This extends Claude's influence beyond a single model.
Product line is highly concentrated at the API layer. Unlike Qwen's Coder/VL/Omni/Image sub-lines or DeepSeek's V3/R1/Coder parallel tracks, Claude's sub-lines are almost all the same base model at different service tiers (Fable/Opus/Sonnet/Haiku), with no independent vision, speech, or embedding specialist models. This makes its ecosystem narrower than open-source families, but the product experience is more consistent.
Position Against Competitors
Placing Claude in the 2026 landscape:
- vs GPT-5.6: Claude leads on coding (SWE-bench Verified 95%) and agentic reliability; GPT wins on browser tasks (BrowseComp 90.4%) and long-horizon agents (Agents' Last Exam). The two closed-source titans—choice depends on the specific task
- vs Gemini 3.1: Gemini leads on scientific reasoning (GPQA 94.1%) and native multimodality; Claude is more stable on coding and text tasks
- vs DeepSeek V4: DeepSeek hits 96.4% on SWE-bench Verified at 1/28 the price, MIT license allows self-host. Claude's edge is holistic agentic stability and enterprise support, not pure benchmarks
- vs Qwen3.8 / Kimi K3: Both offer 2T-class open weights; Claude quality still leads but price is tens of times higher, and no self-host
- vs Llama 4 / Mistral: Both allow self-host (Community License, Apache/Modified MIT); Claude leads on agentic stability and tooling ecosystem (MCP), but lowest openness, highest price
- vs GLM: GLM pursues open-source + domestic compliance; Claude is more mature on English coding and international toolchain integration
What This Means for Agent Developers
- Multi-step autonomous agents → Claude's agentic capabilities (tool use, computer use, multi-step planning) are the most stable across all models. BrowseComp, OSWorld, and other agent benchmarks show persistent Claude leadership
- Long-horizon coding agents → Opus 5 and Fable 5 sustain multi-hour autonomous coding sessions without context loss
- Enterprise-grade tool integration → MCP protocol is already industry standard; Claude's MCP support is the most native
- Safety-sensitive scenarios → Constitutional AI's alignment quality is best among all frontier models; Opus 5 certified by Anthropic as "most aligned model"
- High-throughput / cost-sensitive production → Sonnet 5 at $10/MTok is good value, but DeepSeek V4 Flash at $0.28 is another magnitude; clear bug fixes can use DeepSeek V4 Pro (SWE-bench 96.4%, cost 1/28)
- Local deployment → Claude is closed-source, no self-host. Need local? Look at Qwen or DeepSeek
The most pragmatic mix-and-match strategy is pick the model per task:
| Task | Recommended Model | Reason |
|---|---|---|
| Complex agent orchestration | Claude Opus 5 / Fable 5 | Strongest agentic capability |
| Daily coding agent | Claude Sonnet 5 | Quality sufficient, 60% cost savings |
| Clear bug fix | DeepSeek V4 Pro | SWE-bench 96.4%, cost 1/28 |
| High-throughput classification/summary | DeepSeek V4 Flash | $0.14 input, 2,500 concurrent |
| Local deployment | Qwen3.8-27B | Apache 2.0, self-hostable |
Overall
Claude's story is "how safety research became commercial moat." Anthropic started from AI safety, built a technical wall around model alignment with Constitutional AI, then converted model capabilities into developer tools via MCP and Claude Code. The 2026 four-tier lineup—Fable (strongest reasoning), Opus (coding), Sonnet (daily), Haiku (fast)—covers every price band from $1 to $10.
For agent developers, Claude is currently the first choice for tool use and multi-step autonomous tasks. Opus 5's 96% on SWE-bench Verified nearly matches DeepSeek V4 Pro, but the agentic benchmark gap remains clear. If you're building agents that need to run autonomously for hours, Claude's reliability is unmatched—just remember this reliability can't be bought via self-host, nor locked in with an open-source license.
References
- Anthropic Official
- Claude Models Overview — Claude Platform Docs
- Claude Pricing — Claude Platform Docs
- Introducing Claude Opus 5
- Introducing Claude Sonnet 5
- Claude Fable 5 and Claude Mythos 5
- Constitutional AI: Harmlessness from AI Feedback (arXiv:2212.08073)
- Claude Model History — ClaudeKit Guide
- SWE-bench Verified Leaderboard
- LiveBench Leaderboard
- Vals AI SWE-bench Results
- Anthropic Wikipedia
- Claude (AI) Wikipedia
- AI Model Evaluation Sources Guide — this site
- AI Model Landscape Overview — this site
Loading...