Skip to content

Add OpenAI GPT-5.2 Chat & GPT-5.3 Chat latest model#941

Merged
PeterDaveHello merged 1 commit intoChatGPTBox-dev:masterfrom
PeterDaveHello:Add-GPT-5.2-GPT-5.3-Chat-Model
Mar 4, 2026
Merged

Add OpenAI GPT-5.2 Chat & GPT-5.3 Chat latest model#941
PeterDaveHello merged 1 commit intoChatGPTBox-dev:masterfrom
PeterDaveHello:Add-GPT-5.2-GPT-5.3-Chat-Model

Conversation

@PeterDaveHello
Copy link
Member

@PeterDaveHello PeterDaveHello commented Mar 4, 2026

Reference:

Summary by CodeRabbit

  • New Features
    • Added support for ChatGPT-5.2 and ChatGPT-5.3 latest model variants to the available AI model selection.

@PeterDaveHello PeterDaveHello requested a review from Copilot March 4, 2026 18:47
@qodo-code-review
Copy link
Contributor

Review Summary by Qodo

Add GPT-5.2 and GPT-5.3 Chat model support

✨ Enhancement

Grey Divider

Walkthroughs

Description
• Add GPT-5.2 Chat and GPT-5.3 Chat model support
• Register new models in configuration with API identifiers
• Enable latest OpenAI model versions for chat applications
Diagram
flowchart LR
  A["chatgptApiModelKeys array"] -- "add new keys" --> B["chatgptApi5_2Latest<br/>chatgptApi5_3Latest"]
  C["Models configuration"] -- "add new entries" --> D["gpt-5.2-chat-latest<br/>gpt-5.3-chat-latest"]
  B --> E["Model registration complete"]
  D --> E
Loading

Grey Divider

File Changes

1. src/config/index.mjs ✨ Enhancement +4/-0

Register GPT-5.2 and GPT-5.3 chat models

• Added chatgptApi5_2Latest and chatgptApi5_3Latest to the chatgptApiModelKeys array
• Registered GPT-5.2 Chat model with value gpt-5.2-chat-latest
• Registered GPT-5.3 Chat model with value gpt-5.3-chat-latest
• Both models include descriptive labels for UI display

src/config/index.mjs


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Contributor

qodo-code-review bot commented Mar 4, 2026

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 4, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2499bdbd-c72d-4642-b2a7-494e3b58c8ce

📥 Commits

Reviewing files that changed from the base of the PR and between 89e09f2 and 4453ca1.

📒 Files selected for processing (1)
  • src/config/index.mjs

📝 Walkthrough

Walkthrough

This change extends the ChatGPT API model configuration by adding two new model variants: chatgptApi5_2Latest and chatgptApi5_3Latest. These entries are added to the exported model keys array and the Models registry with their corresponding API model identifiers and descriptions.

Changes

Cohort / File(s) Summary
ChatGPT-5 Model Configuration
src/config/index.mjs
Added two new ChatGPT-5 API model keys (chatgptApi5_2Latest, chatgptApi5_3Latest) and their corresponding model entries with API identifiers (gpt-5.2-chat-latest, gpt-5.3-chat-latest).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

Review effort 1/5

Suggested reviewers

  • kmk142789

Poem

🐰 Two newest models hop into our chat,
ChatGPT-5 point-two and three, imagine that!
Latest and greatest in config we place,
The rabbit approves of this upgrade's grace! 🚀

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely summarizes the main change: adding two new ChatGPT model variants (GPT-5.2 and GPT-5.3 latest versions) to the configuration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the application's configuration to include support for the newly released GPT-5.2 Chat and GPT-5.3 Chat models. This allows the system to leverage these advanced language models, providing users with access to the latest capabilities from OpenAI.

Highlights

  • New Model Integration: Integrated the latest GPT-5.2 Chat and GPT-5.3 Chat models into the application's configuration.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • src/config/index.mjs
    • Added 'chatgptApi5_2Latest' and 'chatgptApi5_3Latest' to the 'chatgptApiModelKeys' array.
    • Defined the 'chatgptApi5_2Latest' and 'chatgptApi5_3Latest' objects within the 'Models' export, specifying their 'value' and 'desc' properties.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@PeterDaveHello PeterDaveHello changed the title Add GPT-5.2 Chat & GPT-5.3 Chat latest model Add OpenAI GPT-5.2 Chat & GPT-5.3 Chat latest model Mar 4, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds newly released OpenAI “chat-latest” model identifiers so they can be selected/used via the ChatGPT (API) provider configuration.

Changes:

  • Extend chatgptApiModelKeys to include GPT‑5.2 and GPT‑5.3 “latest” variants.
  • Add Models entries mapping the new keys to gpt-5.2-chat-latest and gpt-5.3-chat-latest.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

The pull request successfully adds the GPT-5.2 Chat and GPT-5.3 Chat latest models by updating the chatgptApiModelKeys array and the Models object in src/config/index.mjs. The changes are consistent with the existing structure and naming conventions for other models.

@PeterDaveHello PeterDaveHello merged commit fffd48a into ChatGPTBox-dev:master Mar 4, 2026
7 checks passed
@PeterDaveHello PeterDaveHello deleted the Add-GPT-5.2-GPT-5.3-Chat-Model branch March 4, 2026 18:59
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.

2 participants