Skip to content

feat(microsoft-foundry/gpt-6-astra-2026-09-03): add new models [bot] - #2797

Open
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-microsoft-foundry-gpt-6-astra-2026-09-03-20260905-000632
Open

feat(microsoft-foundry/gpt-6-astra-2026-09-03): add new models [bot]#2797
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-microsoft-foundry-gpt-6-astra-2026-09-03-20260905-000632

Conversation

@models-bot

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

Copy link
Copy Markdown
Contributor

Auto-generated by model-addition-agent for microsoft-foundry/gpt-6-astra-2026-09-03.


Note

Low Risk
Metadata-only addition of a model YAML; no runtime or security logic changes.

Overview
Adds a new Microsoft Foundry provider definition for gpt-6-astra-2026-09-03, registering the generally available GPT-6 Astra model for routing, pricing, and capability metadata.

The entry marks the model active and serverless, with chat and responses modes, thinking enabled, and text/image input. It documents tool use (function calling, structured output, prompt caching), a ~1.05M context window, and tiered cumulative token pricing for global and datazone_us (including cache read/write tiers above 272k tokens). Request shaping exposes reasoning_effort (default medium, through max) and verbosity, and explicitly removes temperature and top_p from supported params.

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

@github-actions

github-actions Bot commented Sep 5, 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 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 8af0ff3. Configure here.

provisioning: serverless
removeParams:
- temperature
- top_p

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Inherited output token cap remains

High Severity

This fuller entry advertises 128000 output tokens but never overrides the inherited max_tokens maxValue of 4096. max_completion_tokens also has no maxValue, and max_tokens is not in removeParams, so the provider default still applies and can be forwarded to a reasoning model that rejects it.

Additional Locations (1)
Fix in Cursor Fix in Web

Triggered by learned rule: Override max_tokens maxValue to match limits

Reviewed by Cursor Bugbot for commit 8af0ff3. Configure here.

- medium
- high
- xhigh
- max

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Unsupported reasoning effort value listed

Medium Severity

reasoning_effort includes none, which GPT-6 Astra does not accept. Official values are low, medium, high, xhigh, and max; sending none returns HTTP 400.

Fix in Cursor Fix in Web

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