TokenRoute
Get started
Back to models

SpaceXAI: Grok Build 0.1

x-ai/grok-build-0.1

Grok Build 0.1 is SpaceXAI’s fast coding model trained specifically for agentic software engineering workflows. It supports text and image inputs with text output, and is optimized for interactive coding...

Pricing

Input$0.7000 /M
Output$1.40 /M
Cache read$0.1400 /M
Web search$0.0035 /req

Specs

Context length256K tokens
Max output230.4K tokens
Inputtext, image, file
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "x-ai/grok-build-0.1",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

include_reasoning
logprobs
max_tokens
reasoning
response_format
seed
structured_outputs
temperature
tool_choice
tools
top_logprobs
top_p