claude-haiku-4-5 · Anthropic · text
Haiku 4.5 is Anthropic's ultra-fast model, offering 200K context, low response latency, and pricing at just 1/3 of Sonnet. Ideal for high-concurrency, low-latency scenarios: customer support, classification, summarization, and lightweight code completion.
200K context; visual understanding; tool calling; prompt caching; JSON mode; Function Calling; fast responses (first token <1s).
High-concurrency customer support; classification and tagging; summarization; lightweight code completion; image recognition; form extraction.
Does not generate images; not recommended for complex reasoning tasks; shorter context (200K); no Extended Thinking; max_tokens capped at 8K.
Anthropic official CLI coding agent. Multi-file edits, tool use, long-context reasoning.
export ANTHROPIC_AUTH_TOKEN="YOUR_API_KEY"
export ANTHROPIC_BASE_URL="https://api.robovai.com"
export ANTHROPIC_MODEL="claude-haiku-4-5"
claude