Skip to content
Dashboard

Grok Build 0.1 now available on Vercel AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'xai/grok-build-0.1',
prompt: 'Refactor this module to use async/await and add tests.',
});

Ready to deploy?