Skip to content
Dashboard

GLM-5 is live on AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'zai/glm-5',
prompt:
`Generate a complete REST API with authentication,
database models, and test coverage for a task management app.`,
});