Skip to content

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

@github-actions

Description

@github-actions

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

Local files inspected

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"
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions