[BOT ISSUE] xAI: add missing `grok-build-0.1` model

Open Beginner friendly
#608 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
86/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Quiet
Tech stack
json
Domain
ai, backend

Research direction

Open packages/proxy/schema/model_list.json and inspect the nearby grok-code-fast entries around lines 7251-7288. Add the missing grok-build-0.1 catalog entry using the verified fields and values in the issue, then confirm the JSON remains valid and the model ID is present.

Written by the indexing model from the issue text.

Description

bot-issue

Missing model

The xAI model grok-build-0.1 is not present in packages/proxy/schema/model_list.json.

Model details
Field Value Source
Model ID grok-build-0.1 xAI models page
Format openai Catalog convention for xAI models
Flavor chat Catalog convention
Multimodal true Model detail page — "text, image → text"
Input cost (per 1M tokens) $1.00 xAI models page — pricing table
Cached input cost (per 1M tokens) $0.20 Model detail page
Output cost (per 1M tokens) $2.00 xAI models page — pricing table
Context window 256,000 tokens Model detail page
Reasoning true Model detail page — listed capability
Available providers ["xAI"] xAI models page
Context

grok-build-0.1 is a new xAI model for chat and coding with a 256K context window. Its detail page lists alternative identifiers grok-code-fast-1, grok-code-fast, and grok-code-fast-1-0825 — these older IDs are already in the catalog but are being deprecated per issue #581. grok-build-0.1 is the active replacement with updated pricing ($1.00/$2.00 vs $0.20/$1.50 for the old models).

Fields NOT verified
  • max_output_tokens — not published on either the models overview or model detail page; omitted rather than guessed.
  • displayName — not published by xAI; omitted.
Suggested entry
"grok-build-0.1": {
  "format": "openai",
  "flavor": "chat",
  "multimodal": true,
  "input_cost_per_mil_tokens": 1,
  "output_cost_per_mil_tokens": 2,
  "input_cache_read_cost_per_mil_tokens": 0.2,
  "displayName": "Grok Build 0.1",
  "reasoning": true,
  "max_input_tokens": 256000,
  "available_providers": [
    "xAI"
  ]
}
Verification checklist
  • Cross-source: Model ID confirmed on xAI models overview page (listing + pricing) AND dedicated model detail page (specs, capabilities, regions)
  • Recent commits: Not covered by any recent commit to model_list.json
  • ID format: Follows xAI naming convention used by existing catalog entries (e.g., grok-4.3, grok-4.20-0309-reasoning)
  • Existing issues: No existing issue covers grok-build-0.1 (issue #581 covers deprecating the old grok-code-fast-* family but not adding the replacement)
Local files inspected
  • packages/proxy/schema/model_list.json — grep for grok-build returns no matches
  • Existing related entries: grok-code-fast-1 (line ~7251), grok-code-fast-1-0825 (line ~7264), grok-code-fast (line ~7288) — all being deprecated per #581
Source URLs
{
  "kind": "missing_model",
  "provider": "xAI",
  "models": ["grok-build-0.1"],
  "status": "active",
  "model_specs": {
    "grok-build-0.1": {
      "format": "openai",
      "flavor": "chat",
      "multimodal": true,
      "input_cost_per_mil_tokens": 1,
      "output_cost_per_mil_tokens": 2,
      "input_cache_read_cost_per_mil_tokens": 0.2,
      "displayName": "Grok Build 0.1",
      "reasoning": true,
      "max_input_tokens": 256000,
      "available_providers": ["xAI"]
    }
  },
  "source_urls": [
    "https://docs.x.ai/developers/models",
    "https://docs.x.ai/developers/models/grok-build-0.1"
  ]
}
Dominant language
TypeScript
Stars
410
Forks
65
Avg merge
18h 29m
Merged PRs (30d)
51

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from braintrustdata/braintrust-proxy

All issues in braintrustdata/braintrust-proxy

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.