fal-endpoint-types 1.3.43 → 1.3.44
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.
|
@@ -88,14 +88,14 @@ export interface XaiGrokImagineVideoTextToVideoOutput {
|
|
|
88
88
|
/**
|
|
89
89
|
* @description The generated video.
|
|
90
90
|
* @example {
|
|
91
|
+
* "fps": 24,
|
|
92
|
+
* "duration": 6.041667,
|
|
93
|
+
* "file_name": "RUAbFYlssdqnbjNLmE8qP_IX7BNYGP.mp4",
|
|
91
94
|
* "num_frames": 145,
|
|
92
|
-
* "url": "https://v3b.fal.media/files/b/0a8b90e4/RUAbFYlssdqnbjNLmE8qP_IX7BNYGP.mp4",
|
|
93
95
|
* "width": 1280,
|
|
94
|
-
* "duration": 6.041667,
|
|
95
|
-
* "fps": 24,
|
|
96
96
|
* "content_type": "video/mp4",
|
|
97
97
|
* "height": 720,
|
|
98
|
-
* "
|
|
98
|
+
* "url": "https://v3b.fal.media/files/b/0a8b90e4/RUAbFYlssdqnbjNLmE8qP_IX7BNYGP.mp4"
|
|
99
99
|
* }
|
|
100
100
|
*/
|
|
101
101
|
video: Components.VideoFile;
|
|
@@ -142,14 +142,14 @@ export interface XaiGrokImagineVideoReferenceToVideoOutput {
|
|
|
142
142
|
/**
|
|
143
143
|
* @description The generated video.
|
|
144
144
|
* @example {
|
|
145
|
+
* "fps": 24,
|
|
146
|
+
* "duration": 8,
|
|
147
|
+
* "file_name": "r2v_output.mp4",
|
|
145
148
|
* "num_frames": 192,
|
|
146
|
-
* "url": "https://v3b.fal.media/files/b/0a8b90e4/r2v_output.mp4",
|
|
147
149
|
* "width": 1280,
|
|
148
|
-
* "duration": 8,
|
|
149
|
-
* "fps": 24,
|
|
150
150
|
* "content_type": "video/mp4",
|
|
151
151
|
* "height": 720,
|
|
152
|
-
* "
|
|
152
|
+
* "url": "https://v3b.fal.media/files/b/0a8b90e4/r2v_output.mp4"
|
|
153
153
|
* }
|
|
154
154
|
*/
|
|
155
155
|
video: Components.VideoFile;
|
|
@@ -193,14 +193,14 @@ export interface XaiGrokImagineVideoImageToVideoOutput {
|
|
|
193
193
|
/**
|
|
194
194
|
* @description The generated video.
|
|
195
195
|
* @example {
|
|
196
|
+
* "fps": 24,
|
|
197
|
+
* "duration": 6.041667,
|
|
198
|
+
* "file_name": "0Ci1dviuSnEyUZzBUq-_5_nu7MrAAa.mp4",
|
|
196
199
|
* "num_frames": 145,
|
|
197
|
-
* "url": "https://v3b.fal.media/files/b/0a8b90e0/0Ci1dviuSnEyUZzBUq-_5_nu7MrAAa.mp4",
|
|
198
200
|
* "width": 1280,
|
|
199
|
-
* "duration": 6.041667,
|
|
200
|
-
* "fps": 24,
|
|
201
201
|
* "content_type": "video/mp4",
|
|
202
202
|
* "height": 720,
|
|
203
|
-
* "
|
|
203
|
+
* "url": "https://v3b.fal.media/files/b/0a8b90e0/0Ci1dviuSnEyUZzBUq-_5_nu7MrAAa.mp4"
|
|
204
204
|
* }
|
|
205
205
|
*/
|
|
206
206
|
video: Components.VideoFile;
|
|
@@ -231,14 +231,14 @@ export interface XaiGrokImagineVideoExtendVideoOutput {
|
|
|
231
231
|
/**
|
|
232
232
|
* @description The extended video (original + extension stitched together).
|
|
233
233
|
* @example {
|
|
234
|
+
* "fps": 24,
|
|
235
|
+
* "duration": 16,
|
|
236
|
+
* "file_name": "extended_video.mp4",
|
|
234
237
|
* "num_frames": 384,
|
|
235
|
-
* "url": "https://v3b.fal.media/files/b/0a8b9113/extended_video.mp4",
|
|
236
238
|
* "width": 1280,
|
|
237
|
-
* "duration": 16,
|
|
238
|
-
* "fps": 24,
|
|
239
239
|
* "content_type": "video/mp4",
|
|
240
240
|
* "height": 720,
|
|
241
|
-
* "
|
|
241
|
+
* "url": "https://v3b.fal.media/files/b/0a8b9113/extended_video.mp4"
|
|
242
242
|
* }
|
|
243
243
|
*/
|
|
244
244
|
video: Components.VideoFile;
|
|
@@ -270,14 +270,14 @@ export interface XaiGrokImagineVideoEditVideoOutput {
|
|
|
270
270
|
/**
|
|
271
271
|
* @description The generated video.
|
|
272
272
|
* @example {
|
|
273
|
+
* "fps": 24,
|
|
274
|
+
* "duration": 5.041667,
|
|
275
|
+
* "file_name": "EuDrZuQTW9m1phBXOsauz_EpJH3s8X.mp4",
|
|
273
276
|
* "num_frames": 121,
|
|
274
|
-
* "url": "https://v3b.fal.media/files/b/0a8b9113/EuDrZuQTW9m1phBXOsauz_EpJH3s8X.mp4",
|
|
275
277
|
* "width": 1280,
|
|
276
|
-
* "duration": 5.041667,
|
|
277
|
-
* "fps": 24,
|
|
278
278
|
* "content_type": "video/mp4",
|
|
279
279
|
* "height": 720,
|
|
280
|
-
* "
|
|
280
|
+
* "url": "https://v3b.fal.media/files/b/0a8b9113/EuDrZuQTW9m1phBXOsauz_EpJH3s8X.mp4"
|
|
281
281
|
* }
|
|
282
282
|
*/
|
|
283
283
|
video: Components.VideoFile;
|
|
@@ -520,8 +520,8 @@ export interface WanV26TextToVideoOutput {
|
|
|
520
520
|
/**
|
|
521
521
|
* @description The generated video file
|
|
522
522
|
* @example {
|
|
523
|
-
* "
|
|
524
|
-
* "
|
|
523
|
+
* "url": "https://v3b.fal.media/files/b/0a867564/PsHtrg623uJuI7DdRqXvb_etx4d0Un.mp4",
|
|
524
|
+
* "content_type": "video/mp4"
|
|
525
525
|
* }
|
|
526
526
|
*/
|
|
527
527
|
video: Components.VideoFile;
|
|
@@ -592,8 +592,8 @@ export interface WanV26TextToImageOutput {
|
|
|
592
592
|
* @description Generated images in PNG format
|
|
593
593
|
* @example [
|
|
594
594
|
* {
|
|
595
|
-
* "content_type": "image/png",
|
|
596
595
|
* "file_name": "output_1.png",
|
|
596
|
+
* "content_type": "image/png",
|
|
597
597
|
* "url": "https://v3b.fal.media/files/b/0a86d6b0/cBXGSUEl3DkTcBnf9IEM0_output_1.png"
|
|
598
598
|
* }
|
|
599
599
|
* ]
|
|
@@ -770,11 +770,11 @@ export interface WanV26ReferenceToVideoOutput extends SharedType_d29 {}
|
|
|
770
770
|
|
|
771
771
|
export interface WanV26ImageToVideoFlashInput extends SharedType_d35 {}
|
|
772
772
|
|
|
773
|
-
export interface WanV26ImageToVideoFlashOutput extends
|
|
773
|
+
export interface WanV26ImageToVideoFlashOutput extends SharedType_fa1 {}
|
|
774
774
|
|
|
775
775
|
export interface WanV26ImageToVideoInput extends SharedType_d35 {}
|
|
776
776
|
|
|
777
|
-
export interface WanV26ImageToVideoOutput extends
|
|
777
|
+
export interface WanV26ImageToVideoOutput extends SharedType_fa1 {}
|
|
778
778
|
|
|
779
779
|
export interface WanV26ImageToImageInput {
|
|
780
780
|
/**
|
|
@@ -849,8 +849,8 @@ export interface WanV26ImageToImageOutput {
|
|
|
849
849
|
* @description Generated images in PNG format
|
|
850
850
|
* @example [
|
|
851
851
|
* {
|
|
852
|
-
* "content_type": "image/png",
|
|
853
852
|
* "file_name": "output_1.png",
|
|
853
|
+
* "content_type": "image/png",
|
|
854
854
|
* "url": "https://v3b.fal.media/files/b/0a86d6bb/iSEuXzi3kDy1jnlMCwYuH_output_3.png"
|
|
855
855
|
* }
|
|
856
856
|
* ]
|
|
@@ -1763,6 +1763,19 @@ export interface SharedType_fc4 {
|
|
|
1763
1763
|
textured_mesh?: boolean;
|
|
1764
1764
|
}
|
|
1765
1765
|
|
|
1766
|
+
export interface SharedType_fb8 {
|
|
1767
|
+
/**
|
|
1768
|
+
* @description The generated video
|
|
1769
|
+
* @example {
|
|
1770
|
+
* "url": "https://v3b.fal.media/files/b/0a875336/8p3rFiXtx3fE2TLoh59KP_output.mp4",
|
|
1771
|
+
* "file_name": "output.mp4",
|
|
1772
|
+
* "content_type": "video/mp4",
|
|
1773
|
+
* "file_size": 35299865
|
|
1774
|
+
* }
|
|
1775
|
+
*/
|
|
1776
|
+
video: Components.File;
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1766
1779
|
export interface SharedType_fb3 {
|
|
1767
1780
|
/**
|
|
1768
1781
|
* Duration
|
|
@@ -1899,42 +1912,27 @@ export interface SharedType_faf {
|
|
|
1899
1912
|
sync_mode?: boolean;
|
|
1900
1913
|
}
|
|
1901
1914
|
|
|
1902
|
-
export interface
|
|
1915
|
+
export interface SharedType_fa1 {
|
|
1903
1916
|
/**
|
|
1904
|
-
*
|
|
1905
|
-
* @description
|
|
1906
|
-
|
|
1907
|
-
has_nsfw_concepts: boolean[];
|
|
1908
|
-
/**
|
|
1909
|
-
* Images
|
|
1910
|
-
* @description The generated image files info.
|
|
1911
|
-
* @example [
|
|
1912
|
-
* {
|
|
1913
|
-
* "content_type": "image/png",
|
|
1914
|
-
* "width": 512,
|
|
1915
|
-
* "height": 888,
|
|
1916
|
-
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-inpaint-output.png"
|
|
1917
|
-
* }
|
|
1918
|
-
* ]
|
|
1919
|
-
*/
|
|
1920
|
-
images: Components.ImageFile[];
|
|
1921
|
-
/**
|
|
1922
|
-
* Prompt
|
|
1923
|
-
* @description The prompt used for generating the image.
|
|
1917
|
+
* Actual Prompt
|
|
1918
|
+
* @description The actual prompt used if prompt rewriting was enabled
|
|
1919
|
+
* @example A comedic cinematic scene where the creator interacts with AI-generated reality transformations.
|
|
1924
1920
|
*/
|
|
1925
|
-
|
|
1921
|
+
actual_prompt?: string;
|
|
1926
1922
|
/**
|
|
1927
1923
|
* Seed
|
|
1928
|
-
* @description
|
|
1924
|
+
* @description The seed used for generation
|
|
1925
|
+
* @example 175932751
|
|
1929
1926
|
*/
|
|
1930
1927
|
seed: number;
|
|
1931
1928
|
/**
|
|
1932
|
-
*
|
|
1933
|
-
* @
|
|
1929
|
+
* @description The generated video file
|
|
1930
|
+
* @example {
|
|
1931
|
+
* "url": "https://v3b.fal.media/files/b/0a8675cf/bCu9FiFXSjsSnIwOmjUOY_BVs2IFR3.mp4",
|
|
1932
|
+
* "content_type": "video/mp4"
|
|
1933
|
+
* }
|
|
1934
1934
|
*/
|
|
1935
|
-
|
|
1936
|
-
[key: string]: number;
|
|
1937
|
-
};
|
|
1935
|
+
video: Components.VideoFile;
|
|
1938
1936
|
}
|
|
1939
1937
|
|
|
1940
1938
|
export interface SharedType_f83 {
|
|
@@ -1966,44 +1964,6 @@ export interface SharedType_f83 {
|
|
|
1966
1964
|
video: Components.VideoFile;
|
|
1967
1965
|
}
|
|
1968
1966
|
|
|
1969
|
-
export interface SharedType_f7e {
|
|
1970
|
-
/**
|
|
1971
|
-
* Has Nsfw Concepts
|
|
1972
|
-
* @description Whether the generated images contain NSFW concepts.
|
|
1973
|
-
*/
|
|
1974
|
-
has_nsfw_concepts: boolean[];
|
|
1975
|
-
/**
|
|
1976
|
-
* Images
|
|
1977
|
-
* @description The generated image files info.
|
|
1978
|
-
* @example [
|
|
1979
|
-
* {
|
|
1980
|
-
* "content_type": "image/png",
|
|
1981
|
-
* "width": 2048,
|
|
1982
|
-
* "height": 2048,
|
|
1983
|
-
* "url": "https://v3b.fal.media/files/b/0a9276c3/6KxxMb0bPmfNLH3DqcuSf_qRUe8cIL.png"
|
|
1984
|
-
* }
|
|
1985
|
-
* ]
|
|
1986
|
-
*/
|
|
1987
|
-
images: Components.ImageFile[];
|
|
1988
|
-
/**
|
|
1989
|
-
* Prompt
|
|
1990
|
-
* @description The prompt used for generating the image.
|
|
1991
|
-
*/
|
|
1992
|
-
prompt: string;
|
|
1993
|
-
/**
|
|
1994
|
-
* Seed
|
|
1995
|
-
* @description Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed.
|
|
1996
|
-
*/
|
|
1997
|
-
seed: number;
|
|
1998
|
-
/**
|
|
1999
|
-
* Timings
|
|
2000
|
-
* @description The timings of the generation process.
|
|
2001
|
-
*/
|
|
2002
|
-
timings: {
|
|
2003
|
-
[key: string]: number;
|
|
2004
|
-
};
|
|
2005
|
-
}
|
|
2006
|
-
|
|
2007
1967
|
export interface SharedType_f67 {
|
|
2008
1968
|
/**
|
|
2009
1969
|
* Auto Trim
|
|
@@ -2327,19 +2287,6 @@ export interface SharedType_f50 {
|
|
|
2327
2287
|
sync_mode?: boolean;
|
|
2328
2288
|
}
|
|
2329
2289
|
|
|
2330
|
-
export interface SharedType_f3a {
|
|
2331
|
-
/**
|
|
2332
|
-
* @description The generated video
|
|
2333
|
-
* @example {
|
|
2334
|
-
* "url": "https://storage.googleapis.com/falserverless/model_tests/video_models/output-3.mp4",
|
|
2335
|
-
* "file_name": "output.mp4",
|
|
2336
|
-
* "file_size": 6420765,
|
|
2337
|
-
* "content_type": "video/mp4"
|
|
2338
|
-
* }
|
|
2339
|
-
*/
|
|
2340
|
-
video: Components.File;
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
2290
|
export interface SharedType_f11 {
|
|
2344
2291
|
/**
|
|
2345
2292
|
* Create Masks
|
|
@@ -2495,19 +2442,6 @@ export interface SharedType_ee6 {
|
|
|
2495
2442
|
image: Components.Image;
|
|
2496
2443
|
}
|
|
2497
2444
|
|
|
2498
|
-
export interface SharedType_ecc {
|
|
2499
|
-
/**
|
|
2500
|
-
* @description The generated video
|
|
2501
|
-
* @example {
|
|
2502
|
-
* "url": "https://fal.media/files/panda/5KmKS-mh1vO-htbqE5oex_output.mp4",
|
|
2503
|
-
* "file_name": "output.mp4",
|
|
2504
|
-
* "file_size": 3890360,
|
|
2505
|
-
* "content_type": "video/mp4"
|
|
2506
|
-
* }
|
|
2507
|
-
*/
|
|
2508
|
-
video: Components.File;
|
|
2509
|
-
}
|
|
2510
|
-
|
|
2511
2445
|
export interface SharedType_ec9 {
|
|
2512
2446
|
/**
|
|
2513
2447
|
* @description The generated video file
|
|
@@ -2575,19 +2509,6 @@ export interface SharedType_e8e {
|
|
|
2575
2509
|
seed: number;
|
|
2576
2510
|
}
|
|
2577
2511
|
|
|
2578
|
-
export interface SharedType_e8c {
|
|
2579
|
-
/**
|
|
2580
|
-
* @description The generated video
|
|
2581
|
-
* @example {
|
|
2582
|
-
* "url": "https://storage.googleapis.com/falserverless/model_tests/video_models/output-2.mp4",
|
|
2583
|
-
* "file_name": "output.mp4",
|
|
2584
|
-
* "file_size": 3890360,
|
|
2585
|
-
* "content_type": "video/mp4"
|
|
2586
|
-
* }
|
|
2587
|
-
*/
|
|
2588
|
-
video: Components.File;
|
|
2589
|
-
}
|
|
2590
|
-
|
|
2591
2512
|
export interface SharedType_e74 {
|
|
2592
2513
|
/**
|
|
2593
2514
|
* Expand Prompt
|
|
@@ -2633,6 +2554,44 @@ export interface SharedType_e74 {
|
|
|
2633
2554
|
sync_mode?: boolean;
|
|
2634
2555
|
}
|
|
2635
2556
|
|
|
2557
|
+
export interface SharedType_e731 {
|
|
2558
|
+
/**
|
|
2559
|
+
* Has Nsfw Concepts
|
|
2560
|
+
* @description Whether the generated images contain NSFW concepts.
|
|
2561
|
+
*/
|
|
2562
|
+
has_nsfw_concepts: boolean[];
|
|
2563
|
+
/**
|
|
2564
|
+
* Images
|
|
2565
|
+
* @description The generated image files info.
|
|
2566
|
+
* @example [
|
|
2567
|
+
* {
|
|
2568
|
+
* "height": 1728,
|
|
2569
|
+
* "content_type": "image/png",
|
|
2570
|
+
* "width": 992,
|
|
2571
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-i2i-output.png"
|
|
2572
|
+
* }
|
|
2573
|
+
* ]
|
|
2574
|
+
*/
|
|
2575
|
+
images: Components.ImageFile[];
|
|
2576
|
+
/**
|
|
2577
|
+
* Prompt
|
|
2578
|
+
* @description The prompt used for generating the image.
|
|
2579
|
+
*/
|
|
2580
|
+
prompt: string;
|
|
2581
|
+
/**
|
|
2582
|
+
* Seed
|
|
2583
|
+
* @description Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed.
|
|
2584
|
+
*/
|
|
2585
|
+
seed: number;
|
|
2586
|
+
/**
|
|
2587
|
+
* Timings
|
|
2588
|
+
* @description The timings of the generation process.
|
|
2589
|
+
*/
|
|
2590
|
+
timings: {
|
|
2591
|
+
[key: string]: number;
|
|
2592
|
+
};
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2636
2595
|
export interface SharedType_e73 {
|
|
2637
2596
|
/**
|
|
2638
2597
|
* Actual Prompt
|
|
@@ -2716,42 +2675,17 @@ export interface SharedType_e4b {
|
|
|
2716
2675
|
steps?: number;
|
|
2717
2676
|
}
|
|
2718
2677
|
|
|
2719
|
-
export interface
|
|
2720
|
-
/**
|
|
2721
|
-
* Has Nsfw Concepts
|
|
2722
|
-
* @description Whether the generated images contain NSFW concepts.
|
|
2723
|
-
*/
|
|
2724
|
-
has_nsfw_concepts: boolean[];
|
|
2678
|
+
export interface SharedType_e2c {
|
|
2725
2679
|
/**
|
|
2726
|
-
*
|
|
2727
|
-
* @
|
|
2728
|
-
*
|
|
2729
|
-
*
|
|
2730
|
-
*
|
|
2731
|
-
*
|
|
2732
|
-
*
|
|
2733
|
-
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-output.png"
|
|
2734
|
-
* }
|
|
2735
|
-
* ]
|
|
2736
|
-
*/
|
|
2737
|
-
images: Components.ImageFile[];
|
|
2738
|
-
/**
|
|
2739
|
-
* Prompt
|
|
2740
|
-
* @description The prompt used for generating the image.
|
|
2741
|
-
*/
|
|
2742
|
-
prompt: string;
|
|
2743
|
-
/**
|
|
2744
|
-
* Seed
|
|
2745
|
-
* @description Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed.
|
|
2746
|
-
*/
|
|
2747
|
-
seed: number;
|
|
2748
|
-
/**
|
|
2749
|
-
* Timings
|
|
2750
|
-
* @description The timings of the generation process.
|
|
2680
|
+
* @description The generated video
|
|
2681
|
+
* @example {
|
|
2682
|
+
* "file_size": 6420765,
|
|
2683
|
+
* "url": "https://storage.googleapis.com/falserverless/model_tests/video_models/output-3.mp4",
|
|
2684
|
+
* "content_type": "video/mp4",
|
|
2685
|
+
* "file_name": "output.mp4"
|
|
2686
|
+
* }
|
|
2751
2687
|
*/
|
|
2752
|
-
|
|
2753
|
-
[key: string]: number;
|
|
2754
|
-
};
|
|
2688
|
+
video: Components.File;
|
|
2755
2689
|
}
|
|
2756
2690
|
|
|
2757
2691
|
export interface SharedType_e181 {
|
|
@@ -3154,13 +3088,14 @@ export interface SharedType_e15 {
|
|
|
3154
3088
|
zoom_factor?: number;
|
|
3155
3089
|
}
|
|
3156
3090
|
|
|
3157
|
-
export interface
|
|
3091
|
+
export interface SharedType_e07 {
|
|
3158
3092
|
/**
|
|
3159
|
-
* @description The generated video
|
|
3093
|
+
* @description The generated video.
|
|
3160
3094
|
* @example {
|
|
3161
|
-
* "
|
|
3095
|
+
* "url": "https://v3b.fal.media/files/b/kangaroo/3n_Lpxm_SjK5NYyBobRdS_output.mp4",
|
|
3162
3096
|
* "file_name": "output.mp4",
|
|
3163
|
-
* "
|
|
3097
|
+
* "content_type": "video/mp4",
|
|
3098
|
+
* "file_size": 28472159
|
|
3164
3099
|
* }
|
|
3165
3100
|
*/
|
|
3166
3101
|
video: Components.File;
|
|
@@ -3205,6 +3140,18 @@ export interface SharedType_df1 {
|
|
|
3205
3140
|
textured_mesh?: boolean;
|
|
3206
3141
|
}
|
|
3207
3142
|
|
|
3143
|
+
export interface SharedType_dea {
|
|
3144
|
+
/**
|
|
3145
|
+
* @description The generated video
|
|
3146
|
+
* @example {
|
|
3147
|
+
* "url": "https://storage.googleapis.com/falserverless/kling/kling_ex.mp4.mp4",
|
|
3148
|
+
* "file_name": "output.mp4",
|
|
3149
|
+
* "content_type": "video/mp4"
|
|
3150
|
+
* }
|
|
3151
|
+
*/
|
|
3152
|
+
video: Components.File;
|
|
3153
|
+
}
|
|
3154
|
+
|
|
3208
3155
|
export interface SharedType_de61 {
|
|
3209
3156
|
/**
|
|
3210
3157
|
* Images
|
|
@@ -3419,19 +3366,6 @@ export interface SharedType_dca {
|
|
|
3419
3366
|
resolution?: '540p' | '720p' | '1080p';
|
|
3420
3367
|
}
|
|
3421
3368
|
|
|
3422
|
-
export interface SharedType_dc3 {
|
|
3423
|
-
/**
|
|
3424
|
-
* @description The generated video.
|
|
3425
|
-
* @example {
|
|
3426
|
-
* "content_type": "video/mp4",
|
|
3427
|
-
* "file_name": "output.mp4",
|
|
3428
|
-
* "url": "https://v3b.fal.media/files/b/kangaroo/3n_Lpxm_SjK5NYyBobRdS_output.mp4",
|
|
3429
|
-
* "file_size": 28472159
|
|
3430
|
-
* }
|
|
3431
|
-
*/
|
|
3432
|
-
video: Components.File;
|
|
3433
|
-
}
|
|
3434
|
-
|
|
3435
3369
|
export interface SharedType_dc1 {
|
|
3436
3370
|
/**
|
|
3437
3371
|
* @description The extended video.
|
|
@@ -3575,37 +3509,6 @@ export interface SharedType_d94 {
|
|
|
3575
3509
|
video: Components.File;
|
|
3576
3510
|
}
|
|
3577
3511
|
|
|
3578
|
-
export interface SharedType_d91 {
|
|
3579
|
-
/**
|
|
3580
|
-
* Images
|
|
3581
|
-
* @description The generated images with objects removed.
|
|
3582
|
-
* @example [
|
|
3583
|
-
* {
|
|
3584
|
-
* "file_name": "85a2309b2c954c85a75120e664adbe17.png",
|
|
3585
|
-
* "url": "https://v3.fal.media/files/lion/arYSoJeqWjhbcA8o4budv_85a2309b2c954c85a75120e664adbe17.png",
|
|
3586
|
-
* "height": 768,
|
|
3587
|
-
* "content_type": "image/png",
|
|
3588
|
-
* "file_size": 730703,
|
|
3589
|
-
* "width": 1024
|
|
3590
|
-
* }
|
|
3591
|
-
* ]
|
|
3592
|
-
*/
|
|
3593
|
-
images: Components.Image[];
|
|
3594
|
-
}
|
|
3595
|
-
|
|
3596
|
-
export interface SharedType_d7e {
|
|
3597
|
-
/**
|
|
3598
|
-
* @description The generated video.
|
|
3599
|
-
* @example {
|
|
3600
|
-
* "content_type": "video/mp4",
|
|
3601
|
-
* "file_name": "output.mp4",
|
|
3602
|
-
* "url": "https://v3b.fal.media/files/b/0a86603b/YAlbB2535l07BTy1wpDeI_output.mp4",
|
|
3603
|
-
* "file_size": 7533071
|
|
3604
|
-
* }
|
|
3605
|
-
*/
|
|
3606
|
-
video: Components.File;
|
|
3607
|
-
}
|
|
3608
|
-
|
|
3609
3512
|
export interface SharedType_d72 {
|
|
3610
3513
|
/**
|
|
3611
3514
|
* Has Nsfw Concepts
|
|
@@ -3638,6 +3541,19 @@ export interface SharedType_d72 {
|
|
|
3638
3541
|
};
|
|
3639
3542
|
}
|
|
3640
3543
|
|
|
3544
|
+
export interface SharedType_d3c {
|
|
3545
|
+
/**
|
|
3546
|
+
* @description The generated video
|
|
3547
|
+
* @example {
|
|
3548
|
+
* "file_size": 3232402,
|
|
3549
|
+
* "url": "https://fal.media/files/koala/awGY1lJd7lVsqQeSqjWqn_output.mp4",
|
|
3550
|
+
* "content_type": "video/mp4",
|
|
3551
|
+
* "file_name": "output.mp4"
|
|
3552
|
+
* }
|
|
3553
|
+
*/
|
|
3554
|
+
video: Components.File;
|
|
3555
|
+
}
|
|
3556
|
+
|
|
3641
3557
|
export interface SharedType_d35 {
|
|
3642
3558
|
/**
|
|
3643
3559
|
* Audio Url
|
|
@@ -3901,29 +3817,6 @@ export interface SharedType_cfd {
|
|
|
3901
3817
|
sync_mode?: boolean;
|
|
3902
3818
|
}
|
|
3903
3819
|
|
|
3904
|
-
export interface SharedType_cde {
|
|
3905
|
-
/**
|
|
3906
|
-
* Actual Prompt
|
|
3907
|
-
* @description The actual prompt used if prompt rewriting was enabled
|
|
3908
|
-
* @example A comedic cinematic scene where the creator interacts with AI-generated reality transformations.
|
|
3909
|
-
*/
|
|
3910
|
-
actual_prompt?: string;
|
|
3911
|
-
/**
|
|
3912
|
-
* Seed
|
|
3913
|
-
* @description The seed used for generation
|
|
3914
|
-
* @example 175932751
|
|
3915
|
-
*/
|
|
3916
|
-
seed: number;
|
|
3917
|
-
/**
|
|
3918
|
-
* @description The generated video file
|
|
3919
|
-
* @example {
|
|
3920
|
-
* "content_type": "video/mp4",
|
|
3921
|
-
* "url": "https://v3b.fal.media/files/b/0a8675cf/bCu9FiFXSjsSnIwOmjUOY_BVs2IFR3.mp4"
|
|
3922
|
-
* }
|
|
3923
|
-
*/
|
|
3924
|
-
video: Components.VideoFile;
|
|
3925
|
-
}
|
|
3926
|
-
|
|
3927
3820
|
export interface SharedType_cd2 {
|
|
3928
3821
|
/**
|
|
3929
3822
|
* Enable Output Safety Checker
|
|
@@ -4016,42 +3909,61 @@ export interface SharedType_cd2 {
|
|
|
4016
3909
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
4017
3910
|
}
|
|
4018
3911
|
|
|
4019
|
-
export interface
|
|
3912
|
+
export interface SharedType_cc5 {
|
|
4020
3913
|
/**
|
|
4021
|
-
*
|
|
4022
|
-
* @description
|
|
3914
|
+
* Aspect Ratio
|
|
3915
|
+
* @description The aspect ratio of the generated video frame. If 'auto', the aspect ratio will be determined automatically based on the input video, and the closest aspect ratio to the input video will be used.
|
|
3916
|
+
* @default auto
|
|
3917
|
+
* @enum {string}
|
|
4023
3918
|
*/
|
|
4024
|
-
|
|
3919
|
+
aspect_ratio?: 'auto' | '16:9' | '9:16' | '1:1';
|
|
4025
3920
|
/**
|
|
4026
|
-
*
|
|
4027
|
-
* @description
|
|
3921
|
+
* Duration
|
|
3922
|
+
* @description Video duration in seconds.
|
|
3923
|
+
* @default 5
|
|
3924
|
+
* @enum {string}
|
|
3925
|
+
*/
|
|
3926
|
+
duration?: '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10';
|
|
3927
|
+
/**
|
|
3928
|
+
* Elements
|
|
3929
|
+
* @description Elements (characters/objects) to include. Reference in prompt as @Element1, @Element2, etc. Maximum 4 total (elements + reference images) when using video.
|
|
4028
3930
|
* @example [
|
|
4029
3931
|
* {
|
|
4030
|
-
* "
|
|
4031
|
-
*
|
|
4032
|
-
*
|
|
4033
|
-
*
|
|
3932
|
+
* "reference_image_urls": [
|
|
3933
|
+
* "https://v3b.fal.media/files/b/kangaroo/YMpmQkYt9xugpOTQyZW0O.png",
|
|
3934
|
+
* "https://v3b.fal.media/files/b/zebra/d6ywajNyJ6bnpa_xBue-K.png"
|
|
3935
|
+
* ],
|
|
3936
|
+
* "frontal_image_url": "https://v3b.fal.media/files/b/panda/MQp-ghIqshvMZROKh9lW3.png"
|
|
4034
3937
|
* }
|
|
4035
3938
|
* ]
|
|
4036
3939
|
*/
|
|
4037
|
-
|
|
3940
|
+
elements?: Components.OmniVideoElementInput[];
|
|
4038
3941
|
/**
|
|
4039
|
-
*
|
|
4040
|
-
* @description
|
|
3942
|
+
* Image Urls
|
|
3943
|
+
* @description Reference images for style/appearance. Reference in prompt as @Image1, @Image2, etc. Maximum 4 total (elements + reference images) when using video.
|
|
3944
|
+
* @example []
|
|
4041
3945
|
*/
|
|
4042
|
-
|
|
3946
|
+
image_urls?: string[];
|
|
4043
3947
|
/**
|
|
4044
|
-
*
|
|
4045
|
-
* @description
|
|
3948
|
+
* Keep Audio
|
|
3949
|
+
* @description Whether to keep the original audio from the video.
|
|
3950
|
+
* @default false
|
|
4046
3951
|
*/
|
|
4047
|
-
|
|
3952
|
+
keep_audio?: boolean;
|
|
4048
3953
|
/**
|
|
4049
|
-
*
|
|
4050
|
-
* @description
|
|
3954
|
+
* Prompt
|
|
3955
|
+
* @description Use @Element1, @Element2 to reference elements and @Image1, @Image2 to reference images in order.
|
|
3956
|
+
* @example Based on @Video1, generate the next shot. keep the style of the video
|
|
4051
3957
|
*/
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
3958
|
+
prompt: string;
|
|
3959
|
+
/**
|
|
3960
|
+
* Video Url
|
|
3961
|
+
* @description Reference video URL. Only .mp4/.mov formats supported, 3-10 seconds duration, 720-2160px resolution, max 200MB.
|
|
3962
|
+
*
|
|
3963
|
+
* Max file size: 200.0MB, Min width: 720px, Min height: 720px, Max width: 2160px, Max height: 2160px, Min duration: 3.0s, Max duration: 10.05s, Min FPS: 24.0, Max FPS: 60.0, Timeout: 30.0s
|
|
3964
|
+
* @example https://v3b.fal.media/files/b/panda/oVdiICFXY03Vbam-08Aj8_output.mp4
|
|
3965
|
+
*/
|
|
3966
|
+
video_url: string;
|
|
4055
3967
|
}
|
|
4056
3968
|
|
|
4057
3969
|
export interface SharedType_cbd {
|
|
@@ -4251,6 +4163,96 @@ export interface SharedType_cb4 {
|
|
|
4251
4163
|
sync_mode?: boolean;
|
|
4252
4164
|
}
|
|
4253
4165
|
|
|
4166
|
+
export interface SharedType_cb0 {
|
|
4167
|
+
/**
|
|
4168
|
+
* Has Nsfw Concepts
|
|
4169
|
+
* @description Whether the generated images contain NSFW concepts.
|
|
4170
|
+
*/
|
|
4171
|
+
has_nsfw_concepts: boolean[];
|
|
4172
|
+
/**
|
|
4173
|
+
* Images
|
|
4174
|
+
* @description The generated image files info.
|
|
4175
|
+
* @example [
|
|
4176
|
+
* {
|
|
4177
|
+
* "height": 888,
|
|
4178
|
+
* "content_type": "image/png",
|
|
4179
|
+
* "width": 512,
|
|
4180
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-inpaint-output.png"
|
|
4181
|
+
* }
|
|
4182
|
+
* ]
|
|
4183
|
+
*/
|
|
4184
|
+
images: Components.ImageFile[];
|
|
4185
|
+
/**
|
|
4186
|
+
* Prompt
|
|
4187
|
+
* @description The prompt used for generating the image.
|
|
4188
|
+
*/
|
|
4189
|
+
prompt: string;
|
|
4190
|
+
/**
|
|
4191
|
+
* Seed
|
|
4192
|
+
* @description Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed.
|
|
4193
|
+
*/
|
|
4194
|
+
seed: number;
|
|
4195
|
+
/**
|
|
4196
|
+
* Timings
|
|
4197
|
+
* @description The timings of the generation process.
|
|
4198
|
+
*/
|
|
4199
|
+
timings: {
|
|
4200
|
+
[key: string]: number;
|
|
4201
|
+
};
|
|
4202
|
+
}
|
|
4203
|
+
|
|
4204
|
+
export interface SharedType_ca4 {
|
|
4205
|
+
/**
|
|
4206
|
+
* Aspect Ratio
|
|
4207
|
+
* @description The aspect ratio of the generated video frame.
|
|
4208
|
+
* @default 16:9
|
|
4209
|
+
* @enum {string}
|
|
4210
|
+
*/
|
|
4211
|
+
aspect_ratio?: '16:9' | '9:16' | '1:1';
|
|
4212
|
+
/**
|
|
4213
|
+
* Duration
|
|
4214
|
+
* @description Video duration in seconds.
|
|
4215
|
+
* @default 5
|
|
4216
|
+
* @enum {string}
|
|
4217
|
+
*/
|
|
4218
|
+
duration?: '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10';
|
|
4219
|
+
/**
|
|
4220
|
+
* Elements
|
|
4221
|
+
* @description Elements (characters/objects) to include in the video. Reference in prompt as @Element1, @Element2, etc. Maximum 7 total (elements + reference images + start image).
|
|
4222
|
+
* @example [
|
|
4223
|
+
* {
|
|
4224
|
+
* "reference_image_urls": [
|
|
4225
|
+
* "https://v3b.fal.media/files/b/kangaroo/YMpmQkYt9xugpOTQyZW0O.png",
|
|
4226
|
+
* "https://v3b.fal.media/files/b/zebra/d6ywajNyJ6bnpa_xBue-K.png"
|
|
4227
|
+
* ],
|
|
4228
|
+
* "frontal_image_url": "https://v3b.fal.media/files/b/panda/MQp-ghIqshvMZROKh9lW3.png"
|
|
4229
|
+
* },
|
|
4230
|
+
* {
|
|
4231
|
+
* "reference_image_urls": [
|
|
4232
|
+
* "https://v3b.fal.media/files/b/kangaroo/EBF4nWihspyv4pp6hgj7D.png"
|
|
4233
|
+
* ],
|
|
4234
|
+
* "frontal_image_url": "https://v3b.fal.media/files/b/koala/gSnsA7HJlgcaTyR5Ujj2H.png"
|
|
4235
|
+
* }
|
|
4236
|
+
* ]
|
|
4237
|
+
*/
|
|
4238
|
+
elements?: Components.OmniVideoElementInput[];
|
|
4239
|
+
/**
|
|
4240
|
+
* Image Urls
|
|
4241
|
+
* @description Additional reference images for style/appearance. Reference in prompt as @Image1, @Image2, etc. Maximum 7 total (elements + reference images + start image).
|
|
4242
|
+
* @example [
|
|
4243
|
+
* "https://v3b.fal.media/files/b/koala/v9COzzH23FGBYdGLgbK3u.png",
|
|
4244
|
+
* "https://v3b.fal.media/files/b/elephant/5Is2huKQFSE7A7c5uUeUF.png"
|
|
4245
|
+
* ]
|
|
4246
|
+
*/
|
|
4247
|
+
image_urls?: string[];
|
|
4248
|
+
/**
|
|
4249
|
+
* Prompt
|
|
4250
|
+
* @description Take @Element1, @Element2 to reference elements and @Image1, @Image2 to reference images in order.
|
|
4251
|
+
* @example Take @Image1 as the start frame. Start with a high-angle satellite view of the ancient greenhouse ruin surrounded by nature. The camera swoops down and flies inside the building, revealing the character from @Element1 standing in the sun-drenched center. The camera then seamlessly transitions into a smooth 180-degree orbit around the character, moving to the back view. As the open backpack comes into focus, the camera continues to push forward, zooming deep inside the bag to reveal the glowing stone from @Element2 nestled inside. Cinematic lighting, hopeful atmosphere, 35mm lens. Make sure to keep it as the style of @Image2.
|
|
4252
|
+
*/
|
|
4253
|
+
prompt: string;
|
|
4254
|
+
}
|
|
4255
|
+
|
|
4254
4256
|
export interface SharedType_c97 {
|
|
4255
4257
|
/**
|
|
4256
4258
|
* @description The generated video from image using the Q3 model
|
|
@@ -4416,6 +4418,19 @@ export interface SharedType_c5e {
|
|
|
4416
4418
|
sync_mode?: boolean;
|
|
4417
4419
|
}
|
|
4418
4420
|
|
|
4421
|
+
export interface SharedType_c52 {
|
|
4422
|
+
/**
|
|
4423
|
+
* @description The generated video
|
|
4424
|
+
* @example {
|
|
4425
|
+
* "file_size": 2995630,
|
|
4426
|
+
* "url": "https://fal.media/files/zebra/11UahivZ3XZ1tRlcEcgPq_output.mp4",
|
|
4427
|
+
* "content_type": "video/mp4",
|
|
4428
|
+
* "file_name": "output.mp4"
|
|
4429
|
+
* }
|
|
4430
|
+
*/
|
|
4431
|
+
video: Components.File;
|
|
4432
|
+
}
|
|
4433
|
+
|
|
4419
4434
|
export interface SharedType_c50 {
|
|
4420
4435
|
frames_zip?: Components.File;
|
|
4421
4436
|
/**
|
|
@@ -4609,17 +4624,49 @@ export interface SharedType_bdf {
|
|
|
4609
4624
|
video: Components.File;
|
|
4610
4625
|
}
|
|
4611
4626
|
|
|
4612
|
-
export interface
|
|
4627
|
+
export interface SharedType_bda {
|
|
4613
4628
|
/**
|
|
4614
|
-
*
|
|
4615
|
-
* @
|
|
4616
|
-
*
|
|
4617
|
-
*
|
|
4618
|
-
*
|
|
4619
|
-
*
|
|
4620
|
-
*
|
|
4629
|
+
* Elements
|
|
4630
|
+
* @description Elements (characters/objects) to include. Reference in prompt as @Element1, @Element2, etc. Maximum 4 total (elements + reference images) when using video.
|
|
4631
|
+
* @example [
|
|
4632
|
+
* {
|
|
4633
|
+
* "reference_image_urls": [
|
|
4634
|
+
* "https://v3b.fal.media/files/b/kangaroo/YMpmQkYt9xugpOTQyZW0O.png",
|
|
4635
|
+
* "https://v3b.fal.media/files/b/zebra/d6ywajNyJ6bnpa_xBue-K.png"
|
|
4636
|
+
* ],
|
|
4637
|
+
* "frontal_image_url": "https://v3b.fal.media/files/b/panda/MQp-ghIqshvMZROKh9lW3.png"
|
|
4638
|
+
* }
|
|
4639
|
+
* ]
|
|
4621
4640
|
*/
|
|
4622
|
-
|
|
4641
|
+
elements?: Components.OmniVideoElementInput[];
|
|
4642
|
+
/**
|
|
4643
|
+
* Image Urls
|
|
4644
|
+
* @description Reference images for style/appearance. Reference in prompt as @Image1, @Image2, etc. Maximum 4 total (elements + reference images) when using video.
|
|
4645
|
+
* @example [
|
|
4646
|
+
* "https://v3b.fal.media/files/b/lion/MKvhFko5_wYnfORYacNII_AgPt8v25Wt4oyKhjnhVK5.png"
|
|
4647
|
+
* ]
|
|
4648
|
+
*/
|
|
4649
|
+
image_urls?: string[];
|
|
4650
|
+
/**
|
|
4651
|
+
* Keep Audio
|
|
4652
|
+
* @description Whether to keep the original audio from the video.
|
|
4653
|
+
* @default false
|
|
4654
|
+
*/
|
|
4655
|
+
keep_audio?: boolean;
|
|
4656
|
+
/**
|
|
4657
|
+
* Prompt
|
|
4658
|
+
* @description Use @Element1, @Element2 to reference elements and @Image1, @Image2 to reference images in order.
|
|
4659
|
+
* @example Replace the character in the video with @Element1, maintaining the same movements and camera angles. Transform the landscape into @Image1
|
|
4660
|
+
*/
|
|
4661
|
+
prompt: string;
|
|
4662
|
+
/**
|
|
4663
|
+
* Video Url
|
|
4664
|
+
* @description Reference video URL. Only .mp4/.mov formats supported, 3-10 seconds duration, 720-2160px resolution, max 200MB.
|
|
4665
|
+
*
|
|
4666
|
+
* Max file size: 200.0MB, Min width: 720px, Min height: 720px, Max width: 2160px, Max height: 2160px, Min duration: 3.0s, Max duration: 10.05s, Min FPS: 24.0, Max FPS: 60.0, Timeout: 30.0s
|
|
4667
|
+
* @example https://v3b.fal.media/files/b/rabbit/ku8_Wdpf-oTbGRq4lB5DU_output.mp4
|
|
4668
|
+
*/
|
|
4669
|
+
video_url: string;
|
|
4623
4670
|
}
|
|
4624
4671
|
|
|
4625
4672
|
export interface SharedType_bb3 {
|
|
@@ -5106,6 +5153,44 @@ export interface SharedType_b23 {
|
|
|
5106
5153
|
video: Components.File;
|
|
5107
5154
|
}
|
|
5108
5155
|
|
|
5156
|
+
export interface SharedType_b16 {
|
|
5157
|
+
/**
|
|
5158
|
+
* Has Nsfw Concepts
|
|
5159
|
+
* @description Whether the generated images contain NSFW concepts.
|
|
5160
|
+
*/
|
|
5161
|
+
has_nsfw_concepts: boolean[];
|
|
5162
|
+
/**
|
|
5163
|
+
* Images
|
|
5164
|
+
* @description The generated image files info.
|
|
5165
|
+
* @example [
|
|
5166
|
+
* {
|
|
5167
|
+
* "height": 768,
|
|
5168
|
+
* "content_type": "image/png",
|
|
5169
|
+
* "width": 1024,
|
|
5170
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-output.png"
|
|
5171
|
+
* }
|
|
5172
|
+
* ]
|
|
5173
|
+
*/
|
|
5174
|
+
images: Components.ImageFile[];
|
|
5175
|
+
/**
|
|
5176
|
+
* Prompt
|
|
5177
|
+
* @description The prompt used for generating the image.
|
|
5178
|
+
*/
|
|
5179
|
+
prompt: string;
|
|
5180
|
+
/**
|
|
5181
|
+
* Seed
|
|
5182
|
+
* @description Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed.
|
|
5183
|
+
*/
|
|
5184
|
+
seed: number;
|
|
5185
|
+
/**
|
|
5186
|
+
* Timings
|
|
5187
|
+
* @description The timings of the generation process.
|
|
5188
|
+
*/
|
|
5189
|
+
timings: {
|
|
5190
|
+
[key: string]: number;
|
|
5191
|
+
};
|
|
5192
|
+
}
|
|
5193
|
+
|
|
5109
5194
|
export interface SharedType_b10 {
|
|
5110
5195
|
/**
|
|
5111
5196
|
* Aspect Ratio
|
|
@@ -5779,19 +5864,6 @@ export interface SharedType_a31 {
|
|
|
5779
5864
|
voice?: string;
|
|
5780
5865
|
}
|
|
5781
5866
|
|
|
5782
|
-
export interface SharedType_a2a {
|
|
5783
|
-
/**
|
|
5784
|
-
* @description The generated video.
|
|
5785
|
-
* @example {
|
|
5786
|
-
* "content_type": "video/mp4",
|
|
5787
|
-
* "file_name": "output.mp4",
|
|
5788
|
-
* "url": "https://v3b.fal.media/files/b/0a8d04e2/idOb9V-Q9ujlggPSKqsfS_output.mp4",
|
|
5789
|
-
* "file_size": 13096952
|
|
5790
|
-
* }
|
|
5791
|
-
*/
|
|
5792
|
-
video: Components.File;
|
|
5793
|
-
}
|
|
5794
|
-
|
|
5795
5867
|
export interface SharedType_a1f {
|
|
5796
5868
|
/**
|
|
5797
5869
|
* Has Nsfw Concepts
|
|
@@ -5824,6 +5896,19 @@ export interface SharedType_a1f {
|
|
|
5824
5896
|
};
|
|
5825
5897
|
}
|
|
5826
5898
|
|
|
5899
|
+
export interface SharedType_a10 {
|
|
5900
|
+
/**
|
|
5901
|
+
* @description The generated video.
|
|
5902
|
+
* @example {
|
|
5903
|
+
* "url": "https://v3b.fal.media/files/b/0a8d04e2/idOb9V-Q9ujlggPSKqsfS_output.mp4",
|
|
5904
|
+
* "file_name": "output.mp4",
|
|
5905
|
+
* "content_type": "video/mp4",
|
|
5906
|
+
* "file_size": 13096952
|
|
5907
|
+
* }
|
|
5908
|
+
*/
|
|
5909
|
+
video: Components.File;
|
|
5910
|
+
}
|
|
5911
|
+
|
|
5827
5912
|
export interface SharedType_9fb {
|
|
5828
5913
|
/**
|
|
5829
5914
|
* Image Url
|
|
@@ -6190,6 +6275,81 @@ export interface SharedType_98a {
|
|
|
6190
6275
|
};
|
|
6191
6276
|
}
|
|
6192
6277
|
|
|
6278
|
+
export interface SharedType_981 {
|
|
6279
|
+
audio_setting?: Components.AudioSetting;
|
|
6280
|
+
/**
|
|
6281
|
+
* Language Boost
|
|
6282
|
+
* @description Enhance recognition of specified languages and dialects
|
|
6283
|
+
*/
|
|
6284
|
+
language_boost?:
|
|
6285
|
+
| 'Persian'
|
|
6286
|
+
| 'Filipino'
|
|
6287
|
+
| 'Tamil'
|
|
6288
|
+
| 'Chinese'
|
|
6289
|
+
| 'Chinese,Yue'
|
|
6290
|
+
| 'English'
|
|
6291
|
+
| 'Arabic'
|
|
6292
|
+
| 'Russian'
|
|
6293
|
+
| 'Spanish'
|
|
6294
|
+
| 'French'
|
|
6295
|
+
| 'Portuguese'
|
|
6296
|
+
| 'German'
|
|
6297
|
+
| 'Turkish'
|
|
6298
|
+
| 'Dutch'
|
|
6299
|
+
| 'Ukrainian'
|
|
6300
|
+
| 'Vietnamese'
|
|
6301
|
+
| 'Indonesian'
|
|
6302
|
+
| 'Japanese'
|
|
6303
|
+
| 'Italian'
|
|
6304
|
+
| 'Korean'
|
|
6305
|
+
| 'Thai'
|
|
6306
|
+
| 'Polish'
|
|
6307
|
+
| 'Romanian'
|
|
6308
|
+
| 'Greek'
|
|
6309
|
+
| 'Czech'
|
|
6310
|
+
| 'Finnish'
|
|
6311
|
+
| 'Hindi'
|
|
6312
|
+
| 'Bulgarian'
|
|
6313
|
+
| 'Danish'
|
|
6314
|
+
| 'Hebrew'
|
|
6315
|
+
| 'Malay'
|
|
6316
|
+
| 'Slovak'
|
|
6317
|
+
| 'Swedish'
|
|
6318
|
+
| 'Croatian'
|
|
6319
|
+
| 'Hungarian'
|
|
6320
|
+
| 'Norwegian'
|
|
6321
|
+
| 'Slovenian'
|
|
6322
|
+
| 'Catalan'
|
|
6323
|
+
| 'Nynorsk'
|
|
6324
|
+
| 'Afrikaans'
|
|
6325
|
+
| 'auto';
|
|
6326
|
+
/**
|
|
6327
|
+
* Output Format
|
|
6328
|
+
* @description Format of the output content (non-streaming only)
|
|
6329
|
+
* @default hex
|
|
6330
|
+
* @enum {string}
|
|
6331
|
+
*/
|
|
6332
|
+
output_format?: 'url' | 'hex';
|
|
6333
|
+
pronunciation_dict?: Components.PronunciationDict;
|
|
6334
|
+
/**
|
|
6335
|
+
* Text
|
|
6336
|
+
* @description Text to convert to speech (max 5000 characters, minimum 1 non-whitespace character)
|
|
6337
|
+
* @example Hello world! This is a test of the text-to-speech system.
|
|
6338
|
+
*/
|
|
6339
|
+
text: string;
|
|
6340
|
+
/**
|
|
6341
|
+
* @description Voice configuration settings
|
|
6342
|
+
* @default {
|
|
6343
|
+
* "pitch": 0,
|
|
6344
|
+
* "voice_id": "Wise_Woman",
|
|
6345
|
+
* "english_normalization": false,
|
|
6346
|
+
* "speed": 1,
|
|
6347
|
+
* "vol": 1
|
|
6348
|
+
* }
|
|
6349
|
+
*/
|
|
6350
|
+
voice_setting?: Components.VoiceSetting;
|
|
6351
|
+
}
|
|
6352
|
+
|
|
6193
6353
|
export interface SharedType_97f {
|
|
6194
6354
|
/**
|
|
6195
6355
|
* Values
|
|
@@ -6800,6 +6960,44 @@ export interface SharedType_8ed {
|
|
|
6800
6960
|
style?: 'anime' | '3d_animation' | 'clay' | 'comic' | 'cyberpunk';
|
|
6801
6961
|
}
|
|
6802
6962
|
|
|
6963
|
+
export interface SharedType_8eb {
|
|
6964
|
+
/**
|
|
6965
|
+
* Has Nsfw Concepts
|
|
6966
|
+
* @description Whether the generated images contain NSFW concepts.
|
|
6967
|
+
*/
|
|
6968
|
+
has_nsfw_concepts: boolean[];
|
|
6969
|
+
/**
|
|
6970
|
+
* Images
|
|
6971
|
+
* @description The generated image files info.
|
|
6972
|
+
* @example [
|
|
6973
|
+
* {
|
|
6974
|
+
* "height": 2048,
|
|
6975
|
+
* "content_type": "image/png",
|
|
6976
|
+
* "width": 2048,
|
|
6977
|
+
* "url": "https://v3b.fal.media/files/b/0a9276c3/6KxxMb0bPmfNLH3DqcuSf_qRUe8cIL.png"
|
|
6978
|
+
* }
|
|
6979
|
+
* ]
|
|
6980
|
+
*/
|
|
6981
|
+
images: Components.ImageFile[];
|
|
6982
|
+
/**
|
|
6983
|
+
* Prompt
|
|
6984
|
+
* @description The prompt used for generating the image.
|
|
6985
|
+
*/
|
|
6986
|
+
prompt: string;
|
|
6987
|
+
/**
|
|
6988
|
+
* Seed
|
|
6989
|
+
* @description Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed.
|
|
6990
|
+
*/
|
|
6991
|
+
seed: number;
|
|
6992
|
+
/**
|
|
6993
|
+
* Timings
|
|
6994
|
+
* @description The timings of the generation process.
|
|
6995
|
+
*/
|
|
6996
|
+
timings: {
|
|
6997
|
+
[key: string]: number;
|
|
6998
|
+
};
|
|
6999
|
+
}
|
|
7000
|
+
|
|
6803
7001
|
export interface SharedType_8d5 {
|
|
6804
7002
|
/**
|
|
6805
7003
|
* Image Guidance Scale
|
|
@@ -6870,19 +7068,6 @@ export interface SharedType_8c5 {
|
|
|
6870
7068
|
seed: number;
|
|
6871
7069
|
}
|
|
6872
7070
|
|
|
6873
|
-
export interface SharedType_8c4 {
|
|
6874
|
-
/**
|
|
6875
|
-
* @description The generated video
|
|
6876
|
-
* @example {
|
|
6877
|
-
* "url": "https://fal.media/files/koala/awGY1lJd7lVsqQeSqjWqn_output.mp4",
|
|
6878
|
-
* "file_name": "output.mp4",
|
|
6879
|
-
* "file_size": 3232402,
|
|
6880
|
-
* "content_type": "video/mp4"
|
|
6881
|
-
* }
|
|
6882
|
-
*/
|
|
6883
|
-
video: Components.File;
|
|
6884
|
-
}
|
|
6885
|
-
|
|
6886
7071
|
export interface SharedType_8c3 {
|
|
6887
7072
|
/**
|
|
6888
7073
|
* @description URL of the generated video
|
|
@@ -6915,76 +7100,6 @@ export interface SharedType_8c2 {
|
|
|
6915
7100
|
video: Components.File;
|
|
6916
7101
|
}
|
|
6917
7102
|
|
|
6918
|
-
export interface SharedType_8aa {
|
|
6919
|
-
/**
|
|
6920
|
-
* Aspect Ratio
|
|
6921
|
-
* @description The aspect ratio of the generated video frame. If 'auto', the aspect ratio will be determined automatically based on the input video, and the closest aspect ratio to the input video will be used.
|
|
6922
|
-
* @default auto
|
|
6923
|
-
* @enum {string}
|
|
6924
|
-
*/
|
|
6925
|
-
aspect_ratio?: 'auto' | '16:9' | '9:16' | '1:1';
|
|
6926
|
-
/**
|
|
6927
|
-
* Duration
|
|
6928
|
-
* @description Video duration in seconds.
|
|
6929
|
-
* @default 5
|
|
6930
|
-
* @enum {string}
|
|
6931
|
-
*/
|
|
6932
|
-
duration?: '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10';
|
|
6933
|
-
/**
|
|
6934
|
-
* Elements
|
|
6935
|
-
* @description Elements (characters/objects) to include. Reference in prompt as @Element1, @Element2, etc. Maximum 4 total (elements + reference images) when using video.
|
|
6936
|
-
* @example [
|
|
6937
|
-
* {
|
|
6938
|
-
* "frontal_image_url": "https://v3b.fal.media/files/b/panda/MQp-ghIqshvMZROKh9lW3.png",
|
|
6939
|
-
* "reference_image_urls": [
|
|
6940
|
-
* "https://v3b.fal.media/files/b/kangaroo/YMpmQkYt9xugpOTQyZW0O.png",
|
|
6941
|
-
* "https://v3b.fal.media/files/b/zebra/d6ywajNyJ6bnpa_xBue-K.png"
|
|
6942
|
-
* ]
|
|
6943
|
-
* }
|
|
6944
|
-
* ]
|
|
6945
|
-
*/
|
|
6946
|
-
elements?: Components.OmniVideoElementInput[];
|
|
6947
|
-
/**
|
|
6948
|
-
* Image Urls
|
|
6949
|
-
* @description Reference images for style/appearance. Reference in prompt as @Image1, @Image2, etc. Maximum 4 total (elements + reference images) when using video.
|
|
6950
|
-
* @example []
|
|
6951
|
-
*/
|
|
6952
|
-
image_urls?: string[];
|
|
6953
|
-
/**
|
|
6954
|
-
* Keep Audio
|
|
6955
|
-
* @description Whether to keep the original audio from the video.
|
|
6956
|
-
* @default false
|
|
6957
|
-
*/
|
|
6958
|
-
keep_audio?: boolean;
|
|
6959
|
-
/**
|
|
6960
|
-
* Prompt
|
|
6961
|
-
* @description Use @Element1, @Element2 to reference elements and @Image1, @Image2 to reference images in order.
|
|
6962
|
-
* @example Based on @Video1, generate the next shot. keep the style of the video
|
|
6963
|
-
*/
|
|
6964
|
-
prompt: string;
|
|
6965
|
-
/**
|
|
6966
|
-
* Video Url
|
|
6967
|
-
* @description Reference video URL. Only .mp4/.mov formats supported, 3-10 seconds duration, 720-2160px resolution, max 200MB.
|
|
6968
|
-
*
|
|
6969
|
-
* Max file size: 200.0MB, Min width: 720px, Min height: 720px, Max width: 2160px, Max height: 2160px, Min duration: 3.0s, Max duration: 10.05s, Min FPS: 24.0, Max FPS: 60.0, Timeout: 30.0s
|
|
6970
|
-
* @example https://v3b.fal.media/files/b/panda/oVdiICFXY03Vbam-08Aj8_output.mp4
|
|
6971
|
-
*/
|
|
6972
|
-
video_url: string;
|
|
6973
|
-
}
|
|
6974
|
-
|
|
6975
|
-
export interface SharedType_8a5 {
|
|
6976
|
-
/**
|
|
6977
|
-
* @description The generated video
|
|
6978
|
-
* @example {
|
|
6979
|
-
* "url": "https://fal.media/files/lion/_fVEU5nzHND_fHGQUhXEm_output.mp4",
|
|
6980
|
-
* "file_name": "output.mp4",
|
|
6981
|
-
* "file_size": 5485412,
|
|
6982
|
-
* "content_type": "video/mp4"
|
|
6983
|
-
* }
|
|
6984
|
-
*/
|
|
6985
|
-
video: Components.File;
|
|
6986
|
-
}
|
|
6987
|
-
|
|
6988
7103
|
export interface SharedType_896 {
|
|
6989
7104
|
/**
|
|
6990
7105
|
* Aspect Ratio
|
|
@@ -7025,6 +7140,44 @@ export interface SharedType_896 {
|
|
|
7025
7140
|
style?: 'anime' | '3d_animation' | 'clay' | 'comic' | 'cyberpunk';
|
|
7026
7141
|
}
|
|
7027
7142
|
|
|
7143
|
+
export interface SharedType_893 {
|
|
7144
|
+
/**
|
|
7145
|
+
* Has Nsfw Concepts
|
|
7146
|
+
* @description Whether the generated images contain NSFW concepts.
|
|
7147
|
+
*/
|
|
7148
|
+
has_nsfw_concepts: boolean[];
|
|
7149
|
+
/**
|
|
7150
|
+
* Images
|
|
7151
|
+
* @description The generated image files info.
|
|
7152
|
+
* @example [
|
|
7153
|
+
* {
|
|
7154
|
+
* "height": 1024,
|
|
7155
|
+
* "content_type": "image/png",
|
|
7156
|
+
* "width": 1536,
|
|
7157
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-controlnet-output.jpg"
|
|
7158
|
+
* }
|
|
7159
|
+
* ]
|
|
7160
|
+
*/
|
|
7161
|
+
images: Components.ImageFile[];
|
|
7162
|
+
/**
|
|
7163
|
+
* Prompt
|
|
7164
|
+
* @description The prompt used for generating the image.
|
|
7165
|
+
*/
|
|
7166
|
+
prompt: string;
|
|
7167
|
+
/**
|
|
7168
|
+
* Seed
|
|
7169
|
+
* @description Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed.
|
|
7170
|
+
*/
|
|
7171
|
+
seed: number;
|
|
7172
|
+
/**
|
|
7173
|
+
* Timings
|
|
7174
|
+
* @description The timings of the generation process.
|
|
7175
|
+
*/
|
|
7176
|
+
timings: {
|
|
7177
|
+
[key: string]: number;
|
|
7178
|
+
};
|
|
7179
|
+
}
|
|
7180
|
+
|
|
7028
7181
|
export interface SharedType_870 {
|
|
7029
7182
|
/**
|
|
7030
7183
|
* @description The generated audio file.
|
|
@@ -8236,51 +8389,20 @@ export interface SharedType_7ca {
|
|
|
8236
8389
|
topology?: 'quad' | 'triangle';
|
|
8237
8390
|
}
|
|
8238
8391
|
|
|
8239
|
-
export interface
|
|
8240
|
-
/**
|
|
8241
|
-
* Has Nsfw Concepts
|
|
8242
|
-
* @description Whether the generated images contain NSFW concepts.
|
|
8243
|
-
*/
|
|
8244
|
-
has_nsfw_concepts: boolean[];
|
|
8245
|
-
/**
|
|
8246
|
-
* Images
|
|
8247
|
-
* @description The generated image files info.
|
|
8248
|
-
*/
|
|
8249
|
-
images: Components.Image_1[];
|
|
8250
|
-
/**
|
|
8251
|
-
* Prompt
|
|
8252
|
-
* @description The prompt used for generating the image.
|
|
8253
|
-
*/
|
|
8254
|
-
prompt: string;
|
|
8255
|
-
/**
|
|
8256
|
-
* Seed
|
|
8257
|
-
* @description Seed of the generated Image. It will be the same value of the one passed in the
|
|
8258
|
-
* input or the randomly generated that was used in case none was passed.
|
|
8259
|
-
*/
|
|
8260
|
-
seed: number;
|
|
8261
|
-
timings: {
|
|
8262
|
-
[key: string]: number;
|
|
8263
|
-
};
|
|
8264
|
-
}
|
|
8265
|
-
|
|
8266
|
-
export interface SharedType_7c2 {
|
|
8267
|
-
lottie_file: Components.File;
|
|
8268
|
-
}
|
|
8269
|
-
|
|
8270
|
-
export interface SharedType_7b1 {
|
|
8392
|
+
export interface SharedType_7c9 {
|
|
8271
8393
|
/**
|
|
8272
8394
|
* @description The generated video.
|
|
8273
8395
|
* @example {
|
|
8274
|
-
* "
|
|
8396
|
+
* "url": "https://v3b.fal.media/files/b/0a86603b/YAlbB2535l07BTy1wpDeI_output.mp4",
|
|
8275
8397
|
* "file_name": "output.mp4",
|
|
8276
|
-
* "
|
|
8277
|
-
* "file_size":
|
|
8398
|
+
* "content_type": "video/mp4",
|
|
8399
|
+
* "file_size": 7533071
|
|
8278
8400
|
* }
|
|
8279
8401
|
*/
|
|
8280
8402
|
video: Components.File;
|
|
8281
8403
|
}
|
|
8282
8404
|
|
|
8283
|
-
export interface
|
|
8405
|
+
export interface SharedType_7c6 {
|
|
8284
8406
|
/**
|
|
8285
8407
|
* Has Nsfw Concepts
|
|
8286
8408
|
* @description Whether the generated images contain NSFW concepts.
|
|
@@ -8289,16 +8411,8 @@ export interface SharedType_7a6 {
|
|
|
8289
8411
|
/**
|
|
8290
8412
|
* Images
|
|
8291
8413
|
* @description The generated image files info.
|
|
8292
|
-
* @example [
|
|
8293
|
-
* {
|
|
8294
|
-
* "content_type": "image/png",
|
|
8295
|
-
* "width": 1536,
|
|
8296
|
-
* "height": 1024,
|
|
8297
|
-
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-controlnet-output.jpg"
|
|
8298
|
-
* }
|
|
8299
|
-
* ]
|
|
8300
8414
|
*/
|
|
8301
|
-
images: Components.
|
|
8415
|
+
images: Components.Image_1[];
|
|
8302
8416
|
/**
|
|
8303
8417
|
* Prompt
|
|
8304
8418
|
* @description The prompt used for generating the image.
|
|
@@ -8306,18 +8420,19 @@ export interface SharedType_7a6 {
|
|
|
8306
8420
|
prompt: string;
|
|
8307
8421
|
/**
|
|
8308
8422
|
* Seed
|
|
8309
|
-
* @description Seed of the generated Image. It will be the same value of the one passed in the
|
|
8423
|
+
* @description Seed of the generated Image. It will be the same value of the one passed in the
|
|
8424
|
+
* input or the randomly generated that was used in case none was passed.
|
|
8310
8425
|
*/
|
|
8311
8426
|
seed: number;
|
|
8312
|
-
/**
|
|
8313
|
-
* Timings
|
|
8314
|
-
* @description The timings of the generation process.
|
|
8315
|
-
*/
|
|
8316
8427
|
timings: {
|
|
8317
8428
|
[key: string]: number;
|
|
8318
8429
|
};
|
|
8319
8430
|
}
|
|
8320
8431
|
|
|
8432
|
+
export interface SharedType_7c2 {
|
|
8433
|
+
lottie_file: Components.File;
|
|
8434
|
+
}
|
|
8435
|
+
|
|
8321
8436
|
export interface SharedType_79e {
|
|
8322
8437
|
/**
|
|
8323
8438
|
* @description The generated video file
|
|
@@ -8361,6 +8476,19 @@ export interface SharedType_79c {
|
|
|
8361
8476
|
seed?: number;
|
|
8362
8477
|
}
|
|
8363
8478
|
|
|
8479
|
+
export interface SharedType_796 {
|
|
8480
|
+
/**
|
|
8481
|
+
* @description The generated video
|
|
8482
|
+
* @example {
|
|
8483
|
+
* "file_size": 6420765,
|
|
8484
|
+
* "url": "https://fal.media/files/koala/HEWK7BBwqWrz7F5nAZzp7_output.mp4",
|
|
8485
|
+
* "content_type": "video/mp4",
|
|
8486
|
+
* "file_name": "output.mp4"
|
|
8487
|
+
* }
|
|
8488
|
+
*/
|
|
8489
|
+
video: Components.File;
|
|
8490
|
+
}
|
|
8491
|
+
|
|
8364
8492
|
export interface SharedType_791 {
|
|
8365
8493
|
/**
|
|
8366
8494
|
* Description
|
|
@@ -8569,6 +8697,19 @@ export interface SharedType_732 {
|
|
|
8569
8697
|
start_image_url: string;
|
|
8570
8698
|
}
|
|
8571
8699
|
|
|
8700
|
+
export interface SharedType_70f {
|
|
8701
|
+
/**
|
|
8702
|
+
* @description The generated video
|
|
8703
|
+
* @example {
|
|
8704
|
+
* "url": "https://v3.fal.media/files/penguin/twy6u1yv09NvqsX0mMFM2_output.mp4",
|
|
8705
|
+
* "file_name": "output.mp4",
|
|
8706
|
+
* "content_type": "video/mp4",
|
|
8707
|
+
* "file_size": 3910577
|
|
8708
|
+
* }
|
|
8709
|
+
*/
|
|
8710
|
+
video: Components.File;
|
|
8711
|
+
}
|
|
8712
|
+
|
|
8572
8713
|
export interface SharedType_709 {
|
|
8573
8714
|
/**
|
|
8574
8715
|
* Duration
|
|
@@ -8673,6 +8814,24 @@ export interface SharedType_6f1 {
|
|
|
8673
8814
|
};
|
|
8674
8815
|
}
|
|
8675
8816
|
|
|
8817
|
+
export interface SharedType_6e3 {
|
|
8818
|
+
/**
|
|
8819
|
+
* Images
|
|
8820
|
+
* @description The generated images with objects removed.
|
|
8821
|
+
* @example [
|
|
8822
|
+
* {
|
|
8823
|
+
* "content_type": "image/png",
|
|
8824
|
+
* "height": 768,
|
|
8825
|
+
* "width": 1024,
|
|
8826
|
+
* "url": "https://v3.fal.media/files/lion/arYSoJeqWjhbcA8o4budv_85a2309b2c954c85a75120e664adbe17.png",
|
|
8827
|
+
* "file_name": "85a2309b2c954c85a75120e664adbe17.png",
|
|
8828
|
+
* "file_size": 730703
|
|
8829
|
+
* }
|
|
8830
|
+
* ]
|
|
8831
|
+
*/
|
|
8832
|
+
images: Components.Image[];
|
|
8833
|
+
}
|
|
8834
|
+
|
|
8676
8835
|
export interface SharedType_6cd {
|
|
8677
8836
|
/**
|
|
8678
8837
|
* Aspect Ratio
|
|
@@ -9323,64 +9482,6 @@ export interface SharedType_5d8 {
|
|
|
9323
9482
|
seed?: number;
|
|
9324
9483
|
}
|
|
9325
9484
|
|
|
9326
|
-
export interface SharedType_5d7 {
|
|
9327
|
-
/**
|
|
9328
|
-
* Elements
|
|
9329
|
-
* @description Elements (characters/objects) to include. Reference in prompt as @Element1, @Element2, etc. Maximum 4 total (elements + reference images) when using video.
|
|
9330
|
-
* @example [
|
|
9331
|
-
* {
|
|
9332
|
-
* "frontal_image_url": "https://v3b.fal.media/files/b/panda/MQp-ghIqshvMZROKh9lW3.png",
|
|
9333
|
-
* "reference_image_urls": [
|
|
9334
|
-
* "https://v3b.fal.media/files/b/kangaroo/YMpmQkYt9xugpOTQyZW0O.png",
|
|
9335
|
-
* "https://v3b.fal.media/files/b/zebra/d6ywajNyJ6bnpa_xBue-K.png"
|
|
9336
|
-
* ]
|
|
9337
|
-
* }
|
|
9338
|
-
* ]
|
|
9339
|
-
*/
|
|
9340
|
-
elements?: Components.OmniVideoElementInput[];
|
|
9341
|
-
/**
|
|
9342
|
-
* Image Urls
|
|
9343
|
-
* @description Reference images for style/appearance. Reference in prompt as @Image1, @Image2, etc. Maximum 4 total (elements + reference images) when using video.
|
|
9344
|
-
* @example [
|
|
9345
|
-
* "https://v3b.fal.media/files/b/lion/MKvhFko5_wYnfORYacNII_AgPt8v25Wt4oyKhjnhVK5.png"
|
|
9346
|
-
* ]
|
|
9347
|
-
*/
|
|
9348
|
-
image_urls?: string[];
|
|
9349
|
-
/**
|
|
9350
|
-
* Keep Audio
|
|
9351
|
-
* @description Whether to keep the original audio from the video.
|
|
9352
|
-
* @default false
|
|
9353
|
-
*/
|
|
9354
|
-
keep_audio?: boolean;
|
|
9355
|
-
/**
|
|
9356
|
-
* Prompt
|
|
9357
|
-
* @description Use @Element1, @Element2 to reference elements and @Image1, @Image2 to reference images in order.
|
|
9358
|
-
* @example Replace the character in the video with @Element1, maintaining the same movements and camera angles. Transform the landscape into @Image1
|
|
9359
|
-
*/
|
|
9360
|
-
prompt: string;
|
|
9361
|
-
/**
|
|
9362
|
-
* Video Url
|
|
9363
|
-
* @description Reference video URL. Only .mp4/.mov formats supported, 3-10 seconds duration, 720-2160px resolution, max 200MB.
|
|
9364
|
-
*
|
|
9365
|
-
* Max file size: 200.0MB, Min width: 720px, Min height: 720px, Max width: 2160px, Max height: 2160px, Min duration: 3.0s, Max duration: 10.05s, Min FPS: 24.0, Max FPS: 60.0, Timeout: 30.0s
|
|
9366
|
-
* @example https://v3b.fal.media/files/b/rabbit/ku8_Wdpf-oTbGRq4lB5DU_output.mp4
|
|
9367
|
-
*/
|
|
9368
|
-
video_url: string;
|
|
9369
|
-
}
|
|
9370
|
-
|
|
9371
|
-
export interface SharedType_5c2 {
|
|
9372
|
-
/**
|
|
9373
|
-
* @description The generated video
|
|
9374
|
-
* @example {
|
|
9375
|
-
* "url": "https://fal.media/files/tiger/8V9H8RLyFiWjmJDOxGbcG_output.mp4",
|
|
9376
|
-
* "file_name": "output.mp4",
|
|
9377
|
-
* "file_size": 4060052,
|
|
9378
|
-
* "content_type": "video/mp4"
|
|
9379
|
-
* }
|
|
9380
|
-
*/
|
|
9381
|
-
video: Components.File;
|
|
9382
|
-
}
|
|
9383
|
-
|
|
9384
9485
|
export interface SharedType_5b3 {
|
|
9385
9486
|
/**
|
|
9386
9487
|
* @description The generated video file
|
|
@@ -9670,19 +9771,6 @@ export interface SharedType_595 {
|
|
|
9670
9771
|
trigger_phrase?: string;
|
|
9671
9772
|
}
|
|
9672
9773
|
|
|
9673
|
-
export interface SharedType_58a {
|
|
9674
|
-
/**
|
|
9675
|
-
* @description The generated video
|
|
9676
|
-
* @example {
|
|
9677
|
-
* "content_type": "video/mp4",
|
|
9678
|
-
* "file_name": "output.mp4",
|
|
9679
|
-
* "url": "https://v3b.fal.media/files/b/0a875336/8p3rFiXtx3fE2TLoh59KP_output.mp4",
|
|
9680
|
-
* "file_size": 35299865
|
|
9681
|
-
* }
|
|
9682
|
-
*/
|
|
9683
|
-
video: Components.File;
|
|
9684
|
-
}
|
|
9685
|
-
|
|
9686
9774
|
export interface SharedType_57e {
|
|
9687
9775
|
/**
|
|
9688
9776
|
* Acceleration
|
|
@@ -9909,45 +9997,6 @@ export interface SharedType_578 {
|
|
|
9909
9997
|
video: Components.File;
|
|
9910
9998
|
}
|
|
9911
9999
|
|
|
9912
|
-
export interface SharedType_576 {
|
|
9913
|
-
/**
|
|
9914
|
-
* @description The generated video
|
|
9915
|
-
* @example {
|
|
9916
|
-
* "url": "https://fal.media/files/koala/HEWK7BBwqWrz7F5nAZzp7_output.mp4",
|
|
9917
|
-
* "file_name": "output.mp4",
|
|
9918
|
-
* "file_size": 6420765,
|
|
9919
|
-
* "content_type": "video/mp4"
|
|
9920
|
-
* }
|
|
9921
|
-
*/
|
|
9922
|
-
video: Components.File;
|
|
9923
|
-
}
|
|
9924
|
-
|
|
9925
|
-
export interface SharedType_56e {
|
|
9926
|
-
/**
|
|
9927
|
-
* @description The generated video.
|
|
9928
|
-
* @example {
|
|
9929
|
-
* "content_type": "video/mp4",
|
|
9930
|
-
* "file_name": "output.mp4",
|
|
9931
|
-
* "url": "https://v3b.fal.media/files/b/koala/knryyyGF3ZVyMMrGr77CL_output.mp4",
|
|
9932
|
-
* "file_size": 27588984
|
|
9933
|
-
* }
|
|
9934
|
-
*/
|
|
9935
|
-
video: Components.File;
|
|
9936
|
-
}
|
|
9937
|
-
|
|
9938
|
-
export interface SharedType_562 {
|
|
9939
|
-
/**
|
|
9940
|
-
* @description The generated video
|
|
9941
|
-
* @example {
|
|
9942
|
-
* "content_type": "video/mp4",
|
|
9943
|
-
* "file_name": "output.mp4",
|
|
9944
|
-
* "url": "https://v3.fal.media/files/penguin/twy6u1yv09NvqsX0mMFM2_output.mp4",
|
|
9945
|
-
* "file_size": 3910577
|
|
9946
|
-
* }
|
|
9947
|
-
*/
|
|
9948
|
-
video: Components.File;
|
|
9949
|
-
}
|
|
9950
|
-
|
|
9951
10000
|
export interface SharedType_554 {
|
|
9952
10001
|
boundingbox_frames_zip?: Components.File;
|
|
9953
10002
|
/**
|
|
@@ -10271,14 +10320,14 @@ export interface SharedType_52a {
|
|
|
10271
10320
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
10272
10321
|
}
|
|
10273
10322
|
|
|
10274
|
-
export interface
|
|
10323
|
+
export interface SharedType_524 {
|
|
10275
10324
|
/**
|
|
10276
|
-
* @description The generated video
|
|
10325
|
+
* @description The generated video
|
|
10277
10326
|
* @example {
|
|
10327
|
+
* "file_size": 3890360,
|
|
10328
|
+
* "url": "https://fal.media/files/panda/5KmKS-mh1vO-htbqE5oex_output.mp4",
|
|
10278
10329
|
* "content_type": "video/mp4",
|
|
10279
|
-
* "file_name": "output.mp4"
|
|
10280
|
-
* "url": "https://v3b.fal.media/files/b/panda/oVdiICFXY03Vbam-08Aj8_output.mp4",
|
|
10281
|
-
* "file_size": 47359974
|
|
10330
|
+
* "file_name": "output.mp4"
|
|
10282
10331
|
* }
|
|
10283
10332
|
*/
|
|
10284
10333
|
video: Components.File;
|
|
@@ -10436,56 +10485,30 @@ export interface SharedType_503 {
|
|
|
10436
10485
|
seed?: number;
|
|
10437
10486
|
}
|
|
10438
10487
|
|
|
10439
|
-
export interface
|
|
10440
|
-
/**
|
|
10441
|
-
* Aspect Ratio
|
|
10442
|
-
* @description The aspect ratio of the generated video frame.
|
|
10443
|
-
* @default 16:9
|
|
10444
|
-
* @enum {string}
|
|
10445
|
-
*/
|
|
10446
|
-
aspect_ratio?: '16:9' | '9:16' | '1:1';
|
|
10447
|
-
/**
|
|
10448
|
-
* Duration
|
|
10449
|
-
* @description Video duration in seconds.
|
|
10450
|
-
* @default 5
|
|
10451
|
-
* @enum {string}
|
|
10452
|
-
*/
|
|
10453
|
-
duration?: '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10';
|
|
10454
|
-
/**
|
|
10455
|
-
* Elements
|
|
10456
|
-
* @description Elements (characters/objects) to include in the video. Reference in prompt as @Element1, @Element2, etc. Maximum 7 total (elements + reference images + start image).
|
|
10457
|
-
* @example [
|
|
10458
|
-
* {
|
|
10459
|
-
* "frontal_image_url": "https://v3b.fal.media/files/b/panda/MQp-ghIqshvMZROKh9lW3.png",
|
|
10460
|
-
* "reference_image_urls": [
|
|
10461
|
-
* "https://v3b.fal.media/files/b/kangaroo/YMpmQkYt9xugpOTQyZW0O.png",
|
|
10462
|
-
* "https://v3b.fal.media/files/b/zebra/d6ywajNyJ6bnpa_xBue-K.png"
|
|
10463
|
-
* ]
|
|
10464
|
-
* },
|
|
10465
|
-
* {
|
|
10466
|
-
* "frontal_image_url": "https://v3b.fal.media/files/b/koala/gSnsA7HJlgcaTyR5Ujj2H.png",
|
|
10467
|
-
* "reference_image_urls": [
|
|
10468
|
-
* "https://v3b.fal.media/files/b/kangaroo/EBF4nWihspyv4pp6hgj7D.png"
|
|
10469
|
-
* ]
|
|
10470
|
-
* }
|
|
10471
|
-
* ]
|
|
10472
|
-
*/
|
|
10473
|
-
elements?: Components.OmniVideoElementInput[];
|
|
10488
|
+
export interface SharedType_4ed {
|
|
10474
10489
|
/**
|
|
10475
|
-
*
|
|
10476
|
-
* @
|
|
10477
|
-
*
|
|
10478
|
-
* "https://
|
|
10479
|
-
* "
|
|
10480
|
-
*
|
|
10490
|
+
* @description The generated video
|
|
10491
|
+
* @example {
|
|
10492
|
+
* "file_size": 5485412,
|
|
10493
|
+
* "url": "https://storage.googleapis.com/falserverless/model_tests/video_models/output-4.mp4",
|
|
10494
|
+
* "content_type": "video/mp4",
|
|
10495
|
+
* "file_name": "output.mp4"
|
|
10496
|
+
* }
|
|
10481
10497
|
*/
|
|
10482
|
-
|
|
10498
|
+
video: Components.File;
|
|
10499
|
+
}
|
|
10500
|
+
|
|
10501
|
+
export interface SharedType_4eb {
|
|
10483
10502
|
/**
|
|
10484
|
-
*
|
|
10485
|
-
* @
|
|
10486
|
-
*
|
|
10503
|
+
* @description The extended video
|
|
10504
|
+
* @example {
|
|
10505
|
+
* "file_size": 1163040,
|
|
10506
|
+
* "url": "https://v3.fal.media/files/rabbit/88-jI3VWXU4Q8kSNrWo3c_output.mp4",
|
|
10507
|
+
* "content_type": "video/mp4",
|
|
10508
|
+
* "file_name": "output.mp4"
|
|
10509
|
+
* }
|
|
10487
10510
|
*/
|
|
10488
|
-
|
|
10511
|
+
video: Components.File;
|
|
10489
10512
|
}
|
|
10490
10513
|
|
|
10491
10514
|
export interface SharedType_4c9 {
|
|
@@ -10621,81 +10644,6 @@ export interface SharedType_4bc {
|
|
|
10621
10644
|
video_url: string;
|
|
10622
10645
|
}
|
|
10623
10646
|
|
|
10624
|
-
export interface SharedType_4ba {
|
|
10625
|
-
audio_setting?: Components.AudioSetting;
|
|
10626
|
-
/**
|
|
10627
|
-
* Language Boost
|
|
10628
|
-
* @description Enhance recognition of specified languages and dialects
|
|
10629
|
-
*/
|
|
10630
|
-
language_boost?:
|
|
10631
|
-
| 'Persian'
|
|
10632
|
-
| 'Filipino'
|
|
10633
|
-
| 'Tamil'
|
|
10634
|
-
| 'Chinese'
|
|
10635
|
-
| 'Chinese,Yue'
|
|
10636
|
-
| 'English'
|
|
10637
|
-
| 'Arabic'
|
|
10638
|
-
| 'Russian'
|
|
10639
|
-
| 'Spanish'
|
|
10640
|
-
| 'French'
|
|
10641
|
-
| 'Portuguese'
|
|
10642
|
-
| 'German'
|
|
10643
|
-
| 'Turkish'
|
|
10644
|
-
| 'Dutch'
|
|
10645
|
-
| 'Ukrainian'
|
|
10646
|
-
| 'Vietnamese'
|
|
10647
|
-
| 'Indonesian'
|
|
10648
|
-
| 'Japanese'
|
|
10649
|
-
| 'Italian'
|
|
10650
|
-
| 'Korean'
|
|
10651
|
-
| 'Thai'
|
|
10652
|
-
| 'Polish'
|
|
10653
|
-
| 'Romanian'
|
|
10654
|
-
| 'Greek'
|
|
10655
|
-
| 'Czech'
|
|
10656
|
-
| 'Finnish'
|
|
10657
|
-
| 'Hindi'
|
|
10658
|
-
| 'Bulgarian'
|
|
10659
|
-
| 'Danish'
|
|
10660
|
-
| 'Hebrew'
|
|
10661
|
-
| 'Malay'
|
|
10662
|
-
| 'Slovak'
|
|
10663
|
-
| 'Swedish'
|
|
10664
|
-
| 'Croatian'
|
|
10665
|
-
| 'Hungarian'
|
|
10666
|
-
| 'Norwegian'
|
|
10667
|
-
| 'Slovenian'
|
|
10668
|
-
| 'Catalan'
|
|
10669
|
-
| 'Nynorsk'
|
|
10670
|
-
| 'Afrikaans'
|
|
10671
|
-
| 'auto';
|
|
10672
|
-
/**
|
|
10673
|
-
* Output Format
|
|
10674
|
-
* @description Format of the output content (non-streaming only)
|
|
10675
|
-
* @default hex
|
|
10676
|
-
* @enum {string}
|
|
10677
|
-
*/
|
|
10678
|
-
output_format?: 'url' | 'hex';
|
|
10679
|
-
pronunciation_dict?: Components.PronunciationDict;
|
|
10680
|
-
/**
|
|
10681
|
-
* Text
|
|
10682
|
-
* @description Text to convert to speech (max 5000 characters, minimum 1 non-whitespace character)
|
|
10683
|
-
* @example Hello world! This is a test of the text-to-speech system.
|
|
10684
|
-
*/
|
|
10685
|
-
text: string;
|
|
10686
|
-
/**
|
|
10687
|
-
* @description Voice configuration settings
|
|
10688
|
-
* @default {
|
|
10689
|
-
* "voice_id": "Wise_Woman",
|
|
10690
|
-
* "vol": 1,
|
|
10691
|
-
* "speed": 1,
|
|
10692
|
-
* "english_normalization": false,
|
|
10693
|
-
* "pitch": 0
|
|
10694
|
-
* }
|
|
10695
|
-
*/
|
|
10696
|
-
voice_setting?: Components.VoiceSetting;
|
|
10697
|
-
}
|
|
10698
|
-
|
|
10699
10647
|
export interface SharedType_4b8 {
|
|
10700
10648
|
/**
|
|
10701
10649
|
* Seed
|
|
@@ -11156,6 +11104,19 @@ export interface SharedType_467 {
|
|
|
11156
11104
|
seed: number;
|
|
11157
11105
|
}
|
|
11158
11106
|
|
|
11107
|
+
export interface SharedType_461 {
|
|
11108
|
+
/**
|
|
11109
|
+
* @description The generated video
|
|
11110
|
+
* @example {
|
|
11111
|
+
* "file_size": 3890360,
|
|
11112
|
+
* "url": "https://storage.googleapis.com/falserverless/model_tests/video_models/output-2.mp4",
|
|
11113
|
+
* "content_type": "video/mp4",
|
|
11114
|
+
* "file_name": "output.mp4"
|
|
11115
|
+
* }
|
|
11116
|
+
*/
|
|
11117
|
+
video: Components.File;
|
|
11118
|
+
}
|
|
11119
|
+
|
|
11159
11120
|
export interface SharedType_444 {
|
|
11160
11121
|
/**
|
|
11161
11122
|
* Images
|
|
@@ -11749,6 +11710,19 @@ export interface SharedType_37c {
|
|
|
11749
11710
|
video: Components.File;
|
|
11750
11711
|
}
|
|
11751
11712
|
|
|
11713
|
+
export interface SharedType_37b {
|
|
11714
|
+
/**
|
|
11715
|
+
* @description The generated video.
|
|
11716
|
+
* @example {
|
|
11717
|
+
* "url": "https://v3b.fal.media/files/b/koala/knryyyGF3ZVyMMrGr77CL_output.mp4",
|
|
11718
|
+
* "file_name": "output.mp4",
|
|
11719
|
+
* "content_type": "video/mp4",
|
|
11720
|
+
* "file_size": 27588984
|
|
11721
|
+
* }
|
|
11722
|
+
*/
|
|
11723
|
+
video: Components.File;
|
|
11724
|
+
}
|
|
11725
|
+
|
|
11752
11726
|
export interface SharedType_377 {
|
|
11753
11727
|
/**
|
|
11754
11728
|
* Output
|
|
@@ -11757,6 +11731,19 @@ export interface SharedType_377 {
|
|
|
11757
11731
|
output: string;
|
|
11758
11732
|
}
|
|
11759
11733
|
|
|
11734
|
+
export interface SharedType_373 {
|
|
11735
|
+
/**
|
|
11736
|
+
* @description The generated video
|
|
11737
|
+
* @example {
|
|
11738
|
+
* "file_size": 5485412,
|
|
11739
|
+
* "url": "https://fal.media/files/lion/_fVEU5nzHND_fHGQUhXEm_output.mp4",
|
|
11740
|
+
* "content_type": "video/mp4",
|
|
11741
|
+
* "file_name": "output.mp4"
|
|
11742
|
+
* }
|
|
11743
|
+
*/
|
|
11744
|
+
video: Components.File;
|
|
11745
|
+
}
|
|
11746
|
+
|
|
11760
11747
|
export interface SharedType_371 {
|
|
11761
11748
|
/**
|
|
11762
11749
|
* Image Url
|
|
@@ -11904,78 +11891,6 @@ export interface SharedType_343 {
|
|
|
11904
11891
|
seed: number;
|
|
11905
11892
|
}
|
|
11906
11893
|
|
|
11907
|
-
export interface SharedType_317 {
|
|
11908
|
-
audio_setting?: Components.AudioSetting;
|
|
11909
|
-
/**
|
|
11910
|
-
* Language Boost
|
|
11911
|
-
* @description Enhance recognition of specified languages and dialects
|
|
11912
|
-
*/
|
|
11913
|
-
language_boost?:
|
|
11914
|
-
| 'Chinese'
|
|
11915
|
-
| 'Chinese,Yue'
|
|
11916
|
-
| 'English'
|
|
11917
|
-
| 'Arabic'
|
|
11918
|
-
| 'Russian'
|
|
11919
|
-
| 'Spanish'
|
|
11920
|
-
| 'French'
|
|
11921
|
-
| 'Portuguese'
|
|
11922
|
-
| 'German'
|
|
11923
|
-
| 'Turkish'
|
|
11924
|
-
| 'Dutch'
|
|
11925
|
-
| 'Ukrainian'
|
|
11926
|
-
| 'Vietnamese'
|
|
11927
|
-
| 'Indonesian'
|
|
11928
|
-
| 'Japanese'
|
|
11929
|
-
| 'Italian'
|
|
11930
|
-
| 'Korean'
|
|
11931
|
-
| 'Thai'
|
|
11932
|
-
| 'Polish'
|
|
11933
|
-
| 'Romanian'
|
|
11934
|
-
| 'Greek'
|
|
11935
|
-
| 'Czech'
|
|
11936
|
-
| 'Finnish'
|
|
11937
|
-
| 'Hindi'
|
|
11938
|
-
| 'Bulgarian'
|
|
11939
|
-
| 'Danish'
|
|
11940
|
-
| 'Hebrew'
|
|
11941
|
-
| 'Malay'
|
|
11942
|
-
| 'Slovak'
|
|
11943
|
-
| 'Swedish'
|
|
11944
|
-
| 'Croatian'
|
|
11945
|
-
| 'Hungarian'
|
|
11946
|
-
| 'Norwegian'
|
|
11947
|
-
| 'Slovenian'
|
|
11948
|
-
| 'Catalan'
|
|
11949
|
-
| 'Nynorsk'
|
|
11950
|
-
| 'Afrikaans'
|
|
11951
|
-
| 'auto';
|
|
11952
|
-
/**
|
|
11953
|
-
* Output Format
|
|
11954
|
-
* @description Format of the output content (non-streaming only)
|
|
11955
|
-
* @default hex
|
|
11956
|
-
* @enum {string}
|
|
11957
|
-
*/
|
|
11958
|
-
output_format?: 'url' | 'hex';
|
|
11959
|
-
pronunciation_dict?: Components.PronunciationDict;
|
|
11960
|
-
/**
|
|
11961
|
-
* Text
|
|
11962
|
-
* @description Text to convert to speech (max 5000 characters, minimum 1 non-whitespace character)
|
|
11963
|
-
* @example Hello world! This is a test of the text-to-speech system.
|
|
11964
|
-
*/
|
|
11965
|
-
text: string;
|
|
11966
|
-
/**
|
|
11967
|
-
* @description Voice configuration settings
|
|
11968
|
-
* @default {
|
|
11969
|
-
* "voice_id": "Wise_Woman",
|
|
11970
|
-
* "vol": 1,
|
|
11971
|
-
* "speed": 1,
|
|
11972
|
-
* "english_normalization": false,
|
|
11973
|
-
* "pitch": 0
|
|
11974
|
-
* }
|
|
11975
|
-
*/
|
|
11976
|
-
voice_setting?: Components.VoiceSetting;
|
|
11977
|
-
}
|
|
11978
|
-
|
|
11979
11894
|
export interface SharedType_304 {
|
|
11980
11895
|
/**
|
|
11981
11896
|
* Aspect Ratio
|
|
@@ -12270,7 +12185,7 @@ export interface SharedType_2ac {
|
|
|
12270
12185
|
style?: 'anime' | '3d_animation' | 'clay' | 'comic' | 'cyberpunk';
|
|
12271
12186
|
}
|
|
12272
12187
|
|
|
12273
|
-
export interface
|
|
12188
|
+
export interface SharedType_2981 {
|
|
12274
12189
|
/**
|
|
12275
12190
|
* Transcribed Text
|
|
12276
12191
|
* @description The partial or final transcription output from Canary
|
|
@@ -12284,6 +12199,19 @@ export interface SharedType_298 {
|
|
|
12284
12199
|
partial?: boolean;
|
|
12285
12200
|
}
|
|
12286
12201
|
|
|
12202
|
+
export interface SharedType_298 {
|
|
12203
|
+
/**
|
|
12204
|
+
* @description The generated video
|
|
12205
|
+
* @example {
|
|
12206
|
+
* "file_size": 4060052,
|
|
12207
|
+
* "url": "https://fal.media/files/tiger/8V9H8RLyFiWjmJDOxGbcG_output.mp4",
|
|
12208
|
+
* "content_type": "video/mp4",
|
|
12209
|
+
* "file_name": "output.mp4"
|
|
12210
|
+
* }
|
|
12211
|
+
*/
|
|
12212
|
+
video: Components.File;
|
|
12213
|
+
}
|
|
12214
|
+
|
|
12287
12215
|
export interface SharedType_27e {
|
|
12288
12216
|
/**
|
|
12289
12217
|
* Images
|
|
@@ -12557,6 +12485,78 @@ export interface SharedType_21d {
|
|
|
12557
12485
|
turn_off_cfg_start_si?: number;
|
|
12558
12486
|
}
|
|
12559
12487
|
|
|
12488
|
+
export interface SharedType_21c {
|
|
12489
|
+
audio_setting?: Components.AudioSetting;
|
|
12490
|
+
/**
|
|
12491
|
+
* Language Boost
|
|
12492
|
+
* @description Enhance recognition of specified languages and dialects
|
|
12493
|
+
*/
|
|
12494
|
+
language_boost?:
|
|
12495
|
+
| 'Chinese'
|
|
12496
|
+
| 'Chinese,Yue'
|
|
12497
|
+
| 'English'
|
|
12498
|
+
| 'Arabic'
|
|
12499
|
+
| 'Russian'
|
|
12500
|
+
| 'Spanish'
|
|
12501
|
+
| 'French'
|
|
12502
|
+
| 'Portuguese'
|
|
12503
|
+
| 'German'
|
|
12504
|
+
| 'Turkish'
|
|
12505
|
+
| 'Dutch'
|
|
12506
|
+
| 'Ukrainian'
|
|
12507
|
+
| 'Vietnamese'
|
|
12508
|
+
| 'Indonesian'
|
|
12509
|
+
| 'Japanese'
|
|
12510
|
+
| 'Italian'
|
|
12511
|
+
| 'Korean'
|
|
12512
|
+
| 'Thai'
|
|
12513
|
+
| 'Polish'
|
|
12514
|
+
| 'Romanian'
|
|
12515
|
+
| 'Greek'
|
|
12516
|
+
| 'Czech'
|
|
12517
|
+
| 'Finnish'
|
|
12518
|
+
| 'Hindi'
|
|
12519
|
+
| 'Bulgarian'
|
|
12520
|
+
| 'Danish'
|
|
12521
|
+
| 'Hebrew'
|
|
12522
|
+
| 'Malay'
|
|
12523
|
+
| 'Slovak'
|
|
12524
|
+
| 'Swedish'
|
|
12525
|
+
| 'Croatian'
|
|
12526
|
+
| 'Hungarian'
|
|
12527
|
+
| 'Norwegian'
|
|
12528
|
+
| 'Slovenian'
|
|
12529
|
+
| 'Catalan'
|
|
12530
|
+
| 'Nynorsk'
|
|
12531
|
+
| 'Afrikaans'
|
|
12532
|
+
| 'auto';
|
|
12533
|
+
/**
|
|
12534
|
+
* Output Format
|
|
12535
|
+
* @description Format of the output content (non-streaming only)
|
|
12536
|
+
* @default hex
|
|
12537
|
+
* @enum {string}
|
|
12538
|
+
*/
|
|
12539
|
+
output_format?: 'url' | 'hex';
|
|
12540
|
+
pronunciation_dict?: Components.PronunciationDict;
|
|
12541
|
+
/**
|
|
12542
|
+
* Text
|
|
12543
|
+
* @description Text to convert to speech (max 5000 characters, minimum 1 non-whitespace character)
|
|
12544
|
+
* @example Hello world! This is a test of the text-to-speech system.
|
|
12545
|
+
*/
|
|
12546
|
+
text: string;
|
|
12547
|
+
/**
|
|
12548
|
+
* @description Voice configuration settings
|
|
12549
|
+
* @default {
|
|
12550
|
+
* "pitch": 0,
|
|
12551
|
+
* "voice_id": "Wise_Woman",
|
|
12552
|
+
* "english_normalization": false,
|
|
12553
|
+
* "speed": 1,
|
|
12554
|
+
* "vol": 1
|
|
12555
|
+
* }
|
|
12556
|
+
*/
|
|
12557
|
+
voice_setting?: Components.VoiceSetting;
|
|
12558
|
+
}
|
|
12559
|
+
|
|
12560
12560
|
export interface SharedType_219 {
|
|
12561
12561
|
/**
|
|
12562
12562
|
* Enable Safety Checker
|
|
@@ -12754,19 +12754,6 @@ export interface SharedType_1eb {
|
|
|
12754
12754
|
video: Components.File;
|
|
12755
12755
|
}
|
|
12756
12756
|
|
|
12757
|
-
export interface SharedType_1ea {
|
|
12758
|
-
/**
|
|
12759
|
-
* @description The generated video
|
|
12760
|
-
* @example {
|
|
12761
|
-
* "url": "https://fal.media/files/zebra/11UahivZ3XZ1tRlcEcgPq_output.mp4",
|
|
12762
|
-
* "file_name": "output.mp4",
|
|
12763
|
-
* "file_size": 2995630,
|
|
12764
|
-
* "content_type": "video/mp4"
|
|
12765
|
-
* }
|
|
12766
|
-
*/
|
|
12767
|
-
video: Components.File;
|
|
12768
|
-
}
|
|
12769
|
-
|
|
12770
12757
|
export interface SharedType_1c9 {
|
|
12771
12758
|
animation_fbx?: Components.File;
|
|
12772
12759
|
animation_glb?: Components.File;
|
|
@@ -12982,6 +12969,19 @@ export interface SharedType_19f {
|
|
|
12982
12969
|
thinking_level?: 'minimal' | 'high';
|
|
12983
12970
|
}
|
|
12984
12971
|
|
|
12972
|
+
export interface SharedType_198 {
|
|
12973
|
+
/**
|
|
12974
|
+
* @description The generated video.
|
|
12975
|
+
* @example {
|
|
12976
|
+
* "url": "https://v3b.fal.media/files/b/0a8d0278/pgIO9yOXTFCTetKBsqDwX_output.mp4",
|
|
12977
|
+
* "file_name": "output.mp4",
|
|
12978
|
+
* "content_type": "video/mp4",
|
|
12979
|
+
* "file_size": 12037975
|
|
12980
|
+
* }
|
|
12981
|
+
*/
|
|
12982
|
+
video: Components.File;
|
|
12983
|
+
}
|
|
12984
|
+
|
|
12985
12985
|
export interface SharedType_197 {
|
|
12986
12986
|
image: Components.Image;
|
|
12987
12987
|
/**
|
|
@@ -13191,19 +13191,6 @@ export interface SharedType_165 {
|
|
|
13191
13191
|
task_id: string;
|
|
13192
13192
|
}
|
|
13193
13193
|
|
|
13194
|
-
export interface SharedType_164 {
|
|
13195
|
-
/**
|
|
13196
|
-
* @description The generated video
|
|
13197
|
-
* @example {
|
|
13198
|
-
* "url": "https://storage.googleapis.com/falserverless/model_tests/video_models/output-4.mp4",
|
|
13199
|
-
* "file_name": "output.mp4",
|
|
13200
|
-
* "file_size": 5485412,
|
|
13201
|
-
* "content_type": "video/mp4"
|
|
13202
|
-
* }
|
|
13203
|
-
*/
|
|
13204
|
-
video: Components.File;
|
|
13205
|
-
}
|
|
13206
|
-
|
|
13207
13194
|
export interface SharedType_158 {
|
|
13208
13195
|
/**
|
|
13209
13196
|
* Has Nsfw Concepts
|
|
@@ -13394,44 +13381,6 @@ export interface SharedType_0d8 {
|
|
|
13394
13381
|
sync_mode?: boolean;
|
|
13395
13382
|
}
|
|
13396
13383
|
|
|
13397
|
-
export interface SharedType_0d0 {
|
|
13398
|
-
/**
|
|
13399
|
-
* Has Nsfw Concepts
|
|
13400
|
-
* @description Whether the generated images contain NSFW concepts.
|
|
13401
|
-
*/
|
|
13402
|
-
has_nsfw_concepts: boolean[];
|
|
13403
|
-
/**
|
|
13404
|
-
* Images
|
|
13405
|
-
* @description The generated image files info.
|
|
13406
|
-
* @example [
|
|
13407
|
-
* {
|
|
13408
|
-
* "content_type": "image/png",
|
|
13409
|
-
* "width": 1024,
|
|
13410
|
-
* "height": 768,
|
|
13411
|
-
* "url": "https://v3b.fal.media/files/b/0a8c18a5/1z0k9F1YLgz4qCr64jCBa_r2uqRyDg.png"
|
|
13412
|
-
* }
|
|
13413
|
-
* ]
|
|
13414
|
-
*/
|
|
13415
|
-
images: Components.ImageFile[];
|
|
13416
|
-
/**
|
|
13417
|
-
* Prompt
|
|
13418
|
-
* @description The prompt used for generating the image.
|
|
13419
|
-
*/
|
|
13420
|
-
prompt: string;
|
|
13421
|
-
/**
|
|
13422
|
-
* Seed
|
|
13423
|
-
* @description Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed.
|
|
13424
|
-
*/
|
|
13425
|
-
seed: number;
|
|
13426
|
-
/**
|
|
13427
|
-
* Timings
|
|
13428
|
-
* @description The timings of the generation process.
|
|
13429
|
-
*/
|
|
13430
|
-
timings: {
|
|
13431
|
-
[key: string]: number;
|
|
13432
|
-
};
|
|
13433
|
-
}
|
|
13434
|
-
|
|
13435
13384
|
export interface SharedType_0cd {
|
|
13436
13385
|
/**
|
|
13437
13386
|
* Acceleration
|
|
@@ -13582,6 +13531,19 @@ export interface SharedType_090 {
|
|
|
13582
13531
|
objects: Record<string, never>[];
|
|
13583
13532
|
}
|
|
13584
13533
|
|
|
13534
|
+
export interface SharedType_089 {
|
|
13535
|
+
/**
|
|
13536
|
+
* @description The generated video.
|
|
13537
|
+
* @example {
|
|
13538
|
+
* "url": "https://v3b.fal.media/files/b/panda/oVdiICFXY03Vbam-08Aj8_output.mp4",
|
|
13539
|
+
* "file_name": "output.mp4",
|
|
13540
|
+
* "content_type": "video/mp4",
|
|
13541
|
+
* "file_size": 47359974
|
|
13542
|
+
* }
|
|
13543
|
+
*/
|
|
13544
|
+
video: Components.File;
|
|
13545
|
+
}
|
|
13546
|
+
|
|
13585
13547
|
export interface SharedType_084 {
|
|
13586
13548
|
/**
|
|
13587
13549
|
* Acceleration
|
|
@@ -13679,6 +13641,44 @@ export interface SharedType_084 {
|
|
|
13679
13641
|
sync_mode?: boolean;
|
|
13680
13642
|
}
|
|
13681
13643
|
|
|
13644
|
+
export interface SharedType_07f {
|
|
13645
|
+
/**
|
|
13646
|
+
* Has Nsfw Concepts
|
|
13647
|
+
* @description Whether the generated images contain NSFW concepts.
|
|
13648
|
+
*/
|
|
13649
|
+
has_nsfw_concepts: boolean[];
|
|
13650
|
+
/**
|
|
13651
|
+
* Images
|
|
13652
|
+
* @description The generated image files info.
|
|
13653
|
+
* @example [
|
|
13654
|
+
* {
|
|
13655
|
+
* "height": 768,
|
|
13656
|
+
* "content_type": "image/png",
|
|
13657
|
+
* "width": 1024,
|
|
13658
|
+
* "url": "https://v3b.fal.media/files/b/0a8c18a5/1z0k9F1YLgz4qCr64jCBa_r2uqRyDg.png"
|
|
13659
|
+
* }
|
|
13660
|
+
* ]
|
|
13661
|
+
*/
|
|
13662
|
+
images: Components.ImageFile[];
|
|
13663
|
+
/**
|
|
13664
|
+
* Prompt
|
|
13665
|
+
* @description The prompt used for generating the image.
|
|
13666
|
+
*/
|
|
13667
|
+
prompt: string;
|
|
13668
|
+
/**
|
|
13669
|
+
* Seed
|
|
13670
|
+
* @description Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed.
|
|
13671
|
+
*/
|
|
13672
|
+
seed: number;
|
|
13673
|
+
/**
|
|
13674
|
+
* Timings
|
|
13675
|
+
* @description The timings of the generation process.
|
|
13676
|
+
*/
|
|
13677
|
+
timings: {
|
|
13678
|
+
[key: string]: number;
|
|
13679
|
+
};
|
|
13680
|
+
}
|
|
13681
|
+
|
|
13682
13682
|
export interface SharedType_076 {
|
|
13683
13683
|
/**
|
|
13684
13684
|
* Images
|
|
@@ -15509,7 +15509,7 @@ export interface ZImageTurboTilingLoraInput {
|
|
|
15509
15509
|
tiling_mode?: 'both' | 'horizontal' | 'vertical';
|
|
15510
15510
|
}
|
|
15511
15511
|
|
|
15512
|
-
export interface ZImageTurboTilingLoraOutput extends
|
|
15512
|
+
export interface ZImageTurboTilingLoraOutput extends SharedType_8eb {}
|
|
15513
15513
|
|
|
15514
15514
|
export interface ZImageTurboTilingInput {
|
|
15515
15515
|
/**
|
|
@@ -15621,7 +15621,7 @@ export interface ZImageTurboTilingInput {
|
|
|
15621
15621
|
tiling_mode?: 'both' | 'horizontal' | 'vertical';
|
|
15622
15622
|
}
|
|
15623
15623
|
|
|
15624
|
-
export interface ZImageTurboTilingOutput extends
|
|
15624
|
+
export interface ZImageTurboTilingOutput extends SharedType_8eb {}
|
|
15625
15625
|
|
|
15626
15626
|
export interface ZImageTurboLoraInput {
|
|
15627
15627
|
/**
|
|
@@ -15703,7 +15703,7 @@ export interface ZImageTurboLoraInput {
|
|
|
15703
15703
|
sync_mode?: boolean;
|
|
15704
15704
|
}
|
|
15705
15705
|
|
|
15706
|
-
export interface ZImageTurboLoraOutput extends
|
|
15706
|
+
export interface ZImageTurboLoraOutput extends SharedType_b16 {}
|
|
15707
15707
|
|
|
15708
15708
|
export interface ZImageTurboInpaintLoraInput {
|
|
15709
15709
|
/**
|
|
@@ -15822,7 +15822,7 @@ export interface ZImageTurboInpaintLoraInput {
|
|
|
15822
15822
|
sync_mode?: boolean;
|
|
15823
15823
|
}
|
|
15824
15824
|
|
|
15825
|
-
export interface ZImageTurboInpaintLoraOutput extends
|
|
15825
|
+
export interface ZImageTurboInpaintLoraOutput extends SharedType_cb0 {}
|
|
15826
15826
|
|
|
15827
15827
|
export interface ZImageTurboInpaintInput {
|
|
15828
15828
|
/**
|
|
@@ -15935,7 +15935,7 @@ export interface ZImageTurboInpaintInput {
|
|
|
15935
15935
|
sync_mode?: boolean;
|
|
15936
15936
|
}
|
|
15937
15937
|
|
|
15938
|
-
export interface ZImageTurboInpaintOutput extends
|
|
15938
|
+
export interface ZImageTurboInpaintOutput extends SharedType_cb0 {}
|
|
15939
15939
|
|
|
15940
15940
|
export interface ZImageTurboImageToImageLoraInput {
|
|
15941
15941
|
/**
|
|
@@ -16030,7 +16030,7 @@ export interface ZImageTurboImageToImageLoraInput {
|
|
|
16030
16030
|
sync_mode?: boolean;
|
|
16031
16031
|
}
|
|
16032
16032
|
|
|
16033
|
-
export interface ZImageTurboImageToImageLoraOutput extends
|
|
16033
|
+
export interface ZImageTurboImageToImageLoraOutput extends SharedType_e731 {}
|
|
16034
16034
|
|
|
16035
16035
|
export interface ZImageTurboImageToImageInput {
|
|
16036
16036
|
/**
|
|
@@ -16119,7 +16119,7 @@ export interface ZImageTurboImageToImageInput {
|
|
|
16119
16119
|
sync_mode?: boolean;
|
|
16120
16120
|
}
|
|
16121
16121
|
|
|
16122
|
-
export interface ZImageTurboImageToImageOutput extends
|
|
16122
|
+
export interface ZImageTurboImageToImageOutput extends SharedType_e731 {}
|
|
16123
16123
|
|
|
16124
16124
|
export interface ZImageTurboControlnetLoraInput {
|
|
16125
16125
|
/**
|
|
@@ -16233,7 +16233,7 @@ export interface ZImageTurboControlnetLoraInput {
|
|
|
16233
16233
|
sync_mode?: boolean;
|
|
16234
16234
|
}
|
|
16235
16235
|
|
|
16236
|
-
export interface ZImageTurboControlnetLoraOutput extends
|
|
16236
|
+
export interface ZImageTurboControlnetLoraOutput extends SharedType_893 {}
|
|
16237
16237
|
|
|
16238
16238
|
export interface ZImageTurboControlnetInput {
|
|
16239
16239
|
/**
|
|
@@ -16341,7 +16341,7 @@ export interface ZImageTurboControlnetInput {
|
|
|
16341
16341
|
sync_mode?: boolean;
|
|
16342
16342
|
}
|
|
16343
16343
|
|
|
16344
|
-
export interface ZImageTurboControlnetOutput extends
|
|
16344
|
+
export interface ZImageTurboControlnetOutput extends SharedType_893 {}
|
|
16345
16345
|
|
|
16346
16346
|
export interface ZImageTurboInput {
|
|
16347
16347
|
/**
|
|
@@ -16417,7 +16417,7 @@ export interface ZImageTurboInput {
|
|
|
16417
16417
|
sync_mode?: boolean;
|
|
16418
16418
|
}
|
|
16419
16419
|
|
|
16420
|
-
export interface ZImageTurboOutput extends
|
|
16420
|
+
export interface ZImageTurboOutput extends SharedType_b16 {}
|
|
16421
16421
|
|
|
16422
16422
|
export interface ZImageBaseLoraInput {
|
|
16423
16423
|
/**
|
|
@@ -16505,7 +16505,7 @@ export interface ZImageBaseLoraInput {
|
|
|
16505
16505
|
sync_mode?: boolean;
|
|
16506
16506
|
}
|
|
16507
16507
|
|
|
16508
|
-
export interface ZImageBaseLoraOutput extends
|
|
16508
|
+
export interface ZImageBaseLoraOutput extends SharedType_07f {}
|
|
16509
16509
|
|
|
16510
16510
|
export interface ZImageBaseInput {
|
|
16511
16511
|
/**
|
|
@@ -16587,7 +16587,7 @@ export interface ZImageBaseInput {
|
|
|
16587
16587
|
sync_mode?: boolean;
|
|
16588
16588
|
}
|
|
16589
16589
|
|
|
16590
|
-
export interface ZImageBaseOutput extends
|
|
16590
|
+
export interface ZImageBaseOutput extends SharedType_07f {}
|
|
16591
16591
|
|
|
16592
16592
|
export interface ZImageTurboTrainerV2Input extends SharedType_54d {}
|
|
16593
16593
|
|
|
@@ -20319,10 +20319,10 @@ export interface WanV2214bSpeechToVideoOutput {
|
|
|
20319
20319
|
/**
|
|
20320
20320
|
* @description The generated video file.
|
|
20321
20321
|
* @example {
|
|
20322
|
-
* "file_size": 4685303,
|
|
20323
20322
|
* "url": "https://v3.fal.media/files/panda/f7tXRCjvwEcVlmxHuw8kO_2c7ab2540af44eceaf5ffde4e8d094ed.mp4",
|
|
20324
|
-
* "
|
|
20325
|
-
* "
|
|
20323
|
+
* "content_type": "application/octet-stream",
|
|
20324
|
+
* "file_size": 4685303,
|
|
20325
|
+
* "file_name": "2c7ab2540af44eceaf5ffde4e8d094ed.mp4"
|
|
20326
20326
|
* }
|
|
20327
20327
|
*/
|
|
20328
20328
|
video: Components.File;
|
|
@@ -22994,6 +22994,66 @@ export interface ViduQ3TextToVideoInput extends SharedType_95d {}
|
|
|
22994
22994
|
|
|
22995
22995
|
export interface ViduQ3TextToVideoOutput extends SharedType_7f7 {}
|
|
22996
22996
|
|
|
22997
|
+
export interface ViduQ3ReferenceToVideoMixInput {
|
|
22998
|
+
/**
|
|
22999
|
+
* Aspect Ratio
|
|
23000
|
+
* @description The aspect ratio of the output video
|
|
23001
|
+
* @default 16:9
|
|
23002
|
+
* @enum {string}
|
|
23003
|
+
*/
|
|
23004
|
+
aspect_ratio?: '16:9' | '9:16' | '4:3' | '3:4' | '1:1';
|
|
23005
|
+
/**
|
|
23006
|
+
* Audio
|
|
23007
|
+
* @description Whether to use direct audio-video generation. When true, outputs video with sound.
|
|
23008
|
+
* @default true
|
|
23009
|
+
*/
|
|
23010
|
+
audio?: boolean;
|
|
23011
|
+
/**
|
|
23012
|
+
* Duration
|
|
23013
|
+
* @description Duration of the video in seconds (1-16 for Q3 models)
|
|
23014
|
+
* @default 5
|
|
23015
|
+
*/
|
|
23016
|
+
duration?: number;
|
|
23017
|
+
/**
|
|
23018
|
+
* Prompt
|
|
23019
|
+
* @description Text prompt for video generation, max 2000 characters
|
|
23020
|
+
* @example A character walking through a beach catching an apple.
|
|
23021
|
+
*/
|
|
23022
|
+
prompt: string;
|
|
23023
|
+
/**
|
|
23024
|
+
* Reference Image Urls
|
|
23025
|
+
* @description URLs of 1 to 4 reference images used to keep subjects or scenes consistent
|
|
23026
|
+
* @example [
|
|
23027
|
+
* "https://storage.googleapis.com/falserverless/web-examples/vidu/new-examples/reference1.png",
|
|
23028
|
+
* "https://storage.googleapis.com/falserverless/web-examples/vidu/new-examples/reference2.png",
|
|
23029
|
+
* "https://storage.googleapis.com/falserverless/web-examples/vidu/new-examples/reference3.png"
|
|
23030
|
+
* ]
|
|
23031
|
+
*/
|
|
23032
|
+
reference_image_urls: string[];
|
|
23033
|
+
/**
|
|
23034
|
+
* Resolution
|
|
23035
|
+
* @description Output video resolution
|
|
23036
|
+
* @default 720p
|
|
23037
|
+
* @enum {string}
|
|
23038
|
+
*/
|
|
23039
|
+
resolution?: '360p' | '540p' | '720p' | '1080p';
|
|
23040
|
+
/**
|
|
23041
|
+
* Seed
|
|
23042
|
+
* @description Random seed for reproducibility. If None, a random seed is chosen.
|
|
23043
|
+
*/
|
|
23044
|
+
seed?: number;
|
|
23045
|
+
}
|
|
23046
|
+
|
|
23047
|
+
export interface ViduQ3ReferenceToVideoMixOutput {
|
|
23048
|
+
/**
|
|
23049
|
+
* @description The generated video from reference images using the Q3 model
|
|
23050
|
+
* @example {
|
|
23051
|
+
* "url": "https://v3b.fal.media/files/b/0a8c9189/n9z3uUDPqmU2msAtqr25-_output.mp4"
|
|
23052
|
+
* }
|
|
23053
|
+
*/
|
|
23054
|
+
video: Components.File;
|
|
23055
|
+
}
|
|
23056
|
+
|
|
22997
23057
|
export interface ViduQ3ImageToVideoTurboInput extends SharedType_015 {}
|
|
22998
23058
|
|
|
22999
23059
|
export interface ViduQ3ImageToVideoTurboOutput extends SharedType_c97 {}
|
|
@@ -27077,7 +27137,7 @@ export interface SpeechToTextTurboStreamOutput extends SharedType_4411 {}
|
|
|
27077
27137
|
|
|
27078
27138
|
export interface SpeechToTextTurboInput extends SharedType_86b {}
|
|
27079
27139
|
|
|
27080
|
-
export interface SpeechToTextTurboOutput extends
|
|
27140
|
+
export interface SpeechToTextTurboOutput extends SharedType_2981 {}
|
|
27081
27141
|
|
|
27082
27142
|
export interface SpeechToTextStreamInput extends SharedType_86b {}
|
|
27083
27143
|
|
|
@@ -27085,7 +27145,7 @@ export interface SpeechToTextStreamOutput extends SharedType_4411 {}
|
|
|
27085
27145
|
|
|
27086
27146
|
export interface SpeechToTextInput extends SharedType_86b {}
|
|
27087
27147
|
|
|
27088
|
-
export interface SpeechToTextOutput extends
|
|
27148
|
+
export interface SpeechToTextOutput extends SharedType_2981 {}
|
|
27089
27149
|
|
|
27090
27150
|
export interface Sora2VideoToVideoRemixInput {
|
|
27091
27151
|
/**
|
|
@@ -27114,8 +27174,8 @@ export interface Sora2VideoToVideoRemixOutput {
|
|
|
27114
27174
|
/**
|
|
27115
27175
|
* @description The generated video
|
|
27116
27176
|
* @example {
|
|
27117
|
-
* "
|
|
27118
|
-
* "
|
|
27177
|
+
* "content_type": "video/mp4",
|
|
27178
|
+
* "url": "https://v3b.fal.media/files/b/rabbit/nk1MK6LY90QqScvI4_Yn8.mp4"
|
|
27119
27179
|
* }
|
|
27120
27180
|
*/
|
|
27121
27181
|
video: Components.VideoFile;
|
|
@@ -27180,8 +27240,8 @@ export interface Sora2TextToVideoProOutput {
|
|
|
27180
27240
|
/**
|
|
27181
27241
|
* @description The generated video
|
|
27182
27242
|
* @example {
|
|
27183
|
-
* "
|
|
27184
|
-
* "
|
|
27243
|
+
* "content_type": "video/mp4",
|
|
27244
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/sora-2-pro-t2v-output.mp4"
|
|
27185
27245
|
* }
|
|
27186
27246
|
*/
|
|
27187
27247
|
video: Components.VideoFile;
|
|
@@ -27253,8 +27313,8 @@ export interface Sora2TextToVideoOutput {
|
|
|
27253
27313
|
/**
|
|
27254
27314
|
* @description The generated video
|
|
27255
27315
|
* @example {
|
|
27256
|
-
* "
|
|
27257
|
-
* "
|
|
27316
|
+
* "content_type": "video/mp4",
|
|
27317
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/sora_t2v_output.mp4"
|
|
27258
27318
|
* }
|
|
27259
27319
|
*/
|
|
27260
27320
|
video: Components.VideoFile;
|
|
@@ -27325,8 +27385,8 @@ export interface Sora2ImageToVideoProOutput {
|
|
|
27325
27385
|
/**
|
|
27326
27386
|
* @description The generated video
|
|
27327
27387
|
* @example {
|
|
27328
|
-
* "
|
|
27329
|
-
* "
|
|
27388
|
+
* "content_type": "video/mp4",
|
|
27389
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/sora-2-pro-i2v-output.mp4"
|
|
27330
27390
|
* }
|
|
27331
27391
|
*/
|
|
27332
27392
|
video: Components.VideoFile;
|
|
@@ -27404,8 +27464,8 @@ export interface Sora2ImageToVideoOutput {
|
|
|
27404
27464
|
/**
|
|
27405
27465
|
* @description The generated video
|
|
27406
27466
|
* @example {
|
|
27407
|
-
* "
|
|
27408
|
-
* "
|
|
27467
|
+
* "content_type": "video/mp4",
|
|
27468
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/sora_2_i2v_output.mp4"
|
|
27409
27469
|
* }
|
|
27410
27470
|
*/
|
|
27411
27471
|
video: Components.VideoFile;
|
|
@@ -29910,10 +29970,10 @@ export interface RecraftVectorizeOutput {
|
|
|
29910
29970
|
/**
|
|
29911
29971
|
* @description The vectorized image.
|
|
29912
29972
|
* @example {
|
|
29913
|
-
* "
|
|
29973
|
+
* "file_size": 85336,
|
|
29914
29974
|
* "file_name": "image.svg",
|
|
29915
|
-
* "
|
|
29916
|
-
* "
|
|
29975
|
+
* "url": "https://v3.fal.media/files/koala/pUQbC18DsP4KxcIBA53y2_image.svg",
|
|
29976
|
+
* "content_type": "image/svg+xml"
|
|
29917
29977
|
* }
|
|
29918
29978
|
*/
|
|
29919
29979
|
image: Components.File;
|
|
@@ -29960,10 +30020,10 @@ export interface RecraftV4TextToVectorOutput {
|
|
|
29960
30020
|
* Images
|
|
29961
30021
|
* @example [
|
|
29962
30022
|
* {
|
|
29963
|
-
* "
|
|
30023
|
+
* "file_size": 1722022,
|
|
29964
30024
|
* "file_name": "image.svg",
|
|
29965
|
-
* "
|
|
29966
|
-
* "
|
|
30025
|
+
* "url": "https://v3b.fal.media/files/b/0a8ee4fd/sw8YD36iblpO64JeQZEDt_image.svg",
|
|
30026
|
+
* "content_type": "image/svg+xml"
|
|
29967
30027
|
* }
|
|
29968
30028
|
* ]
|
|
29969
30029
|
*/
|
|
@@ -30011,10 +30071,10 @@ export interface RecraftV4TextToImageOutput {
|
|
|
30011
30071
|
* Images
|
|
30012
30072
|
* @example [
|
|
30013
30073
|
* {
|
|
30014
|
-
* "
|
|
30074
|
+
* "file_size": 272628,
|
|
30015
30075
|
* "file_name": "image.webp",
|
|
30016
|
-
* "
|
|
30017
|
-
* "
|
|
30076
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/recraft-v4/standard-output.webp",
|
|
30077
|
+
* "content_type": "image/webp"
|
|
30018
30078
|
* }
|
|
30019
30079
|
* ]
|
|
30020
30080
|
*/
|
|
@@ -30062,10 +30122,10 @@ export interface RecraftV4ProTextToVectorOutput {
|
|
|
30062
30122
|
* Images
|
|
30063
30123
|
* @example [
|
|
30064
30124
|
* {
|
|
30065
|
-
* "
|
|
30125
|
+
* "file_size": 1818794,
|
|
30066
30126
|
* "file_name": "image.svg",
|
|
30067
|
-
* "
|
|
30068
|
-
* "
|
|
30127
|
+
* "url": "https://v3b.fal.media/files/b/0a8ee4de/lmXuapOPV309mE533swE0_image.svg",
|
|
30128
|
+
* "content_type": "image/svg+xml"
|
|
30069
30129
|
* }
|
|
30070
30130
|
* ]
|
|
30071
30131
|
*/
|
|
@@ -30113,10 +30173,10 @@ export interface RecraftV4ProTextToImageOutput {
|
|
|
30113
30173
|
* Images
|
|
30114
30174
|
* @example [
|
|
30115
30175
|
* {
|
|
30116
|
-
* "
|
|
30176
|
+
* "file_size": 1949504,
|
|
30117
30177
|
* "file_name": "image.webp",
|
|
30118
|
-
* "
|
|
30119
|
-
* "
|
|
30178
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/recraft-v4/pro-output.webp",
|
|
30179
|
+
* "content_type": "image/webp"
|
|
30120
30180
|
* }
|
|
30121
30181
|
* ]
|
|
30122
30182
|
*/
|
|
@@ -35202,7 +35262,7 @@ export interface PixverseV6TransitionInput {
|
|
|
35202
35262
|
thinking_type?: 'enabled' | 'disabled' | 'auto';
|
|
35203
35263
|
}
|
|
35204
35264
|
|
|
35205
|
-
export interface PixverseV6TransitionOutput extends
|
|
35265
|
+
export interface PixverseV6TransitionOutput extends SharedType_461 {}
|
|
35206
35266
|
|
|
35207
35267
|
export interface PixverseV6TextToVideoInput {
|
|
35208
35268
|
/**
|
|
@@ -35267,7 +35327,7 @@ export interface PixverseV6TextToVideoInput {
|
|
|
35267
35327
|
thinking_type?: 'enabled' | 'disabled' | 'auto';
|
|
35268
35328
|
}
|
|
35269
35329
|
|
|
35270
|
-
export interface PixverseV6TextToVideoOutput extends
|
|
35330
|
+
export interface PixverseV6TextToVideoOutput extends SharedType_4ed {}
|
|
35271
35331
|
|
|
35272
35332
|
export interface PixverseV6ImageToVideoInput {
|
|
35273
35333
|
/**
|
|
@@ -35331,7 +35391,7 @@ export interface PixverseV6ImageToVideoInput {
|
|
|
35331
35391
|
thinking_type?: 'enabled' | 'disabled' | 'auto';
|
|
35332
35392
|
}
|
|
35333
35393
|
|
|
35334
|
-
export interface PixverseV6ImageToVideoOutput extends
|
|
35394
|
+
export interface PixverseV6ImageToVideoOutput extends SharedType_e2c {}
|
|
35335
35395
|
|
|
35336
35396
|
export interface PixverseV6ExtendInput {
|
|
35337
35397
|
/**
|
|
@@ -35383,15 +35443,15 @@ export interface PixverseV6ExtendInput {
|
|
|
35383
35443
|
video_url: string;
|
|
35384
35444
|
}
|
|
35385
35445
|
|
|
35386
|
-
export interface PixverseV6ExtendOutput extends
|
|
35446
|
+
export interface PixverseV6ExtendOutput extends SharedType_4eb {}
|
|
35387
35447
|
|
|
35388
35448
|
export interface PixverseV5TransitionInput extends SharedType_468 {}
|
|
35389
35449
|
|
|
35390
|
-
export interface PixverseV5TransitionOutput extends
|
|
35450
|
+
export interface PixverseV5TransitionOutput extends SharedType_461 {}
|
|
35391
35451
|
|
|
35392
35452
|
export interface PixverseV5TextToVideoInput extends SharedType_8ed {}
|
|
35393
35453
|
|
|
35394
|
-
export interface PixverseV5TextToVideoOutput extends
|
|
35454
|
+
export interface PixverseV5TextToVideoOutput extends SharedType_4ed {}
|
|
35395
35455
|
|
|
35396
35456
|
export interface PixverseV5ImageToVideoInput {
|
|
35397
35457
|
/**
|
|
@@ -35439,11 +35499,11 @@ export interface PixverseV5ImageToVideoInput {
|
|
|
35439
35499
|
style?: 'anime' | '3d_animation' | 'clay' | 'comic' | 'cyberpunk';
|
|
35440
35500
|
}
|
|
35441
35501
|
|
|
35442
|
-
export interface PixverseV5ImageToVideoOutput extends
|
|
35502
|
+
export interface PixverseV5ImageToVideoOutput extends SharedType_e2c {}
|
|
35443
35503
|
|
|
35444
35504
|
export interface PixverseV5EffectsInput extends SharedType_4b2 {}
|
|
35445
35505
|
|
|
35446
|
-
export interface PixverseV5EffectsOutput extends
|
|
35506
|
+
export interface PixverseV5EffectsOutput extends SharedType_d3c {}
|
|
35447
35507
|
|
|
35448
35508
|
export interface PixverseV56TransitionInput {
|
|
35449
35509
|
/**
|
|
@@ -35516,7 +35576,7 @@ export interface PixverseV56TransitionInput {
|
|
|
35516
35576
|
thinking_type?: 'enabled' | 'disabled' | 'auto';
|
|
35517
35577
|
}
|
|
35518
35578
|
|
|
35519
|
-
export interface PixverseV56TransitionOutput extends
|
|
35579
|
+
export interface PixverseV56TransitionOutput extends SharedType_461 {}
|
|
35520
35580
|
|
|
35521
35581
|
export interface PixverseV56TextToVideoInput {
|
|
35522
35582
|
/**
|
|
@@ -35576,7 +35636,7 @@ export interface PixverseV56TextToVideoInput {
|
|
|
35576
35636
|
thinking_type?: 'enabled' | 'disabled' | 'auto';
|
|
35577
35637
|
}
|
|
35578
35638
|
|
|
35579
|
-
export interface PixverseV56TextToVideoOutput extends
|
|
35639
|
+
export interface PixverseV56TextToVideoOutput extends SharedType_4ed {}
|
|
35580
35640
|
|
|
35581
35641
|
export interface PixverseV56ImageToVideoInput {
|
|
35582
35642
|
/**
|
|
@@ -35635,7 +35695,7 @@ export interface PixverseV56ImageToVideoInput {
|
|
|
35635
35695
|
thinking_type?: 'enabled' | 'disabled' | 'auto';
|
|
35636
35696
|
}
|
|
35637
35697
|
|
|
35638
|
-
export interface PixverseV56ImageToVideoOutput extends
|
|
35698
|
+
export interface PixverseV56ImageToVideoOutput extends SharedType_e2c {}
|
|
35639
35699
|
|
|
35640
35700
|
export interface PixverseV55TransitionInput {
|
|
35641
35701
|
/**
|
|
@@ -35708,7 +35768,7 @@ export interface PixverseV55TransitionInput {
|
|
|
35708
35768
|
thinking_type?: 'enabled' | 'disabled' | 'auto';
|
|
35709
35769
|
}
|
|
35710
35770
|
|
|
35711
|
-
export interface PixverseV55TransitionOutput extends
|
|
35771
|
+
export interface PixverseV55TransitionOutput extends SharedType_461 {}
|
|
35712
35772
|
|
|
35713
35773
|
export interface PixverseV55TextToVideoInput {
|
|
35714
35774
|
/**
|
|
@@ -35774,7 +35834,7 @@ export interface PixverseV55TextToVideoInput {
|
|
|
35774
35834
|
thinking_type?: 'enabled' | 'disabled' | 'auto';
|
|
35775
35835
|
}
|
|
35776
35836
|
|
|
35777
|
-
export interface PixverseV55TextToVideoOutput extends
|
|
35837
|
+
export interface PixverseV55TextToVideoOutput extends SharedType_4ed {}
|
|
35778
35838
|
|
|
35779
35839
|
export interface PixverseV55ImageToVideoInput {
|
|
35780
35840
|
/**
|
|
@@ -35839,7 +35899,7 @@ export interface PixverseV55ImageToVideoInput {
|
|
|
35839
35899
|
thinking_type?: 'enabled' | 'disabled' | 'auto';
|
|
35840
35900
|
}
|
|
35841
35901
|
|
|
35842
|
-
export interface PixverseV55ImageToVideoOutput extends
|
|
35902
|
+
export interface PixverseV55ImageToVideoOutput extends SharedType_e2c {}
|
|
35843
35903
|
|
|
35844
35904
|
export interface PixverseV55EffectsInput {
|
|
35845
35905
|
/**
|
|
@@ -35977,63 +36037,63 @@ export interface PixverseV55EffectsInput {
|
|
|
35977
36037
|
thinking_type?: 'enabled' | 'disabled' | 'auto';
|
|
35978
36038
|
}
|
|
35979
36039
|
|
|
35980
|
-
export interface PixverseV55EffectsOutput extends
|
|
36040
|
+
export interface PixverseV55EffectsOutput extends SharedType_d3c {}
|
|
35981
36041
|
|
|
35982
36042
|
export interface PixverseV4TextToVideoFastInput extends SharedType_896 {}
|
|
35983
36043
|
|
|
35984
|
-
export interface PixverseV4TextToVideoFastOutput extends
|
|
36044
|
+
export interface PixverseV4TextToVideoFastOutput extends SharedType_373 {}
|
|
35985
36045
|
|
|
35986
36046
|
export interface PixverseV4TextToVideoInput extends SharedType_8ed {}
|
|
35987
36047
|
|
|
35988
|
-
export interface PixverseV4TextToVideoOutput extends
|
|
36048
|
+
export interface PixverseV4TextToVideoOutput extends SharedType_373 {}
|
|
35989
36049
|
|
|
35990
36050
|
export interface PixverseV4ImageToVideoFastInput extends SharedType_013 {}
|
|
35991
36051
|
|
|
35992
|
-
export interface PixverseV4ImageToVideoFastOutput extends
|
|
36052
|
+
export interface PixverseV4ImageToVideoFastOutput extends SharedType_796 {}
|
|
35993
36053
|
|
|
35994
36054
|
export interface PixverseV4ImageToVideoInput extends SharedType_2ac {}
|
|
35995
36055
|
|
|
35996
|
-
export interface PixverseV4ImageToVideoOutput extends
|
|
36056
|
+
export interface PixverseV4ImageToVideoOutput extends SharedType_796 {}
|
|
35997
36057
|
|
|
35998
36058
|
export interface PixverseV4EffectsInput extends SharedType_4b2 {}
|
|
35999
36059
|
|
|
36000
|
-
export interface PixverseV4EffectsOutput extends
|
|
36060
|
+
export interface PixverseV4EffectsOutput extends SharedType_d3c {}
|
|
36001
36061
|
|
|
36002
36062
|
export interface PixverseV45TransitionInput extends SharedType_468 {}
|
|
36003
36063
|
|
|
36004
|
-
export interface PixverseV45TransitionOutput extends
|
|
36064
|
+
export interface PixverseV45TransitionOutput extends SharedType_524 {}
|
|
36005
36065
|
|
|
36006
36066
|
export interface PixverseV45TextToVideoFastInput extends SharedType_896 {}
|
|
36007
36067
|
|
|
36008
|
-
export interface PixverseV45TextToVideoFastOutput extends
|
|
36068
|
+
export interface PixverseV45TextToVideoFastOutput extends SharedType_373 {}
|
|
36009
36069
|
|
|
36010
36070
|
export interface PixverseV45TextToVideoInput extends SharedType_8ed {}
|
|
36011
36071
|
|
|
36012
|
-
export interface PixverseV45TextToVideoOutput extends
|
|
36072
|
+
export interface PixverseV45TextToVideoOutput extends SharedType_373 {}
|
|
36013
36073
|
|
|
36014
36074
|
export interface PixverseV45ImageToVideoFastInput extends SharedType_013 {}
|
|
36015
36075
|
|
|
36016
|
-
export interface PixverseV45ImageToVideoFastOutput extends
|
|
36076
|
+
export interface PixverseV45ImageToVideoFastOutput extends SharedType_796 {}
|
|
36017
36077
|
|
|
36018
36078
|
export interface PixverseV45ImageToVideoInput extends SharedType_2ac {}
|
|
36019
36079
|
|
|
36020
|
-
export interface PixverseV45ImageToVideoOutput extends
|
|
36080
|
+
export interface PixverseV45ImageToVideoOutput extends SharedType_796 {}
|
|
36021
36081
|
|
|
36022
36082
|
export interface PixverseV45EffectsInput extends SharedType_4b2 {}
|
|
36023
36083
|
|
|
36024
|
-
export interface PixverseV45EffectsOutput extends
|
|
36084
|
+
export interface PixverseV45EffectsOutput extends SharedType_d3c {}
|
|
36025
36085
|
|
|
36026
36086
|
export interface PixverseV35TransitionInput extends SharedType_468 {}
|
|
36027
36087
|
|
|
36028
|
-
export interface PixverseV35TransitionOutput extends
|
|
36088
|
+
export interface PixverseV35TransitionOutput extends SharedType_524 {}
|
|
36029
36089
|
|
|
36030
36090
|
export interface PixverseV35TextToVideoFastInput extends SharedType_896 {}
|
|
36031
36091
|
|
|
36032
|
-
export interface PixverseV35TextToVideoFastOutput extends
|
|
36092
|
+
export interface PixverseV35TextToVideoFastOutput extends SharedType_c52 {}
|
|
36033
36093
|
|
|
36034
36094
|
export interface PixverseV35TextToVideoInput extends SharedType_8ed {}
|
|
36035
36095
|
|
|
36036
|
-
export interface PixverseV35TextToVideoOutput extends
|
|
36096
|
+
export interface PixverseV35TextToVideoOutput extends SharedType_c52 {}
|
|
36037
36097
|
|
|
36038
36098
|
export interface PixverseV35ImageToVideoFastInput {
|
|
36039
36099
|
/**
|
|
@@ -36074,7 +36134,7 @@ export interface PixverseV35ImageToVideoFastInput {
|
|
|
36074
36134
|
style?: 'anime' | '3d_animation' | 'clay' | 'comic' | 'cyberpunk';
|
|
36075
36135
|
}
|
|
36076
36136
|
|
|
36077
|
-
export interface PixverseV35ImageToVideoFastOutput extends
|
|
36137
|
+
export interface PixverseV35ImageToVideoFastOutput extends SharedType_298 {}
|
|
36078
36138
|
|
|
36079
36139
|
export interface PixverseV35ImageToVideoInput {
|
|
36080
36140
|
/**
|
|
@@ -36122,11 +36182,11 @@ export interface PixverseV35ImageToVideoInput {
|
|
|
36122
36182
|
style?: 'anime' | '3d_animation' | 'clay' | 'comic' | 'cyberpunk';
|
|
36123
36183
|
}
|
|
36124
36184
|
|
|
36125
|
-
export interface PixverseV35ImageToVideoOutput extends
|
|
36185
|
+
export interface PixverseV35ImageToVideoOutput extends SharedType_298 {}
|
|
36126
36186
|
|
|
36127
36187
|
export interface PixverseV35EffectsInput extends SharedType_4b2 {}
|
|
36128
36188
|
|
|
36129
|
-
export interface PixverseV35EffectsOutput extends
|
|
36189
|
+
export interface PixverseV35EffectsOutput extends SharedType_d3c {}
|
|
36130
36190
|
|
|
36131
36191
|
export interface PixverseSwapInput {
|
|
36132
36192
|
/**
|
|
@@ -36178,10 +36238,10 @@ export interface PixverseSwapOutput {
|
|
|
36178
36238
|
/**
|
|
36179
36239
|
* @description The generated swapped video
|
|
36180
36240
|
* @example {
|
|
36181
|
-
* "url": "https://v3b.fal.media/files/b/elephant/BdQvPf9T6puy3Co1_ZXeu_output.mp4",
|
|
36182
|
-
* "file_name": "output.mp4",
|
|
36183
36241
|
* "file_size": 1234567,
|
|
36184
|
-
* "
|
|
36242
|
+
* "url": "https://v3b.fal.media/files/b/elephant/BdQvPf9T6puy3Co1_ZXeu_output.mp4",
|
|
36243
|
+
* "content_type": "video/mp4",
|
|
36244
|
+
* "file_name": "output.mp4"
|
|
36185
36245
|
* }
|
|
36186
36246
|
*/
|
|
36187
36247
|
video: Components.File;
|
|
@@ -36215,10 +36275,10 @@ export interface PixverseSoundEffectsOutput {
|
|
|
36215
36275
|
/**
|
|
36216
36276
|
* @description The video with added sound effects
|
|
36217
36277
|
* @example {
|
|
36218
|
-
* "url": "https://v3.fal.media/files/kangaroo/bBQr_DUeICo6_Ty_b_Y0I_output.mp4",
|
|
36219
|
-
* "file_name": "output.mp4",
|
|
36220
36278
|
* "file_size": 1534052,
|
|
36221
|
-
* "
|
|
36279
|
+
* "url": "https://v3.fal.media/files/kangaroo/bBQr_DUeICo6_Ty_b_Y0I_output.mp4",
|
|
36280
|
+
* "content_type": "video/mp4",
|
|
36281
|
+
* "file_name": "output.mp4"
|
|
36222
36282
|
* }
|
|
36223
36283
|
*/
|
|
36224
36284
|
video: Components.File;
|
|
@@ -36271,10 +36331,10 @@ export interface PixverseLipsyncOutput {
|
|
|
36271
36331
|
/**
|
|
36272
36332
|
* @description The generated video
|
|
36273
36333
|
* @example {
|
|
36274
|
-
* "url": "https://v3.fal.media/files/penguin/hsR_KXBJjuF3IIVYIIDA2_output.mp4",
|
|
36275
|
-
* "file_name": "output.mp4",
|
|
36276
36334
|
* "file_size": 1732359,
|
|
36277
|
-
* "
|
|
36335
|
+
* "url": "https://v3.fal.media/files/penguin/hsR_KXBJjuF3IIVYIIDA2_output.mp4",
|
|
36336
|
+
* "content_type": "video/mp4",
|
|
36337
|
+
* "file_name": "output.mp4"
|
|
36278
36338
|
* }
|
|
36279
36339
|
*/
|
|
36280
36340
|
video: Components.File;
|
|
@@ -36331,7 +36391,7 @@ export interface PixverseExtendFastInput {
|
|
|
36331
36391
|
video_url: string;
|
|
36332
36392
|
}
|
|
36333
36393
|
|
|
36334
|
-
export interface PixverseExtendFastOutput extends
|
|
36394
|
+
export interface PixverseExtendFastOutput extends SharedType_4eb {}
|
|
36335
36395
|
|
|
36336
36396
|
export interface PixverseExtendInput {
|
|
36337
36397
|
/**
|
|
@@ -36391,7 +36451,7 @@ export interface PixverseExtendInput {
|
|
|
36391
36451
|
video_url: string;
|
|
36392
36452
|
}
|
|
36393
36453
|
|
|
36394
|
-
export interface PixverseExtendOutput extends
|
|
36454
|
+
export interface PixverseExtendOutput extends SharedType_4eb {}
|
|
36395
36455
|
|
|
36396
36456
|
export interface PixartSigmaInput {
|
|
36397
36457
|
/**
|
|
@@ -38698,7 +38758,7 @@ export interface ObjectRemovalMaskInput {
|
|
|
38698
38758
|
model?: 'low_quality' | 'medium_quality' | 'high_quality' | 'best_quality';
|
|
38699
38759
|
}
|
|
38700
38760
|
|
|
38701
|
-
export interface ObjectRemovalMaskOutput extends
|
|
38761
|
+
export interface ObjectRemovalMaskOutput extends SharedType_6e3 {}
|
|
38702
38762
|
|
|
38703
38763
|
export interface ObjectRemovalBboxInput {
|
|
38704
38764
|
/**
|
|
@@ -38707,9 +38767,9 @@ export interface ObjectRemovalBboxInput {
|
|
|
38707
38767
|
* @default []
|
|
38708
38768
|
* @example [
|
|
38709
38769
|
* {
|
|
38770
|
+
* "x_max": 0.6574,
|
|
38710
38771
|
* "x_min": 0.3595,
|
|
38711
38772
|
* "y_min": 0.0115,
|
|
38712
|
-
* "x_max": 0.6574,
|
|
38713
38773
|
* "y_max": 0.8175
|
|
38714
38774
|
* }
|
|
38715
38775
|
* ]
|
|
@@ -38735,7 +38795,7 @@ export interface ObjectRemovalBboxInput {
|
|
|
38735
38795
|
model?: 'low_quality' | 'medium_quality' | 'high_quality' | 'best_quality';
|
|
38736
38796
|
}
|
|
38737
38797
|
|
|
38738
|
-
export interface ObjectRemovalBboxOutput extends
|
|
38798
|
+
export interface ObjectRemovalBboxOutput extends SharedType_6e3 {}
|
|
38739
38799
|
|
|
38740
38800
|
export interface ObjectRemovalInput {
|
|
38741
38801
|
/**
|
|
@@ -38764,7 +38824,7 @@ export interface ObjectRemovalInput {
|
|
|
38764
38824
|
prompt: string;
|
|
38765
38825
|
}
|
|
38766
38826
|
|
|
38767
|
-
export interface ObjectRemovalOutput extends
|
|
38827
|
+
export interface ObjectRemovalOutput extends SharedType_6e3 {}
|
|
38768
38828
|
|
|
38769
38829
|
export interface NovaSrInput {
|
|
38770
38830
|
/**
|
|
@@ -40142,11 +40202,11 @@ export interface MinimaxSpeech28TurboInput {
|
|
|
40142
40202
|
/**
|
|
40143
40203
|
* @description Voice configuration settings
|
|
40144
40204
|
* @default {
|
|
40205
|
+
* "pitch": 0,
|
|
40145
40206
|
* "voice_id": "Wise_Woman",
|
|
40146
|
-
* "vol": 1,
|
|
40147
|
-
* "speed": 1,
|
|
40148
40207
|
* "english_normalization": false,
|
|
40149
|
-
* "
|
|
40208
|
+
* "speed": 1,
|
|
40209
|
+
* "vol": 1
|
|
40150
40210
|
* }
|
|
40151
40211
|
*/
|
|
40152
40212
|
voice_setting?: Components.VoiceSetting;
|
|
@@ -40231,11 +40291,11 @@ export interface MinimaxSpeech28HdInput {
|
|
|
40231
40291
|
/**
|
|
40232
40292
|
* @description Voice configuration settings
|
|
40233
40293
|
* @default {
|
|
40294
|
+
* "pitch": 0,
|
|
40234
40295
|
* "voice_id": "Wise_Woman",
|
|
40235
|
-
* "vol": 1,
|
|
40236
|
-
* "speed": 1,
|
|
40237
40296
|
* "english_normalization": false,
|
|
40238
|
-
* "
|
|
40297
|
+
* "speed": 1,
|
|
40298
|
+
* "vol": 1
|
|
40239
40299
|
* }
|
|
40240
40300
|
*/
|
|
40241
40301
|
voice_setting?: Components.VoiceSetting;
|
|
@@ -40319,11 +40379,11 @@ export interface MinimaxSpeech26TurboInput {
|
|
|
40319
40379
|
/**
|
|
40320
40380
|
* @description Voice configuration settings
|
|
40321
40381
|
* @default {
|
|
40382
|
+
* "pitch": 0,
|
|
40322
40383
|
* "voice_id": "Wise_Woman",
|
|
40323
|
-
* "vol": 1,
|
|
40324
|
-
* "speed": 1,
|
|
40325
40384
|
* "english_normalization": false,
|
|
40326
|
-
* "
|
|
40385
|
+
* "speed": 1,
|
|
40386
|
+
* "vol": 1
|
|
40327
40387
|
* }
|
|
40328
40388
|
*/
|
|
40329
40389
|
voice_setting?: Components.VoiceSetting;
|
|
@@ -40407,11 +40467,11 @@ export interface MinimaxSpeech26HdInput {
|
|
|
40407
40467
|
/**
|
|
40408
40468
|
* @description Voice configuration settings
|
|
40409
40469
|
* @default {
|
|
40470
|
+
* "pitch": 0,
|
|
40410
40471
|
* "voice_id": "Wise_Woman",
|
|
40411
|
-
* "vol": 1,
|
|
40412
|
-
* "speed": 1,
|
|
40413
40472
|
* "english_normalization": false,
|
|
40414
|
-
* "
|
|
40473
|
+
* "speed": 1,
|
|
40474
|
+
* "vol": 1
|
|
40415
40475
|
* }
|
|
40416
40476
|
*/
|
|
40417
40477
|
voice_setting?: Components.VoiceSetting;
|
|
@@ -40432,19 +40492,19 @@ export interface MinimaxSpeech26HdOutput {
|
|
|
40432
40492
|
duration_ms: number;
|
|
40433
40493
|
}
|
|
40434
40494
|
|
|
40435
|
-
export interface MinimaxSpeech02TurboInput extends
|
|
40495
|
+
export interface MinimaxSpeech02TurboInput extends SharedType_21c {}
|
|
40436
40496
|
|
|
40437
40497
|
export interface MinimaxSpeech02TurboOutput extends SharedType_f60 {}
|
|
40438
40498
|
|
|
40439
|
-
export interface MinimaxSpeech02HdInput extends
|
|
40499
|
+
export interface MinimaxSpeech02HdInput extends SharedType_21c {}
|
|
40440
40500
|
|
|
40441
40501
|
export interface MinimaxSpeech02HdOutput extends SharedType_f60 {}
|
|
40442
40502
|
|
|
40443
|
-
export interface MinimaxPreviewSpeech25TurboInput extends
|
|
40503
|
+
export interface MinimaxPreviewSpeech25TurboInput extends SharedType_981 {}
|
|
40444
40504
|
|
|
40445
40505
|
export interface MinimaxPreviewSpeech25TurboOutput extends SharedType_f60 {}
|
|
40446
40506
|
|
|
40447
|
-
export interface MinimaxPreviewSpeech25HdInput extends
|
|
40507
|
+
export interface MinimaxPreviewSpeech25HdInput extends SharedType_981 {}
|
|
40448
40508
|
|
|
40449
40509
|
export interface MinimaxPreviewSpeech25HdOutput extends SharedType_f60 {}
|
|
40450
40510
|
|
|
@@ -40488,10 +40548,10 @@ export interface MinimaxImage01SubjectReferenceOutput {
|
|
|
40488
40548
|
* @description Generated images
|
|
40489
40549
|
* @example [
|
|
40490
40550
|
* {
|
|
40491
|
-
* "
|
|
40492
|
-
* "file_name": "image.jpg",
|
|
40551
|
+
* "file_size": 239709,
|
|
40493
40552
|
* "url": "https://v3.fal.media/files/lion/1bfHvTwZGzK59EYAi2OG7_image.jpg",
|
|
40494
|
-
* "
|
|
40553
|
+
* "content_type": "image/jpeg",
|
|
40554
|
+
* "file_name": "image.jpg"
|
|
40495
40555
|
* }
|
|
40496
40556
|
* ]
|
|
40497
40557
|
*/
|
|
@@ -40532,10 +40592,10 @@ export interface MinimaxImage01Output {
|
|
|
40532
40592
|
* @description Generated images
|
|
40533
40593
|
* @example [
|
|
40534
40594
|
* {
|
|
40535
|
-
* "
|
|
40536
|
-
* "file_name": "image.jpg",
|
|
40595
|
+
* "file_size": 351366,
|
|
40537
40596
|
* "url": "https://v3.fal.media/files/tiger/xLcblZAbiw1kM6ZR_2D-r_image.jpg",
|
|
40538
|
-
* "
|
|
40597
|
+
* "content_type": "image/jpeg",
|
|
40598
|
+
* "file_name": "image.jpg"
|
|
40539
40599
|
* }
|
|
40540
40600
|
* ]
|
|
40541
40601
|
*/
|
|
@@ -52667,9 +52727,9 @@ export interface KlingVideoV3StandardTextToVideoOutput {
|
|
|
52667
52727
|
/**
|
|
52668
52728
|
* @description The generated video
|
|
52669
52729
|
* @example {
|
|
52670
|
-
* "content_type": "video/mp4",
|
|
52671
|
-
* "file_name": "output.mp4",
|
|
52672
52730
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-v3/standard-t2v/out.mp4",
|
|
52731
|
+
* "file_name": "output.mp4",
|
|
52732
|
+
* "content_type": "video/mp4",
|
|
52673
52733
|
* "file_size": 6797486
|
|
52674
52734
|
* }
|
|
52675
52735
|
*/
|
|
@@ -52746,10 +52806,10 @@ export interface KlingVideoV3StandardImageToVideoInput {
|
|
|
52746
52806
|
* @description Elements (characters/objects) to include in the video. Each example can either be an image set (frontal + reference images) or a video. Reference in prompt as @Element1, @Element2, etc.
|
|
52747
52807
|
* @example [
|
|
52748
52808
|
* {
|
|
52749
|
-
* "frontal_image_url": "https://v3b.fal.media/files/b/0a8cfd5f/-kZL-ha3Iuelku5IHXC-A_glasses.png",
|
|
52750
52809
|
* "reference_image_urls": [
|
|
52751
52810
|
* "https://v3b.fal.media/files/b/0a8cfd62/psPCmzrD1y9vDgdyNfKAL_glasses_back.png"
|
|
52752
|
-
* ]
|
|
52811
|
+
* ],
|
|
52812
|
+
* "frontal_image_url": "https://v3b.fal.media/files/b/0a8cfd5f/-kZL-ha3Iuelku5IHXC-A_glasses.png"
|
|
52753
52813
|
* },
|
|
52754
52814
|
* {
|
|
52755
52815
|
* "video_url": "https://v3b.fal.media/files/b/0a8cfd66/b03SOiQvKLlFx_jqdNZ9z_child_video.mp4"
|
|
@@ -52804,9 +52864,9 @@ export interface KlingVideoV3StandardImageToVideoOutput {
|
|
|
52804
52864
|
/**
|
|
52805
52865
|
* @description The generated video
|
|
52806
52866
|
* @example {
|
|
52807
|
-
* "content_type": "video/mp4",
|
|
52808
|
-
* "file_name": "out.mp4",
|
|
52809
52867
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-v3/standard-i2v/out.mp4",
|
|
52868
|
+
* "file_name": "out.mp4",
|
|
52869
|
+
* "content_type": "video/mp4",
|
|
52810
52870
|
* "file_size": 3149129
|
|
52811
52871
|
* }
|
|
52812
52872
|
*/
|
|
@@ -52871,9 +52931,9 @@ export interface KlingVideoV3ProTextToVideoOutput {
|
|
|
52871
52931
|
/**
|
|
52872
52932
|
* @description The generated video
|
|
52873
52933
|
* @example {
|
|
52874
|
-
* "content_type": "video/mp4",
|
|
52875
|
-
* "file_name": "output.mp4",
|
|
52876
52934
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-v3/pro-t2v/out.mp4",
|
|
52935
|
+
* "file_name": "output.mp4",
|
|
52936
|
+
* "content_type": "video/mp4",
|
|
52877
52937
|
* "file_size": 8062911
|
|
52878
52938
|
* }
|
|
52879
52939
|
*/
|
|
@@ -52950,10 +53010,10 @@ export interface KlingVideoV3ProImageToVideoInput {
|
|
|
52950
53010
|
* @description Elements (characters/objects) to include in the video. Each example can either be an image set (frontal + reference images) or a video. Reference in prompt as @Element1, @Element2, etc.
|
|
52951
53011
|
* @example [
|
|
52952
53012
|
* {
|
|
52953
|
-
* "frontal_image_url": "https://v3b.fal.media/files/b/0a8cfd5f/-kZL-ha3Iuelku5IHXC-A_glasses.png",
|
|
52954
53013
|
* "reference_image_urls": [
|
|
52955
53014
|
* "https://v3b.fal.media/files/b/0a8cfd62/psPCmzrD1y9vDgdyNfKAL_glasses_back.png"
|
|
52956
|
-
* ]
|
|
53015
|
+
* ],
|
|
53016
|
+
* "frontal_image_url": "https://v3b.fal.media/files/b/0a8cfd5f/-kZL-ha3Iuelku5IHXC-A_glasses.png"
|
|
52957
53017
|
* },
|
|
52958
53018
|
* {
|
|
52959
53019
|
* "video_url": "https://v3b.fal.media/files/b/0a8cfd66/b03SOiQvKLlFx_jqdNZ9z_child_video.mp4"
|
|
@@ -53008,9 +53068,9 @@ export interface KlingVideoV3ProImageToVideoOutput {
|
|
|
53008
53068
|
/**
|
|
53009
53069
|
* @description The generated video
|
|
53010
53070
|
* @example {
|
|
53011
|
-
* "content_type": "video/mp4",
|
|
53012
|
-
* "file_name": "out.mp4",
|
|
53013
53071
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-v3/pro-i2v/out.mp4",
|
|
53072
|
+
* "file_name": "out.mp4",
|
|
53073
|
+
* "content_type": "video/mp4",
|
|
53014
53074
|
* "file_size": 8431922
|
|
53015
53075
|
* }
|
|
53016
53076
|
*/
|
|
@@ -53106,7 +53166,7 @@ export interface KlingVideoV2MasterImageToVideoOutput {
|
|
|
53106
53166
|
|
|
53107
53167
|
export interface KlingVideoV26StandardMotionControlInput extends SharedType_778 {}
|
|
53108
53168
|
|
|
53109
|
-
export interface KlingVideoV26StandardMotionControlOutput extends
|
|
53169
|
+
export interface KlingVideoV26StandardMotionControlOutput extends SharedType_fb8 {}
|
|
53110
53170
|
|
|
53111
53171
|
export interface KlingVideoV26ProTextToVideoInput {
|
|
53112
53172
|
/**
|
|
@@ -53152,9 +53212,9 @@ export interface KlingVideoV26ProTextToVideoOutput {
|
|
|
53152
53212
|
/**
|
|
53153
53213
|
* @description The generated video
|
|
53154
53214
|
* @example {
|
|
53155
|
-
* "content_type": "video/mp4",
|
|
53156
|
-
* "file_name": "output.mp4",
|
|
53157
53215
|
* "url": "https://v3b.fal.media/files/b/0a84ab71/8hPbLs7n59WhWY-BN69yX_output.mp4",
|
|
53216
|
+
* "file_name": "output.mp4",
|
|
53217
|
+
* "content_type": "video/mp4",
|
|
53158
53218
|
* "file_size": 8195664
|
|
53159
53219
|
* }
|
|
53160
53220
|
*/
|
|
@@ -53163,7 +53223,7 @@ export interface KlingVideoV26ProTextToVideoOutput {
|
|
|
53163
53223
|
|
|
53164
53224
|
export interface KlingVideoV26ProMotionControlInput extends SharedType_778 {}
|
|
53165
53225
|
|
|
53166
|
-
export interface KlingVideoV26ProMotionControlOutput extends
|
|
53226
|
+
export interface KlingVideoV26ProMotionControlOutput extends SharedType_fb8 {}
|
|
53167
53227
|
|
|
53168
53228
|
export interface KlingVideoV26ProImageToVideoInput {
|
|
53169
53229
|
/**
|
|
@@ -53211,9 +53271,9 @@ export interface KlingVideoV26ProImageToVideoOutput {
|
|
|
53211
53271
|
/**
|
|
53212
53272
|
* @description The generated video
|
|
53213
53273
|
* @example {
|
|
53214
|
-
* "content_type": "video/mp4",
|
|
53215
|
-
* "file_name": "output.mp4",
|
|
53216
53274
|
* "url": "https://v3b.fal.media/files/b/0a84ab51/Qr1twf8UgtD5rZHpNXC2P_output.mp4",
|
|
53275
|
+
* "file_name": "output.mp4",
|
|
53276
|
+
* "content_type": "video/mp4",
|
|
53217
53277
|
* "file_size": 11814817
|
|
53218
53278
|
* }
|
|
53219
53279
|
*/
|
|
@@ -53707,7 +53767,7 @@ export interface KlingVideoV1StandardImageToVideoOutput extends SharedType_94e {
|
|
|
53707
53767
|
|
|
53708
53768
|
export interface KlingVideoV1StandardEffectsInput extends SharedType_9db {}
|
|
53709
53769
|
|
|
53710
|
-
export interface KlingVideoV1StandardEffectsOutput extends
|
|
53770
|
+
export interface KlingVideoV1StandardEffectsOutput extends SharedType_dea {}
|
|
53711
53771
|
|
|
53712
53772
|
export interface KlingVideoV1StandardAiAvatarInput extends SharedType_c85 {}
|
|
53713
53773
|
|
|
@@ -53757,11 +53817,11 @@ export interface KlingVideoV16StandardImageToVideoOutput extends SharedType_94e
|
|
|
53757
53817
|
|
|
53758
53818
|
export interface KlingVideoV16StandardElementsInput extends SharedType_6bb {}
|
|
53759
53819
|
|
|
53760
|
-
export interface KlingVideoV16StandardElementsOutput extends
|
|
53820
|
+
export interface KlingVideoV16StandardElementsOutput extends SharedType_70f {}
|
|
53761
53821
|
|
|
53762
53822
|
export interface KlingVideoV16StandardEffectsInput extends SharedType_9db {}
|
|
53763
53823
|
|
|
53764
|
-
export interface KlingVideoV16StandardEffectsOutput extends
|
|
53824
|
+
export interface KlingVideoV16StandardEffectsOutput extends SharedType_dea {}
|
|
53765
53825
|
|
|
53766
53826
|
export interface KlingVideoV16ProTextToVideoInput extends SharedType_a8a {}
|
|
53767
53827
|
|
|
@@ -53815,11 +53875,11 @@ export interface KlingVideoV16ProImageToVideoOutput extends SharedType_94e {}
|
|
|
53815
53875
|
|
|
53816
53876
|
export interface KlingVideoV16ProElementsInput extends SharedType_6bb {}
|
|
53817
53877
|
|
|
53818
|
-
export interface KlingVideoV16ProElementsOutput extends
|
|
53878
|
+
export interface KlingVideoV16ProElementsOutput extends SharedType_70f {}
|
|
53819
53879
|
|
|
53820
53880
|
export interface KlingVideoV16ProEffectsInput extends SharedType_9db {}
|
|
53821
53881
|
|
|
53822
|
-
export interface KlingVideoV16ProEffectsOutput extends
|
|
53882
|
+
export interface KlingVideoV16ProEffectsOutput extends SharedType_dea {}
|
|
53823
53883
|
|
|
53824
53884
|
export interface KlingVideoV15ProTextToVideoInput extends SharedType_a8a {}
|
|
53825
53885
|
|
|
@@ -53884,7 +53944,7 @@ export interface KlingVideoV15ProImageToVideoOutput extends SharedType_94e {}
|
|
|
53884
53944
|
|
|
53885
53945
|
export interface KlingVideoV15ProEffectsInput extends SharedType_9db {}
|
|
53886
53946
|
|
|
53887
|
-
export interface KlingVideoV15ProEffectsOutput extends
|
|
53947
|
+
export interface KlingVideoV15ProEffectsOutput extends SharedType_dea {}
|
|
53888
53948
|
|
|
53889
53949
|
export interface KlingVideoO3StandardVideoToVideoReferenceInput {
|
|
53890
53950
|
/**
|
|
@@ -53906,16 +53966,16 @@ export interface KlingVideoO3StandardVideoToVideoReferenceInput {
|
|
|
53906
53966
|
* @description Elements (characters/objects) to include. Reference in prompt as @Element1, @Element2.
|
|
53907
53967
|
* @example [
|
|
53908
53968
|
* {
|
|
53909
|
-
* "frontal_image_url": "https://storage.googleapis.com/falserverless/example_inputs/kling-o3/standard-v2v-reference/element1_front.png",
|
|
53910
53969
|
* "reference_image_urls": [
|
|
53911
53970
|
* "https://storage.googleapis.com/falserverless/example_inputs/kling-o3/standard-v2v-reference/element1_reference1.png"
|
|
53912
|
-
* ]
|
|
53971
|
+
* ],
|
|
53972
|
+
* "frontal_image_url": "https://storage.googleapis.com/falserverless/example_inputs/kling-o3/standard-v2v-reference/element1_front.png"
|
|
53913
53973
|
* },
|
|
53914
53974
|
* {
|
|
53915
|
-
* "frontal_image_url": "https://storage.googleapis.com/falserverless/example_inputs/kling-o3/standard-v2v-reference/element2_front.png",
|
|
53916
53975
|
* "reference_image_urls": [
|
|
53917
53976
|
* "https://storage.googleapis.com/falserverless/example_inputs/kling-o3/standard-v2v-reference/element2_reference1.png"
|
|
53918
|
-
* ]
|
|
53977
|
+
* ],
|
|
53978
|
+
* "frontal_image_url": "https://storage.googleapis.com/falserverless/example_inputs/kling-o3/standard-v2v-reference/element2_front.png"
|
|
53919
53979
|
* }
|
|
53920
53980
|
* ]
|
|
53921
53981
|
*/
|
|
@@ -53958,9 +54018,9 @@ export interface KlingVideoO3StandardVideoToVideoReferenceOutput {
|
|
|
53958
54018
|
/**
|
|
53959
54019
|
* @description The generated video.
|
|
53960
54020
|
* @example {
|
|
53961
|
-
* "content_type": "video/mp4",
|
|
53962
|
-
* "file_name": "output.mp4",
|
|
53963
54021
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-o3/standard-v2v-reference/output.mp4",
|
|
54022
|
+
* "file_name": "output.mp4",
|
|
54023
|
+
* "content_type": "video/mp4",
|
|
53964
54024
|
* "file_size": 7992288
|
|
53965
54025
|
* }
|
|
53966
54026
|
*/
|
|
@@ -53973,10 +54033,10 @@ export interface KlingVideoO3StandardVideoToVideoEditInput {
|
|
|
53973
54033
|
* @description Elements (characters/objects) to include. Reference in prompt as @Element1, @Element2.
|
|
53974
54034
|
* @example [
|
|
53975
54035
|
* {
|
|
53976
|
-
* "frontal_image_url": "https://storage.googleapis.com/falserverless/example_inputs/kling-o3/standard-v2v-edit/element1_front.jpg",
|
|
53977
54036
|
* "reference_image_urls": [
|
|
53978
54037
|
* "https://storage.googleapis.com/falserverless/example_inputs/kling-o3/standard-v2v-edit/standard_element1_reference1.jpg"
|
|
53979
|
-
* ]
|
|
54038
|
+
* ],
|
|
54039
|
+
* "frontal_image_url": "https://storage.googleapis.com/falserverless/example_inputs/kling-o3/standard-v2v-edit/element1_front.jpg"
|
|
53980
54040
|
* }
|
|
53981
54041
|
* ]
|
|
53982
54042
|
*/
|
|
@@ -54018,9 +54078,9 @@ export interface KlingVideoO3StandardVideoToVideoEditOutput {
|
|
|
54018
54078
|
/**
|
|
54019
54079
|
* @description The generated video.
|
|
54020
54080
|
* @example {
|
|
54021
|
-
* "content_type": "video/mp4",
|
|
54022
|
-
* "file_name": "output.mp4",
|
|
54023
54081
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-o3/standard-v2v-edit/output.mp4",
|
|
54082
|
+
* "file_name": "output.mp4",
|
|
54083
|
+
* "content_type": "video/mp4",
|
|
54024
54084
|
* "file_size": 4322769
|
|
54025
54085
|
* }
|
|
54026
54086
|
*/
|
|
@@ -54029,7 +54089,7 @@ export interface KlingVideoO3StandardVideoToVideoEditOutput {
|
|
|
54029
54089
|
|
|
54030
54090
|
export interface KlingVideoO3StandardTextToVideoInput extends SharedType_25d {}
|
|
54031
54091
|
|
|
54032
|
-
export interface KlingVideoO3StandardTextToVideoOutput extends
|
|
54092
|
+
export interface KlingVideoO3StandardTextToVideoOutput extends SharedType_a10 {}
|
|
54033
54093
|
|
|
54034
54094
|
export interface KlingVideoO3StandardReferenceToVideoInput {
|
|
54035
54095
|
/**
|
|
@@ -54052,16 +54112,16 @@ export interface KlingVideoO3StandardReferenceToVideoInput {
|
|
|
54052
54112
|
* @description Elements (characters/objects) to include. Reference in prompt as @Element1, @Element2.
|
|
54053
54113
|
* @example [
|
|
54054
54114
|
* {
|
|
54055
|
-
* "frontal_image_url": "https://v3b.fal.media/files/b/0a8d1b64/-ddhNV-utVpHj_1uGfuY-_i6viYke3.png",
|
|
54056
54115
|
* "reference_image_urls": [
|
|
54057
54116
|
* "https://v3b.fal.media/files/b/0a8d1b5e/Gl1qUHJeTG63vAGtQmGM-_S3kPW32v.png"
|
|
54058
|
-
* ]
|
|
54117
|
+
* ],
|
|
54118
|
+
* "frontal_image_url": "https://v3b.fal.media/files/b/0a8d1b64/-ddhNV-utVpHj_1uGfuY-_i6viYke3.png"
|
|
54059
54119
|
* },
|
|
54060
54120
|
* {
|
|
54061
|
-
* "frontal_image_url": "https://v3b.fal.media/files/b/0a8d1b66/cWe8LC84I_OF6ee9ZtnsO_nY9Hw5UB.png",
|
|
54062
54121
|
* "reference_image_urls": [
|
|
54063
54122
|
* "https://v3b.fal.media/files/b/0a8d1b60/Dt21s8LElZdSccIGDC7ec_Nuaraa9P.png"
|
|
54064
|
-
* ]
|
|
54123
|
+
* ],
|
|
54124
|
+
* "frontal_image_url": "https://v3b.fal.media/files/b/0a8d1b66/cWe8LC84I_OF6ee9ZtnsO_nY9Hw5UB.png"
|
|
54065
54125
|
* }
|
|
54066
54126
|
* ]
|
|
54067
54127
|
*/
|
|
@@ -54116,9 +54176,9 @@ export interface KlingVideoO3StandardReferenceToVideoOutput {
|
|
|
54116
54176
|
/**
|
|
54117
54177
|
* @description The generated video.
|
|
54118
54178
|
* @example {
|
|
54119
|
-
* "content_type": "video/mp4",
|
|
54120
|
-
* "file_name": "output.mp4",
|
|
54121
54179
|
* "url": "https://v3b.fal.media/files/b/0a8d200d/ejCxI5DalzOPlP4yf6uP3_output.mp4",
|
|
54180
|
+
* "file_name": "output.mp4",
|
|
54181
|
+
* "content_type": "video/mp4",
|
|
54122
54182
|
* "file_size": 3192162
|
|
54123
54183
|
* }
|
|
54124
54184
|
*/
|
|
@@ -54127,7 +54187,7 @@ export interface KlingVideoO3StandardReferenceToVideoOutput {
|
|
|
54127
54187
|
|
|
54128
54188
|
export interface KlingVideoO3StandardImageToVideoInput extends SharedType_816 {}
|
|
54129
54189
|
|
|
54130
|
-
export interface KlingVideoO3StandardImageToVideoOutput extends
|
|
54190
|
+
export interface KlingVideoO3StandardImageToVideoOutput extends SharedType_198 {}
|
|
54131
54191
|
|
|
54132
54192
|
export interface KlingVideoO3ProVideoToVideoReferenceInput {
|
|
54133
54193
|
/**
|
|
@@ -54149,10 +54209,10 @@ export interface KlingVideoO3ProVideoToVideoReferenceInput {
|
|
|
54149
54209
|
* @description Elements (characters/objects) to include. Reference in prompt as @Element1, @Element2.
|
|
54150
54210
|
* @example [
|
|
54151
54211
|
* {
|
|
54152
|
-
* "frontal_image_url": "https://storage.googleapis.com/falserverless/example_inputs/kling-o3/pro-v2v-reference/element1_front.png",
|
|
54153
54212
|
* "reference_image_urls": [
|
|
54154
54213
|
* "https://storage.googleapis.com/falserverless/example_inputs/kling-o3/pro-v2v-reference/element1_reference1.png"
|
|
54155
|
-
* ]
|
|
54214
|
+
* ],
|
|
54215
|
+
* "frontal_image_url": "https://storage.googleapis.com/falserverless/example_inputs/kling-o3/pro-v2v-reference/element1_front.png"
|
|
54156
54216
|
* }
|
|
54157
54217
|
* ]
|
|
54158
54218
|
*/
|
|
@@ -54198,9 +54258,9 @@ export interface KlingVideoO3ProVideoToVideoReferenceOutput {
|
|
|
54198
54258
|
/**
|
|
54199
54259
|
* @description The generated video.
|
|
54200
54260
|
* @example {
|
|
54201
|
-
* "content_type": "video/mp4",
|
|
54202
|
-
* "file_name": "output.mp4",
|
|
54203
54261
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-o3/pro-v2v-reference/output.mp4",
|
|
54262
|
+
* "file_name": "output.mp4",
|
|
54263
|
+
* "content_type": "video/mp4",
|
|
54204
54264
|
* "file_size": 15809901
|
|
54205
54265
|
* }
|
|
54206
54266
|
*/
|
|
@@ -54213,10 +54273,10 @@ export interface KlingVideoO3ProVideoToVideoEditInput {
|
|
|
54213
54273
|
* @description Elements (characters/objects) to include. Reference in prompt as @Element1, @Element2.
|
|
54214
54274
|
* @example [
|
|
54215
54275
|
* {
|
|
54216
|
-
* "frontal_image_url": "https://storage.googleapis.com/falserverless/example_inputs/kling-o3/pro-v2v-edit/element1_front.png",
|
|
54217
54276
|
* "reference_image_urls": [
|
|
54218
54277
|
* "https://storage.googleapis.com/falserverless/example_inputs/kling-o3/pro-v2v-edit/element1_reference1.png"
|
|
54219
|
-
* ]
|
|
54278
|
+
* ],
|
|
54279
|
+
* "frontal_image_url": "https://storage.googleapis.com/falserverless/example_inputs/kling-o3/pro-v2v-edit/element1_front.png"
|
|
54220
54280
|
* }
|
|
54221
54281
|
* ]
|
|
54222
54282
|
*/
|
|
@@ -54260,9 +54320,9 @@ export interface KlingVideoO3ProVideoToVideoEditOutput {
|
|
|
54260
54320
|
/**
|
|
54261
54321
|
* @description The generated video.
|
|
54262
54322
|
* @example {
|
|
54263
|
-
* "content_type": "video/mp4",
|
|
54264
|
-
* "file_name": "output.mp4",
|
|
54265
54323
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-o3/pro-v2v-edit/output.mp4",
|
|
54324
|
+
* "file_name": "output.mp4",
|
|
54325
|
+
* "content_type": "video/mp4",
|
|
54266
54326
|
* "file_size": 4322769
|
|
54267
54327
|
* }
|
|
54268
54328
|
*/
|
|
@@ -54271,7 +54331,7 @@ export interface KlingVideoO3ProVideoToVideoEditOutput {
|
|
|
54271
54331
|
|
|
54272
54332
|
export interface KlingVideoO3ProTextToVideoInput extends SharedType_25d {}
|
|
54273
54333
|
|
|
54274
|
-
export interface KlingVideoO3ProTextToVideoOutput extends
|
|
54334
|
+
export interface KlingVideoO3ProTextToVideoOutput extends SharedType_a10 {}
|
|
54275
54335
|
|
|
54276
54336
|
export interface KlingVideoO3ProReferenceToVideoInput {
|
|
54277
54337
|
/**
|
|
@@ -54294,16 +54354,16 @@ export interface KlingVideoO3ProReferenceToVideoInput {
|
|
|
54294
54354
|
* @description Elements (characters/objects) to include. Reference in prompt as @Element1, @Element2.
|
|
54295
54355
|
* @example [
|
|
54296
54356
|
* {
|
|
54297
|
-
* "frontal_image_url": "https://v3b.fal.media/files/b/0a8d1b2e/yiHiZP1Now0V5JC5_OClE_PaKOtOGJ.png",
|
|
54298
54357
|
* "reference_image_urls": [
|
|
54299
54358
|
* "https://v3b.fal.media/files/b/0a8d1b1a/eZfSbcQ58EzD_l2SEbevg_F3U9GMLK.png"
|
|
54300
|
-
* ]
|
|
54359
|
+
* ],
|
|
54360
|
+
* "frontal_image_url": "https://v3b.fal.media/files/b/0a8d1b2e/yiHiZP1Now0V5JC5_OClE_PaKOtOGJ.png"
|
|
54301
54361
|
* },
|
|
54302
54362
|
* {
|
|
54303
|
-
* "frontal_image_url": "https://v3b.fal.media/files/b/0a8d1b19/_eIj7GjmI5zgQkMN936YJ_2f3hZ7Xb.png",
|
|
54304
54363
|
* "reference_image_urls": [
|
|
54305
54364
|
* "https://v3b.fal.media/files/b/0a8d1b3c/_ZE2iIjkb-Eun3WXXGP4x_TSG1ELBo.png"
|
|
54306
|
-
* ]
|
|
54365
|
+
* ],
|
|
54366
|
+
* "frontal_image_url": "https://v3b.fal.media/files/b/0a8d1b19/_eIj7GjmI5zgQkMN936YJ_2f3hZ7Xb.png"
|
|
54307
54367
|
* }
|
|
54308
54368
|
* ]
|
|
54309
54369
|
*/
|
|
@@ -54355,9 +54415,9 @@ export interface KlingVideoO3ProReferenceToVideoOutput {
|
|
|
54355
54415
|
/**
|
|
54356
54416
|
* @description The generated video.
|
|
54357
54417
|
* @example {
|
|
54358
|
-
* "content_type": "video/mp4",
|
|
54359
|
-
* "file_name": "output.mp4",
|
|
54360
54418
|
* "url": "https://v3b.fal.media/files/b/0a8d1c8a/ZxdKrvPb3CQEmeuS-u_kU_output.mp4",
|
|
54419
|
+
* "file_name": "output.mp4",
|
|
54420
|
+
* "content_type": "video/mp4",
|
|
54361
54421
|
* "file_size": 18468404
|
|
54362
54422
|
* }
|
|
54363
54423
|
*/
|
|
@@ -54366,39 +54426,39 @@ export interface KlingVideoO3ProReferenceToVideoOutput {
|
|
|
54366
54426
|
|
|
54367
54427
|
export interface KlingVideoO3ProImageToVideoInput extends SharedType_816 {}
|
|
54368
54428
|
|
|
54369
|
-
export interface KlingVideoO3ProImageToVideoOutput extends
|
|
54429
|
+
export interface KlingVideoO3ProImageToVideoOutput extends SharedType_198 {}
|
|
54370
54430
|
|
|
54371
|
-
export interface KlingVideoO1VideoToVideoReferenceInput extends
|
|
54431
|
+
export interface KlingVideoO1VideoToVideoReferenceInput extends SharedType_cc5 {}
|
|
54372
54432
|
|
|
54373
|
-
export interface KlingVideoO1VideoToVideoReferenceOutput extends
|
|
54433
|
+
export interface KlingVideoO1VideoToVideoReferenceOutput extends SharedType_e07 {}
|
|
54374
54434
|
|
|
54375
|
-
export interface KlingVideoO1VideoToVideoEditInput extends
|
|
54435
|
+
export interface KlingVideoO1VideoToVideoEditInput extends SharedType_bda {}
|
|
54376
54436
|
|
|
54377
|
-
export interface KlingVideoO1VideoToVideoEditOutput extends
|
|
54437
|
+
export interface KlingVideoO1VideoToVideoEditOutput extends SharedType_7c9 {}
|
|
54378
54438
|
|
|
54379
|
-
export interface KlingVideoO1StandardVideoToVideoReferenceInput extends
|
|
54439
|
+
export interface KlingVideoO1StandardVideoToVideoReferenceInput extends SharedType_cc5 {}
|
|
54380
54440
|
|
|
54381
|
-
export interface KlingVideoO1StandardVideoToVideoReferenceOutput extends
|
|
54441
|
+
export interface KlingVideoO1StandardVideoToVideoReferenceOutput extends SharedType_e07 {}
|
|
54382
54442
|
|
|
54383
|
-
export interface KlingVideoO1StandardVideoToVideoEditInput extends
|
|
54443
|
+
export interface KlingVideoO1StandardVideoToVideoEditInput extends SharedType_bda {}
|
|
54384
54444
|
|
|
54385
|
-
export interface KlingVideoO1StandardVideoToVideoEditOutput extends
|
|
54445
|
+
export interface KlingVideoO1StandardVideoToVideoEditOutput extends SharedType_7c9 {}
|
|
54386
54446
|
|
|
54387
|
-
export interface KlingVideoO1StandardReferenceToVideoInput extends
|
|
54447
|
+
export interface KlingVideoO1StandardReferenceToVideoInput extends SharedType_ca4 {}
|
|
54388
54448
|
|
|
54389
|
-
export interface KlingVideoO1StandardReferenceToVideoOutput extends
|
|
54449
|
+
export interface KlingVideoO1StandardReferenceToVideoOutput extends SharedType_089 {}
|
|
54390
54450
|
|
|
54391
54451
|
export interface KlingVideoO1StandardImageToVideoInput extends SharedType_732 {}
|
|
54392
54452
|
|
|
54393
|
-
export interface KlingVideoO1StandardImageToVideoOutput extends
|
|
54453
|
+
export interface KlingVideoO1StandardImageToVideoOutput extends SharedType_37b {}
|
|
54394
54454
|
|
|
54395
|
-
export interface KlingVideoO1ReferenceToVideoInput extends
|
|
54455
|
+
export interface KlingVideoO1ReferenceToVideoInput extends SharedType_ca4 {}
|
|
54396
54456
|
|
|
54397
|
-
export interface KlingVideoO1ReferenceToVideoOutput extends
|
|
54457
|
+
export interface KlingVideoO1ReferenceToVideoOutput extends SharedType_089 {}
|
|
54398
54458
|
|
|
54399
54459
|
export interface KlingVideoO1ImageToVideoInput extends SharedType_732 {}
|
|
54400
54460
|
|
|
54401
|
-
export interface KlingVideoO1ImageToVideoOutput extends
|
|
54461
|
+
export interface KlingVideoO1ImageToVideoOutput extends SharedType_37b {}
|
|
54402
54462
|
|
|
54403
54463
|
export interface KlingVideoLipsyncTextToVideoInput {
|
|
54404
54464
|
/**
|
|
@@ -55953,9 +56013,9 @@ export interface InfinitalkSingleTextOutput {
|
|
|
55953
56013
|
/**
|
|
55954
56014
|
* @description The generated video file.
|
|
55955
56015
|
* @example {
|
|
55956
|
-
* "url": "https://v3.fal.media/files/elephant/-huMN0zTaXmBr2CqzCMps_6c9dd31e1d9a4482877747a52a661a0a.mp4",
|
|
55957
56016
|
* "file_size": 797478,
|
|
55958
56017
|
* "file_name": "6c9dd31e1d9a4482877747a52a661a0a.mp4",
|
|
56018
|
+
* "url": "https://v3.fal.media/files/elephant/-huMN0zTaXmBr2CqzCMps_6c9dd31e1d9a4482877747a52a661a0a.mp4",
|
|
55959
56019
|
* "content_type": "application/octet-stream"
|
|
55960
56020
|
* }
|
|
55961
56021
|
*/
|
|
@@ -56018,9 +56078,9 @@ export interface InfinitalkOutput {
|
|
|
56018
56078
|
/**
|
|
56019
56079
|
* @description The generated video file.
|
|
56020
56080
|
* @example {
|
|
56021
|
-
* "url": "https://v3.fal.media/files/kangaroo/z6VqUwNTwzuWa6YE1g7In_74af6c0bdd6041c3b1130d54885e3eee.mp4",
|
|
56022
56081
|
* "file_size": 515275,
|
|
56023
56082
|
* "file_name": "74af6c0bdd6041c3b1130d54885e3eee.mp4",
|
|
56083
|
+
* "url": "https://v3.fal.media/files/kangaroo/z6VqUwNTwzuWa6YE1g7In_74af6c0bdd6041c3b1130d54885e3eee.mp4",
|
|
56024
56084
|
* "content_type": "application/octet-stream"
|
|
56025
56085
|
* }
|
|
56026
56086
|
*/
|
|
@@ -59949,10 +60009,10 @@ export interface IdeogramUpscaleOutput {
|
|
|
59949
60009
|
* Images
|
|
59950
60010
|
* @example [
|
|
59951
60011
|
* {
|
|
59952
|
-
* "content_type": "image/png",
|
|
59953
60012
|
* "url": "https://fal.media/files/lion/DxTSV6683MLl4VPAVUHR3_image.png",
|
|
59954
|
-
* "
|
|
59955
|
-
* "
|
|
60013
|
+
* "file_name": "image.png",
|
|
60014
|
+
* "content_type": "image/png",
|
|
60015
|
+
* "file_size": 6548418
|
|
59956
60016
|
* }
|
|
59957
60017
|
* ]
|
|
59958
60018
|
*/
|
|
@@ -62233,10 +62293,10 @@ export interface Hunyuan3dV31SmartTopologyOutput {
|
|
|
62233
62293
|
/**
|
|
62234
62294
|
* @description Processed 3D model with optimized topology (primary file).
|
|
62235
62295
|
* @example {
|
|
62296
|
+
* "content_type": "model/obj",
|
|
62236
62297
|
* "file_size": 394409,
|
|
62237
62298
|
* "url": "https://v3b.fal.media/files/b/0a8c0ab4/tqMY5NJLnHjpwN8rQ15dj_model.obj",
|
|
62238
|
-
* "file_name": "model.obj"
|
|
62239
|
-
* "content_type": "model/obj"
|
|
62299
|
+
* "file_name": "model.obj"
|
|
62240
62300
|
* }
|
|
62241
62301
|
*/
|
|
62242
62302
|
model_glb: Components.File;
|
|
@@ -62244,16 +62304,16 @@ export interface Hunyuan3dV31SmartTopologyOutput {
|
|
|
62244
62304
|
* @description URLs for different 3D model formats
|
|
62245
62305
|
* @example {
|
|
62246
62306
|
* "obj": {
|
|
62307
|
+
* "content_type": "model/obj",
|
|
62247
62308
|
* "file_size": 394409,
|
|
62248
62309
|
* "url": "https://v3b.fal.media/files/b/0a8c0ab4/tqMY5NJLnHjpwN8rQ15dj_model.obj",
|
|
62249
|
-
* "file_name": "model.obj"
|
|
62250
|
-
* "content_type": "model/obj"
|
|
62310
|
+
* "file_name": "model.obj"
|
|
62251
62311
|
* },
|
|
62252
62312
|
* "glb": {
|
|
62313
|
+
* "content_type": "model/gltf-binary",
|
|
62253
62314
|
* "file_size": 206004,
|
|
62254
62315
|
* "url": "https://v3b.fal.media/files/b/0a8c0ab4/eX-_x0Wv8fZL05l9CGp6Y_model.glb",
|
|
62255
|
-
* "file_name": "model.glb"
|
|
62256
|
-
* "content_type": "model/gltf-binary"
|
|
62316
|
+
* "file_name": "model.glb"
|
|
62257
62317
|
* }
|
|
62258
62318
|
* }
|
|
62259
62319
|
*/
|
|
@@ -62285,20 +62345,20 @@ export interface Hunyuan3dV31RapidTextTo3dOutput {
|
|
|
62285
62345
|
/**
|
|
62286
62346
|
* @description MTL material file for the OBJ model.
|
|
62287
62347
|
* @example {
|
|
62348
|
+
* "content_type": "text/plain",
|
|
62288
62349
|
* "file_size": 157,
|
|
62289
62350
|
* "url": "https://v3b.fal.media/files/b/0a8c44d5/EHzTxJtHpdIliaMNnEke-_material.mtl",
|
|
62290
|
-
* "file_name": "material.mtl"
|
|
62291
|
-
* "content_type": "text/plain"
|
|
62351
|
+
* "file_name": "material.mtl"
|
|
62292
62352
|
* }
|
|
62293
62353
|
*/
|
|
62294
62354
|
material_mtl?: Components.File;
|
|
62295
62355
|
/**
|
|
62296
62356
|
* @description Generated 3D model in OBJ format.
|
|
62297
62357
|
* @example {
|
|
62358
|
+
* "content_type": "model/obj",
|
|
62298
62359
|
* "file_size": 5306476,
|
|
62299
62360
|
* "url": "https://v3b.fal.media/files/b/0a8c44d5/2W2KRP1DM_-4qI8F_n05b_0f7f7a1ac578c80d4397a7f2b69b40ff.obj",
|
|
62300
|
-
* "file_name": "0f7f7a1ac578c80d4397a7f2b69b40ff.obj"
|
|
62301
|
-
* "content_type": "model/obj"
|
|
62361
|
+
* "file_name": "0f7f7a1ac578c80d4397a7f2b69b40ff.obj"
|
|
62302
62362
|
* }
|
|
62303
62363
|
*/
|
|
62304
62364
|
model_obj?: Components.File;
|
|
@@ -62306,22 +62366,22 @@ export interface Hunyuan3dV31RapidTextTo3dOutput {
|
|
|
62306
62366
|
* @description URLs for different 3D model formats.
|
|
62307
62367
|
* @example {
|
|
62308
62368
|
* "obj": {
|
|
62369
|
+
* "content_type": "model/obj",
|
|
62309
62370
|
* "file_size": 5306476,
|
|
62310
62371
|
* "url": "https://v3b.fal.media/files/b/0a8c44d5/2W2KRP1DM_-4qI8F_n05b_0f7f7a1ac578c80d4397a7f2b69b40ff.obj",
|
|
62311
|
-
* "file_name": "0f7f7a1ac578c80d4397a7f2b69b40ff.obj"
|
|
62312
|
-
* "content_type": "model/obj"
|
|
62372
|
+
* "file_name": "0f7f7a1ac578c80d4397a7f2b69b40ff.obj"
|
|
62313
62373
|
* },
|
|
62314
62374
|
* "mtl": {
|
|
62375
|
+
* "content_type": "text/plain",
|
|
62315
62376
|
* "file_size": 157,
|
|
62316
62377
|
* "url": "https://v3b.fal.media/files/b/0a8c44d5/EHzTxJtHpdIliaMNnEke-_material.mtl",
|
|
62317
|
-
* "file_name": "material.mtl"
|
|
62318
|
-
* "content_type": "text/plain"
|
|
62378
|
+
* "file_name": "material.mtl"
|
|
62319
62379
|
* },
|
|
62320
62380
|
* "texture": {
|
|
62381
|
+
* "content_type": "image/png",
|
|
62321
62382
|
* "file_size": 5915609,
|
|
62322
62383
|
* "url": "https://v3b.fal.media/files/b/0a8c44d5/T0q-P0aqXVG_y7jff-XTa_material.png",
|
|
62323
|
-
* "file_name": "material.png"
|
|
62324
|
-
* "content_type": "image/png"
|
|
62384
|
+
* "file_name": "material.png"
|
|
62325
62385
|
* }
|
|
62326
62386
|
* }
|
|
62327
62387
|
*/
|
|
@@ -62329,20 +62389,20 @@ export interface Hunyuan3dV31RapidTextTo3dOutput {
|
|
|
62329
62389
|
/**
|
|
62330
62390
|
* @description Texture image for the 3D model.
|
|
62331
62391
|
* @example {
|
|
62392
|
+
* "content_type": "image/png",
|
|
62332
62393
|
* "file_size": 5915609,
|
|
62333
62394
|
* "url": "https://v3b.fal.media/files/b/0a8c44d5/T0q-P0aqXVG_y7jff-XTa_material.png",
|
|
62334
|
-
* "file_name": "material.png"
|
|
62335
|
-
* "content_type": "image/png"
|
|
62395
|
+
* "file_name": "material.png"
|
|
62336
62396
|
* }
|
|
62337
62397
|
*/
|
|
62338
62398
|
texture?: Components.File;
|
|
62339
62399
|
/**
|
|
62340
62400
|
* @description Preview thumbnail of the generated model
|
|
62341
62401
|
* @example {
|
|
62402
|
+
* "content_type": "image/png",
|
|
62342
62403
|
* "file_size": 281374,
|
|
62343
62404
|
* "url": "https://v3b.fal.media/files/b/0a8c44d6/D9_IYgpugP0deXvSwBC2J_preview.png",
|
|
62344
|
-
* "file_name": "preview.png"
|
|
62345
|
-
* "content_type": "image/png"
|
|
62405
|
+
* "file_name": "preview.png"
|
|
62346
62406
|
* }
|
|
62347
62407
|
*/
|
|
62348
62408
|
thumbnail?: Components.File;
|
|
@@ -62373,20 +62433,20 @@ export interface Hunyuan3dV31RapidImageTo3dOutput {
|
|
|
62373
62433
|
/**
|
|
62374
62434
|
* @description MTL material file for the OBJ model.
|
|
62375
62435
|
* @example {
|
|
62436
|
+
* "content_type": "text/plain",
|
|
62376
62437
|
* "file_size": 88,
|
|
62377
62438
|
* "url": "https://v3b.fal.media/files/b/0a8c4439/_RhytNH4xZ5EFHr34YzJt_material.mtl",
|
|
62378
|
-
* "file_name": "material.mtl"
|
|
62379
|
-
* "content_type": "text/plain"
|
|
62439
|
+
* "file_name": "material.mtl"
|
|
62380
62440
|
* }
|
|
62381
62441
|
*/
|
|
62382
62442
|
material_mtl?: Components.File;
|
|
62383
62443
|
/**
|
|
62384
62444
|
* @description Generated 3D model file. Contains GLB if available, otherwise OBJ.
|
|
62385
62445
|
* @example {
|
|
62446
|
+
* "content_type": "model/obj",
|
|
62386
62447
|
* "file_size": 3172659,
|
|
62387
62448
|
* "url": "https://v3b.fal.media/files/b/0a8c4439/vj933H8B4W3wbd3e2RNby_8b1dbea208d194b9089a950abc2df426.obj",
|
|
62388
|
-
* "file_name": "8b1dbea208d194b9089a950abc2df426.obj"
|
|
62389
|
-
* "content_type": "model/obj"
|
|
62449
|
+
* "file_name": "8b1dbea208d194b9089a950abc2df426.obj"
|
|
62390
62450
|
* }
|
|
62391
62451
|
*/
|
|
62392
62452
|
model_glb?: Components.File;
|
|
@@ -62394,22 +62454,22 @@ export interface Hunyuan3dV31RapidImageTo3dOutput {
|
|
|
62394
62454
|
* @description URLs for different 3D model formats.
|
|
62395
62455
|
* @example {
|
|
62396
62456
|
* "obj": {
|
|
62457
|
+
* "content_type": "model/obj",
|
|
62397
62458
|
* "file_size": 3172659,
|
|
62398
62459
|
* "url": "https://v3b.fal.media/files/b/0a8c4439/vj933H8B4W3wbd3e2RNby_8b1dbea208d194b9089a950abc2df426.obj",
|
|
62399
|
-
* "file_name": "8b1dbea208d194b9089a950abc2df426.obj"
|
|
62400
|
-
* "content_type": "model/obj"
|
|
62460
|
+
* "file_name": "8b1dbea208d194b9089a950abc2df426.obj"
|
|
62401
62461
|
* },
|
|
62402
62462
|
* "mtl": {
|
|
62463
|
+
* "content_type": "text/plain",
|
|
62403
62464
|
* "file_size": 88,
|
|
62404
62465
|
* "url": "https://v3b.fal.media/files/b/0a8c4439/_RhytNH4xZ5EFHr34YzJt_material.mtl",
|
|
62405
|
-
* "file_name": "material.mtl"
|
|
62406
|
-
* "content_type": "text/plain"
|
|
62466
|
+
* "file_name": "material.mtl"
|
|
62407
62467
|
* },
|
|
62408
62468
|
* "texture": {
|
|
62469
|
+
* "content_type": "image/png",
|
|
62409
62470
|
* "file_size": 11728567,
|
|
62410
62471
|
* "url": "https://v3b.fal.media/files/b/0a8c4439/_4NXiSoGcZ-GYwmgUTfHZ_texture_20250901.png",
|
|
62411
|
-
* "file_name": "texture_20250901.png"
|
|
62412
|
-
* "content_type": "image/png"
|
|
62472
|
+
* "file_name": "texture_20250901.png"
|
|
62413
62473
|
* }
|
|
62414
62474
|
* }
|
|
62415
62475
|
*/
|
|
@@ -62417,20 +62477,20 @@ export interface Hunyuan3dV31RapidImageTo3dOutput {
|
|
|
62417
62477
|
/**
|
|
62418
62478
|
* @description Texture image for the 3D model.
|
|
62419
62479
|
* @example {
|
|
62480
|
+
* "content_type": "image/png",
|
|
62420
62481
|
* "file_size": 11728567,
|
|
62421
62482
|
* "url": "https://v3b.fal.media/files/b/0a8c4439/_4NXiSoGcZ-GYwmgUTfHZ_texture_20250901.png",
|
|
62422
|
-
* "file_name": "texture_20250901.png"
|
|
62423
|
-
* "content_type": "image/png"
|
|
62483
|
+
* "file_name": "texture_20250901.png"
|
|
62424
62484
|
* }
|
|
62425
62485
|
*/
|
|
62426
62486
|
texture?: Components.File;
|
|
62427
62487
|
/**
|
|
62428
62488
|
* @description Preview thumbnail of the generated model
|
|
62429
62489
|
* @example {
|
|
62490
|
+
* "content_type": "image/png",
|
|
62430
62491
|
* "file_size": 82521,
|
|
62431
62492
|
* "url": "https://v3b.fal.media/files/b/0a8c4439/70Sm1pZ16SQP-mEbaKICC_preview.png",
|
|
62432
|
-
* "file_name": "preview.png"
|
|
62433
|
-
* "content_type": "image/png"
|
|
62493
|
+
* "file_name": "preview.png"
|
|
62434
62494
|
* }
|
|
62435
62495
|
*/
|
|
62436
62496
|
thumbnail?: Components.File;
|
|
@@ -62468,10 +62528,10 @@ export interface Hunyuan3dV31ProTextTo3dOutput {
|
|
|
62468
62528
|
/**
|
|
62469
62529
|
* @description Generated 3D object in GLB format.
|
|
62470
62530
|
* @example {
|
|
62531
|
+
* "content_type": "model/gltf-binary",
|
|
62471
62532
|
* "file_size": 35833072,
|
|
62472
62533
|
* "url": "https://v3b.fal.media/files/b/0a8c5483/z6sbpr5wBRjqgnQlJM2Ot_model.glb",
|
|
62473
|
-
* "file_name": "model.glb"
|
|
62474
|
-
* "content_type": "model/gltf-binary"
|
|
62534
|
+
* "file_name": "model.glb"
|
|
62475
62535
|
* }
|
|
62476
62536
|
*/
|
|
62477
62537
|
model_glb: Components.File;
|
|
@@ -62479,28 +62539,28 @@ export interface Hunyuan3dV31ProTextTo3dOutput {
|
|
|
62479
62539
|
* @description URLs for different 3D model formats
|
|
62480
62540
|
* @example {
|
|
62481
62541
|
* "obj": {
|
|
62542
|
+
* "content_type": "model/obj",
|
|
62482
62543
|
* "file_size": 34755929,
|
|
62483
62544
|
* "url": "https://v3b.fal.media/files/b/0a8c5482/ZzC1xlOftyGQxhDkbZzVW_6168030a8817075aaa55c94cc5145000.obj",
|
|
62484
|
-
* "file_name": "6168030a8817075aaa55c94cc5145000.obj"
|
|
62485
|
-
* "content_type": "model/obj"
|
|
62545
|
+
* "file_name": "6168030a8817075aaa55c94cc5145000.obj"
|
|
62486
62546
|
* },
|
|
62487
62547
|
* "mtl": {
|
|
62548
|
+
* "content_type": "text/plain",
|
|
62488
62549
|
* "file_size": 88,
|
|
62489
62550
|
* "url": "https://v3b.fal.media/files/b/0a8c5482/ZxJepsEkhM67VSugmZ7QT_material.mtl",
|
|
62490
|
-
* "file_name": "material.mtl"
|
|
62491
|
-
* "content_type": "text/plain"
|
|
62551
|
+
* "file_name": "material.mtl"
|
|
62492
62552
|
* },
|
|
62493
62553
|
* "glb": {
|
|
62554
|
+
* "content_type": "model/gltf-binary",
|
|
62494
62555
|
* "file_size": 35833072,
|
|
62495
62556
|
* "url": "https://v3b.fal.media/files/b/0a8c5483/z6sbpr5wBRjqgnQlJM2Ot_model.glb",
|
|
62496
|
-
* "file_name": "model.glb"
|
|
62497
|
-
* "content_type": "model/gltf-binary"
|
|
62557
|
+
* "file_name": "model.glb"
|
|
62498
62558
|
* },
|
|
62499
62559
|
* "texture": {
|
|
62560
|
+
* "content_type": "image/png",
|
|
62500
62561
|
* "file_size": 19996580,
|
|
62501
62562
|
* "url": "https://v3b.fal.media/files/b/0a8c5482/jOL2nBpcOGspwxQf0_U-z_texture_20250901.png",
|
|
62502
|
-
* "file_name": "texture_20250901.png"
|
|
62503
|
-
* "content_type": "image/png"
|
|
62563
|
+
* "file_name": "texture_20250901.png"
|
|
62504
62564
|
* }
|
|
62505
62565
|
* }
|
|
62506
62566
|
*/
|
|
@@ -62513,10 +62573,10 @@ export interface Hunyuan3dV31ProTextTo3dOutput {
|
|
|
62513
62573
|
/**
|
|
62514
62574
|
* @description Preview thumbnail of the generated model
|
|
62515
62575
|
* @example {
|
|
62576
|
+
* "content_type": "image/png",
|
|
62516
62577
|
* "file_size": 68927,
|
|
62517
62578
|
* "url": "https://v3b.fal.media/files/b/0a8c5483/EE97ZV7cM-3UVG4peyWTQ_preview.png",
|
|
62518
|
-
* "file_name": "preview.png"
|
|
62519
|
-
* "content_type": "image/png"
|
|
62579
|
+
* "file_name": "preview.png"
|
|
62520
62580
|
* }
|
|
62521
62581
|
*/
|
|
62522
62582
|
thumbnail?: Components.File;
|
|
@@ -62589,10 +62649,10 @@ export interface Hunyuan3dV31ProImageTo3dOutput {
|
|
|
62589
62649
|
/**
|
|
62590
62650
|
* @description Generated 3D object in GLB format.
|
|
62591
62651
|
* @example {
|
|
62652
|
+
* "content_type": "model/gltf-binary",
|
|
62592
62653
|
* "file_size": 38554640,
|
|
62593
62654
|
* "url": "https://v3b.fal.media/files/b/0a8c3187/jOeZmtBuhdQMkDu65AkdT_model.glb",
|
|
62594
|
-
* "file_name": "model.glb"
|
|
62595
|
-
* "content_type": "model/gltf-binary"
|
|
62655
|
+
* "file_name": "model.glb"
|
|
62596
62656
|
* }
|
|
62597
62657
|
*/
|
|
62598
62658
|
model_glb: Components.File;
|
|
@@ -62600,16 +62660,16 @@ export interface Hunyuan3dV31ProImageTo3dOutput {
|
|
|
62600
62660
|
* @description URLs for different 3D model formats
|
|
62601
62661
|
* @example {
|
|
62602
62662
|
* "obj": {
|
|
62663
|
+
* "content_type": "model/obj",
|
|
62603
62664
|
* "file_size": 31447160,
|
|
62604
62665
|
* "url": "https://v3b.fal.media/files/b/0a8c3186/no-aBFEDnOuthILfv-wzs_model.obj",
|
|
62605
|
-
* "file_name": "model.obj"
|
|
62606
|
-
* "content_type": "model/obj"
|
|
62666
|
+
* "file_name": "model.obj"
|
|
62607
62667
|
* },
|
|
62608
62668
|
* "glb": {
|
|
62669
|
+
* "content_type": "model/gltf-binary",
|
|
62609
62670
|
* "file_size": 38554640,
|
|
62610
62671
|
* "url": "https://v3b.fal.media/files/b/0a8c3187/jOeZmtBuhdQMkDu65AkdT_model.glb",
|
|
62611
|
-
* "file_name": "model.glb"
|
|
62612
|
-
* "content_type": "model/gltf-binary"
|
|
62672
|
+
* "file_name": "model.glb"
|
|
62613
62673
|
* }
|
|
62614
62674
|
* }
|
|
62615
62675
|
*/
|
|
@@ -62622,10 +62682,10 @@ export interface Hunyuan3dV31ProImageTo3dOutput {
|
|
|
62622
62682
|
/**
|
|
62623
62683
|
* @description Preview thumbnail of the generated model
|
|
62624
62684
|
* @example {
|
|
62685
|
+
* "content_type": "image/png",
|
|
62625
62686
|
* "file_size": 194908,
|
|
62626
62687
|
* "url": "https://v3b.fal.media/files/b/0a8c3187/gxidaODj4OvPXruCfrZ-__preview.png",
|
|
62627
|
-
* "file_name": "preview.png"
|
|
62628
|
-
* "content_type": "image/png"
|
|
62688
|
+
* "file_name": "preview.png"
|
|
62629
62689
|
* }
|
|
62630
62690
|
*/
|
|
62631
62691
|
thumbnail?: Components.File;
|
|
@@ -62646,10 +62706,10 @@ export interface Hunyuan3dV31PartOutput {
|
|
|
62646
62706
|
* @description List of generated part files in FBX format
|
|
62647
62707
|
* @example [
|
|
62648
62708
|
* {
|
|
62709
|
+
* "content_type": "application/octet-stream",
|
|
62649
62710
|
* "file_size": 2048000,
|
|
62650
62711
|
* "url": "https://v3b.fal.media/files/b/0a8bf94b/zOP--lT23slziGKp99dJm_part_0.fbx",
|
|
62651
|
-
* "file_name": "part_0.fbx"
|
|
62652
|
-
* "content_type": "application/octet-stream"
|
|
62712
|
+
* "file_name": "part_0.fbx"
|
|
62653
62713
|
* }
|
|
62654
62714
|
* ]
|
|
62655
62715
|
*/
|
|
@@ -75310,8 +75370,8 @@ export interface FfmpegApiMergeAudiosOutput {
|
|
|
75310
75370
|
* @example {
|
|
75311
75371
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/ffmpeg_api/merge_audios.mp3",
|
|
75312
75372
|
* "file_size": 97401,
|
|
75313
|
-
* "
|
|
75314
|
-
* "
|
|
75373
|
+
* "file_name": "merged_audios.mp3",
|
|
75374
|
+
* "content_type": "audio/mpeg"
|
|
75315
75375
|
* }
|
|
75316
75376
|
*/
|
|
75317
75377
|
audio: Components.File;
|
|
@@ -75713,7 +75773,7 @@ export interface FastSdxlInpaintingInput {
|
|
|
75713
75773
|
* @description The list of LoRA weights to use.
|
|
75714
75774
|
* @default []
|
|
75715
75775
|
*/
|
|
75716
|
-
loras?: Components.
|
|
75776
|
+
loras?: Components.LoraWeight_6[];
|
|
75717
75777
|
/**
|
|
75718
75778
|
* Mask Url
|
|
75719
75779
|
* @description The URL of the mask to use for inpainting.
|
|
@@ -75849,7 +75909,7 @@ export interface FastSdxlImageToImageInput {
|
|
|
75849
75909
|
* @description The list of LoRA weights to use.
|
|
75850
75910
|
* @default []
|
|
75851
75911
|
*/
|
|
75852
|
-
loras?: Components.
|
|
75912
|
+
loras?: Components.LoraWeight_6[];
|
|
75853
75913
|
/**
|
|
75854
75914
|
* Negative Prompt
|
|
75855
75915
|
* @description The negative prompt to use.Use it to address details that you don't want
|
|
@@ -76306,7 +76366,7 @@ export interface FastSdxlInput {
|
|
|
76306
76366
|
* @description The list of LoRA weights to use.
|
|
76307
76367
|
* @default []
|
|
76308
76368
|
*/
|
|
76309
|
-
loras?: Components.
|
|
76369
|
+
loras?: Components.LoraWeight_6[];
|
|
76310
76370
|
/**
|
|
76311
76371
|
* Negative Prompt
|
|
76312
76372
|
* @description The negative prompt to use. Use it to address details that you don't want
|
|
@@ -80390,9 +80450,9 @@ export interface CreatifyAuroraOutput {
|
|
|
80390
80450
|
/**
|
|
80391
80451
|
* @description The generated video file.
|
|
80392
80452
|
* @example {
|
|
80393
|
-
* "url": "https://storage.googleapis.com/falserverless/example_outputs/creatify/aurora/output.mp4",
|
|
80394
80453
|
* "content_type": "video/mp4",
|
|
80395
|
-
* "file_name": "output.mp4"
|
|
80454
|
+
* "file_name": "output.mp4",
|
|
80455
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/creatify/aurora/output.mp4"
|
|
80396
80456
|
* }
|
|
80397
80457
|
*/
|
|
80398
80458
|
video: Components.VideoFile;
|