You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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*
0 commit comments