2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

bedrock claude 4 : 料金・リージョン・API制限・コンテクストウィンドなど

Last updated at Posted at 2025-05-27

bedrock も claude 4 に対応した様子です
気になるところさらっと確認します

対応リージョン

claude 4 sonnet は、東京, 大阪リージョンにも対応
claude 4 opus は、米国リージョンのみ対応

model 名

現状は cross region で呼び出す必用がある

version Model ID Inference profile ID (cross region)
claude 4 sonnet anthropic.claude-sonnet-4-20250514-v1:0 us.anthropic.claude-sonnet-4-20250514-v1:0
claude 4 opus anthropic.claude-sonnet-4-20250514-v1:0 us.anthropic.claude-opus-4-20250514-v1:0

aws bedrock : cross region model list

anthropic 公式情報

料金

sonnet は 3.7 と 4 は同料金.
opus はその5倍.

Claude Opus 4 Model $15 / MTok Input $75 / MTok Output
Claude Opus 4 $15 / MTok $75 / MTok
Claude Sonnet 4 $3 / MTok $15 / MTok
Claude Sonnet 3.7 $3 / MTok $15 / MTok

aws 料金情報 // 現状は英語のページにのみ記述がある

context window

model input output
Claude Opus 4 200k 32k
Claude Sonnet 4 200k 64k
Claude Sonnet 3.7 200k 64k

quota

claude code で動作させると結構 api limit に引っかかります

quota name quota
Cross-region model inference requests per minute for Anthropic Claude Opus 4 V1 200
Cross-region model inference tokens per minute for Anthropic Claude Opus 4 V1 200,000
Model invocation max tokens per day for Anthropic Claude Opus 4 V1 10,000,000
Cross-region model inference requests per minute for Anthropic Claude Sonnet 4 V1 200
Cross-region model inference tokens per minute for Anthropic Claude Sonnet 4 V1 200,000
Model invocation max tokens per day for Anthropic Claude Sonnet 4 V1 10,000,000

aws service quota

Extended Thinking

4系でも利用できるが thinking の response は要約される.

思考に用いられる budget token は 1,024
最大値の計算方法がある様子だが理解出来ていない

anthropic 公式情報

以上となります

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?