All models
Grok

Grok Build 0.1

x-ai/grok-build-0.1

Grok Build 0.1 is xAI's fast coding model, trained for agentic software engineering — optimized for interactive coding agents, tool use, and multi-step development tasks.

Pricing

Input$1.00per 1M tokens
Output$2.00per 1M tokens
Cached input$0.2per 1M tokens read from cache

Specifications

Context window256Ktokens
Max output16Ktokens
ProviderGrok
CapabilitiesVision · Function calling
Input typestext, image

Use Grok Build 0.1

Point your existing OpenAI SDK at xKiro and pass x-ai/grok-build-0.1 as the model. Nothing else in your code changes.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.xkiro.com/v1",
    api_key="YOUR_XKIRO_KEY",
)

response = client.chat.completions.create(
    model="x-ai/grok-build-0.1",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

max_tokens · temperature · top_p · stop · frequency_penalty · presence_penalty · seed · stream · tools · tool_choice

Related models

Call Grok Build 0.1 through the same endpoints you already use.

Get an API key