AnthropicPaid API
Claude 3.5 Haiku
Lightweight LLM • Released 2024-11-04 • Last Verified 2025-02-01
Claude 3.5 Haiku by Anthropic - Lightweight LLM engineered for high safety, reasoning, and long context.
Context Window200k
LicenseProprietary
Deployment
Cloud Only
API AvailableYes (REST/SDK)
Benchmark Performance
HumanEval88.1
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-haiku",
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
$1.00 / 1M in, $5.00 / 1M out
Prices subject to provider tiers and volume discounts. Check documentation for current token rates.
Model Tags
#claude#haiku#fast
Similar Models from Anthropic
Anthropic
Paid API
Claude 3.5 Sonnet
Frontier LLM
Claude 3.5 Sonnet by Anthropic - Frontier LLM engineered for high safety, reasoning, and long context.
Context Window200k
SWE-bench49
Cloud Only
#claude#coding
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