@picsart/ai-sdk 1.133.4 → 1.133.5

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/_cli.js CHANGED
@@ -2710,7 +2710,7 @@ var init_seedance = __esm({
2710
2710
  estimatedTime: 20,
2711
2711
  mode: "video",
2712
2712
  inputType: "t2v",
2713
- badge: ["new", "ultra"],
2713
+ badge: ["new", "premium"],
2714
2714
  description: "Next-gen cinematic video with optional audio generation",
2715
2715
  features: [feat("Image Input", "input"), feat("Audio", "audio"), feat("720p", "resolution"), feat("4-15 sec", "duration")],
2716
2716
  paramConfig: {
@@ -2743,7 +2743,7 @@ var init_seedance = __esm({
2743
2743
  estimatedTime: 10,
2744
2744
  mode: "video",
2745
2745
  inputType: "t2v",
2746
- badge: ["new", "fast", "ultra"],
2746
+ badge: ["new", "fast", "premium"],
2747
2747
  description: "Fast cinematic video generation with quick iteration speed",
2748
2748
  features: [feat("Image Input", "input"), feat("Audio", "audio"), feat("720p", "resolution"), feat("4-15 sec", "duration")],
2749
2749
  paramConfig: {
package/index.d.ts CHANGED
@@ -1383,7 +1383,7 @@ type ToolIdMapping = string | {
1383
1383
  by: 'megapixel';
1384
1384
  map: Record<string, ToolIdMapping>;
1385
1385
  };
1386
- type BadgeType = 'new' | 'popular' | 'coming-soon' | 'fast' | 'premium' | 'hot' | 'ultra';
1386
+ type BadgeType = 'new' | 'popular' | 'coming-soon' | 'fast' | 'premium' | 'hot';
1387
1387
  interface ModelDefinition {
1388
1388
  id: string;
1389
1389
  name: string;
package/index.js CHANGED
@@ -2202,7 +2202,7 @@ var { MODELS: MODELS12} = defineModels("seedance", [
2202
2202
  estimatedTime: 20,
2203
2203
  mode: "video",
2204
2204
  inputType: "t2v",
2205
- badge: ["new", "ultra"],
2205
+ badge: ["new", "premium"],
2206
2206
  description: "Next-gen cinematic video with optional audio generation",
2207
2207
  features: [feat("Image Input", "input"), feat("Audio", "audio"), feat("720p", "resolution"), feat("4-15 sec", "duration")],
2208
2208
  paramConfig: {
@@ -2235,7 +2235,7 @@ var { MODELS: MODELS12} = defineModels("seedance", [
2235
2235
  estimatedTime: 10,
2236
2236
  mode: "video",
2237
2237
  inputType: "t2v",
2238
- badge: ["new", "fast", "ultra"],
2238
+ badge: ["new", "fast", "premium"],
2239
2239
  description: "Fast cinematic video generation with quick iteration speed",
2240
2240
  features: [feat("Image Input", "input"), feat("Audio", "audio"), feat("720p", "resolution"), feat("4-15 sec", "duration")],
2241
2241
  paramConfig: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@picsart/ai-sdk",
3
- "version": "1.133.4",
3
+ "version": "1.133.5",
4
4
  "type": "module",
5
5
  "description": "Type-safe SDK for 100+ AI models — image, video, and audio generation with Picsart",
6
6
  "license": "MIT",