feat(models): add grok-4.3#4472
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview Marks Reviewed by Cursor Bugbot for commit 3ab7ed1. Configure here. |
Greptile SummaryThis PR adds
Confidence Score: 5/5Safe to merge — the change is a single model entry addition to the registry with verified pricing, context window, and capabilities matching official xAI documentation. The change adds one model object to the xAI provider array. All values (model ID, pricing, context window, release date, nativeStructuredOutputs) were confirmed against official xAI and third-party documentation. Reasoning effort is correctly omitted since the model does not support the parameter. No logic, schema, or behavioral contracts are affected. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[xAI Provider] --> B[grok-4.3 NEW]
A --> C[grok-4-latest]
A --> D[grok-4-0709]
A --> E[grok-4.20 family]
A --> F[grok-3 family]
B --> B1["$1.25 input / $0.20 cached / $2.50 output"]
B --> B2[1M context window]
B --> B3[nativeStructuredOutputs ✓]
B --> B4[recommended ✓]
B --> B5[Reasoning: always active, not configurable]
C --> C1["$3.00 input / $0.75 cached / $15.00 output"]
C --> C2[256K context window]
C --> C3[defaultModel]
Reviews (2): Last reviewed commit: "feat(models): add grok-4.3" | Re-trigger Greptile |
152958d to
3ab7ed1
Compare
|
@greptile |
|
@cursor review |
3ab7ed1 to
f51d1ee
Compare
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 3ab7ed1. Configure here.
Summary
Type of Change
Testing
Tested manually
Checklist