feat(azure-open-ai): update model YAMLs [bot]#1335
Open
models-bot[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
/test-models |
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 12d5d1d. Configure here.
| input: | ||
| - text | ||
| - image | ||
There was a problem hiding this comment.
tool_choice feature param conflict
Medium Severity
This commit adds tool_choice under features while removeParams still lists tool_choice (and parallel_tool_calls). Downstream tooling that trusts features may advertise tool selection even though those request fields are stripped for this model.
Reviewed by Cursor Bugbot for commit 12d5d1d. Configure here.
Collaborator
Gateway test results
|
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 poc-agent for provider
azure-open-ai.Note
Medium Risk
Wide metadata changes affect routing, deprecation warnings, and which API params clients may send; incorrect
reasoning_effortor status could break calls or hide retiring models.Overview
Bulk refresh of Azure Open AI provider model YAMLs to match current Azure retirement schedules, statuses, and API parameter behavior.
Lifecycle and availability: Several models move to retired or deprecated (
aoai-sora-2025-02-28,gpt-4-turbo-2024-04-09,o3-mini-2025-01-31) withisDeprecatedwhere applicable. Deprecation dates are added or shifted across GPT-4.1, GPT-5.x, audio/transcription/TTS, embeddings, Sora, model routers, and related SKUs. Status flips include transcribe models preview → active,gpt-4o-mini-tts-2025-03-20active → preview,gpt-image-1.5-2025-12-16preview → active, andmodel-router-2025-05-19active → preview.Request shaping: Many non-reasoning or legacy chat/audio/video/embedding models now strip
reasoning_effortviaremoveParams. Reasoning-capable models gainreasoning_effortdefaults andsupportedValues(e.g. GPT-5, GPT-5.1/5.2/5.3/5.5, codex, o3, model-router-2025-11-18); GPT-5 Pro defaults to high with only high allowed.supportedModesexpands for several GPT-5 variants (responses); chat SKUs pick up thinking, PDF/image limits, and small feature tweaks (e.g.system_messageson o3/o3-pro).Other metadata: Regional pricing tweaks (
gpt-4odatazone_us), normalized cost literals, added limits/sources, and minor removeParams / feature list edits (codex-minidrops parallel function calling).Reviewed by Cursor Bugbot for commit 12d5d1d. Bugbot is set up for automated code reviews on this repo. Configure here.