Skip to content

feat(azure-open-ai/gpt-chat-latest): add new models [bot] - #2433

Open
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-azure-open-ai-gpt-chat-latest-20260822-000441
Open

feat(azure-open-ai/gpt-chat-latest): add new models [bot]#2433
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-azure-open-ai-gpt-chat-latest-20260822-000441

Conversation

@models-bot

@models-bot models-bot Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Auto-generated by model-addition-agent for azure-open-ai/gpt-chat-latest.


Note

Low Risk
Catalog-only YAML for a new preview model; no runtime, auth, or data-handling logic is changed.

Overview
Registers Azure OpenAI gpt-chat-latest as a serverless preview chat model (retirement 2026-12-02).

It supports chat and responses, thinking, function calling (including parallel), and structured output. Limits are a 400k context window, 272k max input, and 128k max output. Input/output are text-only, and reasoning_effort is stripped from requests.

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

Comment thread providers/azure-open-ai/gpt-chat-latest.yaml
@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 3 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 9d7a653. Configure here.

input:
- text
output:
- text

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 image input modality

Medium Severity

modalities.input lists only text, but Azure's gpt-chat-latest catalog and related configs (openai/chat-latest, gpt-chat-latest-2026-05-05, gpt-chat-latest-2026-05-28, gpt-chat-latest-2026-06-24) all include image input. The registry will treat this multimodal model as text-only.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9d7a653. Configure here.

features:
- function_calling
- parallel_function_calling
- structured_output

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incomplete feature flags

Medium Severity

features omits system_messages, tool_choice, and prompt_caching, which are present on OpenAI chat-latest and all Azure gpt-chat-latest-* siblings. Feature detection will under-report capabilities for this alias.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9d7a653. Configure here.

context_window: 400000
max_input_tokens: 272000
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.

Azure token limits mismatch

Medium Severity

limits use a 400000 context window and 272000 max input tokens, matching OpenAI chat-latest, but Azure Foundry documents gpt-chat-latest at a 200000 context window with 128000 max output. Request sizing based on these limits can exceed Azure's actual window.

Fix in Cursor Fix in Web

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