Skip to content

feat(microsoft-foundry): update model YAMLs [bot] - #2942

Open
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/update-microsoft-foundry-20260919-020657
Open

models-bot[bot] wants to merge 1 commit into
mainfrom
bot/update-microsoft-foundry-20260919-020657

Conversation

@models-bot

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

Copy link
Copy Markdown
Contributor

Auto-generated by poc-agent for provider microsoft-foundry.


Note

Low Risk
Catalog-only YAML changes; the DeepSeek limit reduction may affect routing or UX that assumed 384k outputs, but there is no application logic change.

Overview
Updates microsoft-foundry model catalog metadata for two models.

DeepSeek-V4-Pro lowers max_output_tokens and max_tokens from 384000 to 128000, so advertised completion limits match the provider’s current cap.

gpt-5.1-codex-max adds datazone_us and datazone_eu cost rows (input, output, and cache-read pricing) ahead of the existing region: "*" entry, consistent with other Foundry models’ regional pricing.

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

@github-actions

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 456836c. Configure here.

max_output_tokens: 384000
max_tokens: 384000
max_output_tokens: 128000
max_tokens: 128000

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 max_tokens override

Medium Severity

This fuller DeepSeek-V4-Pro entry sets limits.max_output_tokens to 128000, above the inherited microsoft-foundry default.yaml max_tokens cap of 4096, without a params override for max_tokens.maxValue. Callers inherit that 4096 cap and cannot use the model's 128k output window.

Fix in Cursor Fix in Web

Triggered by learned rule: Override max_tokens maxValue to match limits

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

0 participants