Claude 3 Haiku
ActiveClaude 3 Haiku is Anthropic's fastest and most compact model for near-instant responsiveness. Quick and accurate targeted performance. See the launch announcement and benchmark results [here](https://www.anthropic.com/news/claude-3-haiku) #multimodal
Overview
Claude 3 Haiku is Anthropic's fastest and most compact model for near-instant responsiveness. Quick and accurate targeted performance. See the launch announcement and benchmark results [here](https://www.anthropic.com/news/claude-3-haiku) #multimodal
History
Claude 3 Haiku became available via the Anthropic API on 2024-03-13.
Training & availability
Training data has a knowledge cutoff of 2023-08-31 — information about events after that date is unlikely to appear in the model's responses. Anthropic has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 200K tokens.
-
Input modalities: text, image.
Recommended for: vision, long-context.
Limitations
- The knowledge cutoff is 32 months old — this model will not know about recent events, releases, or API changes.
Pricing
- Input: $0.2500 per 1M tokens
- Output: $1.2500 per 1M tokens
Use the cost calculator above to estimate monthly spend for your workload.
Quick start
Minimal example using the anthropic API. Copy, paste, replace the key.
from anthropic import Anthropic
client = Anthropic(api_key="sk-ant-...")
resp = client.messages.create(
model="claude-3-haiku",
max_tokens=1024,
messages=[{"role": "user", "content": "Explain quantum computing in one sentence."}],
)
print(resp.content[0].text)Cost calculator
Estimate your monthly bill. Presets are typical workload sizes.
Providers & performance
3 providersMulti-provider inference routes for this model — sorted by throughput. Latency is time-to-first-token; throughput is output tokens per second. Data from OpenRouter, measured over the last 30 minutes.
| Provider | Throughput | Latency (TTFT) | Input $ / 1M | Output $ / 1M | Context | Quant | Supports |
|---|---|---|---|---|---|---|---|
| Amazon Bedrock | 79tok/s | 451ms | $0.25 | $1.25 | 200K | — | tools |
| Anthropic | 78tok/s | 464ms | $0.25 | $1.25 | 200K | — | tools |
| — | — |
Integrations & tooling support
- Tool calling
- Not supported
- Structured outputs
- Not supported
Price vs quality
Priced low — good for high-volume tasks. Quality tier pending more benchmark coverage.
- Quality percentile
- —
- Effective price
- $1/1M
- Pricing breakdown
- $0.25/1M in
$1.25/1M out
Community ratings
Rate Claude 3 Haiku
Sign in to rate and review.
Comments
Sign in to leave a comment.