Skip to content

sync(openai): verify SDK in sync with Docs after gpt-5.4 removal#21

Merged
Germey merged 1 commit intomainfrom
copilot/sync-openai-docs
Apr 25, 2026
Merged

sync(openai): verify SDK in sync with Docs after gpt-5.4 removal#21
Germey merged 1 commit intomainfrom
copilot/sync-openai-docs

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 25, 2026

Upstream Docs removed gpt-5.4 from the OpenAI spec model enum (09585ab). Investigated whether any SDK changes are required.

Findings

  • Both TypeScript and Python SDKs accept model as a free-text string — no typed model enumerations exist for OpenAI endpoints
  • Removal of gpt-5.4 from the spec enum has no impact on the SDK; callers pass model names through directly to the API without SDK-level validation
  • No other structural changes (endpoints, required parameters, provider types) differ between the current SDK and the updated spec

No code changes required. SDK is in sync with Docs.

Copilot AI changed the title [WIP] Update SDK to match latest API specs from Docs sync(openai): verify SDK in sync with Docs after gpt-5.4 removal Apr 25, 2026
Copilot AI requested a review from Germey April 25, 2026 07:24
@Germey Germey marked this pull request as ready for review April 25, 2026 08:05
@Germey Germey merged commit 4c6db52 into main Apr 25, 2026
1 check passed
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.

sync: update from Docs (09585ab test(canary): temporarily drop gpt-5.4 to exercise Sync from Docs fan-out)

2 participants