Skip to content

Commit a7e324b

Browse files
chore(provider/gateway): update gateway model settings files (#20282)
Automated update of the gateway model settings files. Regenerated from the upstream gateway model list by [`update-model-settings.yml`](https://github.com/vercel/ai/blob/main/.github/workflows/update-model-settings.yml) ([this run](https://github.com/vercel/ai/actions/runs/33777859909)). Merging this PR is what surfaces newly-released gateway models as IDE autocomplete suggestions when users type a model string with `@ai-sdk/gateway`. See the workflow file for details on cadence and scope. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 951c54d commit a7e324b

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.changeset/hxenm-iaygy-mwttv.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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ export type GatewayModelId =
102102
| 'meta/muse-spark-1.1'
103103
| 'meta/muse-spark-1.2'
104104
| 'meta/muse-spark-1.2-contributor'
105+
| 'meta/muse-spark-1.3'
106+
| 'meta/muse-spark-1.3-contributor'
105107
| 'minimax/minimax-m2'
106108
| 'minimax/minimax-m2.1'
107109
| 'minimax/minimax-m2.1-lightning'
@@ -240,6 +242,8 @@ export type GatewayModelId =
240242
| 'zai/glm-5.2'
241243
| 'zai/glm-5.2-fast'
242244
| 'zai/glm-5.3'
245+
| 'zai/glm-5.3-fast'
243246
| 'zai/glm-5.3-flash'
247+
| 'zai/glm-5.3-promo-50'
244248
| 'zai/glm-5v-turbo'
245249
| (string & {});

0 commit comments

Comments
 (0)