@picsart/ai-sdk 5.14.0 → 5.15.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 +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5030,6 +5030,7 @@ var { MODELS: MODELS18 } = defineModels("pika", [
5030
5030
  id: "pika-2.2",
5031
5031
  name: "Pika",
5032
5032
  addedAt: "2026-02-06",
5033
+ deprecated: true,
5033
5034
  workflow: "pika-text-to-video-v2-2",
5034
5035
  editWorkflow: "pika-image-to-video-v2-2",
5035
5036
  buildPayload: buildPikaPayload,
@@ -5051,6 +5052,7 @@ var { MODELS: MODELS18 } = defineModels("pika", [
5051
5052
  id: "pika-2.2-scenes",
5052
5053
  name: "Pika Scenes",
5053
5054
  addedAt: "2026-02-06",
5055
+ deprecated: true,
5054
5056
  workflow: "pika-scenes-v2-2",
5055
5057
  buildPayload: buildPikaScenesPayload,
5056
5058
  estimatedTime: 55,
@@ -5070,6 +5072,7 @@ var { MODELS: MODELS18 } = defineModels("pika", [
5070
5072
  id: "pika-2.2-frames",
5071
5073
  name: "Pika Frames",
5072
5074
  addedAt: "2026-02-06",
5075
+ deprecated: true,
5073
5076
  workflow: "pika-frames-v2-2",
5074
5077
  buildPayload: buildPikaFramesPayload,
5075
5078
  estimatedTime: 50,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@picsart/ai-sdk",
3
- "version": "5.14.0",
3
+ "version": "5.15.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",