Skip to content

chore(examples): bump module_client.py to gpt-5.5#3211

Open
lucky-verma wants to merge 1 commit intoopenai:nextfrom
lucky-verma:chore/module-client-model-bump
Open

chore(examples): bump module_client.py to gpt-5.5#3211
lucky-verma wants to merge 1 commit intoopenai:nextfrom
lucky-verma:chore/module-client-model-bump

Conversation

@lucky-verma
Copy link
Copy Markdown

@lucky-verma lucky-verma commented May 8, 2026

the module-level client example still uses bare gpt-4. gpt-5.5 is the current default text and reasoning model per the openai-cookbook ("use gpt-5.5 for the strongest code review accuracy"), the openai-agents-python docs (voice/quickstart.md, reasoning_content example), and openai/codex's latest-model.md.

model: is typed Union[str, ChatModel] here so this works even though stainless has not yet synced gpt-5.5 into the ChatModel literal. the example demonstrates module-level client configuration, the model choice is incidental.

ran ruff check + format, both clean. only the model string changed.

@lucky-verma lucky-verma requested a review from a team as a code owner May 8, 2026 09:20
@lucky-verma lucky-verma force-pushed the chore/module-client-model-bump branch from b1a7dd9 to f819b49 Compare May 8, 2026 09:23
@lucky-verma lucky-verma changed the title chore(examples): bump module_client.py to gpt-4o-2024-08-06 chore(examples): bump module_client.py to gpt-5.2 May 8, 2026
The module-level client example still uses bare gpt-4. gpt-5.5 is the
current default text and reasoning model per the openai-cookbook
("use gpt-5.5 for the strongest code review accuracy") and the
openai-agents-python docs (voice/quickstart.md, reasoning_content
example), and is documented as the latest default in
openai/codex's latest-model.md.

The model: parameter is typed Union[str, ChatModel] so this works
even though Stainless has not yet synced gpt-5.5 into the ChatModel
literal here. The example demonstrates module-level client
configuration, the model choice is incidental.
@lucky-verma lucky-verma force-pushed the chore/module-client-model-bump branch from f819b49 to e58f9ae Compare May 8, 2026 09:25
@lucky-verma lucky-verma changed the title chore(examples): bump module_client.py to gpt-5.2 chore(examples): bump module_client.py to gpt-5.5 May 8, 2026
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.

1 participant