Skip to content

Commit db3d4ca

Browse files
chore(provider/gateway): update gateway model settings files (#13050)
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 8b13c57 commit db3d4ca

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.changeset/ajzob-eofbs-uviob.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-embedding-model-settings.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ export type GatewayEmbeddingModelId =
1515
| 'voyage/voyage-3-large'
1616
| 'voyage/voyage-3.5'
1717
| 'voyage/voyage-3.5-lite'
18+
| 'voyage/voyage-4'
19+
| 'voyage/voyage-4-large'
20+
| 'voyage/voyage-4-lite'
1821
| 'voyage/voyage-code-2'
1922
| 'voyage/voyage-code-3'
2023
| 'voyage/voyage-finance-2'

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ 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.3-chat'
132133
| 'openai/gpt-5.3-codex'
133134
| 'openai/gpt-oss-120b'
134135
| 'openai/gpt-oss-20b'

0 commit comments

Comments
 (0)