@picsart/ai-sdk 5.34.1 → 5.34.2

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5875,7 +5875,7 @@ var { MODELS: MODELS21 } = defineModels("flux", [
5875
5875
  // SDK's own field names (videoUrl, prompt, safetyTolerance) — no payload
5876
5876
  // builder needed.
5877
5877
  id: "flux-video-edit",
5878
- name: "Sprout Video Edit",
5878
+ name: "FLUX Video Edit [fast]",
5879
5879
  workflow: "flux/v1/video-edit",
5880
5880
  mode: "video",
5881
5881
  inputType: "v2v",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@picsart/ai-sdk",
3
- "version": "5.34.1",
3
+ "version": "5.34.2",
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",