@picsart/ai-sdk 1.133.4 → 1.135.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.
- package/_cli.js +2 -2
- package/index.d.ts +1 -1
- package/index.js +2 -2
- package/package.json +1 -1
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", "
|
|
2713
|
+
badge: ["new", "premium", "hot"],
|
|
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", "
|
|
2746
|
+
badge: ["new", "fast", "premium", "hot"],
|
|
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'
|
|
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", "
|
|
2205
|
+
badge: ["new", "premium", "hot"],
|
|
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", "
|
|
2238
|
+
badge: ["new", "fast", "premium", "hot"],
|
|
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: {
|