Skip to content

Add support for Grok 4.3 model selection#603

Open
ngoiyaeric wants to merge 1 commit into
mainfrom
feat/add-grok-4-3-support-17538991638682265224
Open

Add support for Grok 4.3 model selection#603
ngoiyaeric wants to merge 1 commit into
mainfrom
feat/add-grok-4-3-support-17538991638682265224

Conversation

@ngoiyaeric
Copy link
Copy Markdown
Collaborator

This PR adds support for the newly released Grok 4.3 model from xAI. Both Grok 4.2 and Grok 4.3 are now available in the settings and can be toggled by the user.

Key changes:

  • UI: Added "Grok 4.3" option to ModelSelectionForm with a "New" badge.
  • Backend: Updated getModel in lib/utils/index.ts to map "Grok 4.3" selection to the grok-latest model ID.
  • Logic: Preserved "Grok 4.2" support using grok-4-fast-non-reasoning.

Fixes: #581


PR created automatically by Jules for task 17538991638682265224 started by @ngoiyaeric

- Added Grok 4.3 to the model selection form in settings.
- Updated `getModel` utility to handle Grok 4.3 selection, mapping it to `grok-latest`.
- Updated Grok 4.2 badge to "Stable" and Grok 4.3 to "New".
- Maintained support for both Grok 4.2 and Grok 4.3 based on user toggle.

Co-authored-by: ngoiyaeric <115367894+ngoiyaeric@users.noreply.github.com>
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
qcx Ready Ready Preview, Comment May 12, 2026 7:17am

@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@qodo-code-review
Copy link
Copy Markdown
Contributor

ⓘ You've reached your Qodo monthly free-tier limit. Reviews pause until next month — upgrade your plan to continue now, or link your paid account if you already have one.

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 12, 2026

Warning

Rate limit exceeded

@ngoiyaeric has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 3 minutes and 1 second before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 027128f1-9533-4670-928a-85f08826be6b

📥 Commits

Reviewing files that changed from the base of the PR and between d0efce4 and 6ebe0f1.

📒 Files selected for processing (2)
  • components/settings/components/model-selection-form.tsx
  • lib/utils/index.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/add-grok-4-3-support-17538991638682265224

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

Update XAI model

2 participants