Skip to content

GLM 4.5V

GLM 4.5V is Z.ai's vision-language model built on GLM-4.5-Air. It supports image reasoning, long video understanding, GUI task handling, and visual grounding.

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