chore: sync new models - #1273
github-actions[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e423406820
ℹ️ 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".
| }, | ||
| "grok-voice-transcribe-1.0": { | ||
| "format": "openai", | ||
| "flavor": "chat", |
There was a problem hiding this comment.
Exclude transcription-only models from the chat catalog
When either new grok-voice-transcribe-* ID is selected through /auto, this chat flavor makes packages/proxy/src/proxy.ts route it to /chat/completions, although the repository's NON_CHAT_MODEL_PATTERN explicitly classifies -transcribe models as unsuitable for chat probing and this proxy has no audio-transcription route. Both entries will therefore advertise an xAI model that cannot be invoked through the supported path; remove them until the corresponding transcription routing is implemented in the parent gateway.
AGENTS.md reference: AGENTS.md:L6-L8
Useful? React with 👍 / 👎.
e423406 to
d03720c
Compare
d03720c to
9f8a569
Compare
Automated sync of model metadata and newly available models from the approved provider allowlist.