Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions providers/xai/grok-4.3-latest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
costs:
- cache_read_input_token_cost: 2e-7
input_cost_per_image_token: 1.25e-6
input_cost_per_token: 1.25e-6
output_cost_per_token: 2.5e-6
region: "*"
modalities:
input:
- text
- image
output:
- text
mode: chat
model: grok-4.3-latest
14 changes: 14 additions & 0 deletions providers/xai/grok-4.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
costs:
- cache_read_input_token_cost: 2e-7
input_cost_per_image_token: 1.25e-6
input_cost_per_token: 1.25e-6
output_cost_per_token: 2.5e-6
region: "*"
modalities:
input:
- text
- image
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.

Loading