Skip to content

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

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

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

Conversation

@harshiv-26
Copy link
Copy Markdown
Collaborator

@harshiv-26 harshiv-26 commented May 2, 2026

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


Note

Medium Risk
Changes provider model YAML configs that affect advertised token limits and per-region pricing; misconfiguration could impact routing, cost estimation, or request validation.

Overview
Adds a new Azure OpenAI model definition for gpt-5-mini-2025-08-07-lite, including per-region costs, supported features/modalities, token limits, and exposed params (e.g., max_tokens, reasoning_effort, verbosity), marked active with thinking: true.

Updates gpt-5.4-mini-2026-03-17 limits by raising max_input_tokens from 272k to 1,050,000 and dropping the explicit context_window entry.

Reviewed by Cursor Bugbot for commit bb7a1a9. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 2, 2026

/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 1 potential issue.

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 bb7a1a9. Configure here.

- json_output
limits:
context_window: 400000
max_input_tokens: 272000
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Removed context_window instead of updating it

Medium Severity

The context_window field was removed from gpt-5.4-mini-2026-03-17.yaml rather than being updated. All sibling models in the 5.4 family (gpt-5.4-2026-03-05.yaml, gpt-5.4-pro-2026-03-05.yaml) define context_window alongside max_input_tokens, and the new gpt-5-mini-2025-08-07-lite.yaml also includes it. When max_input_tokens was changed to 1050000, context_window likely needed to be updated (e.g., to 1050000) rather than deleted. Any consumer relying on context_window will now get no value for this model.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit bb7a1a9. 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