@ai-sdk/prodia 2.0.0-canary.38 → 2.0.0-canary.40

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,19 @@
1
1
  # @ai-sdk/prodia
2
2
 
3
+ ## 2.0.0-canary.40
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ca39020]
8
+ - @ai-sdk/provider-utils@5.0.0-canary.36
9
+
10
+ ## 2.0.0-canary.39
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [f634bac]
15
+ - @ai-sdk/provider-utils@5.0.0-canary.35
16
+
3
17
  ## 2.0.0-canary.38
4
18
 
5
19
  ### Patch Changes
@@ -283,7 +297,6 @@
283
297
  ### Patch Changes
284
298
 
285
299
  - e2bdcd6: feat(provider/prodia): Add LanguageModel and VideoModel support to the Prodia provider.
286
-
287
300
  - **LanguageModel**: Supports Nano Banana (`inference.nano-banana.img2img.v2`) for img2img generation with text+image output via multipart form-data requests. Implements both `doGenerate` and `doStream`.
288
301
  - **VideoModel**: Supports Wan 2.2 Lightning for text-to-video (`inference.wan2-2.lightning.txt2vid.v0`) and image-to-video (`inference.wan2-2.lightning.img2vid.v0`) generation.
289
302
  - Extract shared multipart parsing and error handling infrastructure into `prodia-api.ts`.
package/dist/index.js CHANGED
@@ -992,7 +992,7 @@ function getExtension(mediaType) {
992
992
  }
993
993
 
994
994
  // src/version.ts
995
- var VERSION = true ? "2.0.0-canary.38" : "0.0.0-test";
995
+ var VERSION = true ? "2.0.0-canary.40" : "0.0.0-test";
996
996
 
997
997
  // src/prodia-provider.ts
998
998
  var defaultBaseURL = "https://inference.prodia.com/v2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/prodia",
3
- "version": "2.0.0-canary.38",
3
+ "version": "2.0.0-canary.40",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -29,15 +29,15 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@ai-sdk/provider": "4.0.0-canary.16",
32
- "@ai-sdk/provider-utils": "5.0.0-canary.34"
32
+ "@ai-sdk/provider-utils": "5.0.0-canary.36"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "20.17.24",
36
36
  "tsup": "^8",
37
37
  "typescript": "5.8.3",
38
38
  "zod": "3.25.76",
39
- "@ai-sdk/test-server": "2.0.0-canary.4",
40
- "@vercel/ai-tsconfig": "0.0.0"
39
+ "@vercel/ai-tsconfig": "0.0.0",
40
+ "@ai-sdk/test-server": "2.0.0-canary.4"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "zod": "^3.25.76 || ^4.1.8"