[BOT ISSUE] xAI: add missing `grok-build-0.1` model
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 86/100
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
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 oldgrok-code-fast-*family but not adding the replacement)
Local files inspected
packages/proxy/schema/model_list.json— grep forgrok-buildreturns 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from braintrustdata/braintrust-proxy
-
bot-issue
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
braintrustdata/braintrust-proxy#1271 · 1 comment ·
-
autofix-blocked
Difficulty 1/5 1-3 hours Newbie friendliness 90/100
braintrustdata/braintrust-proxy#1269 · 1 comment ·
-
autofix-blocked bot-issue
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
braintrustdata/braintrust-proxy#1257 · 1 comment ·
-
autofix-blocked bot-issue
Difficulty 1/5 Under an hour Newbie friendliness 88/100
braintrustdata/braintrust-proxy#1238 · 1 comment ·
-
autofix-blocked bot-issue
Difficulty 1/5 Under an hour Newbie friendliness 88/100
braintrustdata/braintrust-proxy#1233 · 1 comment ·
All issues in braintrustdata/braintrust-proxy
Similar issues
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 91/100
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Difficulty 1/5 Under an hour Newbie friendliness 95/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100