xAI · model
Grok Build 0.1
Agentic coding, Cheap, Tool use. Called through Final Router's one OpenAI-compatible endpoint at xAI's list price, with no markup on tokens.
xai/grok-build-0.1Note: Prompts over 200k tokens cost $2.00 in and $4.00 out, per 1M.
Call Grok Build 0.1 in one line
Grok Build 0.1 speaks through the same OpenAI-compatible endpoint as every other model. Point your existing client at Final Router, set the model id, and you also get automatic fallback, spend caps and usage tracking - none of which the provider gives you directly.
from openai import OpenAI
client = OpenAI(
api_key="fr_live_...", # your Final Router key
base_url="https://finalrouter.com/api/v1" # the only line you change
)
resp = client.chat.completions.create(
model="xai/grok-build-0.1",
messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)Data & residency
xAI is a United States company and api.x.ai is a single global endpoint with no regional variant to choose. Their published documentation does not name a storage region for API traffic, so this is recorded from where the company and its infrastructure sit rather than from a residency commitment they have made.
Training: not used to train the model. Retention: Requests and responses are kept encrypted for 30 days for auditing and then deleted, and are not used for training; a zero-retention mode exists on their side, set per team on their console rather than per request.
xAI's policy, read 2026-08-30 →Route it, don't pin it
Name Grok Build 0.1 as your first choice and let a policy fall back to another model when the provider is down - your request still gets answered, and the log shows exactly what happened.
Start freeGrok Build 0.1 FAQ
- How much does Grok Build 0.1 cost through Final Router?
- $1 per million input tokens and $2 per million output tokens - the provider's own list price, with no markup on tokens. A 5.5% fee applies only when you add credits.
- What is Grok Build 0.1's context window?
- 256,000 tokens.
- Does Grok Build 0.1 train on my data?
- No. On the endpoint Final Router calls, xAI does not train on your prompts. Data is processed in US.
- How do I call Grok Build 0.1?
- Point any OpenAI-compatible client at https://finalrouter.com/api/v1 with your Final Router key and set model to "xai/grok-build-0.1". Your existing code does not change.
Compare with
All comparisonsAgentic coding · Huge context · Tool use
Cheap · Long context · Tool use
Agentic coding · Long context · Tool use
Fast · Agentic coding · Tool use
grok-build-0-1Latency and quality are seed figures used for routing order, not billing. Prices are what you are charged.