claude-haiku-4.5
claude-haiku-4.5 已列在 llmtap 的 Anthropic 路由中。以下价格单位为每 1M token 的 USD。
- 提供商
- Anthropic
- API endpoint
- https://www.llmtap.dev/api/v1/chat/completions
llmtap 转售价格
输入
US$0.08
每 1M token
输出
US$0.32
每 1M token
Anthropic 官方参考
输入
US$0.50 / 1M
输出
US$2.50 / 1M
官方列表价格仅供参考。
请求示例
terminal
$ curl https://www.llmtap.dev/api/v1/chat/completions \
-H "Authorization: Bearer sk-live-your-key" \
-H "Content-Type: application/json" \
-d '{"model": "claude-haiku-4.5", "messages": [{"role": "user", "content": "hello"}]}'