feat(xai): update model YAMLs [bot]#1753
Conversation
|
/test-models |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ 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 |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 50c9e81. Configure here.
Gateway test results
Successes (8)
Output
Output
Output
Output
Output
Output
Output
OutputSkipped (1)
Skip reason |


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-betanow declaresstatus: active, aligning it with other current xAI model YAMLs.grok-3-mini-fast-highaddsisDeprecated: 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.