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.
$1.554 in · $5.18 out / 1M
| Usage | Rate (USD) | Unit |
|---|---|---|
| Input tokens | $1.55 | per 1M tokens |
| Cached input (cache hit) | $0.31 | per 1M tokens |
| Output tokens | $5.18 | per 1M tokens |
TuneRouter live platform pricing · currency: USD · pre-deduction settled by actual usage
OpenAI-compatible · base URL https://api.tunerouter.com/v1/
curl https://api.tunerouter.com/v1/chat/completions \
-H "Authorization: Bearer $TUNEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "glm-5v-turbo", "messages": [{"role": "user", "content": "Hello!"}]}'Model ID: glm-5v-turbo · works with OpenAI SDKs — just point base_url at api.tunerouter.com