← All Models
Claude Haiku 4.5
Anthropic's fastest model. Optimized for speed and cost while maintaining strong capabilities.
Web Search
Web Fetch
Code Execution
Specifications
| Provider | Anthropic |
| Category | Text |
| Context window | 200K tokens |
Pricing (Starter tier)
130.00 credits / 1M input tokens
650.00 credits / 1M output tokens
Higher tiers get volume discounts. See tiers
Quick Start
curl -N https://query.genx.sh/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"claude-haiku-4-5","messages":[{"role":"user","content":"Summarize this in one sentence: AI is transforming industries worldwide."}],"stream":true}'