Skip to content

Update examples and defaults to GPT-5.5#3016

Merged
seratch merged 1 commit intomainfrom
alfozan/gpt-5-5-upgrade
Apr 25, 2026
Merged

Update examples and defaults to GPT-5.5#3016
seratch merged 1 commit intomainfrom
alfozan/gpt-5-5-upgrade

Conversation

@alfozan
Copy link
Copy Markdown
Collaborator

@alfozan alfozan commented Apr 23, 2026

Summary

This pull request updates the SDK’s recommended and default base GPT-5 model references from GPT-5.4 to GPT-5.5 across runtime defaults, examples, and docs.
To be merged when GPT-5.5 is launched in the API

Test plan

  • uv run pytest tests/models/test_default_models.py tests/sandbox/test_compaction.py tests/test_openai_responses_converter.py -q
  • make format
  • make lint
  • uv run mypy src/agents/models/default_models.py src/agents/models/openai_responses.py src/agents/sandbox/capabilities/compaction.py src/agents/sandbox/config.py tests/models/test_default_models.py tests/sandbox/test_compaction.py tests/test_openai_responses_converter.py
  • uv run pyright src/agents/models/default_models.py src/agents/models/openai_responses.py src/agents/sandbox/capabilities/compaction.py src/agents/sandbox/config.py tests/models/test_default_models.py tests/sandbox/test_compaction.py tests/test_openai_responses_converter.py
  • uv run python examples/basic/hello_world_gpt_5.py
  • uv run python examples/tools/tool_search.py all
  • uv run python examples/tools/code_interpreter.py
  • uv run python examples/sandbox/memory.py --model gpt-5.5

Issue number

N/A

Checks

  • I've added new tests (if relevant)
  • I've added/updated the relevant documentation
  • I've run make lint and make format
  • I've made sure tests pass

@github-actions github-actions Bot added documentation Improvements or additions to documentation enhancement New feature or request feature:core labels Apr 23, 2026
@alfozan alfozan force-pushed the alfozan/gpt-5-5-upgrade branch from 719bb85 to eb22113 Compare April 23, 2026 19:52
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: eb221136f9

ℹ️ 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".

Comment thread src/agents/sandbox/config.py
@alfozan alfozan marked this pull request as draft April 23, 2026 20:03
Copy link
Copy Markdown
Member

@seratch seratch left a comment

Choose a reason for hiding this comment

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

@alfozan alfozan marked this pull request as ready for review April 24, 2026 20:03
@alfozan alfozan force-pushed the alfozan/gpt-5-5-upgrade branch from eb22113 to fd39154 Compare April 24, 2026 20:06
@alfozan alfozan force-pushed the alfozan/gpt-5-5-upgrade branch from fd39154 to 619b2bf Compare April 24, 2026 20:20
@seratch seratch merged commit c88f339 into main Apr 25, 2026
10 checks passed
@seratch seratch deleted the alfozan/gpt-5-5-upgrade branch April 25, 2026 01:31
@seratch seratch added this to the 0.14.x milestone Apr 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request feature:core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants