GLM 5V Turbo
GLM 5V Turbo is Z.ai's vision-enabled turbo model released April 1, 2026. It turns screenshots and designs into code, debugs visually, and operates GUIs autonomously, combining GLM-5's agentic capabilities with multimodal vision input at a compact parameter size.
import { streamText } from 'ai'
const result = streamText({ model: 'zai/glm-5v-turbo', prompt: 'Why is the sky blue?'})Frequently Asked Questions
What can GLM 5V Turbo do with screenshots?
It converts screenshots and design mockups into responsive code, identifies visual bugs in rendered output, and navigates GUI environments by reading screen elements and performing actions.
How does GLM 5V Turbo compare to GLM-4.6V?
GLM 5V Turbo is a newer, compact vision model focused on coding and GUI tasks. GLM-4.6V is a larger 106B parameter model with broader vision-language capabilities including native multimodal function calling and interleaved image-text generation.
Does GLM 5V Turbo support design-to-code generation?
Yes. It's specifically built for this workflow. Provide a screenshot or design mockup and specify the target framework. The model generates matching responsive components.
What is the context window for GLM 5V Turbo?
200K tokens.
How do I authenticate with GLM 5V Turbo through AI Gateway?
AI Gateway provides a unified API key. No separate Z.ai account is needed. Use the
glm-5v-turbomodel identifier to route requests. BYOK is also supported.Can GLM 5V Turbo operate GUIs autonomously?
Yes. It reads screen elements, interprets visual context, and performs navigation actions in real GUI environments. This makes it useful for automated testing and UI interaction workflows.
What is the pricing for GLM 5V Turbo?
Check the pricing panel on this page for today's numbers. AI Gateway tracks rates across every provider that serves GLM 5V Turbo.