add openai voice models - #1268
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
| "gpt-realtime-2.1": { | ||
| "format": "openai", | ||
| "flavor": "realtime", | ||
| "displayName": "GPT Realtime 2.1", |
There was a problem hiding this comment.
are we able to handle pricing for these yet?
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2510607c4a
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "Codex (@codex) address that feedback".
| "gpt-realtime-2.1": ["openai"], | ||
| "gpt-live-1": ["openai"], |
There was a problem hiding this comment.
Move provider routing to the active gateway
These AvailableEndpointTypes entries are routing changes in the deprecated proxy, while the repository instructions reserve routing and provider translation for the parent gateway/ and permit only catalog changes here. Shipping this mapping changes the legacy package without updating the active gateway; keep the catalog metadata here and implement the provider routing in gateway/.
AGENTS.md reference: AGENTS.md:L6-L15
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
gateway only
| "gpt-live-1": { | ||
| "format": "openai", | ||
| "flavor": "live", | ||
| "displayName": "GPT Live 1", | ||
| "available_providers": [ |
There was a problem hiding this comment.
Implement live-session support before advertising gpt-live-1
When a client selects gpt-live-1, this entry reports OpenAI as available even though packages/proxy/scripts/sync_models.ts:204-207 still explicitly classifies that exact model as not invocable through supported proxy endpoints. A repository-wide search also finds no /live/sessions handler or runtime handling for the new live flavor, so catalog-driven clients can select a model that cannot complete a session; remove the entry until the corresponding endpoint is implemented in the active gateway.
AGENTS.md reference: AGENTS.md:L6-L15
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
gateway only

This PR adds openai voice models