Skip to content

chore(sync): verify openai SDK in sync after gpt-5.4 canary revert#23

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

chore(sync): verify openai SDK in sync after gpt-5.4 canary revert#23
Germey merged 1 commit intomainfrom
copilot/sync-openai-sdk-with-docs

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 25, 2026

Upstream Docs ran a canary test (09585ab) by temporarily dropping gpt-5.4 from the OpenAI spec model enum, then immediately reverted (f207944). Investigated whether any SDK changes were required.

Findings

  • Both TypeScript and Python SDKs accept model as a free-text string/str — no typed model enumerations exist for OpenAI endpoints
  • The spec enum change (drop + revert of gpt-5.4) has no SDK surface impact; model names pass through directly to the API
  • Endpoint paths (/v1/chat/completions, /openai/responses) and required parameters match the current spec

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

Copilot AI changed the title [WIP] Sync SDK with latest API specs from Docs chore(sync): verify openai SDK in sync after gpt-5.4 canary revert Apr 25, 2026
Copilot AI requested a review from Germey April 25, 2026 07:30
@Germey Germey marked this pull request as ready for review April 25, 2026 07:30
@Germey Germey merged commit 4805d85 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 (f207944 Revert "test(canary): temporarily drop gpt-5.4 to exercise Sync from Docs fan-out")

2 participants