### 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