Skip to content
Dashboard

GLM 5.2 now available on AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'zai/glm-5.2',
prompt: 'Add error recovery to the data ingestion pipeline.',
});