AnthropicPaid API
Claude 3.5 Sonnet
Frontier LLM • Released 2024-06-20 • Last Verified 2025-02-01
Claude 3.5 Sonnet by Anthropic - Frontier LLM engineered for high safety, reasoning, and long context.
Context Window200k
LicenseProprietary
Deployment
Cloud Only
API AvailableYes (REST/SDK)
Benchmark Performance
SWE-bench49
HumanEval93.7
Strengths
- •High accuracy
- •Fast inference
Limitations & Weaknesses
- •Closed source API
API Sample CodePython / REST
import openai
client = openai.OpenAI()
response = client.chat.completions.create(
model="claude-3-5-sonnet",
messages=[
{"role": "system", "content": "You are a helpful expert assistant."},
{"role": "user", "content": "Explain quantum computing in 2 sentences."}
]
)
print(response.choices[0].message.content)Pricing Overview
$3.00 / 1M in, $15.00 / 1M out
Prices subject to provider tiers and volume discounts. Check documentation for current token rates.
Model Tags
#claude#coding#flagship
Similar Models from Anthropic
Anthropic
Paid API
Claude 3.5 Haiku
Lightweight LLM
Claude 3.5 Haiku by Anthropic - Lightweight LLM engineered for high safety, reasoning, and long context.
Context Window200k
HumanEval88.1
Cloud Only
#claude#haiku
Anthropic
Paid API
Claude 3 Opus
Frontier LLM
Claude 3 Opus by Anthropic - Frontier LLM engineered for high safety, reasoning, and long context.
Context Window200k
MMLU86.8
Cloud Only
#claude#opus
Anthropic
Paid API
Claude 3 Sonnet
Enterprise LLM
Claude 3 Sonnet by Anthropic - Enterprise LLM engineered for high safety, reasoning, and long context.
Context Window200k
MMLU79
Cloud Only
#claude#sonnet