Back to Models
Z.ai: GLM 4 32B
z-ai/glm-4-32bJul 24, 2025128K context$0.10/M in · $0.10/M out
Description
GLM 4 32B is a cost-effective foundation language model.
It can efficiently perform complex tasks and has significantly enhanced capabilities in tool use, online search, and code-related intelligent tasks.
It is made by the same lab behind the thudm models.
Specifications
Provider
z-ai
Context Length
128K
Max Output
—
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.10 |
| Output | $0.10 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "z-ai/glm-4-32b",
"messages": [{"role": "user", "content": "Hello!"}]
}'