Skip to content

feat(microsoft-foundry/MAI-Image-2.5-2026-06-02): add new models [bot] - #2748

Open
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-microsoft-foundry-MAI-Image-2.5-2026-06-02-20260903-200415
Open

feat(microsoft-foundry/MAI-Image-2.5-2026-06-02): add new models [bot]#2748
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-microsoft-foundry-MAI-Image-2.5-2026-06-02-20260903-200415

Conversation

@models-bot

@models-bot models-bot Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Auto-generated by model-addition-agent for microsoft-foundry/MAI-Image-2.5-2026-06-02.


Note

Low Risk
Adds a static provider model YAML with no application or runtime logic changes.

Overview
Adds a new Microsoft Foundry provider definition for MAI-Image-2.5-2026-06-02, a preview serverless image-generation model (text + image in, image out).

The YAML sets per-token and per-image-token pricing, a 131K context window, and marks the model as image mode only. It also lists standard chat/completion params to strip (temperature, stream, tools, etc.) so routing matches the MAI Image API surface.

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

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

/test-models

@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 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 5113165. Configure here.

region: "*"
limits:
context_window: 131072
max_output_tokens: 4096

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incorrect MAI-Image context limits

Medium Severity

limits sets context_window to 131072 and max_output_tokens to 4096. Microsoft's MAI-Image-2.5 model card documents a 32K context length, so the catalog advertises a much larger window than the model accepts and can let over-limit prompts through.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5113165. Configure here.

@LordGameleo LordGameleo left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Approving: bot-generated model addition. Required check (Validate YAML files) is green; the gateway-test trigger failure is a CI infra issue, not a model validation failure.

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