Add support for OpenAI GPT-5.2 models #10026
Closed
+96
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add the latest GPT-5.2 series models
Test Procedure
Using the test suites
Pre-Submission Checklist
Documentation Updates
Document new OpenAI GPT-5.2 family (including Pro/chat-latest/snapshots) and default model change to gpt-5.2.
Additional Notes
References:
Get in Touch
@PeterDaveHello
Important
Add support for OpenAI GPT-5.2 models, update default model, and enhance tests for new features.
gpt-5.2,gpt-5.2-chat-latest, andgpt-5.2-promodels inopenai.ts.gpt-5.2as the new default model inopenai.ts.gpt-5.2-2025-12-11andgpt-5.2-pro-2025-12-11for backward compatibility.openai-native-usage.spec.tsto testprompt_cache_retentionforgpt-5.2models.openai-native.spec.tsto test model selection and API interactions forgpt-5.2models.gpt-5.2models.This description was created by
for 0332104. You can customize this summary. It will automatically update as commits are pushed.