claude-haiku-4.5
claude-haiku-4.5 は llmtap の Anthropic ルートに掲載されています。料金は 1M トークンあたりの USD です。
- プロバイダー
- Anthropic
- API エンドポイント
- https://www.llmtap.dev/api/v1/chat/completions
llmtap 再販価格
入力
$0.08
/ 1M トークン
出力
$0.32
/ 1M トークン
Anthropic 公式参考価格
入力
$0.50 / 1M
出力
$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"}]}'