How does GLM-5.2 differ from GLM-5.3?
Same list price, same 1M window, same coding tag. GLM-5.3 is the later release; 5.2 is the one to pin if you have already validated against it.
GLM-5.2 is available on A2Agent as glm-5.2 at $1.40 per 1M input tokens, with a 1M context window, through one OpenAI-compatible endpoint. Repository-scale coding prompts on Z.ai at a 1M window.
| Model id | glm-5.2 |
|---|---|
| Platform | Z.ai |
| Context window | 1M |
| Tagged for | chat, coding |
| Discount | … |
| Input / 1M tokens | $1.40 |
| Output / 1M tokens | $4.40 |
Prices synced with platform billing (USD per 1M tokens).
curl https://a2agent.me/v1/chat/completions \
-H "content-type: application/json" \
-H "authorization: Bearer sk-your-a2agent-key" \
-d '{
"model": "glm-5.2",
"messages": [{"role": "user", "content": "Reply with OK"}]
}'The 1M window is what makes whole-repository prompts practical in Claude Code or Cursor. Pin the exact model id in your config, because glm-5 and glm-5.2 are different models with different windows.
GLM-5.2 was the first Z.ai model sold here to reach a 1M context, up from the 200K of GLM-5 and GLM-5.1. It lists at $1.40 per million input tokens and $4.40 output. GLM-5.3 lists at exactly those two numbers, with the same window and the same coding tag, so the catalogue draws no line between them beyond the version number. Treat 5.2 as the pinned, older release: choose it when you have already tested against it and want the behaviour to stop moving, and take 5.3 when you want whatever Z.ai shipped last. Against GLM-5.1 the trade is clearer. Five times the window for roughly twenty percent more per token.
Same list price, same 1M window, same coding tag. GLM-5.3 is the later release; 5.2 is the one to pin if you have already validated against it.
1M tokens, five times the 200K of GLM-5 and GLM-5.1.
No. GLM-5.1 lists at $1.15 and $4.00 with a 200K window; GLM-5.2 lists at $1.40 and $4.40 with 1M.
Whichever your client already speaks. The same key serves the Anthropic, OpenAI and Gemini faces, and billing per token does not change between them.
Trial credit on sign-up, billed per token, no minimum spend.