Skip to content

feat(azure-open-ai/gpt-5.6-luna-2026-07-09): add new models [bot]#1723

Open
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-azure-open-ai-gpt-5.6-luna-2026-07-09-20260710-000616
Open

feat(azure-open-ai/gpt-5.6-luna-2026-07-09): add new models [bot]#1723
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-azure-open-ai-gpt-5.6-luna-2026-07-09-20260710-000616

Conversation

@models-bot

@models-bot models-bot Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Auto-generated by model-addition-agent for azure-open-ai/gpt-5.6-luna-2026-07-09.


Note

Low Risk
Metadata-only addition with no runtime or auth changes; main gap is missing cost data until Azure publishes pricing.

Overview
Registers gpt-5.6-luna-2026-07-09 in the Azure Open AI provider via a new catalog YAML (providers/azure-open-ai/gpt-5.6-luna-2026-07-09.yaml), auto-generated by the model-addition agent.

The entry marks the model active with serverless provisioning, chat mode, thinking enabled, text/image input, and standard tool/structured-output features. Token limits are set to a ~1.05M context window (922k input / 128k output), with configurable reasoning_effort (default medium, including none through xhigh). Retirement is set to 2027-07-09.

Pricing/costs are intentionally omitted with a note that Azure authoritative pricing is not published yet for this model.

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

@github-actions

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

retirementDate: "2027-07-09"
status: active
supportedModes:
- chat

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 responses supported mode

Medium Severity

supportedModes lists only chat, while the OpenAI gpt-5.6-luna entry and nearby Azure GPT‑5.x configs (e.g. gpt-5.5-2026-04-24) also include responses. Consumers that gate the Responses API on supportedModes may treat this model as chat-only incorrectly.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c15baea. Configure here.

- medium
- high
- xhigh
type: string

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

max_tokens cap contradicts limits

Medium Severity

limits sets max_tokens and max_output_tokens to 128000, but params does not override max_tokens. Azure default.yaml still caps max_tokens at 4096, so merged config can advertise a 128k output window while validating requests against 4096.

Fix in Cursor Fix in Web

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