feat(azure-openai): add new models [bot]#360
Closed
hganwani-droid wants to merge 1 commit intomainfrom
Closed
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.
| model: computer-use-preview-2025-04-15 | ||
| supportedModes: | ||
| - chat | ||
| - completion |
There was a problem hiding this comment.
Computer-use model incorrectly lists completion as supported mode
Low Severity
The computer-use-preview-2025-04-15 model lists completion in its supportedModes, but computer-use models fundamentally require the chat completions API (for tool definitions, system messages, structured tool-calling). Both the openai and google-gemini providers define their computer-use models as mode: chat only. Listing completion here is almost certainly incorrect data and could cause callers to attempt using the legacy completions endpoint with this model.
LordGameleo
approved these changes
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Auto-generated by model-addition-agent for provider
azure-openai.Note
Low Risk
Config-only change that adds many new Azure OpenAI model entries; main risk is incorrect
mode/supportedModesmetadata causing model selection or capability gating issues at runtime.Overview
Adds a large set of new
providers/azure-openai/*.yamlmodel definition files, expanding the catalog to include legacy completion/embedding models and newer GPT/o*/Sora/realtime/audio/image variants.Each new entry defines the
modelname and declaredmode(with some specifyingsupportedModes, and many markedunknownpending explicit capability mapping).Written by Cursor Bugbot for commit 24852c6. This will update automatically on new commits. Configure here.