fix(bedrock): correct EU cross-region pricing for Claude Opus and Sonnet models#1917
Open
markgibaud wants to merge 1 commit into
Open
fix(bedrock): correct EU cross-region pricing for Claude Opus and Sonnet models#1917markgibaud wants to merge 1 commit into
markgibaud wants to merge 1 commit into
Conversation
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-v1eu.anthropic.claude-opus-4-7eu.anthropic.claude-opus-4-8eu.anthropic.claude-sonnet-4-5-20250929-v1:0eu.anthropic.claude-sonnet-4-6Corrected pricing (per 1M tokens)
Opus models
Sonnet models
Source
AWS Bedrock pricing page - Europe (London) region, Geo and In-region Cross-region Inference section.