
Grok Build 0.1 now available on Vercel AI Gateway
Quick Take
Grok Build 0.1 is now in beta on Vercel AI Gateway, designed for agentic coding.
Key Points
- Early access to Grok Build CLI app.
- Unified API for model usage and performance tracking.
- Supports intelligent provider routing with retries.
📖 Reader Mode
~1 min read1 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.
— Originally published at vercel.com


