Skip to content

fix: add xAI models grok-4.20-multi-agent-0309#668

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
chore/autofix-issue-666
Open

fix: add xAI models grok-4.20-multi-agent-0309#668
github-actions[bot] wants to merge 1 commit into
mainfrom
chore/autofix-issue-666

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

fix: add xAI models grok-4.20-multi-agent-0309

Closes #666

Source issue: #666

Summary

Field Value
Provider xai
Primary model grok-4.20-multi-agent-0309
Changed models grok-4.20-multi-agent-0309
Added models grok-4.20-multi-agent-0309
Updated models None
Verification sources 1
2

Verified metadata

Model Display name Parent Providers Format Flavor Token limits Pricing Lifecycle
grok-4.20-multi-agent-0309 xAI openai chat input=1000000, output=not provided in/out=1.25/2.5 per 1M; cache read=0.2 per 1M multimodal=true; reasoning=true

Verification notes

No LLM verification step ran — model metadata was already complete in the issue.

sync_models vs proposed update

sync_models cross-check found differences. Official provider verification was used for the applied values, and sync_models discrepancies are listed below for review.

Model Field Proposed update sync_models sync_models source models
grok-4.20-multi-agent-0309 catalog entry present missing None

@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

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

Project Deployment Actions Updated (UTC)
ai-proxy Ready Ready Preview, Comment May 28, 2026 11:18am

Request Review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 11e22a5b02

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "Codex (@codex) review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "Codex (@codex) address that feedback".

Comment on lines +7326 to +7327
"format": "openai",
"flavor": "chat",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Route multi-agent through Responses API

For this model, flavor: "chat" makes the proxy's /auto path select /chat/completions (see packages/proxy/src/proxy.ts switch on modelSpec.flavor), and normal chat-completion calls are forwarded to xAI's /chat/completions. xAI's current multi-agent docs state that grok-4.20-multi-agent does not work with the OpenAI Chat Completions API and must use the xAI SDK or Responses API instead, so users who pick the newly added model through the standard chat route will get provider errors rather than a working model.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BOT ISSUE] xAI: add missing grok-4.20-multi-agent-0309 primary model ID

1 participant