Skip to content

feat(azure-openai): add new models [bot]#360

Closed
hganwani-droid wants to merge 1 commit intomainfrom
bot/add-azure-openai-20260319-083114
Closed

feat(azure-openai): add new models [bot]#360
hganwani-droid wants to merge 1 commit intomainfrom
bot/add-azure-openai-20260319-083114

Conversation

@hganwani-droid
Copy link
Collaborator

@hganwani-droid hganwani-droid commented Mar 19, 2026

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/supportedModes metadata causing model selection or capability gating issues at runtime.

Overview
Adds a large set of new providers/azure-openai/*.yaml model 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 model name and declared mode (with some specifying supportedModes, and many marked unknown pending explicit capability mapping).

Written by Cursor Bugbot for commit 24852c6. This will update automatically on new commits. Configure here.

Copy link

@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.

model: computer-use-preview-2025-04-15
supportedModes:
- chat
- completion
Copy link

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

@hganwani-droid hganwani-droid deleted the bot/add-azure-openai-20260319-083114 branch March 19, 2026 09:46
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.

2 participants