← All models
Try in Chat
GLM 5.2
glm-5.2
Z.ai GLM 5.2 frontier MoE model with 753B total and 40B active parameters. Excels at agentic coding, long-horizon engineering, tool calling, and reasoning. 1M token context window.
chatreasoningcode
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| Scaleway | Paris, France | €2.02/M tokens | €6.16/M tokens |
| Inceptron | Lund, Sweden | €2.02/M tokens | €6.16/M tokens |
Scaleway Paris, France
- Input
- €2.02/M
- Output
- €6.16/M
Inceptron Lund, Sweden
- Input
- €2.02/M
- Output
- €6.16/M
Specifications
Context window
1000K
Providers
2
Released
Jun 2026
Try GLM 5.2
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.2",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'