Aurixel
Models/Anthropic/claude-haiku-max
Anthropic

claude-haiku-max

TextReasoning
Input
$1
/M tokens
Output
$5
/M tokens

Claude Haiku 4.5 is Anthropic’s fastest and most efficient model, delivering near-frontier intelligence at a fraction of the cost and latency of larger Claude models.

Quick start

How to call

POST /v1/chat/completions
bash
curl https://conduit-api.aurixel.ai/v1/chat/completions \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"claude-haiku-max","messages":[{"role":"user","content":"Hello!"}]}'

→ OpenAI-compatible. Add "stream": true (+ "stream_options":{"include_usage":true}) for SSE.

Reasoning effort: claude-haiku-max-low / -medium / -high / -xhigh / -max, or the param reasoning_effort.

Auth, billing & streaming → Quickstart

Reasoning effort supported

Append -low / -medium / -high / -xhigh to the model name and the gateway sets the reasoning_effort parameter automatically.

More from Anthropic