This quick guide shows how to use the AWS Pricing API via the AWS CLI to retrieve Amazon Bedrock on‑demand inference prices for Anthropic models (e.g., Claude). It includes a ready-to-run example that filters by provider, region, feature, and extracts usable price fields with jq.
- https://aws.amazon.com/bedrock/pricing
- https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/using-price-list-query-api.html
- Use the AWS Pricing API (
aws pricing get-products) with--service-code "AmazonBedrock".