← All models
Try in Chat
GLM 5.1
glm-5.1
Z.ai's frontier MoE model for agentic coding, long-horizon engineering tasks, tool calling, and reasoning.
chatreasoningcode
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| Inceptron | Lund, Sweden | €1.34/M tokens | €4.21/M tokens |
Specifications
Context window
203K
Providers
1
Released
Apr 2026
Try GLM 5.1
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://api.ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-5.1",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'