@picsart/ai-sdk 5.34.2 → 5.34.3

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 +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5875,12 +5875,13 @@ 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: "FLUX Video Edit [fast]",
5878
+ name: "FLUX Video Edit",
5879
5879
  workflow: "flux/v1/video-edit",
5880
5880
  mode: "video",
5881
5881
  inputType: "v2v",
5882
5882
  addedAt: "2026-09-09",
5883
5883
  estimatedTime: 180,
5884
+ badge: ["new", "fast"],
5884
5885
  description: "Edit videos with a text instruction \u2014 change objects, styles or scenes while preserving motion, timing and audio. Source clips up to 15 seconds; output at 24 fps, up to 720p.",
5885
5886
  features: [
5886
5887
  feat("Video Required", "input"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@picsart/ai-sdk",
3
- "version": "5.34.2",
3
+ "version": "5.34.3",
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",