Skip to content

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

Open
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/update-azure-open-ai-20260807-021208
Open

feat(azure-open-ai): update model YAMLs [bot]#2079
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/update-azure-open-ai-20260807-021208

Conversation

@models-bot

@models-bot models-bot Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

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


Note

Medium Risk
Incorrect token costs or limits in these YAMLs would skew billing/quoting and client-side validation for production model routes.

Overview
Auto-generated refresh of Azure OpenAI model metadata for four YAML definitions.

gpt-5.6-luna and gpt-5.6-terra get lower per-token and tiered prices (roughly ~80% down on luna, ~20% on terra) across datazone_us, datazone_eu, and *. Luna and terra also raise max_input_tokens from 922,000 to 1,050,000 (full context window).

gpt-5.6-luna, gpt-5.6-sol, and gpt-5.6-terra add PDF under input modalities. gpt-5.6-luna and gpt-5.6-sol extend retirementDate from 2027-07-09 to 2028-01-11.

gpt-chat-latest-2026-06-24 gains an explicit modalities section (text in / text out); limits and other fields are unchanged in this diff.

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

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

/test-models

@harshiv-26

Copy link
Copy Markdown
Collaborator

Gateway test results

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

@cursor cursor Bot left a comment

Copy link
Copy Markdown

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 using default effort and found 3 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 ff07bc7. Configure here.

input:
- text
output:
- text

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incomplete chat-latest modalities

Medium Severity

The new modalities.input list only includes text, but gpt-chat-latest is documented as multimodal with image input, and the prior Azure snapshot also lists image and pdf. Recording text-only support can incorrectly block multimodal usage that depends on this metadata.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ff07bc7. Configure here.

input:
- text
- image
- pdf

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Stale terra retirement date

Medium Severity

retirementDate for gpt-5.6-terra-2026-07-09 remains 2027-07-09, while the same-version luna and sol models in this PR were updated to 2028-01-11. Before this change all three shared the earlier date, so terra is now inconsistently marked as retiring much sooner.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ff07bc7. Configure here.

input:
- text
- image
- pdf

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Inconsistent sol input limit

Medium Severity

max_input_tokens for gpt-5.6-sol stayed at 922000, while this PR raised luna and terra from 922000 to 1050000 to match their shared context_window. Sol now uniquely under-reports the allowable input size for the same 1.05M context family.

Additional Locations (2)
Fix in Cursor Fix in Web

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