Back to Models
Z.ai: GLM 4.7
z-ai/glm-4.7Dec 22, 2025202.8K context65.5K max output$0.60/M in · $2.20/M outReasoning
Description
GLM-4.7 is Z.ai’s latest flagship model, featuring upgrades in two key areas: enhanced programming capabilities and more stable multi-step reasoning/execution. It demonstrates significant improvements in executing complex agent tasks while delivering more natural conversational experiences and superior front-end aesthetics.
Specifications
Provider
z-ai
Context Length
202.8K
Max Output
65.5K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.60 |
| Output | $2.20 |
| Cache Read | $0.11 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "z-ai/glm-4.7",
"messages": [{"role": "user", "content": "Hello!"}]
}'