モデル価格
以下の表は、異なる使用量ティアにおけるすべてのClaudeモデルの価格を示しています:Model | Base Input Tokens | 5m Cache Writes | 1h Cache Writes | Cache Hits & Refreshes | Output Tokens |
---|---|---|---|---|---|
Claude Opus 4.1 | $15 / MTok | $18.75 / MTok | $30 / MTok | $1.50 / MTok | $75 / MTok |
Claude Opus 4 | $15 / MTok | $18.75 / MTok | $30 / MTok | $1.50 / MTok | $75 / MTok |
Claude Sonnet 4 | $3 / MTok | $3.75 / MTok | $6 / MTok | $0.30 / MTok | $15 / MTok |
Claude Sonnet 3.7 | $3 / MTok | $3.75 / MTok | $6 / MTok | $0.30 / MTok | $15 / MTok |
Claude Sonnet 3.5 (deprecated) | $3 / MTok | $3.75 / MTok | $6 / MTok | $0.30 / MTok | $15 / MTok |
Claude Haiku 3.5 | $0.80 / MTok | $1 / MTok | $1.6 / MTok | $0.08 / MTok | $4 / MTok |
Claude Opus 3 (deprecated) | $15 / MTok | $18.75 / MTok | $30 / MTok | $1.50 / MTok | $75 / MTok |
Claude Haiku 3 | $0.25 / MTok | $0.30 / MTok | $0.50 / MTok | $0.03 / MTok | $1.25 / MTok |
MTok = 百万トークン。「Base Input Tokens」列は標準入力価格を示し、「Cache Writes」と「Cache Hits」はプロンプトキャッシュに固有のもので、「Output Tokens」は出力価格を示します。プロンプトキャッシュは、異なる使用ケースのコストを最適化するために、5分(デフォルト)と1時間のキャッシュ期間の両方を提供します。上記の表は、プロンプトキャッシュの以下の価格乗数を反映しています:
- 5分キャッシュ書き込みトークンは、ベース入力トークン価格の1.25倍
- 1時間キャッシュ書き込みトークンは、ベース入力トークン価格の2倍
- キャッシュ読み取りトークンは、ベース入力トークン価格の0.1倍
機能固有の価格
バッチ処理
Batch APIは、入力トークンと出力トークンの両方で50%の割引を提供し、大量のリクエストの非同期処理を可能にします。Model | Batch input | Batch output |
---|---|---|
Claude Opus 4.1 | $7.50 / MTok | $37.50 / MTok |
Claude Opus 4 | $7.50 / MTok | $37.50 / MTok |
Claude Sonnet 4 | $1.50 / MTok | $7.50 / MTok |
Claude Sonnet 3.7 | $1.50 / MTok | $7.50 / MTok |
Claude Sonnet 3.5 (deprecated) | $1.50 / MTok | $7.50 / MTok |
Claude Haiku 3.5 | $0.40 / MTok | $2 / MTok |
Claude Opus 3 (deprecated) | $7.50 / MTok | $37.50 / MTok |
Claude Haiku 3 | $0.125 / MTok | $0.625 / MTok |
長いコンテキストの価格
1Mトークンコンテキストウィンドウが有効なClaude Sonnet 4を使用する場合、200K入力トークンを超えるリクエストは自動的にプレミアム長コンテキスト料金で課金されます:1Mトークンコンテキストウィンドウは現在、使用量ティア 4の組織とカスタムレート制限を持つ組織のベータ版です。1Mトークンコンテキストウィンドウは、Claude Sonnet 4でのみ利用可能です。
≤ 200K入力トークン | > 200K入力トークン |
---|---|
入力: $3 / MTok | 入力: $6 / MTok |
出力: $15 / MTok | 出力: $22.50 / MTok |
- Batch API 50%割引は長コンテキスト価格に適用されます
- プロンプトキャッシュ乗数は長コンテキスト価格の上に適用されます
ベータフラグが有効になっていても、200K入力トークン未満のリクエストは標準料金で課金されます。リクエストが200K入力トークンを超える場合、すべてのトークンにプレミアム価格が適用されます。200Kの閾値は入力トークン(キャッシュ読み取り/書き込みを含む)のみに基づいています。出力トークン数は価格ティア選択に影響しませんが、入力閾値を超えた場合、出力トークンはより高い料金で課金されます。
usage
オブジェクトを調べてください:
input_tokens
cache_creation_input_tokens
(プロンプトキャッシュを使用している場合)cache_read_input_tokens
(プロンプトキャッシュを使用している場合)
usage
オブジェクトの詳細については、APIレスポンスドキュメントをご覧ください。
ツール使用価格
Tool use requests are priced based on:- The total number of input tokens sent to the model (including in the
tools
parameter) - The number of output tokens generated
- For server-side tools, additional usage-based pricing (e.g., web search charges per search performed)
- The
tools
parameter in API requests (tool names, descriptions, and schemas) tool_use
content blocks in API requests and responsestool_result
content blocks in API requests
tools
, we also automatically include a special system prompt for the model which enables tool use. The number of tool use tokens required for each model are listed below (excluding the additional tokens listed above). Note that the table assumes at least 1 tool is provided. If no tools
are provided, then a tool choice of none
uses 0 additional system prompt tokens.
Model | Tool choice | Tool use system prompt token count |
---|---|---|
Claude Opus 4.1 | auto , none any , tool | 346 tokens 313 tokens |
Claude Opus 4 | auto , none any , tool | 346 tokens 313 tokens |
Claude Sonnet 4 | auto , none any , tool | 346 tokens 313 tokens |
Claude Sonnet 3.7 | auto , none any , tool | 346 tokens 313 tokens |
Claude Sonnet 3.5 (Oct) (deprecated) | auto , none any , tool | 346 tokens 313 tokens |
Claude Sonnet 3.5 (June) (deprecated) | auto , none any , tool | 294 tokens 261 tokens |
Claude Haiku 3.5 | auto , none any , tool | 264 tokens 340 tokens |
Claude Opus 3 (deprecated) | auto , none any , tool | 530 tokens 281 tokens |
Claude Sonnet 3 | auto , none any , tool | 159 tokens 235 tokens |
Claude Haiku 3 | auto , none any , tool | 264 tokens 340 tokens |
特定のツール価格
Bashツール
The bash tool adds 245 input tokens to your API calls. Additional tokens are consumed by:- Command outputs (stdout/stderr)
- Error messages
- Large file contents
コード実行ツール
The code execution tool usage is tracked separately from token usage. Execution time is a minimum of 5 minutes. If files are included in the request, execution time is billed even if the tool is not used due to files being preloaded onto the container. Pricing: $0.05 per session-hour.テキストエディタツール
The text editor tool uses the same pricing structure as other tools used with Claude. It follows the standard input and output token pricing based on the Claude model you’re using. In addition to the base tokens, the following additional input tokens are needed for the text editor tool:Tool | Additional input tokens |
---|---|
text_editor_20250429 (Claude 4) | 700 tokens |
text_editor_20250124 (Claude Sonnet 3.7) | 700 tokens |
text_editor_20241022 (Claude Sonnet 3.5 (deprecated)) | 700 tokens |
ウェブ検索ツール
Web search usage is charged in addition to token usage:コンピュータ使用ツール
Computer use follows the standard tool use pricing. When using the computer use tool: System prompt overhead: The computer use beta adds 466-499 tokens to the system prompt Computer use tool token usage:Model | Input tokens per tool definition |
---|---|
Claude 4 / Sonnet 3.7 | 735 tokens |
Claude Sonnet 3.5 (deprecated) | 683 tokens |
- Screenshot images (see Vision pricing)
- Tool execution results returned to Claude
If you’re also using bash or text editor tools alongside computer use, those tools have their own token costs as documented in their respective pages.
エージェント使用ケース価格例
Claudeでビルドする際、エージェントアプリケーションの価格を理解することは重要です。これらの実世界の例は、異なるエージェントパターンのコストを見積もるのに役立ちます。カスタマーサポートエージェントの例
カスタマーサポートエージェントを構築する際、コストは以下のように分解される可能性があります:10,000件のサポートチケット処理の計算例:
- 会話あたり平均約3,700トークン
- Claude Sonnet 4を使用(入力15/MTok)
- 総コスト:10,000チケットあたり約$22.20
一般的なエージェントワークフロー価格
複数のステップを持つより複雑なエージェントアーキテクチャの場合:-
初期リクエスト処理
- 典型的な入力:500-1,000トークン
- 処理コスト:リクエストあたり約$0.003
-
メモリとコンテキスト取得
- 取得されたコンテキスト:2,000-5,000トークン
- 取得あたりのコスト:操作あたり約$0.015
-
アクション計画と実行
- 計画トークン:1,000-2,000
- 実行フィードバック:500-1,000
- 合計コスト:アクションあたり約$0.045
コスト最適化戦略
Claudeでエージェントを構築する際:- 適切なモデルを使用:シンプルなタスクにはHaiku、複雑な推論にはSonnetを選択
- プロンプトキャッシュを実装:繰り返されるコンテキストのコストを削減
- バッチ操作:時間に敏感でないタスクにはBatch APIを使用
- 使用パターンを監視:トークン消費を追跡して最適化の機会を特定
大量のエージェントアプリケーションについては、カスタム価格設定の取り決めについてエンタープライズセールスチームにお問い合わせください。
追加の価格考慮事項
レート制限
レート制限は使用量ティアによって異なり、実行できるリクエスト数に影響します:- ティア1:基本制限付きのエントリーレベル使用
- ティア2:成長するアプリケーション向けの増加制限
- ティア3:確立されたアプリケーション向けのより高い制限
- ティア4:最大標準制限
- エンタープライズ:カスタム制限利用可能
ボリューム割引
大量使用者にはボリューム割引が利用可能な場合があります。これらはケースバイケースで交渉されます。- 標準ティアは上記の価格を使用
- エンタープライズ顧客はカスタム価格についてセールスにお問い合わせ
- 学術・研究割引が利用可能な場合があります
エンタープライズ価格
特定のニーズを持つエンタープライズ顧客向け:- カスタムレート制限
- ボリューム割引
- 専用サポート
- カスタム条件
請求と支払い
- 請求は実際の使用量に基づいて月次で計算されます
- 支払いはUSDで処理されます
- クレジットカードと請求書オプションが利用可能
- 使用量追跡はAnthropic Consoleで利用可能