このページでは、Anthropicのモデルと機能の詳細な価格情報を提供します。すべての価格はUSDです。

最新の価格情報については、anthropic.com/pricingをご覧ください。

モデル価格

以下の表は、異なる使用量ティアにおけるすべてのClaudeモデルの価格を示しています:

ModelBase Input Tokens5m Cache Writes1h Cache WritesCache Hits & RefreshesOutput Tokens
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$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$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」は出力価格を示します。

機能固有の価格

バッチ処理

Batch APIは、入力と出力の両方のトークンで50%の割引を適用して、大量のリクエストの非同期処理を可能にします。

ModelBatch inputBatch output
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$1.50 / MTok$7.50 / MTok
Claude Haiku 3.5$0.40 / MTok$2 / MTok
Claude Opus 3$7.50 / MTok$37.50 / MTok
Claude Haiku 3$0.125 / MTok$0.625 / MTok

バッチ処理の詳細については、バッチ処理ドキュメントをご覧ください。

ツール使用価格

Tool use requests are priced based on:

  1. The total number of input tokens sent to the model (including in the tools parameter)
  2. The number of output tokens generated
  3. For server-side tools, additional usage-based pricing (e.g., web search charges per search performed)

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:

  • The tools parameter in API requests (tool names, descriptions, and schemas)
  • tool_use content blocks in API requests and responses
  • tool_result content blocks in API requests

When 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.

ModelTool choiceTool use system prompt token count
Claude Opus 4auto, none
any, tool
346 tokens
313 tokens
Claude Sonnet 4auto, none
any, tool
346 tokens
313 tokens
Claude Sonnet 3.7auto, none
any, tool
346 tokens
313 tokens
Claude Sonnet 3.5 (Oct)auto, none
any, tool
346 tokens
313 tokens
Claude Sonnet 3.5 (June)auto, none
any, tool
294 tokens
261 tokens
Claude Haiku 3.5auto, none
any, tool
264 tokens
340 tokens
Claude Opus 3auto, none
any, tool
530 tokens
281 tokens
Claude Sonnet 3auto, none
any, tool
159 tokens
235 tokens
Claude Haiku 3auto, none
any, tool
264 tokens
340 tokens

These token counts are added to your normal input and output tokens to calculate the total cost of a request.

現在のモデル別価格については、上記のモデル価格セクションを参照してください。

ツール使用の実装とベストプラクティスの詳細については、ツール使用ドキュメントをご覧ください。

特定ツールの価格

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:

ToolAdditional 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)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 Anthropic 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.

コンピュータ使用ツール

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:

ModelInput tokens per tool definition
Claude 4 / Sonnet 3.7735 tokens
Claude Sonnet 3.5683 tokens

Additional token consumption:

  • 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を使用(入力3/MTok、出力3/MTok、出力15/MTok)
  • 総コスト:10,000チケットあたり約$22.20

この計算の詳細なウォークスルーについては、カスタマーサポートエージェントガイドをご覧ください。

一般的なエージェントワークフローの価格

複数のステップを持つより複雑なエージェントアーキテクチャの場合:

  1. 初期リクエスト処理

    • 典型的な入力:500-1,000トークン
    • 処理コスト:リクエストあたり約$0.003
  2. メモリとコンテキスト取得

    • 取得されたコンテキスト:2,000-5,000トークン
    • 取得あたりのコスト:操作あたり約$0.015
  3. アクション計画と実行

    • 計画トークン:1,000-2,000
    • 実行フィードバック:500-1,000
    • 合計コスト:アクションあたり約$0.045

エージェント価格パターンの包括的なガイドについては、エージェント使用例ガイドをご覧ください。

コスト最適化戦略

Claudeでエージェントを構築する際:

  1. 適切なモデルを使用:シンプルなタスクにはHaiku、複雑な推論にはSonnetを選択
  2. プロンプトキャッシュを実装:繰り返されるコンテキストのコストを削減
  3. バッチ操作:時間に敏感でないタスクにはBatch APIを使用
  4. 使用パターンを監視:最適化の機会を特定するためにトークン消費を追跡

大量のエージェントアプリケーションについては、カスタム価格設定の取り決めについてエンタープライズセールスチームにお問い合わせください。

追加の価格考慮事項

レート制限

レート制限は使用量ティアによって異なり、実行できるリクエスト数に影響します:

  • ティア1:基本制限付きのエントリーレベル使用
  • ティア2:成長するアプリケーション向けの増加制限
  • ティア3:確立されたアプリケーション向けのより高い制限
  • ティア4:最大標準制限
  • エンタープライズ:カスタム制限利用可能

詳細なレート制限情報については、レート制限ドキュメントをご覧ください。

ボリューム割引

大量使用者にはボリューム割引が利用可能な場合があります。これらはケースバイケースで交渉されます。

  • 標準ティアは上記の価格を使用
  • エンタープライズ顧客はカスタム価格についてセールスに連絡可能
  • 学術・研究割引が利用可能な場合があります

エンタープライズ価格

特定のニーズを持つエンタープライズ顧客向け:

  • カスタムレート制限
  • ボリューム割引
  • 専用サポート
  • カスタム条件

エンタープライズ価格オプションについて話し合うには、sales@anthropic.comまたはAnthropic Consoleを通じてセールスチームにお問い合わせください。

請求と支払い

  • 請求は実際の使用量に基づいて月次で計算されます
  • 支払いはUSDで処理されます
  • クレジットカードと請求書オプションが利用可能
  • 使用量追跡はAnthropic Consoleで利用可能

よくある質問

トークン使用量はどのように計算されますか?

トークンはモデルが処理するテキストの断片です。大まかな見積もりとして、1トークンは英語で約4文字または0.75語に相当します。正確な数は言語とコンテンツタイプによって異なります。

無料ティアやトライアルはありますか?

新規ユーザーはAPIをテストするための少量の無料クレジットを受け取ります。エンタープライズ評価のための延長トライアルについては、セールスに連絡してください。

割引はどのように重複しますか?

Batch APIとプロンプトキャッシュの割引は組み合わせることができます。例えば、両方の機能を一緒に使用すると、標準API呼び出しと比較して大幅なコスト削減が提供されます。

どのような支払い方法が受け入れられますか?

標準アカウントでは主要なクレジットカードを受け入れます。エンタープライズ顧客は請求書やその他の支払い方法を手配できます。

価格に関する追加の質問については、support@anthropic.comにお問い合わせください。