@ai-sdk/alibaba 2.0.0-beta.13 → 2.0.0-beta.15

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,21 @@
1
1
  # @ai-sdk/alibaba
2
2
 
3
+ ## 2.0.0-beta.15
4
+
5
+ ### Patch Changes
6
+
7
+ - 38fc777: Add AI Gateway hint to provider READMEs
8
+ - Updated dependencies [38fc777]
9
+ - @ai-sdk/openai-compatible@3.0.0-beta.13
10
+
11
+ ## 2.0.0-beta.14
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [2e17091]
16
+ - @ai-sdk/provider-utils@5.0.0-beta.9
17
+ - @ai-sdk/openai-compatible@3.0.0-beta.12
18
+
3
19
  ## 2.0.0-beta.13
4
20
 
5
21
  ### 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
package/dist/index.js CHANGED
@@ -995,7 +995,7 @@ var AlibabaVideoModel = class {
995
995
  };
996
996
 
997
997
  // src/version.ts
998
- var VERSION = "2.0.0-beta.13";
998
+ var VERSION = "2.0.0-beta.15";
999
999
 
1000
1000
  // src/alibaba-provider.ts
1001
1001
  var alibabaErrorDataSchema = import_v44.z.object({
package/dist/index.mjs CHANGED
@@ -1006,7 +1006,7 @@ var AlibabaVideoModel = class {
1006
1006
  };
1007
1007
 
1008
1008
  // src/version.ts
1009
- var VERSION = "2.0.0-beta.13";
1009
+ var VERSION = "2.0.0-beta.15";
1010
1010
 
1011
1011
  // src/alibaba-provider.ts
1012
1012
  var alibabaErrorDataSchema = z4.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/alibaba",
3
- "version": "2.0.0-beta.13",
3
+ "version": "2.0.0-beta.15",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -25,9 +25,9 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@ai-sdk/openai-compatible": "3.0.0-beta.11",
28
+ "@ai-sdk/openai-compatible": "3.0.0-beta.13",
29
29
  "@ai-sdk/provider": "4.0.0-beta.5",
30
- "@ai-sdk/provider-utils": "5.0.0-beta.8"
30
+ "@ai-sdk/provider-utils": "5.0.0-beta.9"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "20.17.24",