feat(azure-open-ai): update model YAMLs [bot]#887
Conversation
|
/test-models |
Gateway test results
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7bb12e3. Configure here.
| region: datazone_us | ||
| - input_cost_per_token: 1.4e-7 | ||
| output_cost_per_token: 0 | ||
| region: datazone_eu |
There was a problem hiding this comment.
Missing wildcard region in model-router costs
Low Severity
The newly added costs section for model-router.yaml uses three separate region-specific entries (global, datazone_us, datazone_eu) all with identical pricing, instead of a single * wildcard. Both dated versions (model-router-2025-05-19.yaml and model-router-2025-11-18.yaml) use region: "*" for the same price. Deployments in regions not matching these three specific strings would have no cost data, unlike the dated versions which cover all regions via the wildcard.
Reviewed by Cursor Bugbot for commit 7bb12e3. Configure here.
| modalities: | ||
| input: | ||
| - text | ||
| - image |
There was a problem hiding this comment.
Alias missing output cost and text modality
Medium Severity
The alias gpt-image-1.5.yaml is missing output_cost_per_token: 0.00001 and text in output modalities, both of which are present in the dated version gpt-image-1.5-2025-12-16.yaml. Since the alias resolves to the dated version, these configurations are expected to match. The missing output_cost_per_token means text output tokens from this model won't be costed correctly through the alias.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 7bb12e3. Configure here.


Auto-generated by poc-agent for provider
azure-open-ai.Note
Cursor Bugbot is generating a summary for commit 7bb12e3. Configure here.