feat(bedrock): add MiniMax and GLM foundation model identifiers - #37348
Merged
mergify[bot] merged 2 commits intoMar 27, 2026
Merged
Conversation
aws-cdk-automation
previously requested changes
Mar 24, 2026
aws-cdk-automation
dismissed
their stale review
March 24, 2026 17:39
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
aws-cdk-automation
temporarily deployed
to
automation
March 24, 2026 17:41 — with
GitHub Actions
Inactive
aws-cdk-automation
temporarily deployed
to
automation
March 24, 2026 17:42 — with
GitHub Actions
Inactive
1 task
Add all available MiniMax and GLM (Zhipu AI) foundation model identifiers: - minimax.minimax-m2 - minimax.minimax-m2.1 - minimax.minimax-m2.5 - zai.glm-4.7 - zai.glm-4.7-flash - zai.glm-5 Closes aws#37347
pahud
force-pushed
the
fix/issue-37347-bedrock-minimax-glm
branch
from
March 25, 2026 20:10
f330970 to
830dafd
Compare
aws-cdk-automation
previously requested changes
Mar 25, 2026
aws-cdk-automation
temporarily deployed
to
automation
March 25, 2026 20:58 — with
GitHub Actions
Inactive
alvazjor
approved these changes
Mar 27, 2026
aws-cdk-automation
dismissed
their stale review
March 27, 2026 16:09
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
Contributor
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Contributor
Merge Queue Status
This pull request spent 5 seconds in the queue, with no time running CI. Required conditions to merge
|
Contributor
|
Comments on closed issues and PRs are hard for our team to see. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue # (if applicable)
Closes #37347
Reason for this change
The
FoundationModelIdentifierclass is missing identifiers for MiniMax and Zhipu AI (GLM) models that are available in Amazon Bedrock viaListFoundationModels.Description of changes
Added all 6 missing model identifiers to
FoundationModelIdentifier:minimax.minimax-m2MINIMAX_MINIMAX_M2minimax.minimax-m2.1MINIMAX_MINIMAX_M2_1minimax.minimax-m2.5MINIMAX_MINIMAX_M2_5zai.glm-4.7ZAI_GLM_4_7zai.glm-4.7-flashZAI_GLM_4_7_FLASHzai.glm-5ZAI_GLM_5Description of how you validated changes
These are purely additive static readonly fields — no logic changes. Each identifier maps directly to a model ID returned by the Bedrock
ListFoundationModelsAPI.Checklist