feat(xai): add new models [bot]#909
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes 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 8d94a2d. Configure here.
| output: | ||
| - text | ||
| mode: chat | ||
| model: grok-4.3 |
There was a problem hiding this comment.
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)
Reviewed by Cursor Bugbot for commit 8d94a2d. Configure here.


Auto-generated by model-addition-agent for provider
xai.Note
Low Risk
Adds two new
xaimodel 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
xaiprovider model definitions,grok-4.3andgrok-4.3-latest, including token/image pricing, cache read token cost, supported text+image input with text output, andchatmode.Reviewed by Cursor Bugbot for commit 8d94a2d. Bugbot is set up for automated code reviews on this repo. Configure here.