feat(azure-open-ai): update model YAMLs [bot]#1735
Conversation
|
/test-models |
Gateway test results
|
|
/test-models |
|
/test-models |
Gateway test results
|
|
/test-models |
Gateway test results
|
|
/test-models |
|
/test-models |
|
/test-models |
Gateway test results
|
Gateway test results
|
|
/test-models |
Gateway test results
|
|
/test-models |
Gateway test results
|
|
/test-models |
Gateway test results
|
Gateway test results
|
|
/test-models |
Gateway test results
|
|
/test-models |
Gateway test results
|
1 similar comment
Gateway test results
|
|
/test-models |
|
/test-models |
Gateway test results
|
1 similar comment
Gateway test results
|
|
/test-models |
Gateway test results
|
| - defaultValue: medium | ||
| key: reasoning_effort | ||
| supportedValues: | ||
| - none |
There was a problem hiding this comment.
Invalid codex-max reasoning value
Medium Severity
none was added to reasoning_effort.supportedValues for gpt-5.1-codex-max-2025-12-04. Codex-max previously allowed only low, medium, high, and xhigh. Offering none can surface an unsupported value and cause provider API failures.
Reviewed by Cursor Bugbot for commit 2e941f4. Configure here.
|
/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.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3fe10da. Configure here.
|
/test-models |
|
/test-models |
Gateway test results
|


Auto-generated by poc-agent for provider
azure-open-ai.Note
Medium Risk
Retiring multiple chat models and changing costs, regional pricing, and token limits can affect routing, billing estimates, and validation for existing integrations.
Overview
Bulk refresh of azure-open-ai model YAMLs: pricing entries are normalized to scientific notation (same numeric values), and datazone US/EU cost blocks with tiered pricing are added for gpt-5.4 and gpt-5.5.
Several gpt-5.x chat SKUs move from preview to retired with
isDeprecated: true(e.g. gpt-5-chat, gpt-5.1-chat, gpt-5.2/5.3-chat variants). Retirement dates shift for model-router (2025-05-19 / 08-07) and gpt-audio-mini.Parameter metadata is tightened:
reasoning_effortis added or constrained on models like gpt-5-nano, o3, and codex variants; it is stripped from model-router-2025-11-18 and added toremoveParamson audio/transcribe models. gpt-5.1-2025-11-13 drops theresponse_formatparam entry. text-embedding-ada-002max_input_tokenschanges from 8192 to 8191.Reviewed by Cursor Bugbot for commit 83ecb6a. Bugbot is set up for automated code reviews on this repo. Configure here.