Skip to content

Commit efdaefc

Browse files
Backport: chore(provider/gateway): update gateway model settings files (#13174)
This is an automated backport of #13169 to the release-v6.0 branch. FYI @vercel-ai-sdk[bot] Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent b8fb843 commit efdaefc

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.changeset/psncj-ecfys-yryon.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ai-sdk/gateway': patch
3+
---
4+
5+
chore(provider/gateway): update gateway model settings files

packages/gateway/src/gateway-language-model-settings.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,10 @@ export type GatewayModelId =
129129
| 'openai/gpt-5.2-chat'
130130
| 'openai/gpt-5.2-codex'
131131
| 'openai/gpt-5.2-pro'
132-
| 'openai/gpt-5.4'
133-
| 'openai/gpt-5.4-2026-03-05'
134-
| 'openai/gpt-5.4-pro'
135-
| 'openai/gpt-5.4-pro-2026-03-05'
136132
| 'openai/gpt-5.3-chat'
137133
| 'openai/gpt-5.3-codex'
134+
| 'openai/gpt-5.4'
135+
| 'openai/gpt-5.4-pro'
138136
| 'openai/gpt-oss-120b'
139137
| 'openai/gpt-oss-20b'
140138
| 'openai/gpt-oss-safeguard-20b'

0 commit comments

Comments
 (0)