We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfc209 commit 7ca78f1Copy full SHA for 7ca78f1
.changeset/eighty-ghosts-collect.md
@@ -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
@@ -4,9 +4,13 @@ export type GatewayModelId =
| 'alibaba/qwen-3-30b'
| 'alibaba/qwen-3-32b'
6
| 'alibaba/qwen3-coder'
7
+ | 'alibaba/qwen3-coder-plus'
8
| 'alibaba/qwen3-max'
9
+ | 'alibaba/qwen3-max-preview'
10
| 'alibaba/qwen3-next-80b-a3b-instruct'
11
| 'alibaba/qwen3-next-80b-a3b-thinking'
12
+ | 'alibaba/qwen3-vl-instruct'
13
+ | 'alibaba/qwen3-vl-thinking'
14
| 'amazon/nova-lite'
15
| 'amazon/nova-micro'
16
| 'amazon/nova-pro'
0 commit comments