← All models
Try in Chat
GLM 5.3 Flash
glm-5.3-flash
Z.ai GLM 5.3 Flash: first natively multimodal GLM-5 model (320B total, 18B active) with vision input, frontier reasoning at flash cost. 1M token context window.
chatreasoningcodevisiontools
Pricing
| Provider | Location | Input | Cached input | Output | Context window |
|---|---|---|---|---|---|
| TensorX | Dublin, Ireland | €0.19/M tokens | €0.05/M tokens | €0.48/M tokens | 1M |
TensorX Dublin, Ireland
- Input
- €0.19/M
- Cached input
- €0.05/M
- Output
- €0.48/M
- Context
- 1M
Specifications
Context window
1M
Providers
1
Released
Aug 2026
Try GLM 5.3 Flash
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-flash",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'