@picsart/ai-sdk 3.31.0 → 3.32.0

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -3297,6 +3297,7 @@ var { MODELS: MODELS10 } = defineModels("wan", [
3297
3297
  // start/end frames. buildPayload registered in wan.payloads.ts.
3298
3298
  workflow: "wan/v3/video",
3299
3299
  estimatedTime: 120,
3300
+ release: "preview",
3300
3301
  mode: "video",
3301
3302
  inputType: "t2v",
3302
3303
  description: "Wan 3.0 all-in-one \u2014 text, image/video/audio references, and start/end frames with adaptive ratio, intelligent duration, and audio.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@picsart/ai-sdk",
3
- "version": "3.31.0",
3
+ "version": "3.32.0",
4
4
  "type": "module",
5
5
  "description": "Type-safe SDK for 100+ AI models — image, video, audio, and text generation with Picsart",
6
6
  "license": "MIT",