Urgent
React2Shell security update
Auto-fix projectsLearn more

AI Gateway

GLM-4.6V

zai/glm-4.6v

GLM-4.6V series are Z.ai’s iterations in a multimodal large language model. GLM-4.6V scales its context window to 128k tokens in training, and achieves SoTA performance in visual understanding among models of similar parameter scales.

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