Claude Haiku 4.5
Anthropic · released 2026-04-08
Quality (AA Index)79
Input price$1.00
Output price$5.00
Context200K
Throughput250 tok/s
P50 latency0.4s
Side-by-side pricing, capabilities, real-world cost across common scenarios, and our editorial pick.
Anthropic · released 2026-04-08
xAI · released 2026-02-20
Links open in a new tab via our OpenRouter referral. Affiliate disclosure
| Metric | Claude Haiku 4.5 | Grok 3 | Verdict |
|---|---|---|---|
Input price /1M tokens | $1.00 | $2.50 | Claude Haiku 4.5 −60% |
Output price /1M tokens | $5.00 | $12.00 | Claude Haiku 4.5 −58% |
Context window max input length | 200K | 128K | Claude Haiku 4.5 +1.6× |
AA Quality AA Intelligence Index (0–100) | 79 | 85 | Grok 3 +6pt |
Arena Elo LMArena human-pref Elo (800–2000) | — | — | Tied |
Throughput tokens per second | 250 | 95 | Claude Haiku 4.5 +163% |
P50 latency first token | 0.4s | 1.4s | Claude Haiku 4.5 −71% |
Vision multimodal | Tied | ||
Function calling tool use | Tied | ||
Reasoning mode chain-of-thought | Tied |
| Scenario | Claude Haiku 4.5 | Grok 3 |
|---|---|---|
customer support 1000K req · 600/180 tok | $1.5K | $3.7K |
chat with docs 300K req · 4000/300 tok | $1.6K | $4.1K |
code generation 500K req · 2000/500 tok | $2.3K | $5.5K |
voice assistant 600K req · 800/200 tok | $1.1K | $2.6K |
Anthropic’s economy tier — gentler tone, stronger safety patterns than mainstream tiny models. Choose when output voice matters more than raw IQ.
Set Claude Haiku 4.5 as primary, Grok 3 as fallback. One key, one bill, automatic failover when Claude Haiku 4.5 errors.
$ curl https://api.aipricly.com/v1/chat/completions \
-H "Authorization: Bearer $AIPC_KEY" \
-d '{
"routing": {
"primary": "anthropic/claude-haiku-4-5",
"fallback": ["xai/grok-3"]
},
"messages": [{"role": "user", "content": "..."}]
}'