Skip to content

Commit f95e0c0

Browse files
Backport: chore(provider/gateway): update gateway model settings files v6 (#13528)
This is an automated update of the gateway model settings files. Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent 6b90f10 commit f95e0c0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.changeset/rpqwx-evekc-ksjuw.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+
Backport: chore(provider/gateway): update gateway model settings files

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ export type GatewayModelId =
5151
| 'google/gemini-2.5-flash'
5252
| 'google/gemini-2.5-flash-image'
5353
| 'google/gemini-2.5-flash-lite'
54-
| 'google/gemini-2.5-flash-lite-preview-09-2025'
55-
| 'google/gemini-2.5-flash-preview-09-2025'
5654
| 'google/gemini-2.5-pro'
5755
| 'google/gemini-3-flash'
5856
| 'google/gemini-3-pro-image'
@@ -149,8 +147,6 @@ export type GatewayModelId =
149147
| 'perplexity/sonar-reasoning'
150148
| 'perplexity/sonar-reasoning-pro'
151149
| 'prime-intellect/intellect-3'
152-
| 'vercel/v0-1.0-md'
153-
| 'vercel/v0-1.5-md'
154150
| 'xai/grok-2-vision'
155151
| 'xai/grok-3'
156152
| 'xai/grok-3-fast'
@@ -176,4 +172,5 @@ export type GatewayModelId =
176172
| 'zai/glm-4.7-flash'
177173
| 'zai/glm-4.7-flashx'
178174
| 'zai/glm-5'
175+
| 'zai/glm-5-turbo'
179176
| (string & {});

0 commit comments

Comments
 (0)