Z.ai: GLM 5.1 — AI model
Z.ai: GLM 5.1 is a AI model from Z Ai, available through Hormouz via an OpenAI-compatible API with stable access from inside Iran.
GLM-5.1 delivers a major leap in coding capability, with particularly significant gains in handling long-horizon tasks. Unlike previous models built around minute-level interactions, GLM-5.1 can work independently and continuously on...
Specs
| Vendor | Z Ai |
|---|---|
| Type | text |
| Context window | 202,752 tokens |
| Pricing | $0.98/M in · $3.08/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-5.1",
"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