Skip to content
Dashboard

GLM 5V Turbo on AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'zai/glm-5v-turbo',
prompt:
`Recreate this screenshot as a responsive React component
with Tailwind CSS and match the layout exactly.`,
});


Ready to deploy?