Skip to content

[BOT ISSUE] Bedrock: add missing Z.AI GLM 4.7 and GLM 4.7 Flash models #699

@github-actions

Description

@github-actions

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

  1. Bedrock model card (GLM 4.7): https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-zai-glm-4-7.html
  2. Bedrock model card (GLM 4.7 Flash): https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-zai-glm-4-7-flash.html
  3. Bedrock models-at-a-glance: https://docs.aws.amazon.com/bedrock/latest/userguide/model-cards.html (lists Z.AI provider)

Verification checklist

  • Model IDs confirmed in ≥2 independent official sources (model cards + models-at-a-glance)
  • Model ID format matches Bedrock convention (provider.model)
  • Not already present in model_list.json (grep for zai.glm-4.7 returns no matches; zai.glm-5 exists)
  • Standard/on-demand tier confirmed
  • Pricing needs manual verification from Bedrock pricing page
{
  "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"
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions