Skip to content

fix(bedrock): correct EU cross-region pricing for Claude Opus and Sonnet models#1917

Open
markgibaud wants to merge 1 commit into
anomalyco:devfrom
markgibaud:fix/eu-opus-bedrock-pricing
Open

fix(bedrock): correct EU cross-region pricing for Claude Opus and Sonnet models#1917
markgibaud wants to merge 1 commit into
anomalyco:devfrom
markgibaud:fix/eu-opus-bedrock-pricing

Conversation

@markgibaud
Copy link
Copy Markdown

Summary

AWS Bedrock EU (Europe/London) cross-region inference has a 10% premium over the base Anthropic pricing. The EU models were incorrectly using the same pricing as the US/base models.

Affected models

  • eu.anthropic.claude-opus-4-6-v1
  • eu.anthropic.claude-opus-4-7
  • eu.anthropic.claude-opus-4-8
  • eu.anthropic.claude-sonnet-4-5-20250929-v1:0
  • eu.anthropic.claude-sonnet-4-6

Corrected pricing (per 1M tokens)

Opus models

Field Before After
Input $5.00 $5.50
Output $25.00 $27.50
Cache read $0.50 $0.55
Cache write $6.25 $6.875

Sonnet models

Field Before After
Input $3.00 $3.30
Output $15.00 $16.50
Cache read $0.30 $0.33
Cache write $3.75 $4.125

Source

AWS Bedrock pricing page - Europe (London) region, Geo and In-region Cross-region Inference section.

…net models

AWS Bedrock EU (Europe/London) cross-region inference has a 10% premium
over the base Anthropic pricing. The EU models were incorrectly using
the same pricing as the US/base models.

Affected models:
- eu.anthropic.claude-opus-4-6-v1
- eu.anthropic.claude-opus-4-7
- eu.anthropic.claude-opus-4-8
- eu.anthropic.claude-sonnet-4-5-20250929-v1:0
- eu.anthropic.claude-sonnet-4-6

Corrected Opus per 1M token prices:
- Input: $5.00 -> $5.50
- Output: $25.00 -> $27.50
- Cache read: $0.50 -> $0.55
- Cache write: $6.25 -> $6.875

Corrected Sonnet per 1M token prices:
- Input: $3.00 -> $3.30
- Output: $15.00 -> $16.50
- Cache read: $0.30 -> $0.33
- Cache write: $3.75 -> $4.125

Source: AWS Bedrock pricing page, Europe (London) region
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant