← All models
Try in Chat
GLM 5
glm-5
Z.ai GLM 5 reasoning model with tool calling. 198K token context window.
chatreasoningcodetools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| TensorX | Dublin, Ireland | €0.96/M tokens | €3.07/M tokens | 203K |
TensorX Dublin, Ireland
- Input
- €0.96/M
- Output
- €3.07/M
- Context
- 203K
Specifications
Context window
203K
Providers
1
Released
Apr 2026
Try GLM 5
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",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'