← All models
Try in Chat
GLM 5V Turbo
glm-5v-turbo
Z.ai GLM 5V Turbo multimodal reasoning model with vision input and agentic tool use. 198K token context window.
chatreasoningcodevisiontools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| TensorX | Dublin, Ireland | €1.15/M tokens | €3.83/M tokens | 203K |
TensorX Dublin, Ireland
- Input
- €1.15/M
- Output
- €3.83/M
- Context
- 203K
Specifications
Context window
203K
Providers
1
Released
May 2026
Try GLM 5V Turbo
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-5v-turbo",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'