Skip to content

feat(provider/openai): add support for GPT 5.4#13116

Closed
felixarntz wants to merge 4 commits intomainfrom
add-gpt-5.4
Closed

feat(provider/openai): add support for GPT 5.4#13116
felixarntz wants to merge 4 commits intomainfrom
add-gpt-5.4

Conversation

@felixarntz
Copy link
Copy Markdown
Collaborator

Background

OpenAI released new GPT-5.4 models (gpt-5.4, gpt-5.4-2026-03-05, gpt-5.4-pro, gpt-5.4-pro-2026-03-05). These need to be added to the SDK.

Summary

Adds all four new model IDs to the openai and gateway packages. Like other GPT-5.x models, these are reasoning models with supportsNonReasoningParameters enabled. Updated docs capability table and code examples to reference gpt-5.4, and updated shell/container examples across ai-functions and ai-e2e-next from gpt-5.2 to gpt-5.4.

Manual Verification

N/A — model ID additions only, verified via unit tests.

Checklist

  • Tests have been added / updated (for bug fixes / features)
  • Documentation has been added / updated (for bug fixes / features)
  • A patch changeset for relevant packages has been added (for bug fixes / features - run pnpm changeset in the project root)
  • I have reviewed this pull request (self-review)

Future Work

N/A

Related Issues

Fixes #13114

@tigent tigent bot added ai/gateway ai/provider related to a provider package. Must be assigned together with at least one `provider/*` label documentation Improvements or additions to documentation feature New feature or request provider/gateway Issues related to the @ai-sdk/gateway provider provider/openai Issues related to the @ai-sdk/openai provider labels Mar 5, 2026
@felixarntz
Copy link
Copy Markdown
Collaborator Author

Closing in favor of #13115

@felixarntz felixarntz closed this Mar 5, 2026
@gr2m gr2m removed the ai/gateway label Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai/provider related to a provider package. Must be assigned together with at least one `provider/*` label documentation Improvements or additions to documentation feature New feature or request provider/gateway Issues related to the @ai-sdk/gateway provider provider/openai Issues related to the @ai-sdk/openai provider

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🤖 Provider model changes - openai

2 participants