
Grok Build 0.1 now available on Vercel AI Gateway
Quick Answer
Grok Build 0.1, a beta coding model for agentic coding, is now available on Vercel AI Gateway.
Quick Take
Grok Build 0.1, a beta coding model for agentic coding, is now available on Vercel AI Gateway. Users can access it via the AI SDK by setting the model to 'xai/grok-build-0.1', enabling functionalities such as unified API access and intelligent provider routing.
Key Points
- Grok Build 0.1 powers the Grok Build CLI app for coding tasks.
- Reasoning effort is fixed; no non-reasoning mode is available.
- AI Gateway offers unified API for model calls and usage tracking.
- Features include custom reporting, observability, and BYOK support.
- Automatic retries enhance uptime and performance optimization.
📖 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
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from Vercel AI
See more →
The Agent Stack
The Agent Stack by Vercel AI provides essential building blocks for creating production-grade agents, enabling seamless integration across multiple AI models and secure operations. It features components like AI Gateway for model routing, Workflow SDK for durable execution, and Vercel Connect for scoped access, streamlining agent development and deployment across various platforms.

