feat(azure-open-ai): update model YAMLs [bot]#1749
Conversation
|
/test-models |
Gateway test results
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort 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 b3ac918. Configure here.
| - prompt_caching | ||
| - structured_output | ||
| - json_output | ||
| isDeprecated: true |
There was a problem hiding this comment.
Contradictory deprecation metadata
Medium Severity
isDeprecated: true was added while status remains active and retirementDate is still in the future (2026-10-01). That contradicts lifecycle encoding elsewhere: deprecated models set both isDeprecated and status: deprecated, and peer models with the same retirement date (gpt-4o-mini, gpt-4o, gpt-4o-2024-11-20) stay active without isDeprecated. Consumers that filter on isDeprecated will wrongly exclude a still-active model.
Reviewed by Cursor Bugbot for commit b3ac918. Configure here.


Auto-generated by poc-agent for provider
azure-open-ai.Note
Low Risk
Single-field metadata change in a provider model catalog with no runtime or API logic touched.
Overview
Sets
isDeprecated: trueon the Azure Open AI model definition forgpt-4o-mini-2024-07-18, aligning its catalog metadata with other deprecated entries in this provider. Pricing, limits, features, andstatus: activeare unchanged in this diff; only the deprecation flag is added.Reviewed by Cursor Bugbot for commit b3ac918. Bugbot is set up for automated code reviews on this repo. Configure here.