ai 6.0.143 → 6.0.145

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,22 @@
1
1
  # ai
2
2
 
3
+ ## 6.0.145
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ffd431a]
8
+ - @ai-sdk/gateway@3.0.87
9
+
10
+ ## 6.0.144
11
+
12
+ ### Patch Changes
13
+
14
+ - 0469aed: fix: allow inline data URLs in download validation
15
+ - Updated dependencies [0469aed]
16
+ - Updated dependencies [15bfbd2]
17
+ - @ai-sdk/provider-utils@4.0.22
18
+ - @ai-sdk/gateway@3.0.86
19
+
3
20
  ## 6.0.143
4
21
 
5
22
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1231,7 +1231,7 @@ var import_provider_utils3 = require("@ai-sdk/provider-utils");
1231
1231
  var import_provider_utils4 = require("@ai-sdk/provider-utils");
1232
1232
 
1233
1233
  // src/version.ts
1234
- var VERSION = true ? "6.0.143" : "0.0.0-test";
1234
+ var VERSION = true ? "6.0.145" : "0.0.0-test";
1235
1235
 
1236
1236
  // src/util/download/download.ts
1237
1237
  var download = async ({
package/dist/index.mjs CHANGED
@@ -1122,7 +1122,7 @@ import {
1122
1122
  } from "@ai-sdk/provider-utils";
1123
1123
 
1124
1124
  // src/version.ts
1125
- var VERSION = true ? "6.0.143" : "0.0.0-test";
1125
+ var VERSION = true ? "6.0.145" : "0.0.0-test";
1126
1126
 
1127
1127
  // src/util/download/download.ts
1128
1128
  var download = async ({
@@ -153,7 +153,7 @@ var import_provider_utils2 = require("@ai-sdk/provider-utils");
153
153
  var import_provider_utils3 = require("@ai-sdk/provider-utils");
154
154
 
155
155
  // src/version.ts
156
- var VERSION = true ? "6.0.143" : "0.0.0-test";
156
+ var VERSION = true ? "6.0.145" : "0.0.0-test";
157
157
 
158
158
  // src/util/download/download.ts
159
159
  var download = async ({
@@ -133,7 +133,7 @@ import {
133
133
  } from "@ai-sdk/provider-utils";
134
134
 
135
135
  // src/version.ts
136
- var VERSION = true ? "6.0.143" : "0.0.0-test";
136
+ var VERSION = true ? "6.0.145" : "0.0.0-test";
137
137
 
138
138
  // src/util/download/download.ts
139
139
  var download = async ({
@@ -361,6 +361,6 @@ try {
361
361
  | [Kling AI](/providers/ai-sdk-providers/klingai#video-models) | `kling-v2.6-i2v` | Image-to-video |
362
362
  | [Kling AI](/providers/ai-sdk-providers/klingai#video-models) | `kling-v2.6-motion-control` | Motion control |
363
363
  | [Replicate](/providers/ai-sdk-providers/replicate#video-models) | `minimax/video-01` | Text-to-video |
364
- | [xAI](/providers/ai-sdk-providers/xai#video-models) | `grok-imagine-video` | Text-to-video, image-to-video, editing |
364
+ | [xAI](/providers/ai-sdk-providers/xai#video-models) | `grok-imagine-video` | Text-to-video, image-to-video, editing, extension, R2V |
365
365
 
366
366
  Above are a small subset of the video models supported by the AI SDK providers. For more, see the respective provider documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai",
3
- "version": "6.0.143",
3
+ "version": "6.0.145",
4
4
  "description": "AI SDK by Vercel - build apps like ChatGPT, Claude, Gemini, and more with a single interface for any model using the Vercel AI Gateway or go direct to OpenAI, Anthropic, Google, or any other model provider.",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -45,9 +45,9 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@opentelemetry/api": "1.9.0",
48
- "@ai-sdk/gateway": "3.0.85",
48
+ "@ai-sdk/gateway": "3.0.87",
49
49
  "@ai-sdk/provider": "3.0.8",
50
- "@ai-sdk/provider-utils": "4.0.21"
50
+ "@ai-sdk/provider-utils": "4.0.22"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@edge-runtime/vm": "^5.0.0",