

xAI just made its dedicated coding agent model, grok-build-0.1, available to any developer through the public API. Until now, the model was locked behind a SuperGrok or X Premium+ subscription and could only be accessed through the Grok Build CLI. That wall is now down.
Not a chat model wearing a hard hat
Released in public beta, Grok Build 0.1 is a coding model with a specific and deliberate purpose: to function as an autonomous software engineering agent, not just a code-completion helper. While most language models can answer programming questions or fill in a function body, it is trained from the ground up to handle end-to-end development tasks -- planning what needs to be done, executing the work step by step, and debugging failures along the way.
The underlying design premise is that coding agents have different failure modes than chat assistants: they need to hold large codebases in context, reason about multi-file changes, and execute sequences of actions without losing track of what they have already done. xAI built Grok Build 0.1 to address those failure modes directly.
What's under the hood
- 256K context window: The model features a 256K context window with no text output limit, making it well suited for long-horizon coding and automation workflows.
- Always-on reasoning: Reasoning is always active on Grok Build 0.1. There is no non-reasoning mode and reasoning effort is not configurable, so every response includes structured analysis before the final output. Think of it as the model quietly thinking through the problem before it writes a single line.
Don't miss what's next in AI
Join 300,000+ engineers and researchers who get the signal, not the noise.
- Full access to in-depth AI research breakdowns
- Be the first to know what's trending before it hits mainstream
- Daily curated papers, repos, and industry moves
