Z.ai: GLM 4.5 — AI model
Z.ai: GLM 4.5 is a AI model from Z Ai, available through Hormouz via an OpenAI-compatible API with stable access from inside Iran.
GLM-4.5 is our latest flagship foundation model, purpose-built for agent-based applications. It leverages a Mixture-of-Experts (MoE) architecture and supports a context length of up to 128k tokens. GLM-4.5 delivers significantly...
Specs
| Vendor | Z Ai |
|---|---|
| Type | text |
| Context window | 131,072 tokens |
| Pricing | $0.60/M in · $2.20/M out |
| API | chat_completions |
| Capabilities | Tools |
Code example
curl https://api.hormouz.net/v1/chat/completions \
-H "Authorization: Bearer ng-YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "z-ai/glm-4.5",
"messages": [{"role": "user", "content": "Hello!"}]
}'Use via Hormouz
Connect to this model and 450+ others with one API key — stable under heavy load and optimized for Iran.
Get started