← All models
Try in Chat
GLM 5.3
glm-5.3
Z.ai GLM 5.3 frontier coding model with emergent cyber capabilities, strong agentic tool use, and reasoning. 1M token context window.
chatreasoningcodetools
Pricing
| Provider | Location | Input | Cached input | Output | Context window |
|---|---|---|---|---|---|
| Inceptron | Lund, Sweden | €1.34/M tokens | €0.25/M tokens | €4.22/M tokens | 1M |
| TensorX | Dublin, Ireland | €1.68/M tokens | €0.42/M tokens | €4.31/M tokens | 1M |
Inceptron Lund, Sweden
- Input
- €1.34/M
- Cached input
- €0.25/M
- Output
- €4.22/M
- Context
- 1M
TensorX Dublin, Ireland
- Input
- €1.68/M
- Cached input
- €0.42/M
- Output
- €4.31/M
- Context
- 1M
Specifications
Context window
1M
Providers
2
Released
Aug 2026
Try GLM 5.3
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-5.3",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'