Skip to content

feat(xai): add new models [bot]#909

Open
harshiv-26 wants to merge 1 commit intomainfrom
bot/add-xai-20260502-000630
Open

feat(xai): add new models [bot]#909
harshiv-26 wants to merge 1 commit intomainfrom
bot/add-xai-20260502-000630

Conversation

@harshiv-26
Copy link
Copy Markdown
Collaborator

@harshiv-26 harshiv-26 commented May 2, 2026

Auto-generated by model-addition-agent for provider xai.


Note

Low Risk
Adds two new xai model config YAMLs with pricing and modality metadata; no runtime logic changes, so risk is limited to potential misconfiguration of costs/model IDs.

Overview
Adds two new xai provider model definitions, grok-4.3 and grok-4.3-latest, including token/image pricing, cache read token cost, supported text+image input with text output, and chat mode.

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

Copy link
Copy Markdown

@cursor cursor Bot left a comment

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 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 8d94a2d. Configure here.

output:
- text
mode: chat
model: grok-4.3
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

New model configs missing critical fields present in siblings

High Severity

Both grok-4.3.yaml and grok-4.3-latest.yaml are missing several fields that every other grok-4 family model defines: features (e.g. function_calling, structured_output, prompt_caching), limits.context_window (should be 1000000 per xAI docs), thinking: true, removeParams: [reasoning_effort], provisioning, status, and supportedModes. Without these, the model won't advertise function calling or structured output support, won't report its context window, and won't be flagged as a reasoning model — all of which are confirmed capabilities of grok-4.3.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 8d94a2d. Configure here.

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