Zhipu
GLM-5.2 API
A long-context reasoning model for coding agents, tool use, and large document workflows that need stronger state retention.
1M contextCodingTool use
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.90/ 1MPublic ref.$1.40
Output
$3.10/ 1MPublic ref.$4.40
Call GLM-5.2 in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model toglm-5.2.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-5.2",
"messages": [{"role": "user", "content": "Hello"}]
}'