---
title: "Claude (Anthropic)"
source: "https://systems-analysis.info/eng/Claude_(Anthropic)"
wiki: "systems-analysis.info/eng"
article: "Claude_(Anthropic)"
language: "en"
categories:
  - "Category:English"
  - "Category:Large language models"
  - "Category:LLM families"
  - "Category:Machine learning"
  - "Category:Technology"
revision_id: 90
wiki_created_at: 2026-09-06T22:17:17Z
wiki_modified_at: 2026-09-06T22:17:17Z
downloaded_at: 2026-09-07T22:20:55Z
---

# Claude (Anthropic)

**Claude** is a family of [multimodal large language models](https://systems-analysis.info/eng/Multimodal_large_language_models "Multimodal large language models") ([LLMs](https://systems-analysis.info/eng/Large_language_model "Large language model")) developed by the research company **<a href="https://www.anthropic.com/" class="external text" rel="nofollow">Anthropic</a>**.

Built on a [transformer architecture](https://systems-analysis.info/eng/Transformer_architecture "Transformer architecture"), Claude models are positioned as AI assistants focused on safety, usefulness, and honesty. A key feature of their development is the **[Constitutional AI](https://systems-analysis.info/eng/Constitutional_AI "Constitutional AI")** methodology, aimed at creating steerable and ethically aligned systems.

## History and Philosophy

### Founding and Mission of Anthropic

Anthropic was founded in 2021 by former senior employees of OpenAI, including siblings Dario<sup>[\[1\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-1)</sup> and Daniela Amodei<sup>[\[2\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-2)</sup>. Their departure was prompted by disagreements with OpenAI's leadership regarding its direction, particularly concerns that the partnership with Microsoft and increasing commercialization could compromise its commitment to AI safety.

Anthropic's mission is "to develop and maintain advanced AI for the long-term benefit of humanity." The company is registered as a Public Benefit Corporation (<a href="https://en.wikipedia.org/wiki/Benefit_corporation" class="external text" rel="nofollow">PBC</a>) in the United States, which legally obligates it to balance financial interests with public benefit. This approach is reinforced by a unique governance structure featuring the **Long-Term Benefit Trust (<a href="https://www.anthropic.com/news/the-long-term-benefit-trust" class="external text" rel="nofollow">LTBT</a>)**, an independent body with the authority to influence the composition of the board of directors to ensure adherence to the safety mission.

### Philosophy: HHH and Constitutional AI

The behavior of Claude models is based on the **HHH** formula: **Helpful, Honest, and Harmless**. To implement these principles, Anthropic developed its own training methodology—[**Constitutional AI**](https://systems-analysis.info/eng/Constitutional_AI "Constitutional AI") (CAI).

Unlike traditional RLHF ([Reinforcement Learning from Human Feedback](https://systems-analysis.info/eng/Reinforcement_learning_from_human_feedback_(RLHF) "Reinforcement learning from human feedback (RLHF)")), where human annotators directly rate the model's responses, CAI uses a "constitution"—a set of explicit ethical principles—based on which the model learns to self-evaluate and correct its own answers. This makes the process more scalable, transparent, and controllable.

## Architecture and Key Technologies

### Transformer-based Foundation

Like other modern LLMs, Claude uses a [decoder-only transformer](https://systems-analysis.info/eng/Decoder-only_models_(architecture) "Decoder-only models (architecture)") architecture that autoregressively generates text [token](https://systems-analysis.info/eng/Token_(LLM) "Token (LLM)") by token. However, Anthropic has introduced significant improvements aimed at enhancing performance, safety, and steerability.

### Constitutional AI (CAI)

The CAI training process consists of two stages:

1.  **Supervised Learning Phase**: The model generates responses to prompts, and then another critic model, guided by the "constitution," evaluates them and suggests revisions. The original model is then [fine-tuned](https://systems-analysis.info/eng/Fine-tuning_(deep_learning) "Fine-tuning (deep learning)") based on these revisions.
2.  **Reinforcement Learning from AI Feedback (RLAIF) Phase**: The model generates pairs of responses, and the critic model selects the better one based on the "constitution." This data is used to train a preference model (reward model), which then serves as a signal to fine-tune the main model using reinforcement learning algorithms.

### Long Context and Multimodality

One of Claude's main advantages is its very large **[context window](https://systems-analysis.info/eng/Context_window "Context window")**. Starting from 100k tokens in Claude 2, it was increased to 200k in Claude 3 and up to 1-2 million tokens in versions 3.5 and 4. This allows the models to analyze entire books, codebases, or multi-hour transcripts within a single prompt.

Starting with the Claude 3 family, the models became **multimodal**, gaining the ability to process images alongside text.

### Hybrid Reasoning and Agentic Capabilities

Starting with versions Claude 3.7 and 4, a **hybrid reasoning** architecture was introduced. It allows the models to switch between two modes:

- **Fast Answers:** The standard mode for simple tasks.
- **Extended Thinking:** For complex tasks, the model pauses to "think," performing internal reasoning steps, calling tools (web search, code execution), and formulating a more well-founded response. This makes the process more transparent and reliable.

## Evolution of Claude Models

### Claude 1 and 2 (2023)

- **Claude 1** (March 2023): The first publicly available version, released through the Anthropic API. It introduced the **Claude Instant** model for fast, lightweight tasks and a flagship version that soon offered a **100,000 token** context window—among the largest available at the time.<sup>[\[3\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-timeline-3)[\[4\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-cvh-4)</sup>
- **Claude 1.3** (2023): A later first-generation flagship revision that improved performance and safety and became the principal Claude 1 model immediately preceding Claude 2. Anthropic used Claude 1.3 as the comparison baseline when announcing Claude 2.<sup>[\[5\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-claude2official-5)</sup>
- **Claude 2** (July 2023): An improved version that became publicly available via a web interface. It showed significant improvements in coding (71% on Codex [HumanEval](https://systems-analysis.info/eng/HumanEval_Benchmark "HumanEval Benchmark")) and mathematics. In November 2023, **Claude 2.1** was released with a **200,000 token** context window and reduced hallucination rates.<sup>[\[4\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-cvh-4)[\[3\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-timeline-3)</sup>
- **Claude Instant 1.2** (August 2023): The final major update to the lightweight Instant line. It incorporated improvements from Claude 2 while retaining lower latency and cost, with gains in mathematics, coding, reasoning, multilingual performance, structured responses, and safety.<sup>[\[6\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-instant12-6)</sup>

### Claude 3 (March 2024)

A family of models that surpassed [GPT](https://systems-analysis.info/eng/GPT_(OpenAI) "GPT (OpenAI)")-4 on several benchmarks for the first time.<sup>[\[7\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-claude3fam-7)</sup>

- **Versions:** **Haiku** (fastest), **Sonnet** (balanced), and **Opus** (most powerful)—establishing the three-tier structure that became the basis of Anthropic's mainstream Claude lineup and was later supplemented by the higher-capability Mythos tier.
- **Key Innovations:** Introduction of **multimodality** (image analysis), significant improvements in reasoning and coding, and a reduction in unwarranted refusals. Opus achieved 86.8% on [MMLU](https://systems-analysis.info/eng/MMLU_Benchmark "MMLU Benchmark").<sup>[\[7\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-claude3fam-7)[\[8\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-claude3card-8)</sup>

### Claude 3.5 and 3.6 (2024)

An intermediate generation focused on increasing intelligence, coding ability, tool use, and speed.

- **Claude 3.5 Sonnet** (June 2024): Surpassed Claude 3 Opus in performance while being twice as fast.<sup>[\[9\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-claude35-9)</sup> It introduced the **Artifacts** feature<sup>[\[10\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-10)</sup>—an interactive panel for working with generated code or documents.
- **Claude Sonnet 3.6** (October 2024): Released at the time as an upgraded **Claude 3.5 Sonnet** and later referred to by Anthropic as **Claude Sonnet 3.6**. It delivered major improvements in coding and tool use and became the first frontier Claude model with **Computer Use** in public beta, allowing it to inspect a screen, move a cursor, click, and type.<sup>[\[11\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-claude35oct-11)[\[12\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-sonnet5-12)</sup>
- **Claude 3.5 Haiku** (October 2024): The second model in the 3.5 family and the successor to Claude 3 Haiku. It retained Haiku-class speed while substantially improving coding and general intelligence, matching or exceeding Claude 3 Opus on a number of evaluations.<sup>[\[11\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-claude35oct-11)</sup>

### Claude 3.7 (February 2025)

A transitional release centered on controllable reasoning.

- **Claude 3.7 Sonnet:** Introduced **hybrid reasoning**, allowing the model to combine fast answers with deep, step-by-step reasoning within a single model. It was Anthropic's first model with an explicit extended-thinking mode, and it launched alongside the **Claude Code** command-line agent, laying the groundwork for the agentic capabilities of the next generation.<sup>[\[3\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-timeline-3)</sup>

### Claude 4 (2025–2026)

A flagship generation focused on autonomous AI agents and complex, long-horizon reasoning.

- **Opus 4 and Sonnet 4** (May 2025): The first Claude 4 models, built around autonomous AI agents. The models are capable of performing multi-step tasks, working with the file system (via **Computer Use**), calling tools, and maintaining long-running work sessions (up to several hours) without performance degradation. Opus 4 achieved 72.5% on the complex coding benchmark [SWE-bench](https://systems-analysis.info/eng/SWE-bench_(benchmark) "SWE-bench (benchmark)") Verified.<sup>[\[13\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-claude4-13)[\[3\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-timeline-3)</sup>
- **Point releases:** The generation was refined through a rapid series of incremental upgrades—**Opus 4.1** (August 2025, 74.5% [SWE-bench Verified](https://systems-analysis.info/eng/SWE-bench_Verified "SWE-bench Verified"))<sup>[\[14\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-opus41-14)</sup>, **Sonnet 4.5** (September 2025, 77.2%)<sup>[\[15\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-sonnet45-15)</sup> and **Haiku 4.5** (October 2025)<sup>[\[16\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-haiku45-16)</sup>, followed by **Opus 4.5** (November 2025), which raised the [SWE-bench Verified](https://systems-analysis.info/eng/SWE-bench_Verified "SWE-bench Verified") score to 80.9%.<sup>[\[17\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-opus45-17)[\[18\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-datacamp-18)</sup>
- **Claude Opus 4.6 and Sonnet 4.6** (February 2026): Extended the generation with stronger coding, computer use, long-context reasoning, agent planning, cybersecurity, knowledge work, and design. Opus 4.6 introduced a **1-million-token** context window in beta, which was also adopted by Sonnet 4.6.<sup>[\[19\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-opus46-19)[\[20\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-sonnet46-20)</sup>
- **Claude Opus 4.7** (April 2026): Further improved coding, visual understanding, self-verification, and long-running professional and agentic work; it also increased the resolution supported for image inputs and expanded the available reasoning-effort range.<sup>[\[21\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-opus47-21)</sup>
- **Claude Opus 4.8** (May 2026): The final major Opus release of the fourth generation, emphasizing reliability, judgment, autonomous long-horizon coding, and professional work. It introduced a cheaper **Fast mode** running at roughly 2.5 times normal speed and launched alongside **dynamic workflows** for large-scale agent orchestration.<sup>[\[22\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-opus48-22)</sup> By this stage, the leading Claude 4 models supported a **1-million-token** context window and adjustable reasoning **effort**.<sup>[\[23\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-models-23)</sup>

### Mythos tier (2026)

A new capability tier positioned above the Opus class, rather than simply another point release within the mainstream Haiku/Sonnet/Opus hierarchy.

- **Claude Mythos Preview** (April 2026): The first publicly disclosed Mythos-class model, initially released on an invitation-only basis through **Project Glasswing**. Although a general-purpose language model, it was particularly notable for frontier-level cybersecurity capabilities and was used by Anthropic to explore highly capable defensive-security agents under controlled access.<sup>[\[24\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-mythospreview-24)</sup>
- **Claude Fable 5** and **Claude Mythos 5** (June 2026): The first production models in the Mythos class. **Fable 5** became generally available on June 9 as the safety-tuned version intended for broad use, while **Mythos 5**, the successor to Mythos Preview, offered the same underlying capabilities with different safeguards and remained limited to vetted participants in Project Glasswing. Both models provided a **1-million-token** context window and up to **128,000 output tokens**.<sup>[\[25\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-fable5-25)[\[26\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-fable5docs-26)</sup> Access to the models was temporarily suspended in June under a U.S. government export-control directive and subsequently restored after the restrictions were lifted.<sup>[\[27\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-27)</sup>
- **Claude Fable 5.1** and **Claude Mythos 5.1** (September 2026): A major update to the Mythos-class family. The two versions use the **same underlying model** but differ in their safeguard and access regimes: Fable 5.1 is broadly available, while Mythos 5.1 remains available through trusted-access programs, including Project Glasswing. They retain the 1-million-token context window and 128,000-token maximum output, use **always-on adaptive thinking**, and substantially improve long-running agentic coding, multistep research, knowledge work, scientific problem solving, and self-verification.<sup>[\[28\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-fable51-28)</sup> Fable 5.1 also introduced more precise cybersecurity and biology safeguards and substantially reduced the price of prompt-cache reads.<sup>[\[28\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-fable51-28)</sup>

### Claude 5 (2026)

The fifth generation of Anthropic's mainstream model lineup, alongside the higher-capability Fable/Mythos branch.

- **Claude Sonnet 5** (June 2026): The most agentic Sonnet model to date, released as a substantial improvement over Sonnet 4.6, with performance approaching that of Opus 4.8 at lower cost. It can autonomously plan, operate browsers and terminals, call tools, and execute extended workflows. Sonnet 5 introduced a standard **1-million-token** context window, up to **128,000 output tokens**, adaptive thinking, and granular reasoning-effort controls.<sup>[\[12\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-sonnet5-12)</sup>
- **Claude Opus 5** (July 2026): A step-change upgrade over Opus 4.8 and the first fifth-generation Opus model. It focuses on deep reasoning, complex agentic coding, enterprise work, long-horizon autonomous tasks, code review, computer use, and multi-agent coordination. Anthropic described it as approaching the frontier intelligence of Fable 5 at half the per-token price. Opus 5 has a **1-million-token** context window, supports up to **128,000 output tokens**, uses thinking by default, and expands the reasoning-effort scale through **low**, **medium**, **high**, **xhigh**, and **max** levels.<sup>[\[29\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-opus5-29)[\[30\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-opus5docs-30)</sup>
- **Current lineup:** As of September 2026, Anthropic lists **Claude Fable 5.1**, **Claude Opus 5**, **Claude Sonnet 5**, and **Claude Haiku 4.5** as its current principal models. No **Claude Haiku 5** has yet been released; Haiku 4.5 therefore remains the current low-latency Haiku model.<sup>[\[23\]](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_note-models-23)</sup>

## Summary Table of Claude Generations

| Generation / Model Line | Release Year | Key Versions                         | Max. Context Window      | Key Innovations                                                                                                                                                                                                                                                                                                                                          |
|-------------------------|--------------|--------------------------------------|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Claude 1**            | 2023         | Claude, Claude Instant, Claude 1.3   | 9,000 → 100,000 tokens   | First public Claude assistant family; context expanded from 9K to 100K tokens during 2023.                                                                                                                                                                                                                                                               |
| **Claude 2**            | 2023         | Claude 2, Claude 2.1                 | 100,000 → 200,000 tokens | Stronger coding, mathematics and reasoning; improved instruction following; 200K context introduced with Claude 2.1.                                                                                                                                                                                                                                     |
| **Claude 3**            | 2024         | Opus 3, Sonnet 3, Haiku 3            | 200,000 tokens           | Introduction of the Opus/Sonnet/Haiku capability tiers; native vision input; major gains in reasoning, coding and multilingual performance.                                                                                                                                                                                                              |
| **Claude 3.5**          | 2024         | Sonnet 3.5, Haiku 3.5                | 200,000 tokens           | Higher intelligence at lower cost; major gains in coding and visual reasoning; introduction of Artifacts.                                                                                                                                                                                                                                                |
| **Claude 3.6**          | 2024         | Sonnet 3.6                           | 200,000 tokens           | Upgraded Sonnet model with stronger coding and agentic tool use; first Claude model with general-purpose Computer Use in public beta.                                                                                                                                                                                                                    |
| **Claude 3.7**          | 2025         | Sonnet 3.7                           | 200,000 tokens           | First hybrid-reasoning Claude model, combining standard responses with extended thinking; stronger agentic behavior; Claude Code research preview.                                                                                                                                                                                                       |
| **Claude 4**            | 2025         | Opus 4, Sonnet 4                     | 200,000 tokens           | Major advance in agentic coding and long-running workflows; stronger parallel tool use, planning and sustained multi-step work.                                                                                                                                                                                                                          |
| **Claude 4.1**          | 2025         | Opus 4.1                             | 200,000 tokens           | Incremental upgrade to Opus 4 with stronger agentic task performance, coding and real-world reasoning.                                                                                                                                                                                                                                                   |
| **Claude 4.5**          | 2025         | Sonnet 4.5, Haiku 4.5, Opus 4.5      | 200,000 tokens           | Stronger computer use and agent orchestration; improved coding and long-horizon work; effort controls and context-management improvements.                                                                                                                                                                                                               |
| **Claude 4.6**          | 2026         | Opus 4.6, Sonnet 4.6                 | 1,000,000 tokens         | 1M-token context as a standard capability; adaptive thinking; stronger long-context reasoning, computer use, coding and long-running agentic workflows; transition to dateless pinned model IDs.                                                                                                                                                         |
| **Claude 4.7**          | 2026         | Opus 4.7                             | 1,000,000 tokens         | Improved performance on difficult software-engineering and long-running agentic tasks; stronger self-verification and high-resolution vision.                                                                                                                                                                                                            |
| **Claude 4.8**          | 2026         | Opus 4.8                             | 1,000,000 tokens         | Improved reliability and judgment in agentic work; Fast mode at approximately 2.5× normal speed; effort control and dynamic workflows for large-scale parallel agent orchestration.                                                                                                                                                                      |
| **Claude Fable**        | 2026         | Fable 5, Fable 5.1                   | 1,000,000 tokens         | Generally available Mythos-class line above Opus in capability; introduced fifth-generation Claude intelligence for the hardest coding, knowledge-work, research and long-running agentic tasks. Fable 5.1 adds stronger autonomous execution, verification and scientific-research capabilities with more precise cybersecurity and biology safeguards. |
| **Claude Mythos**       | 2026         | Mythos Preview, Mythos 5, Mythos 5.1 | 1,000,000 tokens         | Restricted-access Mythos-class line for frontier cybersecurity, biology and advanced research. Mythos 5 and Fable 5 share the same underlying model, as do Mythos 5.1 and Fable 5.1; Mythos variants provide reduced safeguards for vetted organizations through trusted-access programs.                                                                |
| **Claude Opus 5**       | 2026         | Opus 5                               | 1,000,000 tokens         | Fifth-generation Opus model for complex agentic coding and enterprise work; stronger long-horizon reasoning and autonomous execution; performance approaching Fable-class intelligence at lower cost.                                                                                                                                                    |
| **Claude Sonnet 5**     | 2026         | Sonnet 5                             | 1,000,000 tokens         | Most agentic Sonnet generation; adaptive thinking; autonomous browser and terminal use; major gains in reasoning, coding, tool use and knowledge work while retaining lower latency and cost than Opus.                                                                                                                                                  |
| **Claude Haiku**        | 2024–present | Haiku 3, Haiku 3.5, Haiku 4.5        | 200,000 tokens           | Fastest and lowest-cost Claude line, optimized for low-latency and high-volume workloads. Haiku 4.5 remains the current Haiku model and provides near-frontier intelligence with extended thinking.                                                                                                                                                      |

Evolution of Key Characteristics of Claude Models

## Models

| No. | Date       | Model                                       | Type    | Note                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Source                                                                                                                                                                                                                                                  | System / Model Card                                                                                                                                                                               |
|-----|------------|---------------------------------------------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 1   | 2023-03-14 | Claude                                      | Claude  | First public Claude assistant; offered together with Claude Instant.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | <a href="https://www.anthropic.com/news/introducing-claude" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                          | —                                                                                                                                                                                                 |
| 2   | 2023-03-14 | Claude Instant                              | Instant | Faster, lighter, lower-cost version of the first public Claude assistant.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <a href="https://www.anthropic.com/news/introducing-claude" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                          | —                                                                                                                                                                                                 |
| 3   | 2023-04    | Claude 1.3                                  | Claude  | Later first-generation Claude model; used as the comparison baseline for Claude 2.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | <a href="https://www.anthropic.com/news/claude-2" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                                    | <a href="https://www.anthropic.com/claude-2-model-card" class="external text" rel="nofollow">Claude 2 Model Card</a>                                                                              |
| 4   | 2023-07-11 | Claude 2                                    | Claude  | Second-generation Claude model with improved coding, math, reasoning, longer responses, and 100K-token context.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | <a href="https://www.anthropic.com/news/claude-2" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                                    | <a href="https://www.anthropic.com/claude-2-model-card" class="external text" rel="nofollow">Claude 2 Model Card</a>                                                                              |
| 5   | 2023-08-09 | Claude Instant 1.2                          | Instant | Updated Claude Instant model with improved math, coding, reasoning, safety, and structured responses.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | <a href="https://www.anthropic.com/news/releasing-claude-instant-1-2" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                | —                                                                                                                                                                                                 |
| 6   | 2023-11-21 | Claude 2.1                                  | Claude  | Claude 2 update with a 200K-token context window, lower hallucination rates, system prompts, and beta tool use.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | <a href="https://www.anthropic.com/news/claude-2-1" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                                  | <a href="https://www.anthropic.com/claude-2-model-card" class="external text" rel="nofollow">Claude 2 Model Card</a>                                                                              |
| 7   | 2024-03-04 | Claude 3 Opus                               | Opus    | Most capable model in the Claude 3 family.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | <a href="https://www.anthropic.com/news/claude-3-family" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                             | <a href="https://assets.anthropic.com/m/61e7d27f8c8f5919/original/Claude-3-Model-Card.pdf" class="external text" rel="nofollow">Claude 3 Model Card</a>                                           |
| 8   | 2024-03-04 | Claude 3 Sonnet                             | Sonnet  | Mid-tier Claude 3 model balancing intelligence and speed.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | <a href="https://www.anthropic.com/news/claude-3-family" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                             | <a href="https://assets.anthropic.com/m/61e7d27f8c8f5919/original/Claude-3-Model-Card.pdf" class="external text" rel="nofollow">Claude 3 Model Card</a>                                           |
| 9   | 2024-03-13 | Claude 3 Haiku                              | Haiku   | Fastest and lowest-cost model in the Claude 3 family.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | <a href="https://www.anthropic.com/news/claude-3-haiku" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                              | <a href="https://assets.anthropic.com/m/61e7d27f8c8f5919/original/Claude-3-Model-Card.pdf" class="external text" rel="nofollow">Claude 3 Model Card</a>                                           |
| 10  | 2024-06-20 | Claude 3.5 Sonnet                           | Sonnet  | First Claude 3.5 model; higher intelligence than Claude 3 Opus with Sonnet-tier speed and cost.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | <a href="https://www.anthropic.com/news/claude-3-5-sonnet" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                           | <a href="https://www-cdn.anthropic.com/fed9cc193a14b84131812372d8d5857f8f304c52/Model_Card_Claude_3_Addendum.pdf" class="external text" rel="nofollow">Claude 3.5 Sonnet Model Card Addendum</a>  |
| 11  | 2024-10-22 | Claude 3.5 Sonnet (new) / Claude Sonnet 3.6 | Sonnet  | Upgraded October 2024 version of Claude 3.5 Sonnet with improved coding, tool use, and computer-use capability; later Anthropic publications refer to this model as Claude Sonnet 3.6.                                                                                                                                                                                                                                                                                                                                                                                                                                                              | <a href="https://www.anthropic.com/news/3-5-models-and-computer-use" class="external text" rel="nofollow">Anthropic</a>; <a href="https://www.anthropic.com/news/claude-sonnet-5" class="external text" rel="nofollow">later Anthropic nomenclature</a> | <a href="https://www-cdn.anthropic.com/c7822cdc35ad788ec87e14b3a9d45010f1f86c38.pdf" class="external text" rel="nofollow">Claude 3.5 Haiku and Upgraded Claude 3.5 Sonnet Model Card Addendum</a> |
| 12  | 2024-10-22 | Claude 3.5 Haiku                            | Haiku   | Faster and cheaper Claude 3.5-family model.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | <a href="https://www.anthropic.com/news/3-5-models-and-computer-use" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                 | <a href="https://www-cdn.anthropic.com/c7822cdc35ad788ec87e14b3a9d45010f1f86c38.pdf" class="external text" rel="nofollow">Claude 3.5 Haiku and Upgraded Claude 3.5 Sonnet Model Card Addendum</a> |
| 13  | 2025-02-24 | Claude 3.7 Sonnet                           | Sonnet  | First hybrid reasoning Claude model, with standard and extended-thinking modes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | <a href="https://www.anthropic.com/news/claude-3-7-sonnet" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                           | <a href="https://www-cdn.anthropic.com/9ff93dfa8f445c932415d335c88852ef47f1201e.pdf" class="external text" rel="nofollow">Claude 3.7 Sonnet System Card</a>                                       |
| 14  | 2025-05-22 | Claude Opus 4                               | Opus    | Opus-class hybrid reasoning model for coding, advanced reasoning, and long-running agent workflows.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | <a href="https://www.anthropic.com/news/claude-4" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                                    | <a href="https://www-cdn.anthropic.com/07b2a3f9902ee19fe39a36ca638e5ae987bc64dd.pdf" class="external text" rel="nofollow">Claude 4 System Card</a>                                                |
| 15  | 2025-05-22 | Claude Sonnet 4                             | Sonnet  | Sonnet-class hybrid reasoning model; upgrade from Claude 3.7 Sonnet.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | <a href="https://www.anthropic.com/news/claude-4" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                                    | <a href="https://www-cdn.anthropic.com/07b2a3f9902ee19fe39a36ca638e5ae987bc64dd.pdf" class="external text" rel="nofollow">Claude 4 System Card</a>                                                |
| 16  | 2025-08-05 | Claude Opus 4.1                             | Opus    | Incremental upgrade to Claude Opus 4 with improvements in agentic tasks, coding, and reasoning.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | <a href="https://www.anthropic.com/news/claude-opus-4-1" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                             | <a href="https://www-cdn.anthropic.com/9fa30625273bafdf5af82c93719d7ca606485a16.pdf" class="external text" rel="nofollow">Claude Opus 4.1 System Card</a>                                         |
| 17  | 2025-09-29 | Claude Sonnet 4.5                           | Sonnet  | Sonnet model focused on coding, complex agents, computer use, reasoning, and math.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | <a href="https://www.anthropic.com/news/claude-sonnet-4-5" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                           | <a href="https://www.anthropic.com/claude-sonnet-4-5-system-card" class="external text" rel="nofollow">Claude Sonnet 4.5 System Card</a>                                                          |
| 18  | 2025-10-15 | Claude Haiku 4.5                            | Haiku   | Fast, cost-efficient Haiku model with near-frontier performance.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | <a href="https://www.anthropic.com/news/claude-haiku-4-5" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                            | <a href="https://www-cdn.anthropic.com/7aad69bf12627d42234e01ee7c36305dc2f6a970.pdf" class="external text" rel="nofollow">Claude Haiku 4.5 System Card</a>                                        |
| 19  | 2025-11-24 | Claude Opus 4.5                             | Opus    | Opus model for coding, agents, computer use, deep research, spreadsheets, and slides.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | <a href="https://www.anthropic.com/news/claude-opus-4-5" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                             | <a href="https://www.anthropic.com/claude-opus-4-5-system-card" class="external text" rel="nofollow">Claude Opus 4.5 System Card</a>                                                              |
| 20  | 2026-02-05 | Claude Opus 4.6                             | Opus    | Opus upgrade with stronger coding, cybersecurity investigation, long-running agentic work, and 1M-token context in beta.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <a href="https://www.anthropic.com/news/claude-opus-4-6" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                             | <a href="https://www.anthropic.com/claude-opus-4-6-system-card" class="external text" rel="nofollow">Claude Opus 4.6 System Card</a>                                                              |
| 21  | 2026-02-17 | Claude Sonnet 4.6                           | Sonnet  | Sonnet upgrade across coding, computer use, long-context reasoning, agent planning, knowledge work, and design.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | <a href="https://www.anthropic.com/news/claude-sonnet-4-6" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                           | <a href="https://www.anthropic.com/claude-sonnet-4-6-system-card" class="external text" rel="nofollow">Claude Sonnet 4.6 System Card</a>                                                          |
| 22  | 2026-04-07 | Claude Mythos Preview                       | Mythos  | Invitation-only research-preview model for defensive cybersecurity workflows through Project Glasswing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | <a href="https://www.anthropic.com/glasswing" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                                        | <a href="https://www.anthropic.com/claude-mythos-preview-system-card" class="external text" rel="nofollow">Claude Mythos Preview System Card</a>                                                  |
| 23  | 2026-04-16 | Claude Opus 4.7                             | Opus    | Opus-tier upgrade over Opus 4.6 with stronger coding, vision, and long-running professional work.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | <a href="https://www.anthropic.com/news/claude-opus-4-7" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                             | <a href="https://www.anthropic.com/claude-opus-4-7-system-card" class="external text" rel="nofollow">Claude Opus 4.7 System Card</a>                                                              |
| 24  | 2026-05-28 | Claude Opus 4.8                             | Opus    | Opus-tier upgrade for complex reasoning, long-horizon agentic coding, and high-autonomy work.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | <a href="https://www.anthropic.com/news/claude-opus-4-8" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                             | <a href="https://www.anthropic.com/claude-opus-4-8-system-card" class="external text" rel="nofollow">Claude Opus 4.8 System Card</a>                                                              |
| 25  | 2026-06-09 | Claude Fable 5                              | Fable   | Mythos-class model made available for general use with additional safeguards. Access to the Mythos-class models (Fable 5 and Mythos 5) was suspended on 2026-06-12 under a U.S. government export-control directive; the models were not deprecated or retired. The U.S. Department of Commerce lifted the export controls on 2026-06-30, and Anthropic began restoring Fable 5 globally on 2026-07-01 (<a href="https://www.anthropic.com/news/fable-mythos-access" class="external text" rel="nofollow">Anthropic statement</a>).                                                                                                                 | <a href="https://www.anthropic.com/news/claude-fable-5-mythos-5" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                     | <a href="https://www.anthropic.com/claude-fable-5-mythos-5-system-card" class="external text" rel="nofollow">Claude Fable 5 and Mythos 5 System Card</a>                                          |
| 26  | 2026-06-09 | Claude Mythos 5                             | Mythos  | Limited-availability Mythos-class model through Project Glasswing; same underlying model class as Fable 5 with different safeguards/access. Access to both Mythos-class models was suspended on 2026-06-12 under a U.S. government export-control directive. The export controls were lifted on 2026-06-30; Mythos 5 access is being restored to a set of approved U.S. organizations (following U.S. government approval on 2026-06-26), with Anthropic continuing to work to expand access through Project Glasswing (<a href="https://www.anthropic.com/news/fable-mythos-access" class="external text" rel="nofollow">Anthropic statement</a>). | <a href="https://www.anthropic.com/news/claude-fable-5-mythos-5" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                     | <a href="https://www.anthropic.com/claude-fable-5-mythos-5-system-card" class="external text" rel="nofollow">Claude Fable 5 and Mythos 5 System Card</a>                                          |
| 27  | 2026-06-30 | Claude Sonnet 5                             | Sonnet  | Most agentic Sonnet model at launch; major upgrade in reasoning, coding, tool use, and knowledge work, with autonomous browser and terminal use and performance approaching Opus 4.8 at lower cost.                                                                                                                                                                                                                                                                                                                                                                                                                                                 | <a href="https://www.anthropic.com/news/claude-sonnet-5" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                             | <a href="https://www.anthropic.com/claude-sonnet-5-system-card" class="external text" rel="nofollow">Claude Sonnet 5 System Card</a>                                                              |
| 28  | 2026-07-24 | Claude Opus 5                               | Opus    | Fifth-generation Opus model for long-running agents, coding, reasoning, and professional knowledge work; approaches Fable 5 frontier intelligence at lower cost and adds stronger self-verification and iterative problem solving.                                                                                                                                                                                                                                                                                                                                                                                                                  | <a href="https://www.anthropic.com/news/claude-opus-5" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                               | <a href="https://www.anthropic.com/claude-opus-5-system-card" class="external text" rel="nofollow">Claude Opus 5 System Card</a>                                                                  |
| 29  | 2026-09-01 | Claude Fable 5.1                            | Fable   | Generally available Mythos-class model and successor to Fable 5; major gains in coding, knowledge work, scientific research, and long-running autonomous problem solving. Fable 5.1 is the same underlying model as Mythos 5.1, with additional cybersecurity and biology safeguards for general availability.                                                                                                                                                                                                                                                                                                                                      | <a href="https://www.anthropic.com/claude-fable-and-mythos-5-1" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                      | <a href="https://www.anthropic.com/claude-fable-5-1-mythos-5-1-system-card" class="external text" rel="nofollow">Claude Fable 5.1 and Mythos 5.1 System Card</a>                                  |
| 30  | 2026-09-01 | Claude Mythos 5.1                           | Mythos  | Restricted-access Mythos-class model for vetted cybersecurity and life-sciences users; same underlying model as Fable 5.1 but with more permissive safeguards. It improves on Mythos 5 in cybersecurity, biology, scientific research, and long-running agentic work.                                                                                                                                                                                                                                                                                                                                                                               | <a href="https://www.anthropic.com/claude-fable-and-mythos-5-1" class="external text" rel="nofollow">Anthropic</a>                                                                                                                                      | <a href="https://www.anthropic.com/claude-fable-5-1-mythos-5-1-system-card" class="external text" rel="nofollow">Claude Fable 5.1 and Mythos 5.1 System Card</a>                                  |

## Benchmarks

| No. | Date                   | Model                   | Type<sup>a</sup> | [MMLU](https://systems-analysis.info/eng/MMLU_Benchmark "MMLU Benchmark")<sup>b</sup> | [GSM8K](https://systems-analysis.info/eng/GSM8K_(Grade_School_Math_8K) "GSM8K (Grade School Math 8K)") | [HumanEval](https://systems-analysis.info/eng/HumanEval_Benchmark "HumanEval Benchmark") | [MATH](https://systems-analysis.info/eng/MATH_Benchmark "MATH Benchmark") | [GPQA-D](https://systems-analysis.info/eng/GPQA_Diamond_Benchmark "GPQA Diamond Benchmark")<sup>c</sup> | [MMMU](https://systems-analysis.info/eng/MMMU_Benchmark "MMMU Benchmark") | [SWE-V](https://systems-analysis.info/eng/SWE-bench_Verified "SWE-bench Verified")<sup>d</sup> | [SWE-Pro](https://systems-analysis.info/eng/SWE-bench_Pro "SWE-bench Pro")<sup>e</sup> |
|-----|------------------------|-------------------------|------------------|---------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|
| 1   | 2023-03-14             | Claude                  | Claude           |                                                                                       |                                                                                                        |                                                                                          |                                                                           |                                                                                                         |                                                                           |                                                                                                |                                                                                        |
| 2   | 2023-03-14             | Claude Instant          | Instant          |                                                                                       |                                                                                                        |                                                                                          |                                                                           |                                                                                                         |                                                                           |                                                                                                |                                                                                        |
| 3   | 2023-04                | Claude 1.3              | Claude           | 77.0<sup>f</sup>                                                                      | 85.2                                                                                                   | 56.0                                                                                     |                                                                           |                                                                                                         |                                                                           |                                                                                                |                                                                                        |
| 4   | 2023-07-11             | Claude 2                | Claude           | 78.5                                                                                  | 88.0                                                                                                   | 71.2                                                                                     |                                                                           |                                                                                                         |                                                                           |                                                                                                |                                                                                        |
| 5   | 2023-08-09             | Claude Instant 1.2      | Instant          |                                                                                       | 86.7                                                                                                   | 58.7                                                                                     |                                                                           |                                                                                                         |                                                                           |                                                                                                |                                                                                        |
| 6   | 2023-11-21             | Claude 2.1              | Claude           |                                                                                       |                                                                                                        |                                                                                          |                                                                           |                                                                                                         |                                                                           |                                                                                                |                                                                                        |
| 7   | 2024-03-04             | Claude 3 Opus           | Opus             | 86.8                                                                                  | 95.0                                                                                                   | 84.9                                                                                     | 60.1                                                                      | 50.4                                                                                                    | 59.4                                                                      |                                                                                                |                                                                                        |
| 8   | 2024-03-04             | Claude 3 Sonnet         | Sonnet           | 79.0                                                                                  | 92.3                                                                                                   | 73.0                                                                                     | 43.1                                                                      | 40.4                                                                                                    | 53.1                                                                      |                                                                                                |                                                                                        |
| 9   | 2024-03-13             | Claude 3 Haiku          | Haiku            | 75.2                                                                                  | 88.9                                                                                                   | 75.9                                                                                     | 38.9                                                                      | 33.3                                                                                                    | 50.2                                                                      |                                                                                                |                                                                                        |
| 10  | 2024-06-20<sup>g</sup> | Claude 3.5 Sonnet       | Sonnet           | 88.7                                                                                  | 96.4                                                                                                   | 92.0                                                                                     | 71.1                                                                      | 59.4                                                                                                    | 68.3                                                                      | 33.4<sup>h</sup>                                                                               |                                                                                        |
| 11  | 2024-10-22             | Claude 3.5 Sonnet (new) | Sonnet           | 88.7                                                                                  |                                                                                                        | 93.7                                                                                     | 78.3                                                                      | 65.0                                                                                                    | 70.4                                                                      | 49.0                                                                                           |                                                                                        |
| 12  | 2024-10-22             | Claude 3.5 Haiku        | Haiku            | 77.6                                                                                  |                                                                                                        | 88.1                                                                                     | 69.2                                                                      | 41.6                                                                                                    |                                                                           | 40.6                                                                                           |                                                                                        |
| 13  | 2025-02-24             | Claude 3.7 Sonnet       | Sonnet           |                                                                                       |                                                                                                        |                                                                                          |                                                                           |                                                                                                         |                                                                           | 62.3<sup>i</sup>                                                                               |                                                                                        |
| 14  | 2025-05-22             | Claude Opus 4           | Opus             |                                                                                       |                                                                                                        |                                                                                          |                                                                           |                                                                                                         |                                                                           | 72.5<sup>j</sup>                                                                               |                                                                                        |
| 15  | 2025-05-22             | Claude Sonnet 4         | Sonnet           |                                                                                       |                                                                                                        |                                                                                          |                                                                           |                                                                                                         |                                                                           | 72.7<sup>j</sup>                                                                               |                                                                                        |
| 16  | 2025-08-05             | Claude Opus 4.1         | Opus             |                                                                                       |                                                                                                        |                                                                                          |                                                                           |                                                                                                         |                                                                           | 74.5                                                                                           |                                                                                        |
| 17  | 2025-09-29             | Claude Sonnet 4.5       | Sonnet           |                                                                                       |                                                                                                        |                                                                                          |                                                                           |                                                                                                         |                                                                           | 77.2<sup>k</sup>                                                                               |                                                                                        |
| 18  | 2025-10-15             | Claude Haiku 4.5        | Haiku            |                                                                                       |                                                                                                        |                                                                                          |                                                                           |                                                                                                         |                                                                           | 73.3                                                                                           |                                                                                        |
| 19  | 2025-11-24             | Claude Opus 4.5         | Opus             |                                                                                       |                                                                                                        |                                                                                          |                                                                           |                                                                                                         | 80.7                                                                      | 80.9<sup>l</sup>                                                                               |                                                                                        |
| 20  | 2026-02-05             | Claude Opus 4.6         | Opus             |                                                                                       |                                                                                                        |                                                                                          |                                                                           | 91.3                                                                                                    |                                                                           | 80.8<sup>l</sup>                                                                               | 53.4                                                                                   |
| 21  | 2026-02-17             | Claude Sonnet 4.6       | Sonnet           |                                                                                       |                                                                                                        |                                                                                          |                                                                           | 89.9                                                                                                    |                                                                           | 79.6                                                                                           | 58.1                                                                                   |
| 22  | 2026-04-07             | Claude Mythos Preview   | Mythos           |                                                                                       |                                                                                                        |                                                                                          |                                                                           | 94.6                                                                                                    |                                                                           | 93.9                                                                                           | 77.8                                                                                   |
| 23  | 2026-04-16             | Claude Opus 4.7         | Opus             |                                                                                       |                                                                                                        |                                                                                          |                                                                           | 94.2                                                                                                    |                                                                           | 87.6<sup>m</sup>                                                                               | 64.3                                                                                   |
| 24  | 2026-05-28             | Claude Opus 4.8         | Opus             |                                                                                       |                                                                                                        |                                                                                          |                                                                           | 93.6<sup>n</sup>                                                                                        |                                                                           | 88.6                                                                                           | 69.2                                                                                   |
| 25  | 2026-06-09             | Claude Fable 5          | Fable            |                                                                                       |                                                                                                        |                                                                                          |                                                                           |                                                                                                         |                                                                           | 95.0<sup>o</sup>                                                                               | 80.0                                                                                   |
| 26  | 2026-06-09             | Claude Mythos 5         | Mythos           |                                                                                       |                                                                                                        |                                                                                          |                                                                           | 94.1<sup>q</sup>                                                                                        |                                                                           | 95.5<sup>o</sup>                                                                               | 80.3                                                                                   |
| 27  | 2026-06-30             | Claude Sonnet 5         | Sonnet           |                                                                                       |                                                                                                        |                                                                                          |                                                                           |                                                                                                         |                                                                           | 85.2<sup>p</sup>                                                                               | 63.2<sup>p</sup>                                                                       |

**Table notes**

- <sup>a</sup> Tiers follow Anthropic's naming. Before Claude 3 there were no named tiers: "Claude" is the flagship line (Claude 1/2), "Instant" the fast, low-cost line (retrospectively the Haiku lineage). From Claude 3 on, the family splits into Haiku, Sonnet and Opus. "Mythos" and "Fable" form the Mythos-class tier above Opus; Fable 5 and Mythos 5 share one underlying model.
- <sup>b</sup> Early-era figures (rows 3–12) are Anthropic's own, from model cards/addenda; settings differ by benchmark and generation. [MMLU](https://systems-analysis.info/eng/MMLU_Benchmark "MMLU Benchmark"): 5-shot CoT for Claude 1.3 and Claude 2 (rows 3–4), plain 5-shot (not the higher 5-shot CoT variant) for the Claude 3 and Claude 3.5 rows (7–12). [GSM8K](https://systems-analysis.info/eng/GSM8K_(Grade_School_Math_8K) "GSM8K (Grade School Math 8K)") is shown only where Anthropic reported it and uses 0-shot CoT; the October 2024 Claude 3.5 addendum reports MGSM rather than [GSM8K](https://systems-analysis.info/eng/GSM8K_(Grade_School_Math_8K) "GSM8K (Grade School Math 8K)"), so the GSM8K cells for rows 11–12 are left blank. [HumanEval](https://systems-analysis.info/eng/HumanEval_Benchmark "HumanEval Benchmark") (Codex): 0-shot. [MATH](https://systems-analysis.info/eng/MATH_Benchmark "MATH Benchmark"): 0-shot for Claude 3 (rows 7–9), 0-shot CoT for the Claude 3.5 rows (10–12). GPQA-D: 0-shot CoT. MMMU: validation split, 0-shot with chain-of-thought where reported — for rows 10–11, but not for Claude 3.5 Haiku (row 12), which launched text-only. See the Claude 2 model card, the Claude 3 model card, and the June/October Claude 3.5 addenda for exact settings.
- <sup>c</sup> Modern [GPQA-D](https://systems-analysis.info/eng/GPQA_Diamond_Benchmark "GPQA Diamond Benchmark") figures (rows 20–24 and 26, where reported) were run under newer Anthropic evaluation settings, often with adaptive/extended thinking at high or max effort, and are not directly comparable to the 0-shot CoT figures in earlier rows. Anthropic notes that GPQA-D has become saturated for top models.
- <sup>d</sup> [SWE-V](https://systems-analysis.info/eng/SWE-bench_Verified "SWE-bench Verified") figures are Anthropic-reported and generally use Anthropic's simple [SWE-bench](https://systems-analysis.info/eng/SWE-bench_(benchmark) "SWE-bench (benchmark)") scaffold (bash + string-replacement file editing) on the full 500-problem set. Trials, prompt additions, context length, thinking budget, and high-/adaptive-compute settings vary by release (see row-specific notes); they are not comparable to independent leaderboards (e.g. vals.ai), which use a different harness.
- <sup>e</sup> [SWE-Pro](https://systems-analysis.info/eng/SWE-bench_Pro "SWE-bench Pro") (SWE-bench Pro, Scale AI) is a harder set. Figures shown are from Anthropic's own harness; on Scale's standardized leaderboard the same models score markedly lower (e.g. Opus 4.6 ≈ 47–52%).
- <sup>f</sup> Row 3 (Claude 1.3) figures come from the comparison table in the Claude 2 model card, where "Claude 1.3" is a named column.
- <sup>g</sup> The API snapshot ID is claude-3-5-sonnet-20240620 (June 20, 2024); Anthropic's announcement page is dated June 21, 2024. This table uses the snapshot date.
- <sup>h</sup> 33.4 (Claude 3.5 Sonnet) is the June 2024 release figure. The upgraded version (Oct 2024, row 11) scores 49.0.
- <sup>i</sup> 62.3 (Claude 3.7 Sonnet) is on the full 500-problem set. On the n=489 subset: 63.7 without a scaffold pass and 70.3 with one.
- <sup>j</sup> 72.5 / 72.7 (Opus 4 / Sonnet 4) are standard mode. In "high compute" (parallel attempts plus internal candidate selection): 79.4 / 80.2.
- <sup>k</sup> 77.2 (Sonnet 4.5) is standard mode, 200K context, averaged over 10 trials, no test-time compute. "High compute" gives 82.0; the 1M configuration gives 78.2.
- <sup>l</sup> 80.9 / 80.8 (Opus 4.5 / Opus 4.6) are both Anthropic figures but under different configs: 4.5 with no thinking budget, averaged over 5 trials; 4.6 with adaptive thinking, max effort, averaged over 25 trials (exactly 80.84; 81.42 with a prompt modification). The ~0.1 difference is noise, not a regression.
- <sup>m</sup> 87.6 (Opus 4.7) is from Anthropic's system card; independent vals.ai reports 82.0. The jump over Opus 4.6 largely reflects a grader change, not only the model.
- <sup>n</sup> 93.6 (Opus 4.8) — the benchmark is saturated (~93–94% for top models) and differences are within statistical noise; this cell may also be left blank.
- <sup>o</sup> Fable 5 and Mythos 5 share the same underlying model but are reported separately in the system card: Fable 5's public safeguards route high-risk requests to a Claude Opus 4.8 fallback, which slightly lowers its measured scores. On [SWE-bench Verified](https://systems-analysis.info/eng/SWE-bench_Verified "SWE-bench Verified") / [SWE-bench Pro](https://systems-analysis.info/eng/SWE-bench_Pro "SWE-bench Pro"), Fable 5 scores 95.0 / 80.0 and Mythos 5 scores 95.5 / 80.3. Anthropic's combined launch chart ("Claude Mythos 5 / Fable 5") shows the higher Mythos-class figure (80.3).
- <sup>p</sup> The Claude Sonnet 5 system card reports [SWE-bench Verified](https://systems-analysis.info/eng/SWE-bench_Verified "SWE-bench Verified") = 85.2 and [SWE-bench Pro](https://systems-analysis.info/eng/SWE-bench_Pro "SWE-bench Pro") = 63.2, averaged over five trials with Anthropic's standard SWE-bench configuration. Anthropic's comparison for the Pro figure is Opus 4.8's 69.2.
- <sup>q</sup> Claude Mythos 5 scored 94.1% on [GPQA Diamond](https://systems-analysis.info/eng/GPQA_Diamond_Benchmark "GPQA Diamond Benchmark") in the Fable 5 / Mythos 5 system card. Anthropic did not publish a separate Fable 5 GPQA-D figure and describes the benchmark as saturated, stating it plans to stop reporting future performance on it.

## Application and Availability

Claude models are available through several channels:

- **Web interface claude.ai:** Provides free access (to the Sonnet model) and paid subscriptions (Pro, Max) with access to more powerful models (Opus) and higher limits.
- **Developer API:** Anthropic offers a commercial API that allows developers to integrate Claude into third-party applications. Prices vary depending on the model (Haiku is the cheapest, Opus is the most expensive).
- **Cloud Platforms:** Claude is available through **Amazon Bedrock** and **Google Cloud Vertex AI**, which simplifies its use in enterprise environments.
- **Integrations:** Claude is integrated into popular services such as Slack, Notion, and Quora (in the Poe chatbot).

## External links

- <a href="https://www.anthropic.com/" class="external text" rel="nofollow">Official Anthropic Website</a>
- <a href="https://docs.anthropic.com/" class="external text" rel="nofollow">Developer Documentation</a>
- <a href="https://en.wikipedia.org/wiki/Claude_(AI)" class="external text" rel="nofollow">Claude (AI) — Wikipedia</a>

## Literature

- Anthropic (2022). *Constitutional AI: Harmlessness from AI Feedback*. <a href="https://arxiv.org/abs/2212.08073" class="external text" rel="nofollow">arXiv:2212.08073</a>.
- Anthropic (2023). *<a href="https://www.anthropic.com/news/claudes-constitution" class="external text" rel="nofollow">Claude’s Constitution</a>*.
- Anthropic (2024, March). *<a href="https://www.anthropic.com/news/claude-3-family" class="external text" rel="nofollow">Introducing the next generation of Claude</a>*.
- Anthropic (2025, May). *<a href="https://www.anthropic.com/news/claude-4" class="external text" rel="nofollow">Introducing Claude 4</a>*.
- Ouyang, L. et al. (2022). *Training Language Models to Follow Instructions with Human Feedback*. <a href="https://arxiv.org/abs/2203.02155" class="external text" rel="nofollow">arXiv:2203.02155</a>.
- Bai, Y. et al. (2022). *Training a Helpful and Harmless Assistant with Reinforcement Learning from Human Feedback*. <a href="https://arxiv.org/abs/2204.05862" class="external text" rel="nofollow">arXiv:2204.05862</a>.
- Bai, Y. et al. (2022). *Constitutional AI: Harmlessness from AI Feedback*. <a href="https://arxiv.org/abs/2212.08073" class="external text" rel="nofollow">arXiv:2212.08073</a>.
- Bulatov, A. et al. (2023). *Scaling Transformer to 1M Tokens and Beyond with RMT*. <a href="https://arxiv.org/abs/2304.11062" class="external text" rel="nofollow">arXiv:2304.11062</a>.
- Jimenez, C. E. et al. (2023). *SWE-bench: Can Language Models Resolve Real-World GitHub Issues?*. <a href="https://arxiv.org/abs/2310.06770" class="external text" rel="nofollow">arXiv:2310.06770</a>.
- Yuan, W. et al. (2024). *Self-Rewarding Language Models*. <a href="https://arxiv.org/abs/2401.10020" class="external text" rel="nofollow">arXiv:2401.10020</a>.
- Yang, A. et al. (2024). *Context Parallelism for Scalable Million-Token Inference*. <a href="https://arxiv.org/abs/2411.01783" class="external text" rel="nofollow">arXiv:2411.01783</a>.
- Miranda, L. J. V. et al. (2024). *Hybrid Preferences: Learning to Route Instances for Human vs AI Feedback*. <a href="https://arxiv.org/abs/2410.19133" class="external text" rel="nofollow">arXiv:2410.19133</a>.
- Chittepu, Y. et al. (2025). *Reinforcement Learning from Human Feedback with High-Confidence Safety Constraints*. <a href="https://arxiv.org/abs/2506.08266" class="external text" rel="nofollow">arXiv:2506.08266</a>.
- Yuan, W. et al. (2025). *Process-based Self-Rewarding Language Models*. <a href="https://arxiv.org/abs/2503.03746" class="external text" rel="nofollow">arXiv:2503.03746</a>.
- Yang, B. et al. (2025). *Long Context Windows in Generative AI: An AI Atlas Report*. <a href="https://www.emerge.haus/blog/long-context-windows-in-generative-ai" class="external autonumber" rel="nofollow">[31]</a> (tech-report, open review).

## References

1.  <span id="cite_note-1">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-1) “Dario Amodei”. In *Wikipedia* <a href="https://en.wikipedia.org/w/index.php?title=Dario_Amodei&amp;oldid=1294223010." class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-2">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-2) “Daniela Amodei”. In *Wikipedia <a href="https://en.wikipedia.org/wiki/Daniela_Amodei" class="external autonumber" rel="nofollow">[2]</a>*</span>
3.  <span id="cite_note-timeline-3">↑ <sup>[3.0](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-timeline_3-0)</sup> <sup>[3.1](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-timeline_3-1)</sup> <sup>[3.2](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-timeline_3-2)</sup> <sup>[3.3](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-timeline_3-3)</sup> Anthropic Claude Model Release Timeline (Opus / Sonnet / Haiku family tree). <a href="https://hidekazu-konishi.com/entry/anthropic_claude_model_release_timeline.html" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-cvh-4">↑ <sup>[4.0](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-cvh_4-0)</sup> <sup>[4.1](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-cvh_4-1)</sup> “Claude Version History (2023–2026): Complete Timeline”. <a href="https://techiefied.com/claude-version-history/" class="external autonumber" rel="nofollow">[4]</a></span>
5.  <span id="cite_note-claude2official-5">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-claude2official_5-0) Anthropic, “Claude 2”. <a href="https://www.anthropic.com/news/claude-2" class="external autonumber" rel="nofollow">[5]</a></span>
6.  <span id="cite_note-instant12-6">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-instant12_6-0) Anthropic, “Releasing Claude Instant 1.2”. <a href="https://www.anthropic.com/news/releasing-claude-instant-1-2" class="external autonumber" rel="nofollow">[6]</a></span>
7.  <span id="cite_note-claude3fam-7">↑ <sup>[7.0](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-claude3fam_7-0)</sup> <sup>[7.1](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-claude3fam_7-1)</sup> Anthropic, “Introducing the next generation of Claude”. <a href="https://www.anthropic.com/news/claude-3-family" class="external autonumber" rel="nofollow">[7]</a></span>
8.  <span id="cite_note-claude3card-8">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-claude3card_8-0) Anthropic, “The Claude 3 Model Family: Opus, Sonnet, Haiku” (model card). <a href="https://www-cdn.anthropic.com/de8ba9b01c9ab7cbabf5c33b80b7bbc618857627/Model_Card_Claude_3.pdf" class="external autonumber" rel="nofollow">[8]</a></span>
9.  <span id="cite_note-claude35-9">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-claude35_9-0) Anthropic, “Introducing Claude 3.5 Sonnet”. <a href="https://www.anthropic.com/news/claude-3-5-sonnet" class="external autonumber" rel="nofollow">[9]</a></span>
10. <span id="cite_note-10">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-10) “What Are Artifacts and How Do I Use Them? \| Anthropic Help Center”. <a href="https://support.anthropic.com/en/articles/9487310-what-are-artifacts-and-how-do-i-use-them" class="external autonumber" rel="nofollow">[10]</a></span>
11. <span id="cite_note-claude35oct-11">↑ <sup>[11.0](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-claude35oct_11-0)</sup> <sup>[11.1](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-claude35oct_11-1)</sup> Anthropic, “Introducing computer use, a new Claude 3.5 Sonnet, and Claude 3.5 Haiku”. <a href="https://www.anthropic.com/news/3-5-models-and-computer-use" class="external autonumber" rel="nofollow">[11]</a></span>
12. <span id="cite_note-sonnet5-12">↑ <sup>[12.0](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-sonnet5_12-0)</sup> <sup>[12.1](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-sonnet5_12-1)</sup> Anthropic, “Introducing Claude Sonnet 5”. <a href="https://www.anthropic.com/news/claude-sonnet-5" class="external autonumber" rel="nofollow">[12]</a></span>
13. <span id="cite_note-claude4-13">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-claude4_13-0) Anthropic, “Introducing Claude 4”. <a href="https://www.anthropic.com/news/claude-4" class="external autonumber" rel="nofollow">[13]</a></span>
14. <span id="cite_note-opus41-14">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-opus41_14-0) Anthropic, “Claude Opus 4.1”. <a href="https://www.anthropic.com/news/claude-opus-4-1" class="external autonumber" rel="nofollow">[14]</a></span>
15. <span id="cite_note-sonnet45-15">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-sonnet45_15-0) Anthropic, “Introducing Claude Sonnet 4.5”. <a href="https://www.anthropic.com/news/claude-sonnet-4-5" class="external autonumber" rel="nofollow">[15]</a></span>
16. <span id="cite_note-haiku45-16">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-haiku45_16-0) Anthropic, “Introducing Claude Haiku 4.5”. <a href="https://www.anthropic.com/news/claude-haiku-4-5" class="external autonumber" rel="nofollow">[16]</a></span>
17. <span id="cite_note-opus45-17">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-opus45_17-0) Anthropic, “Introducing Claude Opus 4.5”. <a href="https://www.anthropic.com/news/claude-opus-4-5" class="external autonumber" rel="nofollow">[17]</a></span>
18. <span id="cite_note-datacamp-18">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-datacamp_18-0) “Claude Opus 4.5: Benchmarks, Agents, Tools, and More”, DataCamp. <a href="https://www.datacamp.com/blog/claude-opus-4-5" class="external autonumber" rel="nofollow">[18]</a></span>
19. <span id="cite_note-opus46-19">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-opus46_19-0) Anthropic, “Claude Opus 4.6”. <a href="https://www.anthropic.com/news/claude-opus-4-6" class="external autonumber" rel="nofollow">[19]</a></span>
20. <span id="cite_note-sonnet46-20">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-sonnet46_20-0) Anthropic, “Introducing Sonnet 4.6”. <a href="https://www.anthropic.com/news/claude-sonnet-4-6" class="external autonumber" rel="nofollow">[20]</a></span>
21. <span id="cite_note-opus47-21">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-opus47_21-0) Anthropic, “Introducing Claude Opus 4.7”. <a href="https://www.anthropic.com/news/claude-opus-4-7" class="external autonumber" rel="nofollow">[21]</a></span>
22. <span id="cite_note-opus48-22">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-opus48_22-0) Anthropic, “Introducing Claude Opus 4.8”. <a href="https://www.anthropic.com/news/claude-opus-4-8" class="external autonumber" rel="nofollow">[22]</a></span>
23. <span id="cite_note-models-23">↑ <sup>[23.0](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-models_23-0)</sup> <sup>[23.1](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-models_23-1)</sup> “Models overview”, Claude Platform Docs. <a href="https://platform.claude.com/docs/en/models/overview" class="external autonumber" rel="nofollow">[23]</a></span>
24. <span id="cite_note-mythospreview-24">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-mythospreview_24-0) Anthropic, “Assessing Claude Mythos Preview’s cybersecurity capabilities”. <a href="https://www.anthropic.com/research/mythos-preview" class="external autonumber" rel="nofollow">[24]</a></span>
25. <span id="cite_note-fable5-25">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-fable5_25-0) Anthropic, “Claude Fable 5 and Claude Mythos 5”. <a href="https://www.anthropic.com/news/claude-fable-5-mythos-5" class="external autonumber" rel="nofollow">[25]</a></span>
26. <span id="cite_note-fable5docs-26">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-fable5docs_26-0) Claude Platform Docs, “Introducing Claude Fable 5 and Claude Mythos 5”. <a href="https://platform.claude.com/docs/en/models/fable-5/introducing-claude-fable-5-and-claude-mythos-5" class="external autonumber" rel="nofollow">[26]</a></span>
27. <span id="cite_note-27">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-27) Anthropic, “Redeploying Fable 5”. <a href="https://www.anthropic.com/news/fable-mythos-access" class="external autonumber" rel="nofollow">[27]</a></span>
28. <span id="cite_note-fable51-28">↑ <sup>[28.0](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-fable51_28-0)</sup> <sup>[28.1](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-fable51_28-1)</sup> Anthropic, “Claude Fable 5.1 and Claude Mythos 5.1”. <a href="https://www.anthropic.com/claude-fable-and-mythos-5-1" class="external autonumber" rel="nofollow">[28]</a></span>
29. <span id="cite_note-opus5-29">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-opus5_29-0) Anthropic, “Introducing Claude Opus 5”. <a href="https://www.anthropic.com/news/claude-opus-5" class="external autonumber" rel="nofollow">[29]</a></span>
30. <span id="cite_note-opus5docs-30">[↑](https://systems-analysis.info/eng/Claude_(Anthropic)#cite_ref-opus5docs_30-0) Claude Platform Docs, “What's new in Claude Opus 5”. <a href="https://platform.claude.com/docs/en/models/opus-5/whats-new-opus-5" class="external autonumber" rel="nofollow">[30]</a></span>
