Skip to content

feat(xai): update model YAMLs [bot]#1753

Open
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/update-xai-20260713-022426
Open

feat(xai): update model YAMLs [bot]#1753
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/update-xai-20260713-022426

Conversation

@models-bot

@models-bot models-bot Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Auto-generated by poc-agent for provider xai.


Note

Low Risk
Metadata-only provider YAML updates with no runtime code or cost/parameter changes.

Overview
Updates xAI provider catalog metadata for two Grok 3 Mini Fast “high reasoning” entries.

grok-3-mini-fast-high-beta now declares status: active, aligning it with other current xAI model YAMLs. grok-3-mini-fast-high adds isDeprecated: true, signaling clients and routing to favor the beta (or other) variant over the non-beta high model.

No pricing, limits, params, or feature flags change in the diff—only lifecycle/availability fields.

Reviewed by Cursor Bugbot for commit 50c9e81. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions

Copy link
Copy Markdown
Contributor

/test-models

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 50c9e81. Configure here.

features:
- function_calling
- structured_output
isDeprecated: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deprecated flag conflicts active status

Medium Severity

This commit sets isDeprecated to true on grok-3-mini-fast-high while status remains active. Elsewhere in xAI configs, deprecated models use status of deprecated or retired together with isDeprecated, so lifecycle metadata can disagree across consumers.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 50c9e81. Configure here.

@harshiv-26

Copy link
Copy Markdown
Collaborator

Gateway test results

  • Total: 9
  • Passed: 8
  • Failed: 0
  • Validation failed: 0
  • Errored: 0
  • Skipped: 1
  • Success rate: 100.0%
Provider Model Scenarios
xai grok-3-mini-fast-high skipped: skip-check
xai grok-3-mini-fast-high-beta success: params, params:stream, tool-call, tool-call:stream, structured-output:stream, structured-output, reasoning:stream, reasoning
Successes (8)

xai/grok-3-mini-fast-high-beta — params (success)

Output
The capital of France is Paris.

xai/grok-3-mini-fast-high-beta — params:stream (success)

Output
The capital of France is Paris.

xai/grok-3-mini-fast-high-beta — tool-call (success)

Output
Function: get_weather
Arguments: {"location":"London"}
VALIDATION: tool-call SUCCESS

xai/grok-3-mini-fast-high-beta — tool-call:stream (success)

Output
{"location":"London"}
VALIDATION: tool-call stream SUCCESS

xai/grok-3-mini-fast-high-beta — structured-output:stream (success)

Output
{
  "name": "science fair",
  "date": "Friday",
  "participants": ["Alice", "Bob"]
}
VALIDATION: structured-output stream SUCCESS

xai/grok-3-mini-fast-high-beta — structured-output (success)

Output
{
"name": "science fair",
"date": "Friday",
"participants": ["Alice", "Bob"]
}
VALIDATION: structured-output SUCCESS

xai/grok-3-mini-fast-high-beta — reasoning:stream (success)

Output
**Step-by-step reasoning for evaluating 3^3^3^3:**

1. **Operator precedence and associativity**: Exponentiation is evaluated right-to-left (right-ass
... (truncated, 763 chars omitted)

xai/grok-3-mini-fast-high-beta — reasoning (success)

Output
The expression `3^3^3^3` consists of four 3's combined by exponentiation. In standard mathematical notation (and in virtually all programming language
... (truncated, 1420 chars omitted)
Skipped (1)

xai/grok-3-mini-fast-high — skip-check (skipped)

Skip reason
deprecated or retired model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant