Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bedrock): additional foundation models (#32684)
Add some missing foundation models IDs. ```sh % aws bedrock list-foundation-models --region us-west-2 | jq -r '.modelSummaries[].modelId' ``` The following models are missing: * anthropic.claude-3-5-sonnet-20241022-v2:0:18k * anthropic.claude-3-5-sonnet-20241022-v2:0:200k * anthropic.claude-3-5-sonnet-20241022-v2:0:51k * meta.llama3-3-70b-instruct-v1:0 * stability.sd3-5-large-v1:0 * stability.stable-image-core-v1:1 * stability.stable-image-ultra-v1:1 ### Checklist - [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information