Models
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 inputText output
200k context window
Claude 3.5 Sonnet
Our most intelligent model
Text and image inputText output
200k context window
Model names
Model | Anthropic API | AWS Bedrock | GCP Vertex AI |
---|---|---|---|
Claude 3.5 Sonnet | 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 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 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-5-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-5-sonnet-20241022
) 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:
Claude 3.5 Sonnet | Claude 3.5 Haiku | Claude 3 Opus | Claude 3 Sonnet | Claude 3 Haiku | |
---|---|---|---|---|---|
Description | Our most intelligent model | Our fastest model | Powerful model for highly complex tasks | Balance of intelligence and speed | Fastest and most compact model for near-instant responsiveness |
Strengths | Highest level of intelligence and capability | Intelligence at blazing speeds | Top-level intelligence, fluency, and understanding | Strong utility, balanced for scaled deployments | Quick and accurate targeted performance |
Multilingual | Yes | Yes | Yes | Yes | Yes |
Vision | Yes | No | Yes | Yes | Yes |
Message Batches API | Yes | Yes | Yes | No | Yes |
API model name | 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-sonnet-20240229 | claude-3-haiku-20240307 |
Comparative latency | Fast | Fastest | Moderately fast | Fast | Fastest |
Context window | |||||
Max output | |||||
Cost (Input / Output per ) | $3.00 / $15.00 | $0.80 / $4.00 | $15.00 / $75.00 | $3.00 / $15.00 | $0.25 / $1.25 |
Training data cut-off | Apr 2024 | July 2024 | Aug 2023 | Aug 2023 | Aug 2023 |
Prompt and output performance
The Claude 3.5 family excels in:
-
Benchmark performance: Top-tier results in reasoning, coding, multilingual tasks, long-context handling, honesty, and image processing. See the Claude 3 model card for more information.
-
Engaging responses: Claude 3 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 family, 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?