feat(azure-open-ai/gpt-realtime-whisper-2026-05-06): add new models [bot]#1176
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3976e65. Configure here.
| @@ -0,0 +1,2 @@ | |||
| mode: unknown | |||
| model: gpt-realtime-whisper-2026-05-06 | |||
There was a problem hiding this comment.
Realtime model incorrectly uses mode: unknown
Low Severity
The mode is set to unknown, but every other gpt-realtime-* model in the azure-open-ai provider uses mode: realtime. Within this provider, mode: unknown is only used for deprecated models (e.g., dall-e-2, o1-pro) that carry isDeprecated: true. This new model is not deprecated, so unknown breaks the established convention and will cause incorrect mode classification for any downstream consumer that reads these YAML files directly.
Reviewed by Cursor Bugbot for commit 3976e65. Configure here.


Auto-generated by model-addition-agent for
azure-open-ai/gpt-realtime-whisper-2026-05-06.Note
Low Risk
Catalog-only addition with no runtime or auth changes; stub metadata may need follow-up before the model is fully usable.
Overview
Adds a new Azure Open AI provider entry for
gpt-realtime-whisper-2026-05-06viaproviders/azure-open-ai/gpt-realtime-whisper-2026-05-06.yaml.The file is a minimal auto-generated stub (
mode: unknownplus the model id), matching the pattern used when the model-addition agent first registers a model before fuller metadata (e.g.mode: realtime, pricing, modalities) is filled in later.Reviewed by Cursor Bugbot for commit 3976e65. Bugbot is set up for automated code reviews on this repo. Configure here.