feat: Add custom Pricing for Anthropic models in bedrock.json#772
Open
bhishmendramahala-crypto wants to merge 1 commit into
Open
feat: Add custom Pricing for Anthropic models in bedrock.json#772bhishmendramahala-crypto wants to merge 1 commit into
bhishmendramahala-crypto wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
b4s36t4
approved these changes
Jun 15, 2026
b4s36t4
reviewed
Jun 22, 2026
b4s36t4
requested changes
Jun 22, 2026
b4s36t4
left a comment
Contributor
There was a problem hiding this comment.
If we're only adding pricing for anthropic, I think we can skip flex/priority pricing for now.
b4s36t4
reviewed
Jul 7, 2026
Comment on lines
+2149
to
+4553
| "price": 0.0003 | ||
| "price": 0.00033 |
Contributor
There was a problem hiding this comment.
The pricing for default region (us-east-1) is 3$ right? Why did we changed this?
b4s36t4
requested changes
Jul 7, 2026
b4s36t4
left a comment
Contributor
There was a problem hiding this comment.
From AWS Pricing page we have to consider global/cross-region inference when calculating the pricing. Please verify.
2ab725b to
ac7623b
Compare
…tch) Pricing sourced from AWS Bedrock. All inference profiles covered: - anthropic.* (in-region): base rate + cross-region regions (+10%) + GovCloud (+20%) - us.*/eu.* (geographic cross-region): +10% as default - global.* (global cross-region): base rate as default - us-gov.* (GovCloud): +20% as default - Execution modes: standard + batch (50% of standard) - Cross-region +10% applies to Sonnet 4.5+, Haiku 4.5+, Opus 4.5+ only - GovCloud: Haiku 3, Sonnet 3.7, Sonnet 4.5, Opus 4.8 - Sonnet 5: $2/$10 (promo until Aug 31 2026), Fable 5: $10/$50 - Opus 4.5-4.8: $5/$25, Sonnet 4.5/4.6: $3/$15, Haiku 4.5: $1/$5
ac7623b to
3fa4fd9
Compare
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.
source: https://aws.amazon.com/bedrock/pricing/
Description
Updates
pricing/bedrock.jsonfrom the official Amazon Bedrock pricing page (on-demand / regional Anthropic + non-Anthropic alignment as in this change).Source Verification
Source Link: https://aws.amazon.com/bedrock/pricing/
Important
Please include a link to the official pricing page from the provider. Simple "I heard it from somewhere" or screenshot sources are not accepted.
Checklist
jqor an online validatorRelated Issue
Fixes # (issue)