-
Notifications
You must be signed in to change notification settings - Fork 7
feat(azure-open-ai/gpt-chat-latest): add new models [bot] #2433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| features: | ||
| - function_calling | ||
| - parallel_function_calling | ||
| - structured_output | ||
| limits: | ||
| context_window: 400000 | ||
| max_input_tokens: 272000 | ||
| max_output_tokens: 128000 | ||
| max_tokens: 128000 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Azure token limits mismatchMedium Severity
Reviewed by Cursor Bugbot for commit 9d7a653. Configure here. |
||
| modalities: | ||
| input: | ||
| - text | ||
| output: | ||
| - text | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing image input modalityMedium Severity
Reviewed by Cursor Bugbot for commit 9d7a653. Configure here. |
||
| mode: chat | ||
| model: gpt-chat-latest | ||
| provisioning: serverless | ||
| removeParams: | ||
| - reasoning_effort | ||
| retirementDate: "2026-12-02" | ||
| status: preview | ||
| supportedModes: | ||
| - chat | ||
|
cursor[bot] marked this conversation as resolved.
|
||
| - responses | ||
| thinking: true | ||


There was a problem hiding this comment.
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
featuresomitssystem_messages,tool_choice, andprompt_caching, which are present on OpenAIchat-latestand all Azuregpt-chat-latest-*siblings. Feature detection will under-report capabilities for this alias.Reviewed by Cursor Bugbot for commit 9d7a653. Configure here.