AI Gateway

All Models/

GLM 4.5V

GLM 4.5V by Z.ai

Built on the GLM-4.5-Air base model, GLM-4.5V inherits proven techniques from GLM-4.1V-Thinking while achieving effective scaling through a powerful 106B-parameter MoE architecture.

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