Back to the AI model catalog
ClaudeAvailable

Claude Haiku 4 5 API

RouterLab publishes this Claude model under the model ID claude-haiku-4-5. The facts below come from the active RouterLab catalog.

Model ID

claude-haiku-4-5

Claude Messages API

Context window

200,000 tokens

Maximum output

64,000 tokens

Input / 1M tokens

$1.00

Output / 1M tokens

$5.00

Cache read / 1M tokens

$0.10

Cache write / 1M tokens

$1.25

Cache read reuses tokens already stored in the provider cache. Cache write creates or stores new cache tokens.

Catalog capabilities

  • Vision input
  • Tool calling
  • Structured output
  • Reasoning

Minimal API request

curl https://api.routerlab.ch/v1/messages \
  -H "x-api-key: $ROUTERLAB_API_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -H "Content-Type: application/json" \
  -d '{"model":"claude-haiku-4-5","max_tokens":512,"messages":[{"role":"user","content":"Hello RouterLab"}]}'