Skip to content
Dashboard
import { streamText } from 'ai';
const result = streamText({
model: 'zai/glm-5.1',
prompt:
`Refactor the data ingestion pipeline to support streaming,
add error recovery, and benchmark throughput against the
current implementation.`,
});

Ready to deploy?