AICredits logo
x-aivision

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...

Supported APIs

Chat APIVision
Context
256K
Max output
Input / 1M
₹99.88
Cached / 1M
₹19.98
Output / 1M
₹199.75

Pricing

Token typeUSD / 1MINR / 1M
Input$1.00₹99.88
Cached inputprompt cache read$0.20019.98
Output$2.00₹199.75

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call SpaceXAI: Grok Build 0.1 through the supported APIs shown above — just set the base URL and your AICredits key.

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

New here? Follow the quickstart guide or browse all models.