-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: add OpenAI GPT-5.1 series models #2103
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
Conversation
PR Compliance Guide 🔍(Compliance updated until commit d8dcc3c)Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label Previous compliance checksCompliance check up to commit 44a0943
|
||||||||||||||||||||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
ofir-frd
left a comment
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.
To approve this, please revert the default model config and bump the LiteLLM version.
Thanks!
- add support for gpt-5.1, gpt-5.1-2025-11-13, gpt-5.1-chat-latest, gpt-5.1-codex, gpt-5.1-codex-mini - replace default model gpt-5-2025-08-07 with gpt-5.1-2025-11-13 per OpenAI’s Nov 13 launch See: https://openai.com/index/gpt-5-1-for-developers/
44a0943 to
d8dcc3c
Compare
ofir-frd
left a comment
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.
Approved, thank you for the contribution!
User description
See: https://openai.com/index/gpt-5-1-for-developers/
GitHub Copilot Summary:
PR Type
Enhancement
Description
Add support for five new GPT-5.1 model variants
Update default model to gpt-5.1-2025-11-13
All new models configured with 200K token limit
Diagram Walkthrough
File Walkthrough
__init__.py
Register GPT-5.1 model variantspr_agent/algo/init.py
gpt-5.1,gpt-5.1-2025-11-13,gpt-5.1-chat-latest,gpt-5.1-codex, andgpt-5.1-codex-miniconfiguration.toml
Update default model to GPT-5.1pr_agent/settings/configuration.toml
gpt-5-2025-08-07togpt-5.1-2025-11-13