Skip to content

Commit 7ca78f1

Browse files
Backport: feat(provider/gateway): Add new Qwen models to Gateway model string autocomplete (#8891)
This is an automated backport of #8890 to the v5.0 branch. Co-authored-by: Rohan Taneja <47066511+R-Taneja@users.noreply.github.com>
1 parent 1cfc209 commit 7ca78f1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
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+
feat(provider/gateway): Add new Qwen models to Gateway model string autocomplete

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ export type GatewayModelId =
44
| 'alibaba/qwen-3-30b'
55
| 'alibaba/qwen-3-32b'
66
| 'alibaba/qwen3-coder'
7+
| 'alibaba/qwen3-coder-plus'
78
| 'alibaba/qwen3-max'
9+
| 'alibaba/qwen3-max-preview'
810
| 'alibaba/qwen3-next-80b-a3b-instruct'
911
| 'alibaba/qwen3-next-80b-a3b-thinking'
12+
| 'alibaba/qwen3-vl-instruct'
13+
| 'alibaba/qwen3-vl-thinking'
1014
| 'amazon/nova-lite'
1115
| 'amazon/nova-micro'
1216
| 'amazon/nova-pro'

0 commit comments

Comments
 (0)