Grok Build 0.1 now available on Vercel AI Gateway
Mirrored from Vercel — AI for archival readability. Support the source by reading on the original site.
1 min read
Grok Build 0.1 is now available on Vercel AI Gateway.
This is a beta coding model trained for agentic coding, currently in early access, and powers the Grok Build CLI app. Reasoning effort is not configurable, and there is no non-reasoning mode.
To use Grok Build 0.1, set model to xai/grok-build-0.1 in the AI SDK.
import { streamText } from 'ai';
const result = streamText({ model: 'xai/grok-build-0.1', prompt: 'Refactor this module to use async/await and add tests.',});AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, observability, Bring Your Own Key support, and intelligent provider routing with automatic retries.
Learn more about AI Gateway, view the AI Gateway model leaderboard or try it in our model playground.
Discussion (0)
Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.
Sign in →No comments yet. Sign in and be the first to say something.