Was this page helpful?
このページでは、Anthropicのモデルと機能の詳細な料金情報を提供します。すべての価格はUSD表示です。
最新の料金情報については、claude.com/pricingをご覧ください。
以下の表は、異なる使用量階層全体のすべてのClaudeモデルの料金を示しています:
| Model | Base Input Tokens | 5m Cache Writes | 1h Cache Writes | Cache Hits & Refreshes | Output Tokens |
|---|---|---|---|---|---|
| Claude Opus 4.7 | $5 / MTok | $6.25 / MTok | $10 / MTok | $0.50 / MTok | $25 / MTok |
| Claude Opus 4.6 | $5 / MTok | $6.25 / MTok | $10 / MTok | $0.50 / MTok | $25 / MTok |
| Claude Opus 4.5 | $5 / MTok | $6.25 / MTok | $10 / MTok | $0.50 / MTok | $25 / MTok |
| 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.6 | $3 / MTok | $3.75 / MTok | $6 / MTok | $0.30 / MTok | $15 / 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 (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」は出力料金を示します。キャッシュ列と料金乗数の説明については、以下のプロンプトキャッシング料金を参照してください。
Opus 4.7は以前のモデルと比較して新しいトークナイザーを使用しており、幅広いタスクでのパフォーマンス向上に貢献しています。この新しいトークナイザーは、同じ固定テキストに対して最大35%多くのトークンを使用する可能性があります。
ClaudeモデルはAWS Bedrock、Google Vertex AI、およびMicrosoft Foundryで利用可能です。公式料金については、以下をご覧ください:
Claude 4.5モデル以降の地域別およびマルチリージョンエンドポイント料金
Claude Sonnet 4.5およびHaiku 4.5から開始:
地域別およびマルチリージョンエンドポイントには、グローバルエンドポイントより10%のプレミアムが含まれます。Claude API(1P)はデフォルトでグローバルです。1Pデータレジデンシーオプションと料金については、以下のデータレジデンシー料金を参照してください。
スコープ: この料金体系はClaude Sonnet 4.5、Haiku 4.5、およびすべての将来のモデルに適用されます。以前のモデル(Claude Sonnet 4(非推奨)、Opus 4(非推奨)、およびそれ以前のリリース)は既存の料金を保持します。
実装の詳細とコード例については:
プロンプトキャッシングは、APIコール全体で以前に処理されたプロンプトの部分を再利用することで、コストとレイテンシーを削減します。すべてのリクエストで同じ大規模なシステムプロンプト、ドキュメント、または会話履歴を再処理する代わりに、APIは標準入力価格の一部でキャッシュから読み取ります。
プロンプトキャッシングを有効にする方法は2つあります:
cache_controlフィールドを追加します。システムは会話が成長するにつれてキャッシュブレークポイントを自動的に管理します。これはほとんどのユースケースで推奨される開始点です。cache_controlを配置して、何がキャッシュされるかについて細かく制御します。プロンプトキャッシングは、基本入力トークンレートに対して以下の料金乗数を使用します:
| キャッシュ操作 | 乗数 | 期間 |
|---|---|---|
| 5分キャッシュ書き込み | 1.25倍の基本入力価格 | キャッシュは5分間有効 |
| 1時間キャッシュ書き込み | 2倍の基本入力価格 | キャッシュは1時間有効 |
| キャッシュ読み取り(ヒット) | 0.1倍の基本入力価格 | 前の書き込みと同じ期間 |
キャッシュ書き込みトークンは、コンテンツが最初に保存されるときに課金されます。キャッシュ読み取りトークンは、後続のリクエストがキャッシュされたコンテンツを取得するときに課金されます。キャッシュヒットは標準入力価格の10%のコストがかかります。つまり、キャッシングは5分間の期間では1回のキャッシュ読み取り後(1.25倍の書き込み)、または1時間の期間では2回のキャッシュ読み取り後(2倍の書き込み)に元が取れます。
これらの乗数は、Batch APIディスカウントとデータレジデンシーを含む他の料金修飾子と組み合わさります。
実装の詳細、サポートされているモデル、およびコード例については、プロンプトキャッシングドキュメントを参照してください。
Claude Opus 4.7、Claude Opus 4.6、およびそれ以降のモデルについて、inference_geoパラメータを使用してUS専用推論を指定すると、入力トークン、出力トークン、キャッシュ書き込み、キャッシュ読み取りを含むすべてのトークン料金カテゴリに1.1倍の乗数が発生します。グローバルルーティング(デフォルト)は標準料金を使用します。
これはClaude API(1P)のみに適用されます。サードパーティプラットフォームは独自の地域別料金を持っています。詳細についてはAWS BedrockとGoogle Vertex AIを参照してください。以前のモデルはinference_geo設定に関係なく既存の料金を保持します。
詳細については、データレジデンシードキュメントを参照してください。
Claude Opus 4.6のファストモード(ベータ:研究プレビュー)は、プレミアム料金(標準レートの6倍)で大幅に高速な出力を提供します。ファストモード料金は、200k入力トークンを超えるリクエストを含む、完全なコンテキストウィンドウ全体に適用されます。現在Opus 4.6でサポートされています:
| 入力 | 出力 |
|---|---|
| $30 / MTok | $150 / MTok |
ファストモード料金は他の料金修飾子と組み合わさります:
ファストモードはBatch APIでは利用できません。
詳細については、ファストモードドキュメントを参照してください。
Batch APIは、入力トークンと出力トークンの両方で50%ディスカウントを使用した大量のリクエストの非同期処理を可能にします。
| Model | Batch input | Batch output |
|---|---|---|
| Claude Opus 4.7 | $2.50 / MTok | $12.50 / MTok |
| Claude Opus 4.6 | $2.50 / MTok | $12.50 / MTok |
| Claude Opus 4.5 | $2.50 / MTok | $12.50 / MTok |
| Claude Opus 4.1 | $7.50 / MTok | $37.50 / MTok |
| Claude Opus 4 | $7.50 / MTok | $37.50 / MTok |
| Claude Sonnet 4.6 | $1.50 / MTok | $7.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 (deprecated) |
バッチ処理の詳細については、バッチ処理ドキュメントを参照してください。
Claude Mythos Preview、Opus 4.7、Opus 4.6、およびSonnet 4.6は、標準料金で完全な1Mトークンコンテキストウィンドウを含みます。(900kトークンのリクエストは9kトークンのリクエストと同じトークンあたりレートで課金されます。)プロンプトキャッシングとバッチ処理ディスカウントは、完全なコンテキストウィンドウ全体で標準レートで適用されます。
Tool use requests are priced based on:
tools parameter)Client-side tools are priced the same as any other Claude API request, while server-side tools may incur additional charges based on their specific usage.
The additional tokens from tool use come from:
tools parameter in API requests (tool names, descriptions, and schemas)tool_use content blocks in API requests and responsestool_result content blocks in API requestsWhen you use 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.7 | auto, noneany, tool | 346 tokens 313 tokens |
| Claude Opus 4.6 | auto, noneany, tool | 346 tokens 313 tokens |
| Claude Opus 4.5 | auto, noneany, tool |
These token counts are added to your normal input and output tokens to calculate the total cost of a request.
現在のモデルごとの価格については、モデル料金セクションを参照してください。
ツール使用の実装とベストプラクティスの詳細については、ツール使用ドキュメントを参照してください。
The bash tool adds 245 input tokens to your API calls.
Additional tokens are consumed by:
完全な料金詳細についてはツール使用料金を参照してください。
Code execution is free when used with web search or web fetch. When web_search_20260209 or web_fetch_20260209 is included in your API request, there are no additional charges for code execution tool calls beyond the standard input and output token costs.
When used without these tools, code execution is billed by execution time, tracked separately from token usage:
Code execution usage is tracked in the response:
"usage": {
"input_tokens": 105,
"output_tokens": 239,
"server_tool_use": {
"code_execution_requests": 1
}
}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.x) | 700 tokens |
text_editor_20250124 (Claude Sonnet 3.7 (deprecated)) | 700 tokens |
完全な料金詳細についてはツール使用料金を参照してください。
Web search usage is charged in addition to token usage:
"usage": {
"input_tokens": 105,
"output_tokens": 6039,
"cache_read_input_tokens": 7123,
"cache_creation_input_tokens": 7345,
"server_tool_use": {
"web_search_requests": 1
}
}Web search is available on the Claude API for $10 per 1,000 searches, plus standard token costs for search-generated content. Web search results retrieved throughout a conversation are counted as input tokens, in search iterations executed during a single turn and in subsequent conversation turns.
Each web search counts as one use, regardless of the number of results returned. If an error occurs during web search, the web search will not be billed.
Web fetch usage has no additional charges beyond standard token costs:
"usage": {
"input_tokens": 25039,
"output_tokens": 931,
"cache_read_input_tokens": 0,
"cache_creation_input_tokens": 0,
"server_tool_use": {
"web_fetch_requests": 1
}
}The web fetch tool is available on the Claude API at no additional cost. You only pay standard token costs for the fetched content that becomes part of your conversation context.
To protect against inadvertently fetching large content that would consume excessive tokens, use the max_content_tokens parameter to set appropriate limits based on your use case and budget considerations.
Example token usage for typical content:
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 (deprecated) | 735 tokens |
Additional token consumption:
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 Managed Agentsは2つの側面で課金されます:トークンとセッション実行時間です。
Claude Managed Agentsセッションで消費されるすべてのトークンは、上記のモデル料金に示されているレートで課金されます。プロンプトキャッシング乗数は同じように適用されます。セッション内でトリガーされたウェブ検索は、1,000検索あたり標準の$10が発生します。
以下のMessages API修飾子はClaude Managed Agentsセッションに適用されません:
| 修飾子 | 適用されない理由 |
|---|---|
| Batch APIディスカウント | セッションはステートフルで対話的です。バッチモードはありません。 |
| ファストモードプレミアム | 推論速度はランタイムによって管理されます。 |
| データレジデンシー乗数 | inference_geoはMessages APIリクエストフィールドです。 |
| ロングコンテキストプレミアム | コンテキストウィンドウはランタイムによって管理されます。 |
| サードパーティプラットフォーム料金 | Claude Managed Agentsはクラウドプラットフォーム経由でのみ利用可能です。 |
| SKU | レート | メーター |
|---|---|---|
| セッション実行時間 | セッション時間あたり$0.08 | runningステータス期間 |
実行時間はミリ秒単位で測定され、セッションのステータスがrunningの間のみ発生します。idle(次のメッセージまたはツール確認を待機中)、rescheduling、またはterminatedに費やされた時間は実行時間にカウントされません。
セッション実行時間は、Claude Managed Agentsを使用する場合のコード実行コンテナ時間課金モデルに置き換わります。セッション実行時間の上にコンテナ時間に対して別途課金されることはありません。
50,000入力トークンと15,000出力トークンを消費するClaude Opus 4.7を使用した1時間のコーディングセッション:
| 行項目 | 計算 | コスト |
|---|---|---|
| 入力トークン | 50,000 × $5 / 1,000,000 | $0.25 |
| 出力トークン | 15,000 × $25 / 1,000,000 | $0.375 |
| セッション実行時間 | 1.0時間 × $0.08 | $0.08 |
| 合計 | $0.705 |
プロンプトキャッシングがアクティブで、40,000の入力トークンがキャッシュ読み取りの場合:
| 行項目 | 計算 | コスト |
|---|---|---|
| キャッシュされていない入力トークン | 10,000 × $5 / 1,000,000 | $0.05 |
| キャッシュ読み取りトークン | 40,000 × $5 × 0.1 / 1,000,000 | $0.02 |
| 出力トークン | 15,000 × $25 / 1,000,000 | $0.375 |
| セッション実行時間 | 1.0時間 × $0.08 | $0.08 |
| 合計 | $0.525 |
10,000サポートチケット処理の計算例:
この計算の詳細なウォークスルーについては、カスタマーサポートエージェントガイドを参照してください。
Claudeでエージェントを構築する場合:
大量のエージェントアプリケーションについては、カスタム料金の取り決めについてエンタープライズセールスチームに連絡してください。
レート制限は使用量階層によって異なり、実行できるリクエスト数に影響します:
詳細なレート制限情報については、レート制限ドキュメントを参照してください。
より高いレート制限またはカスタム料金の取り決めについては、セールスチームに連絡してください。
大量ユーザーにはボリュームディスカウントが利用可能な場合があります。これらはケースバイケースで交渉されます。
特定のニーズを持つエンタープライズ顧客向け:
[email protected]のセールスチームに連絡するか、Claude Consoleを通じてエンタープライズ料金オプションについて相談してください。
トークン使用量はどのように計算されますか?
トークンはモデルが処理するテキストの断片です。大まかな推定として、1トークンは英語で約4文字または0.75語です。正確なカウントは言語とコンテンツタイプによって異なります。
無料階層またはトライアルはありますか?
新規ユーザーはAPIをテストするための少量の無料クレジットを受け取ります。エンタープライズ評価のための延長トライアルについてはセールスに連絡してください。
ディスカウントはどのように組み合わさりますか?
Batch APIとプロンプトキャッシングディスカウントは組み合わせることができます。たとえば、両方の機能を一緒に使用すると、標準APIコールと比較して大幅なコスト削減が得られます。乗数がどのように相互作用するかについては、プロンプトキャッシング料金を参照してください。
どの支払い方法が受け入れられていますか?
主要なクレジットカードは標準アカウントで受け入れられます。エンタープライズ顧客は請求書および他の支払い方法を手配できます。
料金に関する追加の質問については、[email protected]に連絡してください。
| $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 |
| 346 tokens 313 tokens |
| Claude Opus 4.1 | auto, noneany, tool | 346 tokens 313 tokens |
| Claude Opus 4 | auto, noneany, tool | 346 tokens 313 tokens |
| Claude Sonnet 4.6 | 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 (deprecated) | auto, noneany, tool | 346 tokens 313 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 |