CrossModel
Back to model catalog

xAI · Model guide

Grok Build 0.1

x-ai/grok-build-0.1
Modalities
TextImageText
Context
256K
Max output
256K
Grok Build 0.1

A fast, low-cost model for agentic coding

Context window
256K
256,000 tokens
Max output
256K
256,000 tokens
Focus
Coding
Fast, low-cost agentic coding
High throughput
Built for the many-tool-call inner loop
Tools / function calling
Function calling and structured outputs
Multi-language
TypeScript, Python, Java, Rust, C++, Go

The successor to the grok-code-fast-1 line; reasons by default and streams a summarized trace.

Overview

Grok Build 0.1 is xAI's fast, low-cost model for agentic coding, released on April 16, 2026. It is the successor to the grok-code-fast-1 line (and still answers to that alias), tuned for the high-volume loop of modern software work — plan, write, test, debug — rather than one-shot answers. Instead of an effort dial, it reasons by default and streams a summarized trace of that reasoning so coding agents can stay steerable.

The design goal is throughput and price: keep an agent moving through many tool calls per task without the latency or cost of a frontier reasoning model. It speaks the OpenAI-compatible API with native function calling and structured outputs, and is strong across TypeScript, Python, Java, Rust, C++, and Go.

Key capabilities

DimensionDetail
Context window256,000 tokens
Max output256,000 tokens
Input modalitiesText, image
Output modalitiesText
ReasoningOn by default, with streamed reasoning traces (no effort dial)
Toolsfunction calling, structured outputs, streaming, vision

Inputs above 200K tokens enter a higher long-context tier (2x pricing). Cached input is billed well below fresh input. See live pricing in the model catalog.

The agentic coding loop

Coding Loop

The plan → write → test → debug inner loop

Throughput
100+ tok/s
xAI official
Reasoning trace
Streamed
Summarized and steerable
Alias
grok-code-fast-1
Backward compatible
01
Plan
Read the repo and task, plan an edit
02
Write
Apply the edit across files
03
Test
Run tests and commands
04
Debug
Read the failure and try again

High token throughput resolves dozens of tool calls quickly instead of stalling on a slow reasoner.

Grok Build 0.1 is built for the inner loop of a coding agent: read the repository and the task, plan an edit, apply it, run tests or commands, then read the failure and try again. Its high token throughput — xAI reports 100+ tokens/second — is what makes that loop feel interactive, with dozens of tool calls resolving quickly instead of stalling on a slow reasoner. The 256K window keeps large multi-file projects and long histories in a single session, and native function calling plus structured outputs make it a clean fit for editor and CLI agents.

Because it exposes a summarized reasoning trace, tools can surface why the model made a change, which helps developers review and steer long autonomous runs.

When to use it

  • Coding agents: editor and CLI agents that fire many tool calls per task.
  • High-volume, cost-sensitive work: bulk refactors, test generation, and routine edits.
  • Interactive loops: tasks where fast plan-write-test-debug cycles beat peak reasoning.
  • Multi-language repositories: TypeScript, Python, Java, Rust, C++, and Go.

CrossModel exposes Grok Build 0.1 through an OpenAI-compatible /v1/chat/completions API. Current pricing is available in the model catalog.