Aurixel
模型/Anthropic/claude-haiku-max
Anthropic

claude-haiku-max

文本推理
输入
$1
/M tokens
输出
$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.

快速开始

如何调用

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 兼容。加 "stream": true(配 "stream_options":{"include_usage":true})走流式。

推理强度:claude-haiku-max-low / -medium / -high / -xhigh / -max,或参数 reasoning_effort.

鉴权 · 计费 · 流式 → 快速接入

支持推理强度调节

在 model 名后加 -low / -medium / -high / -xhigh 后缀,网关自动注入 reasoning_effort 参数。

来自 Anthropic 的其他模型