Skip to content

feat(azure-open-ai): update model YAMLs [bot]#887

Open
harshiv-26 wants to merge 1 commit intomainfrom
bot/update-azure-open-ai-20260429-084654
Open

feat(azure-open-ai): update model YAMLs [bot]#887
harshiv-26 wants to merge 1 commit intomainfrom
bot/update-azure-open-ai-20260429-084654

Conversation

@harshiv-26
Copy link
Copy Markdown
Collaborator

@harshiv-26 harshiv-26 commented Apr 29, 2026

Auto-generated by poc-agent for provider azure-open-ai.


Note

Cursor Bugbot is generating a summary for commit 7bb12e3. Configure here.

@github-actions
Copy link
Copy Markdown
Contributor

/test-models

@harshiv-26
Copy link
Copy Markdown
Collaborator Author

Gateway test results

  • Total: 0
  • Passed: 0
  • Failed: 0
  • Validation failed: 0
  • Errored: 0
  • Skipped: 0
  • Success rate: 0.0%
Provider Model Scenarios

Copy link
Copy Markdown

@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 2 potential issues.

Fix All in Cursor

❌ 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
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7bb12e3. Configure here.

modalities:
input:
- text
- image
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7bb12e3. Configure here.

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.

1 participant