GLM 4.5 Air
GLM 4.5 Air is Z.ai's efficiency-focused model released July 28, 2025. It delivers fast inference for high-volume workloads while keeping reasoning and coding capability at reduced cost compared to the full GLM-4.5.
import { streamText } from 'ai'
const result = streamText({ model: 'zai/glm-4.5-air', prompt: 'Why is the sky blue?'})