Summary
Amazon Bedrock offers Z.AI GLM 4.7 and GLM 4.7 Flash as on-demand models, but neither has an entry in model_list.json. The catalog already has the newer zai.glm-5 (added in PR #596) but is missing the 4.7 generation.
Missing models
1. Z.AI GLM 4.7
- Model ID:
zai.glm-4.7
- Format:
converse
- Flavor:
completion
- Context window: 203,000 tokens
- Max output tokens: 4,096
- Multimodal: no (text only)
- Lifecycle: Active (launched Dec 22, 2025)
- Tiers: Standard, Priority, Flex
2. Z.AI GLM 4.7 Flash
- Model ID:
zai.glm-4.7-flash
- Format:
converse
- Flavor:
completion
- Context window: 203,000 tokens
- Max output tokens: 4,096
- Multimodal: no (text only)
- Lifecycle: Active (launched Jan 19, 2026)
- Tiers: Standard, Priority, Flex
Sources
- Bedrock model card (GLM 4.7):
https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-zai-glm-4-7.html
- Bedrock model card (GLM 4.7 Flash):
https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-zai-glm-4-7-flash.html
- Bedrock models-at-a-glance:
https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html (lists Z.AI provider)
Verification checklist
{
"kind": "new_models",
"provider": "bedrock",
"models": ["zai.glm-4.7", "zai.glm-4.7-flash"],
"status": "verified",
"model_specs": [
{"id": "zai.glm-4.7", "context_window": 203000, "max_output": 4096, "multimodal": false},
{"id": "zai.glm-4.7-flash", "context_window": 203000, "max_output": 4096, "multimodal": false}
],
"source_urls": [
"https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-zai-glm-4-7.html",
"https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-zai-glm-4-7-flash.html"
]
}
Summary
Amazon Bedrock offers Z.AI GLM 4.7 and GLM 4.7 Flash as on-demand models, but neither has an entry in
model_list.json. The catalog already has the newerzai.glm-5(added in PR #596) but is missing the 4.7 generation.Missing models
1. Z.AI GLM 4.7
zai.glm-4.7conversecompletion2. Z.AI GLM 4.7 Flash
zai.glm-4.7-flashconversecompletionSources
https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-zai-glm-4-7.htmlhttps://docs.aws.amazon.com/bedrock/latest/userguide/model-card-zai-glm-4-7-flash.htmlhttps://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html(lists Z.AI provider)Verification checklist
provider.model)model_list.json(grep forzai.glm-4.7returns no matches;zai.glm-5exists){ "kind": "new_models", "provider": "bedrock", "models": ["zai.glm-4.7", "zai.glm-4.7-flash"], "status": "verified", "model_specs": [ {"id": "zai.glm-4.7", "context_window": 203000, "max_output": 4096, "multimodal": false}, {"id": "zai.glm-4.7-flash", "context_window": 203000, "max_output": 4096, "multimodal": false} ], "source_urls": [ "https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-zai-glm-4-7.html", "https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-zai-glm-4-7-flash.html" ] }