GLM 5.2 API
Provider: API Volta Curated
Previous-generation Zhipu general model. Reliable Chinese dialogue and coding tasks at a lower cost.
Published pricing
Input: $1.16 / 1M tokens · Output: $4.05 / 1M tokens
Capabilities
text, code, reasoning, structured-output
API examples
POST /v1/chat/completions
curl https://app.apivolta.com/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"GLM-5.2","messages":[{"role":"user","content":"Write a release note."}]}'POST /v1/responses
curl https://app.apivolta.com/v1/responses \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"GLM-5.2","input":"Write a release note."}'Availability: available