Skip to content
Dashboard
import { streamText } from 'ai';
const result = streamText({
model: 'xai/grok-4.3',
prompt: 'Analyze this dataset and summarize the key trends.',
});

Ready to deploy?