Skip to content

feat(azure-open-ai/gpt-6-astra-2026-09-03): add new models [bot] - #2795

Open
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-azure-open-ai-gpt-6-astra-2026-09-03-20260905-000519
Open

feat(azure-open-ai/gpt-6-astra-2026-09-03): add new models [bot]#2795
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-azure-open-ai-gpt-6-astra-2026-09-03-20260905-000519

Conversation

@models-bot

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

Copy link
Copy Markdown
Contributor

Auto-generated by model-addition-agent for azure-open-ai/gpt-6-astra-2026-09-03.


Note

Low Risk
Adds a standalone model metadata YAML with no application logic or auth changes; incorrect pricing or limits would affect billing estimates only.

Overview
Adds a new Azure Open AI provider definition for gpt-6-astra-2026-09-03, enabling cost estimation and capability routing for the GA Foundry model.

The entry marks the model active with serverless provisioning, chat and responses modes, and thinking enabled via configurable reasoning_effort (default medium; temperature / top_p stripped). Pricing covers global and datazone_us with prompt-cache rates and cumulative tiered input/output/cache pricing above 272k tokens. Limits advertise a ~1.05M context window, 922k max input, 128k max output, plus text/image input and standard tool/structured-output features.

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

Missing chat max_completion_tokens pair

High Severity

This fuller Azure OpenAI GPT-6 chat entry omits max_completion_tokens from params and max_tokens from removeParams. The Chat Completions API rejects max_tokens on GPT-5/GPT-6 models, so chat requests inherit the provider max_tokens default and fail.

Fix in Cursor Fix in Web

Triggered by learned rule: Azure OpenAI GPT-5 chat needs max_completion_tokens

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