モデル価格設定
以下の表は、異なる使用量ティアにおけるすべての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.5 | $3 / MTok | $3.75 / MTok | $6 / MTok | $0.30 / MTok | $15 / 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 4.5 | $1 / MTok | $1.25 / MTok | $2 / MTok | $0.10 / MTok | $5 / 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倍
サードパーティプラットフォーム価格設定
ClaudeモデルはAWS BedrockとGoogle Vertex AIで利用できます。公式価格については、以下をご覧ください:Claude 4.5モデル以降の地域エンドポイント価格設定Claude Sonnet 4.5とHaiku 4.5から、AWS BedrockとGoogle Vertex AIは2つのエンドポイントタイプを提供します:
- グローバルエンドポイント:最大可用性のための地域間動的ルーティング
- 地域エンドポイント:特定の地理的地域内でのデータルーティング保証
機能固有の価格設定
バッチ処理
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.5 | $1.50 / MTok | $7.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 4.5 | $0.50 / MTok | $2.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またはSonnet 4.5を使用する場合、200K入力トークンを超えるリクエストは自動的にプレミアムロングコンテキスト料金で課金されます:1Mトークンコンテキストウィンドウは現在、使用量ティア 4の組織およびカスタムレート制限を持つ組織向けのベータ版です。1Mトークンコンテキストウィンドウは、Claude Sonnet 4とSonnet 4.5でのみ利用可能です。
| ≤ 200K入力トークン | > 200K入力トークン |
|---|---|
| 入力:$3 / MTok | 入力:$6 / MTok |
| 出力:$15 / MTok | 出力:$22.50 / MTok |
- Batch API 50%割引はロングコンテキスト価格設定に適用されます
- プロンプトキャッシュ乗数はロングコンテキスト価格設定の上に適用されます
ベータフラグが有効になっていても、200K入力トークン未満のリクエストは標準料金で課金されます。リクエストが200K入力トークンを超える場合、すべてのトークンにプレミアム価格が適用されます。200Kの閾値は入力トークン(キャッシュ読み取り/書き込みを含む)のみに基づきます。出力トークン数は価格ティア選択に影響しませんが、入力閾値を超えた場合、出力トークンはより高い料金で課金されます。
usageオブジェクトを調べてください:
input_tokenscache_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
toolsparameter) - The number of output tokens generated
- For server-side tools, additional usage-based pricing (e.g., web search charges per search performed)
- The
toolsparameter in API requests (tool names, descriptions, and schemas) tool_usecontent blocks in API requests and responsestool_resultcontent 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, noneany, tool | 346 tokens 313 tokens |
| Claude Opus 4 | auto, noneany, tool | 346 tokens 313 tokens |
| Claude Sonnet 4.5 | auto, noneany, tool | 346 tokens 313 tokens |
| Claude Sonnet 4 | auto, noneany, tool | 346 tokens 313 tokens |
| Claude Sonnet 3.7 | auto, noneany, tool | 346 tokens 313 tokens |
| Claude Sonnet 3.5 (Oct) (deprecated) | auto, noneany, tool | 346 tokens 313 tokens |
| Claude Sonnet 3.5 (June) (deprecated) | auto, noneany, tool | 294 tokens 261 tokens |
| Claude Haiku 4.5 | auto, noneany, tool | 346 tokens 313 tokens |
| Claude Haiku 3.5 | auto, noneany, tool | 264 tokens 340 tokens |
| Claude Opus 3 (deprecated) | auto, noneany, tool | 530 tokens 281 tokens |
| Claude Sonnet 3 | auto, noneany, tool | 159 tokens 235 tokens |
| Claude Haiku 3 | auto, noneany, 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:ウェブフェッチツール
Web fetch usage has no additional charges beyond standard token costs:max_content_tokens parameter to set appropriate limits based on your use case and budget considerations.
Example token usage for typical content:
- Average web page (10KB): ~2,500 tokens
- Large documentation page (100KB): ~25,000 tokens
- Research paper PDF (500KB): ~125,000 tokens
コンピュータ使用ツール
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.x models | 735 tokens |
| Claude Sonnet 3.7 | 735 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.5を使用(入力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で処理されます
- クレジットカードと請求書オプションが利用可能
- 使用量追跡はClaude Consoleで利用可能