Skip to content

Unable to get all the Anthropic Model Pricing information from boto3.client('pricing').get_products Module #4595

@claumazz

Description

@claumazz

Describe the bug

Only Calude 2.0 and 3.0 models available within the get_products

Regression Issue

  • Select this option if this issue appears to be a regression.

Expected Behavior

return the entire model list with pricing.

Current Behavior

Missing Anthropic models

Reproduction Steps

response = pricing_client.get_products(
ServiceCode='AmazonBedrock',
MaxResults=100,
Filters=[
{'Type': 'TERM_MATCH', 'Field': 'regionCode', 'Value': region},
{'Type': 'TERM_MATCH', 'Field': 'feature', 'Value': 'On-demand Inference'},
{'Type': 'TERM_MATCH', 'Field': 'serviceCode', 'Value': 'AmazonBedrock'},
]
)

#Anthropic models missing in response

Possible Solution

No response

Additional Information/Context

No response

SDK version used

boto3

Environment details (OS name and version, etc.)

mac

Metadata

Metadata

Assignees

Labels

bedrockp3This is a minor priority issuepricingservice-apiThis issue is caused by the service API, not the SDK implementation.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions