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

Output

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"}]
  }'