@ai-sdk/alibaba 2.0.0-beta.3 → 2.0.0-beta.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,247 @@
1
1
  # @ai-sdk/alibaba
2
2
 
3
+ ## 2.0.0-beta.30
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [350ea38]
8
+ - @ai-sdk/provider-utils@5.0.0-beta.23
9
+ - @ai-sdk/openai-compatible@3.0.0-beta.28
10
+
11
+ ## 2.0.0-beta.29
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [083947b]
16
+ - @ai-sdk/provider-utils@5.0.0-beta.22
17
+ - @ai-sdk/openai-compatible@3.0.0-beta.27
18
+
19
+ ## 2.0.0-beta.28
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [add1126]
24
+ - @ai-sdk/provider-utils@5.0.0-beta.21
25
+ - @ai-sdk/openai-compatible@3.0.0-beta.26
26
+
27
+ ## 2.0.0-beta.27
28
+
29
+ ### Patch Changes
30
+
31
+ - b3976a2: Add workflow serialization support to all provider models.
32
+
33
+ **`@ai-sdk/provider-utils`:** New `serializeModel()` helper that extracts only serializable properties from a model instance, filtering out functions and objects containing functions. Third-party provider authors can use this to add workflow support to their own models.
34
+
35
+ **All providers:** `headers` is now optional in provider config types. This is non-breaking — existing code that passes `headers` continues to work. Custom provider implementations that construct model configs manually can now omit `headers`, which is useful when models are deserialized from a workflow step boundary where auth is provided separately.
36
+
37
+ All provider model classes now include `WORKFLOW_SERIALIZE` and `WORKFLOW_DESERIALIZE` static methods, enabling them to cross workflow step boundaries without serialization errors.
38
+
39
+ - Updated dependencies [b3976a2]
40
+ - Updated dependencies [ff5eba1]
41
+ - @ai-sdk/provider-utils@5.0.0-beta.20
42
+ - @ai-sdk/openai-compatible@3.0.0-beta.25
43
+ - @ai-sdk/provider@4.0.0-beta.12
44
+
45
+ ## 2.0.0-beta.26
46
+
47
+ ### Major Changes
48
+
49
+ - ef992f8: Remove CommonJS exports from all packages. All packages are now ESM-only (`"type": "module"`). Consumers using `require()` must switch to ESM `import` syntax.
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies [ef992f8]
54
+ - @ai-sdk/openai-compatible@3.0.0-beta.24
55
+ - @ai-sdk/provider@4.0.0-beta.11
56
+ - @ai-sdk/provider-utils@5.0.0-beta.19
57
+
58
+ ## 2.0.0-beta.25
59
+
60
+ ### Patch Changes
61
+
62
+ - 90e2d8a: chore: fix unused vars not being flagged by our lint tooling
63
+ - Updated dependencies [90e2d8a]
64
+ - @ai-sdk/openai-compatible@3.0.0-beta.23
65
+ - @ai-sdk/provider-utils@5.0.0-beta.18
66
+
67
+ ## 2.0.0-beta.24
68
+
69
+ ### Patch Changes
70
+
71
+ - Updated dependencies [3ae1786]
72
+ - @ai-sdk/provider-utils@5.0.0-beta.17
73
+ - @ai-sdk/openai-compatible@3.0.0-beta.22
74
+
75
+ ## 2.0.0-beta.23
76
+
77
+ ### Patch Changes
78
+
79
+ - Updated dependencies [176466a]
80
+ - @ai-sdk/provider@4.0.0-beta.10
81
+ - @ai-sdk/openai-compatible@3.0.0-beta.21
82
+ - @ai-sdk/provider-utils@5.0.0-beta.16
83
+
84
+ ## 2.0.0-beta.22
85
+
86
+ ### Patch Changes
87
+
88
+ - Updated dependencies [e311194]
89
+ - @ai-sdk/provider@4.0.0-beta.9
90
+ - @ai-sdk/openai-compatible@3.0.0-beta.20
91
+ - @ai-sdk/provider-utils@5.0.0-beta.15
92
+
93
+ ## 2.0.0-beta.21
94
+
95
+ ### Patch Changes
96
+
97
+ - Updated dependencies [34bd95d]
98
+ - Updated dependencies [008271d]
99
+ - @ai-sdk/provider@4.0.0-beta.8
100
+ - @ai-sdk/openai-compatible@3.0.0-beta.19
101
+ - @ai-sdk/provider-utils@5.0.0-beta.14
102
+
103
+ ## 2.0.0-beta.20
104
+
105
+ ### Patch Changes
106
+
107
+ - Updated dependencies [b0c2869]
108
+ - Updated dependencies [7e26e81]
109
+ - @ai-sdk/provider-utils@5.0.0-beta.13
110
+ - @ai-sdk/openai-compatible@3.0.0-beta.18
111
+
112
+ ## 2.0.0-beta.19
113
+
114
+ ### Patch Changes
115
+
116
+ - Updated dependencies [816ff67]
117
+ - @ai-sdk/openai-compatible@3.0.0-beta.17
118
+
119
+ ## 2.0.0-beta.18
120
+
121
+ ### Patch Changes
122
+
123
+ - Updated dependencies [46d1149]
124
+ - @ai-sdk/provider-utils@5.0.0-beta.12
125
+ - @ai-sdk/openai-compatible@3.0.0-beta.16
126
+
127
+ ## 2.0.0-beta.17
128
+
129
+ ### Patch Changes
130
+
131
+ - Updated dependencies [6fd51c0]
132
+ - @ai-sdk/provider-utils@5.0.0-beta.11
133
+ - @ai-sdk/provider@4.0.0-beta.7
134
+ - @ai-sdk/openai-compatible@3.0.0-beta.15
135
+
136
+ ## 2.0.0-beta.16
137
+
138
+ ### Patch Changes
139
+
140
+ - c29a26f: feat(provider): add support for provider references and uploading files as supported per provider
141
+ - Updated dependencies [c29a26f]
142
+ - @ai-sdk/openai-compatible@3.0.0-beta.14
143
+ - @ai-sdk/provider-utils@5.0.0-beta.10
144
+ - @ai-sdk/provider@4.0.0-beta.6
145
+
146
+ ## 2.0.0-beta.15
147
+
148
+ ### Patch Changes
149
+
150
+ - 38fc777: Add AI Gateway hint to provider READMEs
151
+ - Updated dependencies [38fc777]
152
+ - @ai-sdk/openai-compatible@3.0.0-beta.13
153
+
154
+ ## 2.0.0-beta.14
155
+
156
+ ### Patch Changes
157
+
158
+ - Updated dependencies [2e17091]
159
+ - @ai-sdk/provider-utils@5.0.0-beta.9
160
+ - @ai-sdk/openai-compatible@3.0.0-beta.12
161
+
162
+ ## 2.0.0-beta.13
163
+
164
+ ### Patch Changes
165
+
166
+ - Updated dependencies [986c6fd]
167
+ - Updated dependencies [493295c]
168
+ - @ai-sdk/provider-utils@5.0.0-beta.8
169
+ - @ai-sdk/openai-compatible@3.0.0-beta.11
170
+
171
+ ## 2.0.0-beta.12
172
+
173
+ ### Patch Changes
174
+
175
+ - Updated dependencies [1f509d4]
176
+ - @ai-sdk/provider-utils@5.0.0-beta.7
177
+ - @ai-sdk/provider@4.0.0-beta.5
178
+ - @ai-sdk/openai-compatible@3.0.0-beta.10
179
+
180
+ ## 2.0.0-beta.11
181
+
182
+ ### Patch Changes
183
+
184
+ - 74d520f: feat: migrate providers to support new top-level `reasoning` parameter
185
+ - Updated dependencies [74d520f]
186
+ - @ai-sdk/openai-compatible@3.0.0-beta.9
187
+
188
+ ## 2.0.0-beta.10
189
+
190
+ ### Patch Changes
191
+
192
+ - Updated dependencies [3887c70]
193
+ - @ai-sdk/provider-utils@5.0.0-beta.6
194
+ - @ai-sdk/provider@4.0.0-beta.4
195
+ - @ai-sdk/openai-compatible@3.0.0-beta.8
196
+
197
+ ## 2.0.0-beta.9
198
+
199
+ ### Patch Changes
200
+
201
+ - Updated dependencies [776b617]
202
+ - @ai-sdk/provider-utils@5.0.0-beta.5
203
+ - @ai-sdk/provider@4.0.0-beta.3
204
+ - @ai-sdk/openai-compatible@3.0.0-beta.7
205
+
206
+ ## 2.0.0-beta.8
207
+
208
+ ### Patch Changes
209
+
210
+ - Updated dependencies [61753c3]
211
+ - @ai-sdk/provider-utils@5.0.0-beta.4
212
+ - @ai-sdk/openai-compatible@3.0.0-beta.6
213
+
214
+ ## 2.0.0-beta.7
215
+
216
+ ### Patch Changes
217
+
218
+ - 811cd8e: fix(provider/alibaba): handle single-item content array cache control
219
+
220
+ ## 2.0.0-beta.6
221
+
222
+ ### Patch Changes
223
+
224
+ - Updated dependencies [f7d4f01]
225
+ - @ai-sdk/provider-utils@5.0.0-beta.3
226
+ - @ai-sdk/provider@4.0.0-beta.2
227
+ - @ai-sdk/openai-compatible@3.0.0-beta.5
228
+
229
+ ## 2.0.0-beta.5
230
+
231
+ ### Patch Changes
232
+
233
+ - Updated dependencies [5c2a5a2]
234
+ - @ai-sdk/provider@4.0.0-beta.1
235
+ - @ai-sdk/openai-compatible@3.0.0-beta.4
236
+ - @ai-sdk/provider-utils@5.0.0-beta.2
237
+
238
+ ## 2.0.0-beta.4
239
+
240
+ ### Patch Changes
241
+
242
+ - Updated dependencies [8f3e1da]
243
+ - @ai-sdk/openai-compatible@3.0.0-beta.3
244
+
3
245
  ## 2.0.0-beta.3
4
246
 
5
247
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  The **[Alibaba provider](https://ai-sdk.dev/providers/ai-sdk-providers/alibaba)** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for [Alibaba Cloud Model Studio](https://modelstudio.console.alibabacloud.com/), including the Qwen model series with advanced reasoning capabilities.
4
4
 
5
+ > **Deploying to Vercel?** With Vercel's AI Gateway you can access Alibaba (and hundreds of models from other providers) — no additional packages, API keys, or extra cost. [Get started with AI Gateway](https://vercel.com/ai-gateway).
6
+
5
7
  ## Setup
6
8
 
7
9
  The Alibaba provider is available in the `@ai-sdk/alibaba` module. You can install it with