Vision Languagetextimagevideofile
GLM 5V Turbo
GLM-5V-Turbo is Z.AI's first native multimodal agent foundation model, released April 1, 2026, built on the GLM-5 base and handling image, video and text inputs in a perceive-plan-execute loop. It uses a CogViT vision encoder with multi-token-prediction inference and 30-plus task joint reinforcement learning, and can generate executable code directly from design mockups and visual inputs. It carries roughly 202K context and 131K max output, offered as a proprietary API model. Ideal for vision-based coding and agentic front-end generation from visual assets.
Input
Top p
01
Thinking
Temperature
02
Max completion tokens
1200000
Ready to generateAPI Reference
POSThttps://api.token360.ai/v1/chat/completionscurl https://api.token360.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-api-key" \
-d '{
"model": "glm-5v-turbo",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'