Anthropic
Claude Haiku 4.5 API
Fast, low-cost Claude for high-volume assistants, routing, and everyday product features.
FastLow costAssistants
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.50/ 1MPublic ref.$1
Output
$2.50/ 1MPublic ref.$5
Call Claude Haiku 4.5 in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model toclaude-haiku-4-5-20251001.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-haiku-4-5-20251001",
"messages": [{"role": "user", "content": "Hello"}]
}'