Skip to content

Commit ca0b430

Browse files
Backport: chore(provider/gateway): update gateway model settings files (#13253)
This is an automated backport of #13250 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 a56daeb commit ca0b430

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/nbokd-xjyoj-etciv.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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export type GatewayModelId =
7777
| 'minimax/minimax-m2.1'
7878
| 'minimax/minimax-m2.1-lightning'
7979
| 'minimax/minimax-m2.5'
80+
| 'minimax/minimax-m2.5-highspeed'
8081
| 'mistral/codestral'
8182
| 'mistral/devstral-2'
8283
| 'mistral/devstral-small'
@@ -168,6 +169,7 @@ export type GatewayModelId =
168169
| 'zai/glm-4.6v'
169170
| 'zai/glm-4.6v-flash'
170171
| 'zai/glm-4.7'
172+
| 'zai/glm-4.7-flash'
171173
| 'zai/glm-4.7-flashx'
172174
| 'zai/glm-5'
173175
| (string & {});

0 commit comments

Comments
 (0)