< すべてのモデルと料金

claude-sonnet-5

claude-sonnet-5 は llmtap の Anthropic ルートに掲載されています。料金は 1M トークンあたりの USD です。

プロバイダー
Anthropic
API エンドポイント
https://www.llmtap.dev/api/v1/chat/completions

llmtap 再販価格

入力

$0.32

/ 1M トークン

出力

$1.60

/ 1M トークン

Anthropic 公式参考価格

入力

$2.00 / 1M

出力

$10.00 / 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-sonnet-5", "messages": [{"role": "user", "content": "hello"}]}'