All models overview
Claude is a family of state-of-the-art large language models developed by Anthropic. This guide introduces our models and compares their performance with legacy models.
Claude 3.5 Haiku
Our fastest model
- Text and image input
- Text output
- 200k context window
Claude 3.7 Sonnet
Our most intelligent model
- Text and image input
- Text output
- 200k context window
- Extended thinking
Model names
Model | Anthropic API | AWS Bedrock | GCP Vertex AI |
---|---|---|---|
Claude 3.7 Sonnet | claude-3-7-sonnet-20250219 (claude-3-7-sonnet-latest ) | anthropic.claude-3-7-sonnet-20250219-v1:0 | claude-3-7-sonnet@20250219 |
Claude 3.5 Haiku | claude-3-5-haiku-20241022 (claude-3-5-haiku-latest ) | anthropic.claude-3-5-haiku-20241022-v1:0 | claude-3-5-haiku@20241022 |
Model | Anthropic API | AWS Bedrock | GCP Vertex AI |
---|---|---|---|
Claude 3.5 Sonnet v2 | claude-3-5-sonnet-20241022 (claude-3-5-sonnet-latest ) | anthropic.claude-3-5-sonnet-20241022-v2:0 | claude-3-5-sonnet-v2@20241022 |
Claude 3.5 Sonnet | claude-3-5-sonnet-20240620 | anthropic.claude-3-5-sonnet-20240620-v1:0 | claude-3-5-sonnet-v1@20240620 |
Claude 3 Opus | claude-3-opus-20240229 (claude-3-opus-latest ) | anthropic.claude-3-opus-20240229-v1:0 | claude-3-opus@20240229 |
Claude 3 Sonnet | claude-3-sonnet-20240229 | anthropic.claude-3-sonnet-20240229-v1:0 | claude-3-sonnet@20240229 |
Claude 3 Haiku | claude-3-haiku-20240307 | anthropic.claude-3-haiku-20240307-v1:0 | claude-3-haiku@20240307 |
For convenience during development and testing, we offer “-latest
” aliases for our models (e.g., claude-3-7-sonnet-latest
). These aliases automatically point to the most recent snapshot of a given model. While useful for experimentation, we recommend using specific model versions (e.g., claude-3-7-sonnet-20250219
) in production applications to ensure consistent behavior. When we release new model snapshots, we’ll migrate the -latest alias to point to the new version (typically within a week of the new release). The -latest alias is subject to the same rate limits and pricing as the underlying model version it references.
Model comparison table
To help you choose the right model for your needs, we’ve compiled a table comparing the key features and capabilities of each model in the Claude family:
Feature | Claude 3.7 Sonnet | Claude 3.5 Sonnet | Claude 3.5 Haiku | Claude 3 Opus | Claude 3 Haiku |
---|---|---|---|---|---|
Description | Our most intelligent model | Our previous most intelligent model | Our fastest model | Powerful model for complex tasks | Fastest and most compact model for near-instant responsiveness |
Strengths | Highest level of intelligence and capability with toggleable extended thinking | High level of intelligence and capability | Intelligence at blazing speeds | Top-level intelligence, fluency, and understanding | Quick and accurate targeted performance |
Multilingual | Yes | Yes | Yes | Yes | Yes |
Vision | Yes | Yes | Yes | Yes | Yes |
Extended thinking | Yes | No | No | No | No |
API model name | claude-3-7-sonnet-20250219 | Upgraded version: claude-3-5-sonnet-20241022 Previous version: claude-3-5-sonnet-20240620 | claude-3-5-haiku-20241022 | claude-3-opus-20240229 | claude-3-haiku-20240307 |
Comparative latency | Fast | Fast | Fastest | Moderately fast | Fastest |
Context window | |||||
Max output | Normal: Extended thinking: | ||||
Cost (Input / Output per ) | $3.00 / $15.00 | $3.00 / $15.00 | $0.80 / $4.00 | $15.00 / $75.00 | $0.25 / $1.25 |
Training data cut-off | Oct 2024 | Apr 2024 | July 2024 | Aug 2023 | Aug 2023 |
Include the beta header output-128k-2025-02-19
in your API request to increase the maximum output token length to 128k tokens for Claude 3.7 Sonnet.
We strongly suggest using our streaming Messages API or Batch API to avoid timeouts when generating longer outputs. See our guidance on long requests for more details.
Prompt and output performance
Claude 3.7 Sonnet excels in:
-
Benchmark performance: Top-tier results in reasoning, coding, multilingual tasks, long-context handling, honesty, and image processing. See the Claude 3.7 blog post for more information.
-
Engaging responses: Claude models are ideal for applications that require rich, human-like interactions.
- If you prefer more concise responses, you can adjust your prompts to guide the model toward the desired output length. Refer to our prompt engineering guides for details.
-
Output quality: When migrating from previous model generations to the Claude 3.7 Sonnet, you may notice larger improvements in overall performance.
Get started with Claude
If you’re ready to start exploring what Claude can do for you, let’s dive in! Whether you’re a developer looking to integrate Claude into your applications or a user wanting to experience the power of AI firsthand, we’ve got you covered.
Intro to Claude
Explore Claude’s capabilities and development flow.
Quickstart
Learn how to make your first API call in minutes.
Anthropic Console
Craft and test powerful prompts directly in your browser.
If you have any questions or need assistance, don’t hesitate to reach out to our support team or consult the Discord community.
Was this page helpful?