Model pricing

glm-5.2

Input $ 1.44 · Output $ 5.04 per 1M tokens

Pricing

Input$ 1.44 per 1M tokens
Output$ 5.04 per 1M tokens
Cache read$ 0.36 per 1M tokens
Cache write$ 0.72 per 1M tokens

API

curl
curl https://api.zipflow.xyz/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"glm-5.2","messages":[{"role":"user","content":"Explain quantum entanglement in one paragraph."}]}'

Replace API_KEY with your ZipFlow API key.

About glm-5.2 on ZipFlow

What is glm-5.2?

glm-5.2 is available on ZipFlow through one unified Base URL (https://api.zipflow.xyz). One account and one API key cover every model on the platform.

How much does glm-5.2 cost on ZipFlow?

glm-5.2 is billed in USD: input $ 1.44 and output $ 5.04 per 1M tokens. Prices are listed on the pricing page and in the console.

How do I start using glm-5.2?

Create a ZipFlow account, create an API key in the console, and call https://api.zipflow.xyz/v1/chat/completions with the model id. Code samples are above.