Skip to content

feat(provider/openai): add gpt-5.3-chat-latest#13270

Merged
felixarntz merged 3 commits intomainfrom
openai-model-updates
Mar 9, 2026
Merged

feat(provider/openai): add gpt-5.3-chat-latest#13270
felixarntz merged 3 commits intomainfrom
openai-model-updates

Conversation

@felixarntz
Copy link
Copy Markdown
Collaborator

Background

Addresses new model ID gpt-5.3-chat-latest reported in #13035.

Summary

  • Adds gpt-5.3-chat-latest to the OpenAI provider type definitions (chat and responses), capability tables in docs, and the gateway.
  • Sorts the previously misplaced gpt-5.3-codex entry and adds gpt-5.3 to supportsNonReasoningParameters (was missing — 5.1, 5.2, 5.4 already had it).
  • Adds gpt-5.4 and gpt-5.4-pro to doc capability tables where they were missing (oversight from feat(openai): add GPT-5.4 model support #13115).

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)

Related Issues

Fixes #13035

@tigent tigent bot added 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/openai Issues related to the @ai-sdk/openai provider labels Mar 9, 2026
@felixarntz felixarntz added the backport Admins only: add this label to a pull request in order to backport it to the prior version label Mar 9, 2026
@felixarntz felixarntz merged commit ac18f89 into main Mar 9, 2026
33 checks passed
@felixarntz felixarntz deleted the openai-model-updates branch March 9, 2026 18:52
vercel-ai-sdk bot pushed a commit that referenced this pull request Mar 9, 2026
## Background

Addresses new model ID `gpt-5.3-chat-latest` reported in #13035.

## Summary

- Adds `gpt-5.3-chat-latest` to the OpenAI provider type definitions
(chat and responses), capability tables in docs, and the gateway.
- Sorts the previously misplaced `gpt-5.3-codex` entry and adds
`gpt-5.3` to `supportsNonReasoningParameters` (was missing — 5.1, 5.2,
5.4 already had it).
- Adds `gpt-5.4` and `gpt-5.4-pro` to doc capability tables where they
were missing (oversight from #13115).

## Checklist

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

## Related Issues

Fixes #13035
@vercel-ai-sdk vercel-ai-sdk bot removed the backport Admins only: add this label to a pull request in order to backport it to the prior version label Mar 9, 2026
@vercel-ai-sdk
Copy link
Copy Markdown
Contributor

vercel-ai-sdk bot commented Mar 9, 2026

✅ Backport PR created: #13272

vercel-ai-sdk bot added a commit that referenced this pull request Mar 9, 2026
This is an automated backport of #13270 to the release-v6.0 branch. FYI
@felixarntz

Co-authored-by: Felix Arntz <felix.arntz@vercel.com>
@vercel-ai-sdk
Copy link
Copy Markdown
Contributor

vercel-ai-sdk bot commented Mar 9, 2026

🚀 Published in:

Package Version
ai 7.0.0-beta.10
@ai-sdk/angular 3.0.0-beta.10
@ai-sdk/azure 4.0.0-beta.5
@ai-sdk/gateway 4.0.0-beta.5
@ai-sdk/langchain 3.0.0-beta.10
@ai-sdk/llamaindex 3.0.0-beta.10
@ai-sdk/openai 4.0.0-beta.5
@ai-sdk/react 4.0.0-beta.10
@ai-sdk/rsc 3.0.0-beta.10
@ai-sdk/svelte 5.0.0-beta.10
@ai-sdk/vue 4.0.0-beta.10
@ai-sdk/xai 4.0.0-beta.5

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/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