Skip to content

GLM-4.6V-Flash

GLM-4.6V-Flash is Z.ai's lightweight 9B parameter vision-language model for low-latency applications. It shares GLM-4.6V's multimodal capabilities at a fraction of the compute cost.

Vision (Image)ReasoningFile InputTool UseImplicit Caching
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'zai/glm-4.6v-flash',
prompt: 'Why is the sky blue?'
})