Skip to content

feat(openai): add new models [bot]#1025

Open
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/add-openai-20260514-000514
Open

feat(openai): add new models [bot]#1025
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/add-openai-20260514-000514

Conversation

@models-bot
Copy link
Copy Markdown
Contributor

@models-bot models-bot Bot commented May 14, 2026

Auto-generated by model-addition-agent for provider openai.


Note

Low Risk
Low risk: only adds new provider config files with no changes to runtime logic or data handling.

Overview
Adds new OpenAI provider model entries for gpt-realtime-2, gpt-realtime-translate, and gpt-realtime-whisper via YAML definitions (each specifying model and mode: unknown).

Reviewed by Cursor Bugbot for commit 8ee226b. Bugbot is set up for automated code reviews on this repo. Configure here.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 8ee226b. Configure here.

@@ -0,0 +1,2 @@
mode: unknown
model: gpt-realtime-2
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Realtime models incorrectly set to mode unknown

Medium Severity

All seven existing gpt-realtime-* models in the repository (including deprecated ones like gpt-realtime-mini-2025-10-06) consistently use mode: realtime. These three new realtime model entries use mode: unknown instead, which is inconsistent and will cause them to be miscategorized by any downstream system that filters or routes by mode.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 8ee226b. Configure here.

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.

0 participants