Get all the details on Claude Opus 3, an AI model from Anthropic. This page covers its token limits, pricing structure, key capabilities such as advanced_reasoning, multilingual_support, function_calling, available API code samples, and performance strengths.
Key Metrics
Input Limit
200K tokens
Output Limit
4.1K tokens
Input Cost
$15.00/1M
Output Cost
$75.00/1M
Sample API Code
import anthropic;client = anthropic.Anthropic(api_key="my_api_key",);message = client.messages.create(model="claude-3-opus-20240229",max_tokens=1024,messages=[{"role": "user", "content": "Hello, world!"}]);print(message.content)
Required Libraries
Benchmarks
Benchmark | Score | Source | Notes |
---|---|---|---|
1244 | LM Arena | Rank 70 | |
1076 | LM Arena | Rank 34 |
Notes
Powerful model for complex tasks. Aliases are subject to the same rate limits and pricing as the underlying model version they reference. Streaming Messages API is suggested to avoid timeouts for longer outputs. Batch API and prompt caching discounts can be combined. Volume discounts may be available for high-volume users. Enterprise customers can contact sales for custom pricing. Academic and research discounts may be available.
Supported Data Types
Input Types
Output Types
Strengths & Weaknesses
Exceptional at
Good at
Additional Information
Latest Update
Feb 29, 2024
Knowledge Cutoff
Aug 1, 2023