feat: add GPT-5.6 model defaults and migrate examples#3774
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3c639b49de
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
3c639b4 to
9e2e984
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9e2e984828
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
This pull request adds implicit model settings for the GPT-5.6 Sol, Terra, and Luna aliases, including models selected through
OPENAI_DEFAULT_MODEL.It updates generic, capability-oriented, voice, and WebSocket examples and English documentation to use
gpt-5.6-sol. Model-specificgpt-5.5references remain unchanged for ComputerTool, reasoning content, Codex, and compaction or context-management behavior. Luna remains covered by the model-settings tests.