Commit 569f0c3
authored
chore(bedrock): add TwelveLabs Marengo 2.7 and Pegasus 1.2 (#35011)
### Issue # (if applicable)
None
### Reason for this change
https://aws.amazon.com/about-aws/whats-new/2025/07/twelvelabs-models-fully-managed-amazon-bedrock/
### Description of how you validated changes
```console
$ aws bedrock list-foundation-models --region us-east-1 --query 'modelSummaries[].modelId' --output table
--------------------------------------------------
| ListFoundationModels |
+--------------------------------------------------+
...
| twelvelabs.marengo-embed-2-7-v1:0 |
+--------------------------------------------------+
$ aws bedrock list-foundation-models --region us-west-2 --query 'modelSummaries[].modelId' --output table
----------------------------------------------------
| ListFoundationModels |
+--------------------------------------------------+
...
| twelvelabs.pegasus-1-2-v1:0 |
+--------------------------------------------------+
```
### Checklist
- [x] 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*1 parent 6743acb commit 569f0c3
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
464 | 470 | | |
465 | 471 | | |
466 | 472 | | |
| |||
0 commit comments