by Anthropic·Text + Image·200K context·Released 2025-10-15·Proprietary
Overview
Anthropic's small, fast hosted model. Excellent instruction-following and strong safety behavior make it a popular choice for customer-facing assistants and moderation. Snappy latency and dependable uptime, first-party served only. It's priced well above the open small models, so it tends to win on quality-per-call rather than raw cost, and it shines when reliability and tone matter.
Benchmarks
Standardized scores (0–100), normalized across the catalog.
Intelligence55
Coding73
Instruction following92
Providers
LLMRouteHub routes to the cheapest healthy provider by default.
| Provider | Input | Output | Throughput | Uptime |
|---|---|---|---|---|
| Anthropic | $1.00 | $5.00 | 134 tok/s | 99.9% |
Use this model
curl https://llmroutehub.com/api/v1/chat/completions \
-H "Authorization: Bearer $LLMROUTEHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "anthropic/claude-haiku-4.5",
"messages": [{ "role": "user", "content": "Hello" }]
}'