fal-endpoint-types 1.3.42 → 1.3.43

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
- * "height": 720,
92
- * "fps": 24,
93
- * "content_type": "video/mp4",
94
- * "width": 1280,
95
91
  * "num_frames": 145,
92
+ * "url": "https://v3b.fal.media/files/b/0a8b90e4/RUAbFYlssdqnbjNLmE8qP_IX7BNYGP.mp4",
93
+ * "width": 1280,
96
94
  * "duration": 6.041667,
97
- * "file_name": "RUAbFYlssdqnbjNLmE8qP_IX7BNYGP.mp4",
98
- * "url": "https://v3b.fal.media/files/b/0a8b90e4/RUAbFYlssdqnbjNLmE8qP_IX7BNYGP.mp4"
95
+ * "fps": 24,
96
+ * "content_type": "video/mp4",
97
+ * "height": 720,
98
+ * "file_name": "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
- * "height": 720,
146
- * "fps": 24,
147
- * "content_type": "video/mp4",
148
- * "width": 1280,
149
145
  * "num_frames": 192,
146
+ * "url": "https://v3b.fal.media/files/b/0a8b90e4/r2v_output.mp4",
147
+ * "width": 1280,
150
148
  * "duration": 8,
151
- * "file_name": "r2v_output.mp4",
152
- * "url": "https://v3b.fal.media/files/b/0a8b90e4/r2v_output.mp4"
149
+ * "fps": 24,
150
+ * "content_type": "video/mp4",
151
+ * "height": 720,
152
+ * "file_name": "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
- * "height": 720,
197
- * "fps": 24,
198
- * "content_type": "video/mp4",
199
- * "width": 1280,
200
196
  * "num_frames": 145,
197
+ * "url": "https://v3b.fal.media/files/b/0a8b90e0/0Ci1dviuSnEyUZzBUq-_5_nu7MrAAa.mp4",
198
+ * "width": 1280,
201
199
  * "duration": 6.041667,
202
- * "file_name": "0Ci1dviuSnEyUZzBUq-_5_nu7MrAAa.mp4",
203
- * "url": "https://v3b.fal.media/files/b/0a8b90e0/0Ci1dviuSnEyUZzBUq-_5_nu7MrAAa.mp4"
200
+ * "fps": 24,
201
+ * "content_type": "video/mp4",
202
+ * "height": 720,
203
+ * "file_name": "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
- * "height": 720,
235
- * "fps": 24,
236
- * "content_type": "video/mp4",
237
- * "width": 1280,
238
234
  * "num_frames": 384,
235
+ * "url": "https://v3b.fal.media/files/b/0a8b9113/extended_video.mp4",
236
+ * "width": 1280,
239
237
  * "duration": 16,
240
- * "file_name": "extended_video.mp4",
241
- * "url": "https://v3b.fal.media/files/b/0a8b9113/extended_video.mp4"
238
+ * "fps": 24,
239
+ * "content_type": "video/mp4",
240
+ * "height": 720,
241
+ * "file_name": "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
- * "height": 720,
274
- * "fps": 24,
275
- * "content_type": "video/mp4",
276
- * "width": 1280,
277
273
  * "num_frames": 121,
274
+ * "url": "https://v3b.fal.media/files/b/0a8b9113/EuDrZuQTW9m1phBXOsauz_EpJH3s8X.mp4",
275
+ * "width": 1280,
278
276
  * "duration": 5.041667,
279
- * "file_name": "EuDrZuQTW9m1phBXOsauz_EpJH3s8X.mp4",
280
- * "url": "https://v3b.fal.media/files/b/0a8b9113/EuDrZuQTW9m1phBXOsauz_EpJH3s8X.mp4"
277
+ * "fps": 24,
278
+ * "content_type": "video/mp4",
279
+ * "height": 720,
280
+ * "file_name": "EuDrZuQTW9m1phBXOsauz_EpJH3s8X.mp4"
281
281
  * }
282
282
  */
283
283
  video: Components.VideoFile;
@@ -311,6 +311,13 @@ export interface XaiGrokImagineImageEditInput {
311
311
  * @example Make this scene more realistic but still keep the game vibes
312
312
  */
313
313
  prompt: string;
314
+ /**
315
+ * Resolution
316
+ * @description Resolution of the generated image. `1k` for standard resolution, `2k` for high resolution.
317
+ * @default 1k
318
+ * @enum {string}
319
+ */
320
+ resolution?: '1k' | '2k';
314
321
  /**
315
322
  * Sync Mode
316
323
  * @description If `True`, the media will be returned as a data URI and the output data won't be available in the request history.
@@ -377,6 +384,13 @@ export interface XaiGrokImagineImageInput {
377
384
  * @example Abstract human silhouette, golden particles ready to burst outward representing joy, data visualization style, emotional expression through particles, artistic scientific
378
385
  */
379
386
  prompt: string;
387
+ /**
388
+ * Resolution
389
+ * @description Resolution of the generated image. `1k` for standard resolution, `2k` for high resolution.
390
+ * @default 1k
391
+ * @enum {string}
392
+ */
393
+ resolution?: '1k' | '2k';
380
394
  /**
381
395
  * Sync Mode
382
396
  * @description If `True`, the media will be returned as a data URI and the output data won't be available in the request history.
@@ -579,8 +593,8 @@ export interface WanV26TextToImageOutput {
579
593
  * @example [
580
594
  * {
581
595
  * "content_type": "image/png",
582
- * "url": "https://v3b.fal.media/files/b/0a86d6b0/cBXGSUEl3DkTcBnf9IEM0_output_1.png",
583
- * "file_name": "output_1.png"
596
+ * "file_name": "output_1.png",
597
+ * "url": "https://v3b.fal.media/files/b/0a86d6b0/cBXGSUEl3DkTcBnf9IEM0_output_1.png"
584
598
  * }
585
599
  * ]
586
600
  */
@@ -756,11 +770,11 @@ export interface WanV26ReferenceToVideoOutput extends SharedType_d29 {}
756
770
 
757
771
  export interface WanV26ImageToVideoFlashInput extends SharedType_d35 {}
758
772
 
759
- export interface WanV26ImageToVideoFlashOutput extends SharedType_fa1 {}
773
+ export interface WanV26ImageToVideoFlashOutput extends SharedType_cde {}
760
774
 
761
775
  export interface WanV26ImageToVideoInput extends SharedType_d35 {}
762
776
 
763
- export interface WanV26ImageToVideoOutput extends SharedType_fa1 {}
777
+ export interface WanV26ImageToVideoOutput extends SharedType_cde {}
764
778
 
765
779
  export interface WanV26ImageToImageInput {
766
780
  /**
@@ -836,8 +850,8 @@ export interface WanV26ImageToImageOutput {
836
850
  * @example [
837
851
  * {
838
852
  * "content_type": "image/png",
839
- * "url": "https://v3b.fal.media/files/b/0a86d6bb/iSEuXzi3kDy1jnlMCwYuH_output_3.png",
840
- * "file_name": "output_1.png"
853
+ * "file_name": "output_1.png",
854
+ * "url": "https://v3b.fal.media/files/b/0a86d6bb/iSEuXzi3kDy1jnlMCwYuH_output_3.png"
841
855
  * }
842
856
  * ]
843
857
  */
@@ -1698,44 +1712,6 @@ export interface SharedType_fce {
1698
1712
  seed?: number;
1699
1713
  }
1700
1714
 
1701
- export interface SharedType_fc6 {
1702
- /**
1703
- * Has Nsfw Concepts
1704
- * @description Whether the generated images contain NSFW concepts.
1705
- */
1706
- has_nsfw_concepts: boolean[];
1707
- /**
1708
- * Images
1709
- * @description The generated image files info.
1710
- * @example [
1711
- * {
1712
- * "url": "https://v3b.fal.media/files/b/0a8c18a5/1z0k9F1YLgz4qCr64jCBa_r2uqRyDg.png",
1713
- * "width": 1024,
1714
- * "content_type": "image/png",
1715
- * "height": 768
1716
- * }
1717
- * ]
1718
- */
1719
- images: Components.ImageFile[];
1720
- /**
1721
- * Prompt
1722
- * @description The prompt used for generating the image.
1723
- */
1724
- prompt: string;
1725
- /**
1726
- * Seed
1727
- * @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.
1728
- */
1729
- seed: number;
1730
- /**
1731
- * Timings
1732
- * @description The timings of the generation process.
1733
- */
1734
- timings: {
1735
- [key: string]: number;
1736
- };
1737
- }
1738
-
1739
1715
  export interface SharedType_fc4 {
1740
1716
  /**
1741
1717
  * Back Image Url
@@ -1923,27 +1899,42 @@ export interface SharedType_faf {
1923
1899
  sync_mode?: boolean;
1924
1900
  }
1925
1901
 
1926
- export interface SharedType_fa1 {
1902
+ export interface SharedType_f9b {
1927
1903
  /**
1928
- * Actual Prompt
1929
- * @description The actual prompt used if prompt rewriting was enabled
1930
- * @example A comedic cinematic scene where the creator interacts with AI-generated reality transformations.
1904
+ * Has Nsfw Concepts
1905
+ * @description Whether the generated images contain NSFW concepts.
1931
1906
  */
1932
- actual_prompt?: string;
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.
1924
+ */
1925
+ prompt: string;
1933
1926
  /**
1934
1927
  * Seed
1935
- * @description The seed used for generation
1936
- * @example 175932751
1928
+ * @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.
1937
1929
  */
1938
1930
  seed: number;
1939
1931
  /**
1940
- * @description The generated video file
1941
- * @example {
1942
- * "url": "https://v3b.fal.media/files/b/0a8675cf/bCu9FiFXSjsSnIwOmjUOY_BVs2IFR3.mp4",
1943
- * "content_type": "video/mp4"
1944
- * }
1932
+ * Timings
1933
+ * @description The timings of the generation process.
1945
1934
  */
1946
- video: Components.VideoFile;
1935
+ timings: {
1936
+ [key: string]: number;
1937
+ };
1947
1938
  }
1948
1939
 
1949
1940
  export interface SharedType_f83 {
@@ -1975,6 +1966,44 @@ export interface SharedType_f83 {
1975
1966
  video: Components.VideoFile;
1976
1967
  }
1977
1968
 
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
+
1978
2007
  export interface SharedType_f67 {
1979
2008
  /**
1980
2009
  * Auto Trim
@@ -2298,14 +2327,14 @@ export interface SharedType_f50 {
2298
2327
  sync_mode?: boolean;
2299
2328
  }
2300
2329
 
2301
- export interface SharedType_f44 {
2330
+ export interface SharedType_f3a {
2302
2331
  /**
2303
- * @description The generated video.
2332
+ * @description The generated video
2304
2333
  * @example {
2305
- * "file_size": 7533071,
2306
- * "content_type": "video/mp4",
2307
- * "url": "https://v3b.fal.media/files/b/0a86603b/YAlbB2535l07BTy1wpDeI_output.mp4",
2308
- * "file_name": "output.mp4"
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"
2309
2338
  * }
2310
2339
  */
2311
2340
  video: Components.File;
@@ -2466,6 +2495,19 @@ export interface SharedType_ee6 {
2466
2495
  image: Components.Image;
2467
2496
  }
2468
2497
 
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
+
2469
2511
  export interface SharedType_ec9 {
2470
2512
  /**
2471
2513
  * @description The generated video file
@@ -2533,88 +2575,17 @@ export interface SharedType_e8e {
2533
2575
  seed: number;
2534
2576
  }
2535
2577
 
2536
- export interface SharedType_e82 {
2537
- animation_fbx?: Components.File;
2538
- animation_glb?: Components.File;
2539
- basic_animations?: Components.BasicAnimations;
2578
+ export interface SharedType_e8c {
2540
2579
  /**
2541
- * @description Generated 3D object in GLB format.
2542
- * @example {
2543
- * "file_name": "model.glb",
2544
- * "url": "https://v3b.fal.media/files/b/zebra/OXF1e1bO3JddPTaugv0eL_model.glb",
2545
- * "content_type": "model/gltf-binary",
2546
- * "file_size": 9242744
2547
- * }
2548
- */
2549
- model_glb: Components.File;
2550
- /**
2551
- * @description URLs for different 3D model formats
2552
- * @example {
2553
- * "usdz": {
2554
- * "file_name": "model.usdz",
2555
- * "url": "https://v3b.fal.media/files/b/lion/RgJG9EBQ_GAHMVWV3wCis_model.usdz",
2556
- * "content_type": "model/vnd.usdz+zip",
2557
- * "file_size": 9991969
2558
- * },
2559
- * "obj": {
2560
- * "file_name": "model.obj",
2561
- * "url": "https://v3b.fal.media/files/b/koala/_Vg0d084-hd3EdpIJDf7U_model.obj",
2562
- * "content_type": "text/plain",
2563
- * "file_size": 2744413
2564
- * },
2565
- * "fbx": {
2566
- * "file_name": "model.fbx",
2567
- * "url": "https://v3b.fal.media/files/b/kangaroo/4Q2qdpTvfLVdzAKH1-72v_model.fbx",
2568
- * "content_type": "application/octet-stream",
2569
- * "file_size": 5427052
2570
- * },
2571
- * "glb": {
2572
- * "file_name": "model.glb",
2573
- * "url": "https://v3b.fal.media/files/b/zebra/OXF1e1bO3JddPTaugv0eL_model.glb",
2574
- * "content_type": "model/gltf-binary",
2575
- * "file_size": 9242744
2576
- * }
2577
- * }
2578
- */
2579
- model_urls: Components.ModelUrls;
2580
- /**
2581
- * Rig Task Id
2582
- * @description Rigging task ID. Only present when enable_rigging is true.
2583
- */
2584
- rig_task_id?: string;
2585
- rigged_character_fbx?: Components.File;
2586
- rigged_character_glb?: Components.File;
2587
- /**
2588
- * Seed
2589
- * @description The seed used for generation (if available)
2590
- * @example 2009275957
2591
- */
2592
- seed?: number;
2593
- /**
2594
- * Texture Urls
2595
- * @description Array of texture file objects, matching Meshy API structure
2596
- * @example [
2597
- * {
2598
- * "base_color": {
2599
- * "file_name": "texture_0.png",
2600
- * "url": "https://v3b.fal.media/files/b/tiger/NkgxcEom_42V4_8UUXiRR_texture_0.png",
2601
- * "content_type": "image/png",
2602
- * "file_size": 4328755
2603
- * }
2604
- * }
2605
- * ]
2606
- */
2607
- texture_urls?: Components.TextureFiles[];
2608
- /**
2609
- * @description Preview thumbnail of the generated model
2580
+ * @description The generated video
2610
2581
  * @example {
2611
- * "file_name": "preview.png",
2612
- * "url": "https://v3b.fal.media/files/b/penguin/rfnS6ClmeEWgDXp_oD5tN_preview.png",
2613
- * "content_type": "image/png",
2614
- * "file_size": 54279
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"
2615
2586
  * }
2616
2587
  */
2617
- thumbnail?: Components.File;
2588
+ video: Components.File;
2618
2589
  }
2619
2590
 
2620
2591
  export interface SharedType_e74 {
@@ -2745,20 +2716,45 @@ export interface SharedType_e4b {
2745
2716
  steps?: number;
2746
2717
  }
2747
2718
 
2748
- export interface SharedType_e49 {
2719
+ export interface SharedType_e1e {
2749
2720
  /**
2750
- * @description The generated video
2751
- * @example {
2752
- * "content_type": "video/mp4",
2753
- * "file_name": "output.mp4",
2754
- * "url": "https://fal.media/files/koala/awGY1lJd7lVsqQeSqjWqn_output.mp4",
2755
- * "file_size": 3232402
2756
- * }
2721
+ * Has Nsfw Concepts
2722
+ * @description Whether the generated images contain NSFW concepts.
2757
2723
  */
2758
- video: Components.File;
2724
+ has_nsfw_concepts: boolean[];
2725
+ /**
2726
+ * Images
2727
+ * @description The generated image files info.
2728
+ * @example [
2729
+ * {
2730
+ * "content_type": "image/png",
2731
+ * "width": 1024,
2732
+ * "height": 768,
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.
2751
+ */
2752
+ timings: {
2753
+ [key: string]: number;
2754
+ };
2759
2755
  }
2760
2756
 
2761
- export interface SharedType_e18 {
2757
+ export interface SharedType_e181 {
2762
2758
  /**
2763
2759
  * Default Caption
2764
2760
  * @description Default caption to use when caption files are missing. If None, missing captions will cause an error.
@@ -2801,6 +2797,127 @@ export interface SharedType_e18 {
2801
2797
  steps?: number;
2802
2798
  }
2803
2799
 
2800
+ export interface SharedType_e18 {
2801
+ /**
2802
+ * Animation Action Id
2803
+ * @description Animation preset ID from Meshy's library (500+ presets). Only used when enable_animation is true. See https://docs.meshy.ai/en/api/animation-library for available action IDs.
2804
+ * @default 1001
2805
+ * @example 1001
2806
+ */
2807
+ animation_action_id?: number;
2808
+ /**
2809
+ * Art Style
2810
+ * @description Desired art style of the object. Note: only 'realistic' is supported for Meshy-6 (latest model); 'sculpture' will be rejected with a 422. For older models, 'sculpture' is supported but enable_pbr should be false when using it.
2811
+ * @default realistic
2812
+ * @enum {string}
2813
+ */
2814
+ art_style?: 'realistic' | 'sculpture';
2815
+ /**
2816
+ * Enable Animation
2817
+ * @description Apply an animation preset to the rigged model. Requires enable_rigging to be true.
2818
+ * @default false
2819
+ */
2820
+ enable_animation?: boolean;
2821
+ /**
2822
+ * Enable Pbr
2823
+ * @description Generate PBR Maps (metallic, roughness, normal) in addition to base color. Should be false for sculpture style.
2824
+ * @default false
2825
+ */
2826
+ enable_pbr?: boolean;
2827
+ /**
2828
+ * Enable Prompt Expansion
2829
+ * @description Whether to enable prompt expansion. This will use a large language model to expand the prompt with additional details while maintaining the original meaning.
2830
+ * @default false
2831
+ */
2832
+ enable_prompt_expansion?: boolean;
2833
+ /**
2834
+ * Enable Rigging
2835
+ * @description Automatically rig the generated model as a humanoid character. Includes basic walking and running animations. Best results with humanoid characters that have clearly defined limbs.
2836
+ * @default false
2837
+ */
2838
+ enable_rigging?: boolean;
2839
+ /**
2840
+ * Enable Safety Checker
2841
+ * @description If set to true, input data will be checked for safety before processing.
2842
+ * @default true
2843
+ */
2844
+ enable_safety_checker?: boolean;
2845
+ /**
2846
+ * Is A T Pose
2847
+ * @deprecated
2848
+ * @description Deprecated: use pose_mode instead. When true, generates a T-pose model.
2849
+ * @default false
2850
+ */
2851
+ is_a_t_pose?: boolean;
2852
+ /**
2853
+ * Mode
2854
+ * @description Generation mode. 'preview' returns untextured geometry only, 'full' returns textured model (preview + refine).
2855
+ * @default full
2856
+ * @enum {string}
2857
+ */
2858
+ mode?: 'preview' | 'full';
2859
+ /**
2860
+ * Pose Mode
2861
+ * @description Pose mode for the generated model. 'a-pose' generates an A-pose, 't-pose' generates a T-pose, empty string for no specific pose.
2862
+ * @default
2863
+ * @enum {string}
2864
+ */
2865
+ pose_mode?: 'a-pose' | 't-pose' | '';
2866
+ /**
2867
+ * Prompt
2868
+ * @description Describe what kind of object the 3D model is. Maximum 600 characters.
2869
+ * @example A rustic, antique wooden treasure chest with a curved, domed lid, constructed from weathered, dark brown planks exhibiting prominent wood grain and subtle distress. It's heavily reinforced with broad, dark grey, oxidized metal bands secured by numerous circular rivets. Ornate, dark iron decorative elements featuring swirling foliate patterns and dragon motifs adorn the corners and lid. A prominent, circular, intricately carved metal lock plate with a central keyhole dominates the front, flanked by two large, dark metallic pull rings.
2870
+ */
2871
+ prompt: string;
2872
+ /**
2873
+ * Rigging Height Meters
2874
+ * @description Approximate height of the character in meters. Only used when enable_rigging is true.
2875
+ * @default 1.7
2876
+ */
2877
+ rigging_height_meters?: number;
2878
+ /**
2879
+ * Seed
2880
+ * @description Seed for reproducible results. Same prompt and seed usually generate the same result.
2881
+ */
2882
+ seed?: number;
2883
+ /**
2884
+ * Should Remesh
2885
+ * @description Whether to enable the remesh phase. When false, returns unprocessed triangular mesh.
2886
+ * @default true
2887
+ */
2888
+ should_remesh?: boolean;
2889
+ /**
2890
+ * Symmetry Mode
2891
+ * @description Controls symmetry behavior during model generation.
2892
+ * @default auto
2893
+ * @enum {string}
2894
+ */
2895
+ symmetry_mode?: 'off' | 'auto' | 'on';
2896
+ /**
2897
+ * Target Polycount
2898
+ * @description Target number of polygons in the generated model
2899
+ * @default 30000
2900
+ */
2901
+ target_polycount?: number;
2902
+ /**
2903
+ * Texture Image Url
2904
+ * @description 2D image to guide the texturing process (only used in 'full' mode)
2905
+ */
2906
+ texture_image_url?: string;
2907
+ /**
2908
+ * Texture Prompt
2909
+ * @description Additional text prompt to guide the texturing process (only used in 'full' mode)
2910
+ */
2911
+ texture_prompt?: string;
2912
+ /**
2913
+ * Topology
2914
+ * @description Specify the topology of the generated model. Quad for smooth surfaces, Triangle for detailed geometry.
2915
+ * @default triangle
2916
+ * @enum {string}
2917
+ */
2918
+ topology?: 'quad' | 'triangle';
2919
+ }
2920
+
2804
2921
  export interface SharedType_e17 {
2805
2922
  /**
2806
2923
  * Prompt
@@ -3037,6 +3154,18 @@ export interface SharedType_e15 {
3037
3154
  zoom_factor?: number;
3038
3155
  }
3039
3156
 
3157
+ export interface SharedType_df11 {
3158
+ /**
3159
+ * @description The generated video
3160
+ * @example {
3161
+ * "content_type": "video/mp4",
3162
+ * "file_name": "output.mp4",
3163
+ * "url": "https://storage.googleapis.com/falserverless/kling/kling_ex.mp4.mp4"
3164
+ * }
3165
+ */
3166
+ video: Components.File;
3167
+ }
3168
+
3040
3169
  export interface SharedType_df1 {
3041
3170
  /**
3042
3171
  * Guidance Scale
@@ -3290,6 +3419,19 @@ export interface SharedType_dca {
3290
3419
  resolution?: '540p' | '720p' | '1080p';
3291
3420
  }
3292
3421
 
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
+
3293
3435
  export interface SharedType_dc1 {
3294
3436
  /**
3295
3437
  * @description The extended video.
@@ -3451,6 +3593,19 @@ export interface SharedType_d91 {
3451
3593
  images: Components.Image[];
3452
3594
  }
3453
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
+
3454
3609
  export interface SharedType_d72 {
3455
3610
  /**
3456
3611
  * Has Nsfw Concepts
@@ -3483,44 +3638,6 @@ export interface SharedType_d72 {
3483
3638
  };
3484
3639
  }
3485
3640
 
3486
- export interface SharedType_d62 {
3487
- /**
3488
- * Has Nsfw Concepts
3489
- * @description Whether the generated images contain NSFW concepts.
3490
- */
3491
- has_nsfw_concepts: boolean[];
3492
- /**
3493
- * Images
3494
- * @description The generated image files info.
3495
- * @example [
3496
- * {
3497
- * "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-output.png",
3498
- * "width": 1024,
3499
- * "content_type": "image/png",
3500
- * "height": 768
3501
- * }
3502
- * ]
3503
- */
3504
- images: Components.ImageFile[];
3505
- /**
3506
- * Prompt
3507
- * @description The prompt used for generating the image.
3508
- */
3509
- prompt: string;
3510
- /**
3511
- * Seed
3512
- * @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.
3513
- */
3514
- seed: number;
3515
- /**
3516
- * Timings
3517
- * @description The timings of the generation process.
3518
- */
3519
- timings: {
3520
- [key: string]: number;
3521
- };
3522
- }
3523
-
3524
3641
  export interface SharedType_d35 {
3525
3642
  /**
3526
3643
  * Audio Url
@@ -3602,7 +3719,7 @@ export interface SharedType_d35 {
3602
3719
  seed?: number;
3603
3720
  }
3604
3721
 
3605
- export interface SharedType_d2a1 {
3722
+ export interface SharedType_d2a {
3606
3723
  /**
3607
3724
  * @description The generated speech audio
3608
3725
  * @example {
@@ -3612,19 +3729,6 @@ export interface SharedType_d2a1 {
3612
3729
  audio: Components.File;
3613
3730
  }
3614
3731
 
3615
- export interface SharedType_d2a {
3616
- /**
3617
- * @description The generated video.
3618
- * @example {
3619
- * "file_size": 47359974,
3620
- * "content_type": "video/mp4",
3621
- * "url": "https://v3b.fal.media/files/b/panda/oVdiICFXY03Vbam-08Aj8_output.mp4",
3622
- * "file_name": "output.mp4"
3623
- * }
3624
- */
3625
- video: Components.File;
3626
- }
3627
-
3628
3732
  export interface SharedType_d29 {
3629
3733
  /**
3630
3734
  * Actual Prompt
@@ -3648,46 +3752,103 @@ export interface SharedType_d29 {
3648
3752
  video: Components.VideoFile;
3649
3753
  }
3650
3754
 
3651
- export interface SharedType_d1d {
3755
+ export interface SharedType_d09 {
3756
+ image: Components.File;
3757
+ }
3758
+
3759
+ export interface SharedType_d03 {
3652
3760
  /**
3653
- * Has Nsfw Concepts
3654
- * @description Whether the generated images contain NSFW concepts.
3761
+ * Actual Prompt
3762
+ * @description The actual prompt used if prompt expansion was enabled
3655
3763
  */
3656
- has_nsfw_concepts: boolean[];
3764
+ actual_prompt?: string;
3765
+ animation_fbx?: Components.File;
3766
+ animation_glb?: Components.File;
3767
+ basic_animations?: Components.BasicAnimations;
3657
3768
  /**
3658
- * Images
3659
- * @description The generated image files info.
3660
- * @example [
3661
- * {
3662
- * "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-inpaint-output.png",
3663
- * "width": 512,
3664
- * "content_type": "image/png",
3665
- * "height": 888
3769
+ * @description Generated 3D object in GLB format.
3770
+ * @example {
3771
+ * "file_name": "model.glb",
3772
+ * "content_type": "model/gltf-binary",
3773
+ * "file_size": 9314028,
3774
+ * "url": "https://v3b.fal.media/files/b/penguin/DId89qXLu6BXu09RFAwAV_model.glb"
3775
+ * }
3776
+ */
3777
+ model_glb: Components.File;
3778
+ /**
3779
+ * @description URLs for different 3D model formats
3780
+ * @example {
3781
+ * "glb": {
3782
+ * "file_name": "model.glb",
3783
+ * "content_type": "model/gltf-binary",
3784
+ * "file_size": 9314028,
3785
+ * "url": "https://v3b.fal.media/files/b/penguin/DId89qXLu6BXu09RFAwAV_model.glb"
3786
+ * },
3787
+ * "usdz": {
3788
+ * "file_name": "model.usdz",
3789
+ * "content_type": "model/vnd.usdz+zip",
3790
+ * "file_size": 9834246,
3791
+ * "url": "https://v3b.fal.media/files/b/panda/XcC-mIJywUvH7coyrzENU_model.usdz"
3792
+ * },
3793
+ * "obj": {
3794
+ * "file_name": "model.obj",
3795
+ * "content_type": "text/plain",
3796
+ * "file_size": 2755145,
3797
+ * "url": "https://v3b.fal.media/files/b/monkey/cCNMHqUbKSNtDN1iGmiYm_model.obj"
3798
+ * },
3799
+ * "fbx": {
3800
+ * "file_name": "model.fbx",
3801
+ * "content_type": "application/octet-stream",
3802
+ * "file_size": 5444380,
3803
+ * "url": "https://v3b.fal.media/files/b/kangaroo/7nUUw5dHN9a0DKlOpAKbP_model.fbx"
3666
3804
  * }
3667
- * ]
3805
+ * }
3668
3806
  */
3669
- images: Components.ImageFile[];
3807
+ model_urls: Components.ModelUrls;
3670
3808
  /**
3671
3809
  * Prompt
3672
- * @description The prompt used for generating the image.
3810
+ * @description The text prompt used for generation
3811
+ * @example A rustic, antique wooden treasure chest with a curved, domed lid, constructed from weathered, dark brown planks exhibiting prominent wood grain and subtle distress. It's heavily reinforced with broad, dark grey, oxidized metal bands secured by numerous circular rivets. Ornate, dark iron decorative elements featuring swirling foliate patterns and dragon motifs adorn the corners and lid. A prominent, circular, intricately carved metal lock plate with a central keyhole dominates the front, flanked by two large, dark metallic pull rings.
3673
3812
  */
3674
3813
  prompt: string;
3814
+ /**
3815
+ * Rig Task Id
3816
+ * @description Rigging task ID. Only present when enable_rigging is true.
3817
+ */
3818
+ rig_task_id?: string;
3819
+ rigged_character_fbx?: Components.File;
3820
+ rigged_character_glb?: Components.File;
3675
3821
  /**
3676
3822
  * Seed
3677
- * @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.
3823
+ * @description The seed used for generation
3824
+ * @example 4002110719
3678
3825
  */
3679
- seed: number;
3826
+ seed?: number;
3680
3827
  /**
3681
- * Timings
3682
- * @description The timings of the generation process.
3828
+ * Texture Urls
3829
+ * @description Array of texture file objects
3830
+ * @example [
3831
+ * {
3832
+ * "base_color": {
3833
+ * "file_name": "texture_0.png",
3834
+ * "content_type": "image/png",
3835
+ * "file_size": 4254502,
3836
+ * "url": "https://v3b.fal.media/files/b/panda/DoPKAuZY0tTjnr6C9ee-Q_texture_0.png"
3837
+ * }
3838
+ * }
3839
+ * ]
3683
3840
  */
3684
- timings: {
3685
- [key: string]: number;
3686
- };
3687
- }
3688
-
3689
- export interface SharedType_d09 {
3690
- image: Components.File;
3841
+ texture_urls?: Components.TextureFiles[];
3842
+ /**
3843
+ * @description Preview thumbnail of the generated model
3844
+ * @example {
3845
+ * "file_name": "preview.png",
3846
+ * "content_type": "image/png",
3847
+ * "file_size": 173792,
3848
+ * "url": "https://v3b.fal.media/files/b/koala/6LJISu4ilkZXcdOETwl_d_preview.png"
3849
+ * }
3850
+ */
3851
+ thumbnail?: Components.File;
3691
3852
  }
3692
3853
 
3693
3854
  export interface SharedType_cfd {
@@ -3740,6 +3901,29 @@ export interface SharedType_cfd {
3740
3901
  sync_mode?: boolean;
3741
3902
  }
3742
3903
 
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
+
3743
3927
  export interface SharedType_cd2 {
3744
3928
  /**
3745
3929
  * Enable Output Safety Checker
@@ -3832,6 +4016,44 @@ export interface SharedType_cd2 {
3832
4016
  video_write_mode?: 'fast' | 'balanced' | 'small';
3833
4017
  }
3834
4018
 
4019
+ export interface SharedType_ccc {
4020
+ /**
4021
+ * Has Nsfw Concepts
4022
+ * @description Whether the generated images contain NSFW concepts.
4023
+ */
4024
+ has_nsfw_concepts: boolean[];
4025
+ /**
4026
+ * Images
4027
+ * @description The generated image files info.
4028
+ * @example [
4029
+ * {
4030
+ * "content_type": "image/png",
4031
+ * "width": 992,
4032
+ * "height": 1728,
4033
+ * "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-i2i-output.png"
4034
+ * }
4035
+ * ]
4036
+ */
4037
+ images: Components.ImageFile[];
4038
+ /**
4039
+ * Prompt
4040
+ * @description The prompt used for generating the image.
4041
+ */
4042
+ prompt: string;
4043
+ /**
4044
+ * Seed
4045
+ * @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.
4046
+ */
4047
+ seed: number;
4048
+ /**
4049
+ * Timings
4050
+ * @description The timings of the generation process.
4051
+ */
4052
+ timings: {
4053
+ [key: string]: number;
4054
+ };
4055
+ }
4056
+
3835
4057
  export interface SharedType_cbd {
3836
4058
  /**
3837
4059
  * Acceleration
@@ -4364,19 +4586,6 @@ export interface SharedType_c3a {
4364
4586
  speakers: Components.VibeVoiceSpeaker[];
4365
4587
  }
4366
4588
 
4367
- export interface SharedType_c30 {
4368
- /**
4369
- * @description The generated video.
4370
- * @example {
4371
- * "file_size": 13096952,
4372
- * "content_type": "video/mp4",
4373
- * "url": "https://v3b.fal.media/files/b/0a8d04e2/idOb9V-Q9ujlggPSKqsfS_output.mp4",
4374
- * "file_name": "output.mp4"
4375
- * }
4376
- */
4377
- video: Components.File;
4378
- }
4379
-
4380
4589
  export interface SharedType_be0 {
4381
4590
  /**
4382
4591
  * @description The generated video file.
@@ -4400,12 +4609,17 @@ export interface SharedType_bdf {
4400
4609
  video: Components.File;
4401
4610
  }
4402
4611
 
4403
- export interface SharedType_bda {
4612
+ export interface SharedType_bcd {
4404
4613
  /**
4405
- * Video
4406
- * @description URL of the generated video
4614
+ * @description The extended video
4615
+ * @example {
4616
+ * "url": "https://v3.fal.media/files/rabbit/88-jI3VWXU4Q8kSNrWo3c_output.mp4",
4617
+ * "file_name": "output.mp4",
4618
+ * "file_size": 1163040,
4619
+ * "content_type": "video/mp4"
4620
+ * }
4407
4621
  */
4408
- video: Components.File_1;
4622
+ video: Components.File;
4409
4623
  }
4410
4624
 
4411
4625
  export interface SharedType_bb3 {
@@ -4722,6 +4936,29 @@ export interface SharedType_b84 {
4722
4936
  output: string;
4723
4937
  }
4724
4938
 
4939
+ export interface SharedType_b74 {
4940
+ /**
4941
+ * Prompt
4942
+ * @description The prompt used for generation.
4943
+ * @example realistic filming style, a person wearing a dark helmet, a deep-colored jacket, blue jeans, and bright yellow shoes rides a skateboard along a winding mountain road. The skateboarder starts in a standing position, then gradually lowers into a crouch, extending one hand to touch the road surface while maintaining a low center of gravity to navigate a sharp curve. After completing the turn, the skateboarder rises back to a standing position and continues gliding forward. The background features lush green hills flanking both sides of the road, with distant snow-capped mountain peaks rising against a clear, bright blue sky. The camera follows closely from behind, smoothly tracking the skateboarder’s movements and capturing the dynamic scenery along the route. The scene is shot in natural daylight, highlighting the vivid outdoor environment and the skateboarder’s fluid actions.
4944
+ */
4945
+ prompt: string;
4946
+ /**
4947
+ * Seed
4948
+ * @description The seed used for generation.
4949
+ * @example 424911732
4950
+ */
4951
+ seed: number;
4952
+ /**
4953
+ * @description The generated video file.
4954
+ * @example {
4955
+ * "url": "https://v3b.fal.media/files/b/zebra/lXFrGA-egaUXWFGSp8GqT_BxoDEqUZ.mp4",
4956
+ * "content_type": "video/mp4"
4957
+ * }
4958
+ */
4959
+ video: Components.File;
4960
+ }
4961
+
4725
4962
  export interface SharedType_b71 {
4726
4963
  model_mesh: Components.File;
4727
4964
  /**
@@ -4933,19 +5170,6 @@ export interface SharedType_b10 {
4933
5170
  video_urls?: string[];
4934
5171
  }
4935
5172
 
4936
- export interface SharedType_b09 {
4937
- /**
4938
- * @description The generated video
4939
- * @example {
4940
- * "content_type": "video/mp4",
4941
- * "file_name": "output.mp4",
4942
- * "url": "https://storage.googleapis.com/falserverless/model_tests/video_models/output-3.mp4",
4943
- * "file_size": 6420765
4944
- * }
4945
- */
4946
- video: Components.File;
4947
- }
4948
-
4949
5173
  export interface SharedType_b08 {
4950
5174
  /**
4951
5175
  * Acceleration
@@ -5063,57 +5287,6 @@ export interface SharedType_b03 {
5063
5287
  video_url: string;
5064
5288
  }
5065
5289
 
5066
- export interface SharedType_b00 {
5067
- /**
5068
- * Has Nsfw Concepts
5069
- * @description Whether the generated images contain NSFW concepts.
5070
- */
5071
- has_nsfw_concepts: boolean[];
5072
- /**
5073
- * Images
5074
- * @description The generated image files info.
5075
- * @example [
5076
- * {
5077
- * "url": "https://v3b.fal.media/files/b/0a9276c3/6KxxMb0bPmfNLH3DqcuSf_qRUe8cIL.png",
5078
- * "width": 2048,
5079
- * "content_type": "image/png",
5080
- * "height": 2048
5081
- * }
5082
- * ]
5083
- */
5084
- images: Components.ImageFile[];
5085
- /**
5086
- * Prompt
5087
- * @description The prompt used for generating the image.
5088
- */
5089
- prompt: string;
5090
- /**
5091
- * Seed
5092
- * @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.
5093
- */
5094
- seed: number;
5095
- /**
5096
- * Timings
5097
- * @description The timings of the generation process.
5098
- */
5099
- timings: {
5100
- [key: string]: number;
5101
- };
5102
- }
5103
-
5104
- export interface SharedType_afd {
5105
- /**
5106
- * @description The generated video.
5107
- * @example {
5108
- * "file_size": 27588984,
5109
- * "content_type": "video/mp4",
5110
- * "url": "https://v3b.fal.media/files/b/koala/knryyyGF3ZVyMMrGr77CL_output.mp4",
5111
- * "file_name": "output.mp4"
5112
- * }
5113
- */
5114
- video: Components.File;
5115
- }
5116
-
5117
5290
  export interface SharedType_af2 {
5118
5291
  debug_latents: Components.File;
5119
5292
  debug_per_pass_latents: Components.File;
@@ -5412,6 +5585,29 @@ export interface SharedType_a75 {
5412
5585
  };
5413
5586
  }
5414
5587
 
5588
+ export interface SharedType_a6b {
5589
+ /**
5590
+ * Prompt
5591
+ * @description The prompt used for generation.
5592
+ * @example First-person view from the cockpit of a Formula 1 car. The driver's gloved hands firmly grip the intricate, carbon-fiber steering wheel adorned with numerous colorful buttons and a vibrant digital display showing race data. Beyond the windshield, a sun-drenched racetrack stretches ahead, lined with cheering spectators in the grandstands. Several rival cars are visible in the distance, creating a dynamic sense of competition. The sky above is a clear, brilliant blue, reflecting the exhilarating atmosphere of a high-speed race. high resolution 4k
5593
+ */
5594
+ prompt: string;
5595
+ /**
5596
+ * Seed
5597
+ * @description The seed used for generation.
5598
+ * @example 916581
5599
+ */
5600
+ seed: number;
5601
+ /**
5602
+ * @description The generated video file.
5603
+ * @example {
5604
+ * "url": "https://v3b.fal.media/files/b/panda/4-MoAje_CCMAGH8d-9kmA_nQEkcRc2.mp4",
5605
+ * "content_type": "video/mp4"
5606
+ * }
5607
+ */
5608
+ video: Components.File;
5609
+ }
5610
+
5415
5611
  export interface SharedType_a58 {
5416
5612
  /**
5417
5613
  * Duration
@@ -5583,6 +5779,19 @@ export interface SharedType_a31 {
5583
5779
  voice?: string;
5584
5780
  }
5585
5781
 
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
+
5586
5795
  export interface SharedType_a1f {
5587
5796
  /**
5588
5797
  * Has Nsfw Concepts
@@ -5615,19 +5824,6 @@ export interface SharedType_a1f {
5615
5824
  };
5616
5825
  }
5617
5826
 
5618
- export interface SharedType_a00 {
5619
- /**
5620
- * @description The generated video
5621
- * @example {
5622
- * "file_size": 35299865,
5623
- * "content_type": "video/mp4",
5624
- * "url": "https://v3b.fal.media/files/b/0a875336/8p3rFiXtx3fE2TLoh59KP_output.mp4",
5625
- * "file_name": "output.mp4"
5626
- * }
5627
- */
5628
- video: Components.File;
5629
- }
5630
-
5631
5827
  export interface SharedType_9fb {
5632
5828
  /**
5633
5829
  * Image Url
@@ -5648,19 +5844,6 @@ export interface SharedType_9fb {
5648
5844
  region: Components.Region;
5649
5845
  }
5650
5846
 
5651
- export interface SharedType_9f7 {
5652
- /**
5653
- * @description The generated video
5654
- * @example {
5655
- * "content_type": "video/mp4",
5656
- * "file_name": "output.mp4",
5657
- * "url": "https://storage.googleapis.com/falserverless/model_tests/video_models/output-2.mp4",
5658
- * "file_size": 3890360
5659
- * }
5660
- */
5661
- video: Components.File;
5662
- }
5663
-
5664
5847
  export interface SharedType_9f4 {
5665
5848
  /**
5666
5849
  * Audio Url
@@ -6367,19 +6550,6 @@ export interface SharedType_913 {
6367
6550
  video_write_mode?: 'fast' | 'balanced' | 'small';
6368
6551
  }
6369
6552
 
6370
- export interface SharedType_90c1 {
6371
- /**
6372
- * @description The generated video.
6373
- * @example {
6374
- * "file_size": 12037975,
6375
- * "content_type": "video/mp4",
6376
- * "url": "https://v3b.fal.media/files/b/0a8d0278/pgIO9yOXTFCTetKBsqDwX_output.mp4",
6377
- * "file_name": "output.mp4"
6378
- * }
6379
- */
6380
- video: Components.File;
6381
- }
6382
-
6383
6553
  export interface SharedType_90c {
6384
6554
  /**
6385
6555
  * Acceleration
@@ -6700,6 +6870,19 @@ export interface SharedType_8c5 {
6700
6870
  seed: number;
6701
6871
  }
6702
6872
 
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
+
6703
6886
  export interface SharedType_8c3 {
6704
6887
  /**
6705
6888
  * @description URL of the generated video
@@ -6789,6 +6972,19 @@ export interface SharedType_8aa {
6789
6972
  video_url: string;
6790
6973
  }
6791
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
+
6792
6988
  export interface SharedType_896 {
6793
6989
  /**
6794
6990
  * Aspect Ratio
@@ -6829,19 +7025,6 @@ export interface SharedType_896 {
6829
7025
  style?: 'anime' | '3d_animation' | 'clay' | 'comic' | 'cyberpunk';
6830
7026
  }
6831
7027
 
6832
- export interface SharedType_871 {
6833
- /**
6834
- * @description The generated video
6835
- * @example {
6836
- * "content_type": "video/mp4",
6837
- * "file_name": "output.mp4",
6838
- * "url": "https://fal.media/files/lion/_fVEU5nzHND_fHGQUhXEm_output.mp4",
6839
- * "file_size": 5485412
6840
- * }
6841
- */
6842
- video: Components.File;
6843
- }
6844
-
6845
7028
  export interface SharedType_870 {
6846
7029
  /**
6847
7030
  * @description The generated audio file.
@@ -7889,7 +8072,7 @@ export interface SharedType_7f3 {
7889
8072
  sync_mode?: boolean;
7890
8073
  }
7891
8074
 
7892
- export interface SharedType_7eb1 {
8075
+ export interface SharedType_7eb {
7893
8076
  /**
7894
8077
  * Has Nsfw Concepts
7895
8078
  * @description Whether the generated images contain NSFW concepts.
@@ -7909,19 +8092,6 @@ export interface SharedType_7eb1 {
7909
8092
  };
7910
8093
  }
7911
8094
 
7912
- export interface SharedType_7eb {
7913
- /**
7914
- * @description The generated video
7915
- * @example {
7916
- * "file_size": 3910577,
7917
- * "content_type": "video/mp4",
7918
- * "url": "https://v3.fal.media/files/penguin/twy6u1yv09NvqsX0mMFM2_output.mp4",
7919
- * "file_name": "output.mp4"
7920
- * }
7921
- */
7922
- video: Components.File;
7923
- }
7924
-
7925
8095
  export interface SharedType_7dd {
7926
8096
  /**
7927
8097
  * Images
@@ -8097,6 +8267,57 @@ export interface SharedType_7c2 {
8097
8267
  lottie_file: Components.File;
8098
8268
  }
8099
8269
 
8270
+ export interface SharedType_7b1 {
8271
+ /**
8272
+ * @description The generated video.
8273
+ * @example {
8274
+ * "content_type": "video/mp4",
8275
+ * "file_name": "output.mp4",
8276
+ * "url": "https://v3b.fal.media/files/b/0a8d0278/pgIO9yOXTFCTetKBsqDwX_output.mp4",
8277
+ * "file_size": 12037975
8278
+ * }
8279
+ */
8280
+ video: Components.File;
8281
+ }
8282
+
8283
+ export interface SharedType_7a6 {
8284
+ /**
8285
+ * Has Nsfw Concepts
8286
+ * @description Whether the generated images contain NSFW concepts.
8287
+ */
8288
+ has_nsfw_concepts: boolean[];
8289
+ /**
8290
+ * Images
8291
+ * @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
+ */
8301
+ images: Components.ImageFile[];
8302
+ /**
8303
+ * Prompt
8304
+ * @description The prompt used for generating the image.
8305
+ */
8306
+ prompt: string;
8307
+ /**
8308
+ * Seed
8309
+ * @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.
8310
+ */
8311
+ seed: number;
8312
+ /**
8313
+ * Timings
8314
+ * @description The timings of the generation process.
8315
+ */
8316
+ timings: {
8317
+ [key: string]: number;
8318
+ };
8319
+ }
8320
+
8100
8321
  export interface SharedType_79e {
8101
8322
  /**
8102
8323
  * @description The generated video file
@@ -8576,44 +8797,6 @@ export interface SharedType_6b7 {
8576
8797
  timestamps?: { [x: string]: any }[];
8577
8798
  }
8578
8799
 
8579
- export interface SharedType_6b6 {
8580
- /**
8581
- * Has Nsfw Concepts
8582
- * @description Whether the generated images contain NSFW concepts.
8583
- */
8584
- has_nsfw_concepts: boolean[];
8585
- /**
8586
- * Images
8587
- * @description The generated image files info.
8588
- * @example [
8589
- * {
8590
- * "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-i2i-output.png",
8591
- * "width": 992,
8592
- * "content_type": "image/png",
8593
- * "height": 1728
8594
- * }
8595
- * ]
8596
- */
8597
- images: Components.ImageFile[];
8598
- /**
8599
- * Prompt
8600
- * @description The prompt used for generating the image.
8601
- */
8602
- prompt: string;
8603
- /**
8604
- * Seed
8605
- * @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.
8606
- */
8607
- seed: number;
8608
- /**
8609
- * Timings
8610
- * @description The timings of the generation process.
8611
- */
8612
- timings: {
8613
- [key: string]: number;
8614
- };
8615
- }
8616
-
8617
8800
  export interface SharedType_6a7 {
8618
8801
  /**
8619
8802
  * Prompt
@@ -8989,43 +9172,6 @@ export interface SharedType_663 {
8989
9172
  sync_mode?: boolean;
8990
9173
  }
8991
9174
 
8992
- export interface SharedType_661 {
8993
- /**
8994
- * @description The generated video
8995
- * @example {
8996
- * "content_type": "video/mp4",
8997
- * "file_name": "output.mp4",
8998
- * "url": "https://storage.googleapis.com/falserverless/model_tests/video_models/output-4.mp4",
8999
- * "file_size": 5485412
9000
- * }
9001
- */
9002
- video: Components.File;
9003
- }
9004
-
9005
- export interface SharedType_65f {
9006
- /**
9007
- * Prompt
9008
- * @description The prompt used for generation.
9009
- * @example realistic filming style, a person wearing a dark helmet, a deep-colored jacket, blue jeans, and bright yellow shoes rides a skateboard along a winding mountain road. The skateboarder starts in a standing position, then gradually lowers into a crouch, extending one hand to touch the road surface while maintaining a low center of gravity to navigate a sharp curve. After completing the turn, the skateboarder rises back to a standing position and continues gliding forward. The background features lush green hills flanking both sides of the road, with distant snow-capped mountain peaks rising against a clear, bright blue sky. The camera follows closely from behind, smoothly tracking the skateboarder’s movements and capturing the dynamic scenery along the route. The scene is shot in natural daylight, highlighting the vivid outdoor environment and the skateboarder’s fluid actions.
9010
- */
9011
- prompt: string;
9012
- /**
9013
- * Seed
9014
- * @description The seed used for generation.
9015
- * @example 424911732
9016
- */
9017
- seed: number;
9018
- /**
9019
- * Video
9020
- * @description The generated video file.
9021
- * @example {
9022
- * "content_type": "video/mp4",
9023
- * "url": "https://v3b.fal.media/files/b/zebra/lXFrGA-egaUXWFGSp8GqT_BxoDEqUZ.mp4"
9024
- * }
9025
- */
9026
- video: Components.File_1;
9027
- }
9028
-
9029
9175
  export interface SharedType_65e {
9030
9176
  /**
9031
9177
  * Video
@@ -9222,6 +9368,19 @@ export interface SharedType_5d7 {
9222
9368
  video_url: string;
9223
9369
  }
9224
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
+
9225
9384
  export interface SharedType_5b3 {
9226
9385
  /**
9227
9386
  * @description The generated video file
@@ -9476,7 +9635,7 @@ export interface SharedType_598 {
9476
9635
  seed?: number;
9477
9636
  }
9478
9637
 
9479
- export interface SharedType_5951 {
9638
+ export interface SharedType_595 {
9480
9639
  /**
9481
9640
  * Auto-Scale Input
9482
9641
  * @description If true, the input will be automatically scale the video to 81 frames at 16fps.
@@ -9511,28 +9670,17 @@ export interface SharedType_5951 {
9511
9670
  trigger_phrase?: string;
9512
9671
  }
9513
9672
 
9514
- export interface SharedType_595 {
9673
+ export interface SharedType_58a {
9515
9674
  /**
9516
- * Prompt
9517
- * @description The prompt used for generation.
9518
- * @example First-person view from the cockpit of a Formula 1 car. The driver's gloved hands firmly grip the intricate, carbon-fiber steering wheel adorned with numerous colorful buttons and a vibrant digital display showing race data. Beyond the windshield, a sun-drenched racetrack stretches ahead, lined with cheering spectators in the grandstands. Several rival cars are visible in the distance, creating a dynamic sense of competition. The sky above is a clear, brilliant blue, reflecting the exhilarating atmosphere of a high-speed race. high resolution 4k
9519
- */
9520
- prompt: string;
9521
- /**
9522
- * Seed
9523
- * @description The seed used for generation.
9524
- * @example 916581
9525
- */
9526
- seed: number;
9527
- /**
9528
- * Video
9529
- * @description The generated video file.
9675
+ * @description The generated video
9530
9676
  * @example {
9531
9677
  * "content_type": "video/mp4",
9532
- * "url": "https://v3b.fal.media/files/b/panda/4-MoAje_CCMAGH8d-9kmA_nQEkcRc2.mp4"
9678
+ * "file_name": "output.mp4",
9679
+ * "url": "https://v3b.fal.media/files/b/0a875336/8p3rFiXtx3fE2TLoh59KP_output.mp4",
9680
+ * "file_size": 35299865
9533
9681
  * }
9534
9682
  */
9535
- video: Components.File_1;
9683
+ video: Components.File;
9536
9684
  }
9537
9685
 
9538
9686
  export interface SharedType_57e {
@@ -9761,76 +9909,43 @@ export interface SharedType_578 {
9761
9909
  video: Components.File;
9762
9910
  }
9763
9911
 
9764
- export interface SharedType_564 {
9765
- audio_setting?: Components.AudioSetting;
9766
- /**
9767
- * Language Boost
9768
- * @description Enhance recognition of specified languages and dialects
9769
- */
9770
- language_boost?:
9771
- | 'Chinese'
9772
- | 'Chinese,Yue'
9773
- | 'English'
9774
- | 'Arabic'
9775
- | 'Russian'
9776
- | 'Spanish'
9777
- | 'French'
9778
- | 'Portuguese'
9779
- | 'German'
9780
- | 'Turkish'
9781
- | 'Dutch'
9782
- | 'Ukrainian'
9783
- | 'Vietnamese'
9784
- | 'Indonesian'
9785
- | 'Japanese'
9786
- | 'Italian'
9787
- | 'Korean'
9788
- | 'Thai'
9789
- | 'Polish'
9790
- | 'Romanian'
9791
- | 'Greek'
9792
- | 'Czech'
9793
- | 'Finnish'
9794
- | 'Hindi'
9795
- | 'Bulgarian'
9796
- | 'Danish'
9797
- | 'Hebrew'
9798
- | 'Malay'
9799
- | 'Slovak'
9800
- | 'Swedish'
9801
- | 'Croatian'
9802
- | 'Hungarian'
9803
- | 'Norwegian'
9804
- | 'Slovenian'
9805
- | 'Catalan'
9806
- | 'Nynorsk'
9807
- | 'Afrikaans'
9808
- | 'auto';
9912
+ export interface SharedType_576 {
9809
9913
  /**
9810
- * Output Format
9811
- * @description Format of the output content (non-streaming only)
9812
- * @default hex
9813
- * @enum {string}
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
+ * }
9814
9921
  */
9815
- output_format?: 'url' | 'hex';
9816
- pronunciation_dict?: Components.PronunciationDict;
9922
+ video: Components.File;
9923
+ }
9924
+
9925
+ export interface SharedType_56e {
9817
9926
  /**
9818
- * Text
9819
- * @description Text to convert to speech (max 5000 characters, minimum 1 non-whitespace character)
9820
- * @example Hello world! This is a test of the text-to-speech system.
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
+ * }
9821
9934
  */
9822
- text: string;
9935
+ video: Components.File;
9936
+ }
9937
+
9938
+ export interface SharedType_562 {
9823
9939
  /**
9824
- * @description Voice configuration settings
9825
- * @default {
9826
- * "vol": 1,
9827
- * "voice_id": "Wise_Woman",
9828
- * "speed": 1,
9829
- * "english_normalization": false,
9830
- * "pitch": 0
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
9831
9946
  * }
9832
9947
  */
9833
- voice_setting?: Components.VoiceSetting;
9948
+ video: Components.File;
9834
9949
  }
9835
9950
 
9836
9951
  export interface SharedType_554 {
@@ -10156,7 +10271,20 @@ export interface SharedType_52a {
10156
10271
  video_write_mode?: 'fast' | 'balanced' | 'small';
10157
10272
  }
10158
10273
 
10159
- export interface SharedType_51a {
10274
+ export interface SharedType_523 {
10275
+ /**
10276
+ * @description The generated video.
10277
+ * @example {
10278
+ * "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
10282
+ * }
10283
+ */
10284
+ video: Components.File;
10285
+ }
10286
+
10287
+ export interface SharedType_51a1 {
10160
10288
  /**
10161
10289
  * @description The generated audio file containing the speech
10162
10290
  * @example {
@@ -10190,6 +10318,24 @@ export interface SharedType_51a {
10190
10318
  sample_rate: number;
10191
10319
  }
10192
10320
 
10321
+ export interface SharedType_51a {
10322
+ /**
10323
+ * Images
10324
+ * @example [
10325
+ * {
10326
+ * "url": "https://v3.fal.media/files/lion/AUfCjtLkLOsdc9zEFrV-5_image.png"
10327
+ * }
10328
+ * ]
10329
+ */
10330
+ images: Components.File[];
10331
+ /**
10332
+ * Seed
10333
+ * @description Seed used for the random number generator
10334
+ * @example 123456
10335
+ */
10336
+ seed: number;
10337
+ }
10338
+
10193
10339
  export interface SharedType_514 {
10194
10340
  /**
10195
10341
  * @example {
@@ -10475,6 +10621,81 @@ export interface SharedType_4bc {
10475
10621
  video_url: string;
10476
10622
  }
10477
10623
 
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
+
10478
10699
  export interface SharedType_4b8 {
10479
10700
  /**
10480
10701
  * Seed
@@ -10847,127 +11068,6 @@ export interface SharedType_479 {
10847
11068
  sync_mode?: boolean;
10848
11069
  }
10849
11070
 
10850
- export interface SharedType_477 {
10851
- /**
10852
- * Animation Action Id
10853
- * @description Animation preset ID from Meshy's library (500+ presets). Only used when enable_animation is true. See https://docs.meshy.ai/en/api/animation-library for available action IDs.
10854
- * @default 1001
10855
- * @example 1001
10856
- */
10857
- animation_action_id?: number;
10858
- /**
10859
- * Art Style
10860
- * @description Desired art style of the object. Note: enable_pbr should be false for sculpture style.
10861
- * @default realistic
10862
- * @enum {string}
10863
- */
10864
- art_style?: 'realistic' | 'sculpture';
10865
- /**
10866
- * Enable Animation
10867
- * @description Apply an animation preset to the rigged model. Requires enable_rigging to be true.
10868
- * @default false
10869
- */
10870
- enable_animation?: boolean;
10871
- /**
10872
- * Enable Pbr
10873
- * @description Generate PBR Maps (metallic, roughness, normal) in addition to base color. Should be false for sculpture style.
10874
- * @default false
10875
- */
10876
- enable_pbr?: boolean;
10877
- /**
10878
- * Enable Prompt Expansion
10879
- * @description Whether to enable prompt expansion. This will use a large language model to expand the prompt with additional details while maintaining the original meaning.
10880
- * @default false
10881
- */
10882
- enable_prompt_expansion?: boolean;
10883
- /**
10884
- * Enable Rigging
10885
- * @description Automatically rig the generated model as a humanoid character. Includes basic walking and running animations. Best results with humanoid characters that have clearly defined limbs.
10886
- * @default false
10887
- */
10888
- enable_rigging?: boolean;
10889
- /**
10890
- * Enable Safety Checker
10891
- * @description If set to true, input data will be checked for safety before processing.
10892
- * @default true
10893
- */
10894
- enable_safety_checker?: boolean;
10895
- /**
10896
- * Is A T Pose
10897
- * @deprecated
10898
- * @description Deprecated: use pose_mode instead. When true, generates a T-pose model.
10899
- * @default false
10900
- */
10901
- is_a_t_pose?: boolean;
10902
- /**
10903
- * Mode
10904
- * @description Generation mode. 'preview' returns untextured geometry only, 'full' returns textured model (preview + refine).
10905
- * @default full
10906
- * @enum {string}
10907
- */
10908
- mode?: 'preview' | 'full';
10909
- /**
10910
- * Pose Mode
10911
- * @description Pose mode for the generated model. 'a-pose' generates an A-pose, 't-pose' generates a T-pose, empty string for no specific pose.
10912
- * @default
10913
- * @enum {string}
10914
- */
10915
- pose_mode?: 'a-pose' | 't-pose' | '';
10916
- /**
10917
- * Prompt
10918
- * @description Describe what kind of object the 3D model is. Maximum 600 characters.
10919
- * @example A rustic, antique wooden treasure chest with a curved, domed lid, constructed from weathered, dark brown planks exhibiting prominent wood grain and subtle distress. It's heavily reinforced with broad, dark grey, oxidized metal bands secured by numerous circular rivets. Ornate, dark iron decorative elements featuring swirling foliate patterns and dragon motifs adorn the corners and lid. A prominent, circular, intricately carved metal lock plate with a central keyhole dominates the front, flanked by two large, dark metallic pull rings.
10920
- */
10921
- prompt: string;
10922
- /**
10923
- * Rigging Height Meters
10924
- * @description Approximate height of the character in meters. Only used when enable_rigging is true.
10925
- * @default 1.7
10926
- */
10927
- rigging_height_meters?: number;
10928
- /**
10929
- * Seed
10930
- * @description Seed for reproducible results. Same prompt and seed usually generate the same result.
10931
- */
10932
- seed?: number;
10933
- /**
10934
- * Should Remesh
10935
- * @description Whether to enable the remesh phase. When false, returns unprocessed triangular mesh.
10936
- * @default true
10937
- */
10938
- should_remesh?: boolean;
10939
- /**
10940
- * Symmetry Mode
10941
- * @description Controls symmetry behavior during model generation.
10942
- * @default auto
10943
- * @enum {string}
10944
- */
10945
- symmetry_mode?: 'off' | 'auto' | 'on';
10946
- /**
10947
- * Target Polycount
10948
- * @description Target number of polygons in the generated model
10949
- * @default 30000
10950
- */
10951
- target_polycount?: number;
10952
- /**
10953
- * Texture Image Url
10954
- * @description 2D image to guide the texturing process (only used in 'full' mode)
10955
- */
10956
- texture_image_url?: string;
10957
- /**
10958
- * Texture Prompt
10959
- * @description Additional text prompt to guide the texturing process (only used in 'full' mode)
10960
- */
10961
- texture_prompt?: string;
10962
- /**
10963
- * Topology
10964
- * @description Specify the topology of the generated model. Quad for smooth surfaces, Triangle for detailed geometry.
10965
- * @default triangle
10966
- * @enum {string}
10967
- */
10968
- topology?: 'quad' | 'triangle';
10969
- }
10970
-
10971
11071
  export interface SharedType_46f {
10972
11072
  /**
10973
11073
  * @description The translated video file
@@ -11259,18 +11359,6 @@ export interface SharedType_411 {
11259
11359
  sync_mode?: boolean;
11260
11360
  }
11261
11361
 
11262
- export interface SharedType_3db {
11263
- /**
11264
- * @description The generated video
11265
- * @example {
11266
- * "content_type": "video/mp4",
11267
- * "url": "https://storage.googleapis.com/falserverless/kling/kling_ex.mp4.mp4",
11268
- * "file_name": "output.mp4"
11269
- * }
11270
- */
11271
- video: Components.File;
11272
- }
11273
-
11274
11362
  export interface SharedType_3d6 {
11275
11363
  /**
11276
11364
  * Video
@@ -11689,19 +11777,6 @@ export interface SharedType_371 {
11689
11777
  prompt_optimizer?: boolean;
11690
11778
  }
11691
11779
 
11692
- export interface SharedType_36c {
11693
- /**
11694
- * @description The extended video
11695
- * @example {
11696
- * "content_type": "video/mp4",
11697
- * "file_name": "output.mp4",
11698
- * "url": "https://v3.fal.media/files/rabbit/88-jI3VWXU4Q8kSNrWo3c_output.mp4",
11699
- * "file_size": 1163040
11700
- * }
11701
- */
11702
- video: Components.File;
11703
- }
11704
-
11705
11780
  export interface SharedType_367 {
11706
11781
  /**
11707
11782
  * Aspect Ratio
@@ -11801,19 +11876,6 @@ export interface SharedType_357 {
11801
11876
  image: Components.Image;
11802
11877
  }
11803
11878
 
11804
- export interface SharedType_345 {
11805
- /**
11806
- * @description The generated video
11807
- * @example {
11808
- * "content_type": "video/mp4",
11809
- * "file_name": "output.mp4",
11810
- * "url": "https://fal.media/files/panda/5KmKS-mh1vO-htbqE5oex_output.mp4",
11811
- * "file_size": 3890360
11812
- * }
11813
- */
11814
- video: Components.File;
11815
- }
11816
-
11817
11879
  export interface SharedType_343 {
11818
11880
  /**
11819
11881
  * Images
@@ -11842,6 +11904,78 @@ export interface SharedType_343 {
11842
11904
  seed: number;
11843
11905
  }
11844
11906
 
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
+
11845
11979
  export interface SharedType_304 {
11846
11980
  /**
11847
11981
  * Aspect Ratio
@@ -12607,25 +12741,33 @@ export interface SharedType_20d {
12607
12741
  seed: number;
12608
12742
  }
12609
12743
 
12610
- export interface SharedType_1ec1 {
12744
+ export interface SharedType_1eb {
12611
12745
  /**
12612
- * @description The generated video
12746
+ * @description The generated video file.
12613
12747
  * @example {
12614
- * "content_type": "video/mp4",
12748
+ * "file_size": 225893,
12615
12749
  * "file_name": "output.mp4",
12616
- * "url": "https://fal.media/files/tiger/8V9H8RLyFiWjmJDOxGbcG_output.mp4",
12617
- * "file_size": 4060052
12750
+ * "content_type": "application/octet-stream",
12751
+ * "url": "https://v3b.fal.media/files/b/0a85e79d/KOuXylETzdzUzMFFWLa4h_output.mp4"
12618
12752
  * }
12619
12753
  */
12620
12754
  video: Components.File;
12621
12755
  }
12622
12756
 
12623
- export interface SharedType_1ec {
12757
+ export interface SharedType_1ea {
12624
12758
  /**
12625
- * Actual Prompt
12626
- * @description The actual prompt used if prompt expansion was enabled
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
+ * }
12627
12766
  */
12628
- actual_prompt?: string;
12767
+ video: Components.File;
12768
+ }
12769
+
12770
+ export interface SharedType_1c9 {
12629
12771
  animation_fbx?: Components.File;
12630
12772
  animation_glb?: Components.File;
12631
12773
  basic_animations?: Components.BasicAnimations;
@@ -12633,48 +12775,42 @@ export interface SharedType_1ec {
12633
12775
  * @description Generated 3D object in GLB format.
12634
12776
  * @example {
12635
12777
  * "file_name": "model.glb",
12636
- * "url": "https://v3b.fal.media/files/b/penguin/DId89qXLu6BXu09RFAwAV_model.glb",
12637
12778
  * "content_type": "model/gltf-binary",
12638
- * "file_size": 9314028
12779
+ * "file_size": 9242744,
12780
+ * "url": "https://v3b.fal.media/files/b/zebra/OXF1e1bO3JddPTaugv0eL_model.glb"
12639
12781
  * }
12640
12782
  */
12641
12783
  model_glb: Components.File;
12642
12784
  /**
12643
12785
  * @description URLs for different 3D model formats
12644
12786
  * @example {
12787
+ * "glb": {
12788
+ * "file_name": "model.glb",
12789
+ * "content_type": "model/gltf-binary",
12790
+ * "file_size": 9242744,
12791
+ * "url": "https://v3b.fal.media/files/b/zebra/OXF1e1bO3JddPTaugv0eL_model.glb"
12792
+ * },
12645
12793
  * "usdz": {
12646
12794
  * "file_name": "model.usdz",
12647
- * "url": "https://v3b.fal.media/files/b/panda/XcC-mIJywUvH7coyrzENU_model.usdz",
12648
12795
  * "content_type": "model/vnd.usdz+zip",
12649
- * "file_size": 9834246
12796
+ * "file_size": 9991969,
12797
+ * "url": "https://v3b.fal.media/files/b/lion/RgJG9EBQ_GAHMVWV3wCis_model.usdz"
12650
12798
  * },
12651
12799
  * "obj": {
12652
12800
  * "file_name": "model.obj",
12653
- * "url": "https://v3b.fal.media/files/b/monkey/cCNMHqUbKSNtDN1iGmiYm_model.obj",
12654
12801
  * "content_type": "text/plain",
12655
- * "file_size": 2755145
12802
+ * "file_size": 2744413,
12803
+ * "url": "https://v3b.fal.media/files/b/koala/_Vg0d084-hd3EdpIJDf7U_model.obj"
12656
12804
  * },
12657
12805
  * "fbx": {
12658
12806
  * "file_name": "model.fbx",
12659
- * "url": "https://v3b.fal.media/files/b/kangaroo/7nUUw5dHN9a0DKlOpAKbP_model.fbx",
12660
12807
  * "content_type": "application/octet-stream",
12661
- * "file_size": 5444380
12662
- * },
12663
- * "glb": {
12664
- * "file_name": "model.glb",
12665
- * "url": "https://v3b.fal.media/files/b/penguin/DId89qXLu6BXu09RFAwAV_model.glb",
12666
- * "content_type": "model/gltf-binary",
12667
- * "file_size": 9314028
12808
+ * "file_size": 5427052,
12809
+ * "url": "https://v3b.fal.media/files/b/kangaroo/4Q2qdpTvfLVdzAKH1-72v_model.fbx"
12668
12810
  * }
12669
12811
  * }
12670
12812
  */
12671
12813
  model_urls: Components.ModelUrls;
12672
- /**
12673
- * Prompt
12674
- * @description The text prompt used for generation
12675
- * @example A rustic, antique wooden treasure chest with a curved, domed lid, constructed from weathered, dark brown planks exhibiting prominent wood grain and subtle distress. It's heavily reinforced with broad, dark grey, oxidized metal bands secured by numerous circular rivets. Ornate, dark iron decorative elements featuring swirling foliate patterns and dragon motifs adorn the corners and lid. A prominent, circular, intricately carved metal lock plate with a central keyhole dominates the front, flanked by two large, dark metallic pull rings.
12676
- */
12677
- prompt: string;
12678
12814
  /**
12679
12815
  * Rig Task Id
12680
12816
  * @description Rigging task ID. Only present when enable_rigging is true.
@@ -12684,20 +12820,20 @@ export interface SharedType_1ec {
12684
12820
  rigged_character_glb?: Components.File;
12685
12821
  /**
12686
12822
  * Seed
12687
- * @description The seed used for generation
12688
- * @example 4002110719
12823
+ * @description The seed used for generation (if available)
12824
+ * @example 2009275957
12689
12825
  */
12690
12826
  seed?: number;
12691
12827
  /**
12692
12828
  * Texture Urls
12693
- * @description Array of texture file objects
12829
+ * @description Array of texture file objects, matching Meshy API structure
12694
12830
  * @example [
12695
12831
  * {
12696
12832
  * "base_color": {
12697
12833
  * "file_name": "texture_0.png",
12698
- * "url": "https://v3b.fal.media/files/b/panda/DoPKAuZY0tTjnr6C9ee-Q_texture_0.png",
12699
12834
  * "content_type": "image/png",
12700
- * "file_size": 4254502
12835
+ * "file_size": 4328755,
12836
+ * "url": "https://v3b.fal.media/files/b/tiger/NkgxcEom_42V4_8UUXiRR_texture_0.png"
12701
12837
  * }
12702
12838
  * }
12703
12839
  * ]
@@ -12707,27 +12843,14 @@ export interface SharedType_1ec {
12707
12843
  * @description Preview thumbnail of the generated model
12708
12844
  * @example {
12709
12845
  * "file_name": "preview.png",
12710
- * "url": "https://v3b.fal.media/files/b/koala/6LJISu4ilkZXcdOETwl_d_preview.png",
12711
12846
  * "content_type": "image/png",
12712
- * "file_size": 173792
12847
+ * "file_size": 54279,
12848
+ * "url": "https://v3b.fal.media/files/b/penguin/rfnS6ClmeEWgDXp_oD5tN_preview.png"
12713
12849
  * }
12714
12850
  */
12715
12851
  thumbnail?: Components.File;
12716
12852
  }
12717
12853
 
12718
- export interface SharedType_1eb {
12719
- /**
12720
- * @description The generated video file.
12721
- * @example {
12722
- * "file_size": 225893,
12723
- * "file_name": "output.mp4",
12724
- * "content_type": "application/octet-stream",
12725
- * "url": "https://v3b.fal.media/files/b/0a85e79d/KOuXylETzdzUzMFFWLa4h_output.mp4"
12726
- * }
12727
- */
12728
- video: Components.File;
12729
- }
12730
-
12731
12854
  export interface SharedType_1b3 {
12732
12855
  /**
12733
12856
  * Seed
@@ -12859,44 +12982,6 @@ export interface SharedType_19f {
12859
12982
  thinking_level?: 'minimal' | 'high';
12860
12983
  }
12861
12984
 
12862
- export interface SharedType_19d {
12863
- /**
12864
- * Has Nsfw Concepts
12865
- * @description Whether the generated images contain NSFW concepts.
12866
- */
12867
- has_nsfw_concepts: boolean[];
12868
- /**
12869
- * Images
12870
- * @description The generated image files info.
12871
- * @example [
12872
- * {
12873
- * "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-controlnet-output.jpg",
12874
- * "width": 1536,
12875
- * "content_type": "image/png",
12876
- * "height": 1024
12877
- * }
12878
- * ]
12879
- */
12880
- images: Components.ImageFile[];
12881
- /**
12882
- * Prompt
12883
- * @description The prompt used for generating the image.
12884
- */
12885
- prompt: string;
12886
- /**
12887
- * Seed
12888
- * @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.
12889
- */
12890
- seed: number;
12891
- /**
12892
- * Timings
12893
- * @description The timings of the generation process.
12894
- */
12895
- timings: {
12896
- [key: string]: number;
12897
- };
12898
- }
12899
-
12900
12985
  export interface SharedType_197 {
12901
12986
  image: Components.Image;
12902
12987
  /**
@@ -12973,19 +13058,6 @@ export interface SharedType_187 {
12973
13058
  steps?: number;
12974
13059
  }
12975
13060
 
12976
- export interface SharedType_17c {
12977
- /**
12978
- * @description The generated video.
12979
- * @example {
12980
- * "file_size": 28472159,
12981
- * "content_type": "video/mp4",
12982
- * "url": "https://v3b.fal.media/files/b/kangaroo/3n_Lpxm_SjK5NYyBobRdS_output.mp4",
12983
- * "file_name": "output.mp4"
12984
- * }
12985
- */
12986
- video: Components.File;
12987
- }
12988
-
12989
13061
  export interface SharedType_16d {
12990
13062
  /**
12991
13063
  * Aspect Ratio
@@ -13119,6 +13191,19 @@ export interface SharedType_165 {
13119
13191
  task_id: string;
13120
13192
  }
13121
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
+
13122
13207
  export interface SharedType_158 {
13123
13208
  /**
13124
13209
  * Has Nsfw Concepts
@@ -13204,19 +13289,6 @@ export interface SharedType_100 {
13204
13289
  video: Components.File;
13205
13290
  }
13206
13291
 
13207
- export interface SharedType_0f6 {
13208
- /**
13209
- * @description The generated video
13210
- * @example {
13211
- * "content_type": "video/mp4",
13212
- * "file_name": "output.mp4",
13213
- * "url": "https://fal.media/files/koala/HEWK7BBwqWrz7F5nAZzp7_output.mp4",
13214
- * "file_size": 6420765
13215
- * }
13216
- */
13217
- video: Components.File;
13218
- }
13219
-
13220
13292
  export interface SharedType_0dd {
13221
13293
  boundingbox_frames_zip?: Components.File;
13222
13294
  /**
@@ -13322,6 +13394,44 @@ export interface SharedType_0d8 {
13322
13394
  sync_mode?: boolean;
13323
13395
  }
13324
13396
 
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
+
13325
13435
  export interface SharedType_0cd {
13326
13436
  /**
13327
13437
  * Acceleration
@@ -13445,19 +13555,6 @@ export interface SharedType_0b7 {
13445
13555
  seed: number;
13446
13556
  }
13447
13557
 
13448
- export interface SharedType_0ac {
13449
- /**
13450
- * @description The generated video
13451
- * @example {
13452
- * "content_type": "video/mp4",
13453
- * "file_name": "output.mp4",
13454
- * "url": "https://fal.media/files/zebra/11UahivZ3XZ1tRlcEcgPq_output.mp4",
13455
- * "file_size": 2995630
13456
- * }
13457
- */
13458
- video: Components.File;
13459
- }
13460
-
13461
13558
  export interface SharedType_09d {
13462
13559
  /**
13463
13560
  * @description Generated 3D object file.
@@ -13780,81 +13877,6 @@ export interface SharedType_04b {
13780
13877
  seed?: number;
13781
13878
  }
13782
13879
 
13783
- export interface SharedType_01e {
13784
- audio_setting?: Components.AudioSetting;
13785
- /**
13786
- * Language Boost
13787
- * @description Enhance recognition of specified languages and dialects
13788
- */
13789
- language_boost?:
13790
- | 'Persian'
13791
- | 'Filipino'
13792
- | 'Tamil'
13793
- | 'Chinese'
13794
- | 'Chinese,Yue'
13795
- | 'English'
13796
- | 'Arabic'
13797
- | 'Russian'
13798
- | 'Spanish'
13799
- | 'French'
13800
- | 'Portuguese'
13801
- | 'German'
13802
- | 'Turkish'
13803
- | 'Dutch'
13804
- | 'Ukrainian'
13805
- | 'Vietnamese'
13806
- | 'Indonesian'
13807
- | 'Japanese'
13808
- | 'Italian'
13809
- | 'Korean'
13810
- | 'Thai'
13811
- | 'Polish'
13812
- | 'Romanian'
13813
- | 'Greek'
13814
- | 'Czech'
13815
- | 'Finnish'
13816
- | 'Hindi'
13817
- | 'Bulgarian'
13818
- | 'Danish'
13819
- | 'Hebrew'
13820
- | 'Malay'
13821
- | 'Slovak'
13822
- | 'Swedish'
13823
- | 'Croatian'
13824
- | 'Hungarian'
13825
- | 'Norwegian'
13826
- | 'Slovenian'
13827
- | 'Catalan'
13828
- | 'Nynorsk'
13829
- | 'Afrikaans'
13830
- | 'auto';
13831
- /**
13832
- * Output Format
13833
- * @description Format of the output content (non-streaming only)
13834
- * @default hex
13835
- * @enum {string}
13836
- */
13837
- output_format?: 'url' | 'hex';
13838
- pronunciation_dict?: Components.PronunciationDict;
13839
- /**
13840
- * Text
13841
- * @description Text to convert to speech (max 5000 characters, minimum 1 non-whitespace character)
13842
- * @example Hello world! This is a test of the text-to-speech system.
13843
- */
13844
- text: string;
13845
- /**
13846
- * @description Voice configuration settings
13847
- * @default {
13848
- * "vol": 1,
13849
- * "voice_id": "Wise_Woman",
13850
- * "speed": 1,
13851
- * "english_normalization": false,
13852
- * "pitch": 0
13853
- * }
13854
- */
13855
- voice_setting?: Components.VoiceSetting;
13856
- }
13857
-
13858
13880
  export interface SharedType_01c {
13859
13881
  /**
13860
13882
  * Aspect Ratio
@@ -15487,7 +15509,7 @@ export interface ZImageTurboTilingLoraInput {
15487
15509
  tiling_mode?: 'both' | 'horizontal' | 'vertical';
15488
15510
  }
15489
15511
 
15490
- export interface ZImageTurboTilingLoraOutput extends SharedType_b00 {}
15512
+ export interface ZImageTurboTilingLoraOutput extends SharedType_f7e {}
15491
15513
 
15492
15514
  export interface ZImageTurboTilingInput {
15493
15515
  /**
@@ -15599,7 +15621,7 @@ export interface ZImageTurboTilingInput {
15599
15621
  tiling_mode?: 'both' | 'horizontal' | 'vertical';
15600
15622
  }
15601
15623
 
15602
- export interface ZImageTurboTilingOutput extends SharedType_b00 {}
15624
+ export interface ZImageTurboTilingOutput extends SharedType_f7e {}
15603
15625
 
15604
15626
  export interface ZImageTurboLoraInput {
15605
15627
  /**
@@ -15681,7 +15703,7 @@ export interface ZImageTurboLoraInput {
15681
15703
  sync_mode?: boolean;
15682
15704
  }
15683
15705
 
15684
- export interface ZImageTurboLoraOutput extends SharedType_d62 {}
15706
+ export interface ZImageTurboLoraOutput extends SharedType_e1e {}
15685
15707
 
15686
15708
  export interface ZImageTurboInpaintLoraInput {
15687
15709
  /**
@@ -15800,7 +15822,7 @@ export interface ZImageTurboInpaintLoraInput {
15800
15822
  sync_mode?: boolean;
15801
15823
  }
15802
15824
 
15803
- export interface ZImageTurboInpaintLoraOutput extends SharedType_d1d {}
15825
+ export interface ZImageTurboInpaintLoraOutput extends SharedType_f9b {}
15804
15826
 
15805
15827
  export interface ZImageTurboInpaintInput {
15806
15828
  /**
@@ -15913,7 +15935,7 @@ export interface ZImageTurboInpaintInput {
15913
15935
  sync_mode?: boolean;
15914
15936
  }
15915
15937
 
15916
- export interface ZImageTurboInpaintOutput extends SharedType_d1d {}
15938
+ export interface ZImageTurboInpaintOutput extends SharedType_f9b {}
15917
15939
 
15918
15940
  export interface ZImageTurboImageToImageLoraInput {
15919
15941
  /**
@@ -16008,7 +16030,7 @@ export interface ZImageTurboImageToImageLoraInput {
16008
16030
  sync_mode?: boolean;
16009
16031
  }
16010
16032
 
16011
- export interface ZImageTurboImageToImageLoraOutput extends SharedType_6b6 {}
16033
+ export interface ZImageTurboImageToImageLoraOutput extends SharedType_ccc {}
16012
16034
 
16013
16035
  export interface ZImageTurboImageToImageInput {
16014
16036
  /**
@@ -16097,7 +16119,7 @@ export interface ZImageTurboImageToImageInput {
16097
16119
  sync_mode?: boolean;
16098
16120
  }
16099
16121
 
16100
- export interface ZImageTurboImageToImageOutput extends SharedType_6b6 {}
16122
+ export interface ZImageTurboImageToImageOutput extends SharedType_ccc {}
16101
16123
 
16102
16124
  export interface ZImageTurboControlnetLoraInput {
16103
16125
  /**
@@ -16211,7 +16233,7 @@ export interface ZImageTurboControlnetLoraInput {
16211
16233
  sync_mode?: boolean;
16212
16234
  }
16213
16235
 
16214
- export interface ZImageTurboControlnetLoraOutput extends SharedType_19d {}
16236
+ export interface ZImageTurboControlnetLoraOutput extends SharedType_7a6 {}
16215
16237
 
16216
16238
  export interface ZImageTurboControlnetInput {
16217
16239
  /**
@@ -16319,7 +16341,7 @@ export interface ZImageTurboControlnetInput {
16319
16341
  sync_mode?: boolean;
16320
16342
  }
16321
16343
 
16322
- export interface ZImageTurboControlnetOutput extends SharedType_19d {}
16344
+ export interface ZImageTurboControlnetOutput extends SharedType_7a6 {}
16323
16345
 
16324
16346
  export interface ZImageTurboInput {
16325
16347
  /**
@@ -16395,7 +16417,7 @@ export interface ZImageTurboInput {
16395
16417
  sync_mode?: boolean;
16396
16418
  }
16397
16419
 
16398
- export interface ZImageTurboOutput extends SharedType_d62 {}
16420
+ export interface ZImageTurboOutput extends SharedType_e1e {}
16399
16421
 
16400
16422
  export interface ZImageBaseLoraInput {
16401
16423
  /**
@@ -16483,7 +16505,7 @@ export interface ZImageBaseLoraInput {
16483
16505
  sync_mode?: boolean;
16484
16506
  }
16485
16507
 
16486
- export interface ZImageBaseLoraOutput extends SharedType_fc6 {}
16508
+ export interface ZImageBaseLoraOutput extends SharedType_0d0 {}
16487
16509
 
16488
16510
  export interface ZImageBaseInput {
16489
16511
  /**
@@ -16565,7 +16587,7 @@ export interface ZImageBaseInput {
16565
16587
  sync_mode?: boolean;
16566
16588
  }
16567
16589
 
16568
- export interface ZImageBaseOutput extends SharedType_fc6 {}
16590
+ export interface ZImageBaseOutput extends SharedType_0d0 {}
16569
16591
 
16570
16592
  export interface ZImageTurboTrainerV2Input extends SharedType_54d {}
16571
16593
 
@@ -21198,23 +21220,23 @@ export interface WanVaceOutput {
21198
21220
  video: Components.File;
21199
21221
  }
21200
21222
 
21201
- export interface WanTrainerT2v14bInput extends SharedType_5951 {}
21223
+ export interface WanTrainerT2v14bInput extends SharedType_595 {}
21202
21224
 
21203
21225
  export interface WanTrainerT2v14bOutput extends SharedType_c8e1 {}
21204
21226
 
21205
- export interface WanTrainerT2vInput extends SharedType_5951 {}
21227
+ export interface WanTrainerT2vInput extends SharedType_595 {}
21206
21228
 
21207
21229
  export interface WanTrainerT2vOutput extends SharedType_c8e1 {}
21208
21230
 
21209
- export interface WanTrainerI2v720pInput extends SharedType_5951 {}
21231
+ export interface WanTrainerI2v720pInput extends SharedType_595 {}
21210
21232
 
21211
21233
  export interface WanTrainerI2v720pOutput extends SharedType_c8e1 {}
21212
21234
 
21213
- export interface WanTrainerFlf2v720pInput extends SharedType_5951 {}
21235
+ export interface WanTrainerFlf2v720pInput extends SharedType_595 {}
21214
21236
 
21215
21237
  export interface WanTrainerFlf2v720pOutput extends SharedType_c8e1 {}
21216
21238
 
21217
- export interface WanTrainerInput extends SharedType_5951 {}
21239
+ export interface WanTrainerInput extends SharedType_595 {}
21218
21240
 
21219
21241
  export interface WanTrainerOutput extends SharedType_c8e1 {}
21220
21242
 
@@ -22561,11 +22583,11 @@ export interface Wan22VaceFunA14bDepthInput extends SharedType_57e {}
22561
22583
 
22562
22584
  export interface Wan22VaceFunA14bDepthOutput extends SharedType_c50 {}
22563
22585
 
22564
- export interface Wan22TrainerT2vA14bInput extends SharedType_5951 {}
22586
+ export interface Wan22TrainerT2vA14bInput extends SharedType_595 {}
22565
22587
 
22566
22588
  export interface Wan22TrainerT2vA14bOutput extends SharedType_c8e1 {}
22567
22589
 
22568
- export interface Wan22TrainerI2vA14bInput extends SharedType_5951 {}
22590
+ export interface Wan22TrainerI2vA14bInput extends SharedType_595 {}
22569
22591
 
22570
22592
  export interface Wan22TrainerI2vA14bOutput extends SharedType_c8e1 {}
22571
22593
 
@@ -23722,7 +23744,7 @@ export interface VideoAsPromptOutput extends SharedType_751 {}
23722
23744
 
23723
23745
  export interface Vibevoice7bInput extends SharedType_c3a {}
23724
23746
 
23725
- export interface Vibevoice7bOutput extends SharedType_51a {}
23747
+ export interface Vibevoice7bOutput extends SharedType_51a1 {}
23726
23748
 
23727
23749
  export interface Vibevoice05bInput {
23728
23750
  /**
@@ -23787,7 +23809,7 @@ export interface Vibevoice05bOutput {
23787
23809
 
23788
23810
  export interface VibevoiceInput extends SharedType_c3a {}
23789
23811
 
23790
- export interface VibevoiceOutput extends SharedType_51a {}
23812
+ export interface VibevoiceOutput extends SharedType_51a1 {}
23791
23813
 
23792
23814
  export interface Veo3ImageToVideoInput extends SharedType_01c {}
23793
23815
 
@@ -25174,7 +25196,7 @@ export interface TopazUpscaleVideoInput {
25174
25196
  halo?: number;
25175
25197
  /**
25176
25198
  * Model
25177
- * @description Video enhancement model. Proteus is best for most videos, Artemis for denoise+sharpen, Nyx for dedicated denoising, Gaia for AI-generated/CG/animation content, Starlight for generative diffusion-based upscaling and enhancement.
25199
+ * @description Video enhancement model. Proteus is best for most videos, Artemis for denoise+sharpen, Nyx for dedicated denoising, Gaia HQ/CG for rendered content, Gaia 2 for animation and motion graphics at 2x, and Starlight for generative diffusion-based upscaling and enhancement.
25178
25200
  * @default Proteus
25179
25201
  * @enum {string}
25180
25202
  */
@@ -25189,6 +25211,7 @@ export interface TopazUpscaleVideoInput {
25189
25211
  | 'Nyx HF'
25190
25212
  | 'Gaia HQ'
25191
25213
  | 'Gaia CG'
25214
+ | 'Gaia 2'
25192
25215
  | 'Starlight Precise 1'
25193
25216
  | 'Starlight Precise 2'
25194
25217
  | 'Starlight Precise 2.5'
@@ -25481,6 +25504,38 @@ export interface T2vTurboInput {
25481
25504
 
25482
25505
  export interface T2vTurboOutput extends SharedType_751 {}
25483
25506
 
25507
+ export interface SyncLipsyncV3Input {
25508
+ /**
25509
+ * Audio Url
25510
+ * @description URL of the input audio
25511
+ * @example https://fal.media/files/lion/vyFWygmZsIZlUO4s0nr2n.wav
25512
+ */
25513
+ audio_url: string;
25514
+ /**
25515
+ * Sync Mode
25516
+ * @description Lipsync mode when audio and video durations are out of sync.
25517
+ * @default cut_off
25518
+ * @enum {string}
25519
+ */
25520
+ sync_mode?: 'cut_off' | 'loop' | 'bounce' | 'silence' | 'remap';
25521
+ /**
25522
+ * Video Url
25523
+ * @description URL of the input video
25524
+ * @example https://v3.fal.media/files/tiger/IugLCDJRIoGqvqTa-EJTr_3wg74vCqyNuQ-IiBd77MM_output.mp4
25525
+ */
25526
+ video_url: string;
25527
+ }
25528
+
25529
+ export interface SyncLipsyncV3Output {
25530
+ /**
25531
+ * @description The generated video
25532
+ * @example {
25533
+ * "url": "https://v3b.fal.media/files/b/0a93c312/TqKMiLtCcTKWSeAWXJRD0_output.mp4"
25534
+ * }
25535
+ */
25536
+ video: Components.File;
25537
+ }
25538
+
25484
25539
  export interface SyncLipsyncV2ProInput {
25485
25540
  /**
25486
25541
  * Audio Url
@@ -29575,7 +29630,6 @@ export interface SadtalkerReferenceInput {
29575
29630
  * Face Enhancer
29576
29631
  * @description The type of face enhancer to use
29577
29632
  * @example null
29578
- * @enum {string}
29579
29633
  */
29580
29634
  face_enhancer?: 'gfpgan';
29581
29635
  /**
@@ -29618,7 +29672,7 @@ export interface SadtalkerReferenceInput {
29618
29672
  still_mode?: boolean;
29619
29673
  }
29620
29674
 
29621
- export interface SadtalkerReferenceOutput extends SharedType_bda {}
29675
+ export interface SadtalkerReferenceOutput extends SharedType_751 {}
29622
29676
 
29623
29677
  export interface SadtalkerInput {
29624
29678
  /**
@@ -29637,7 +29691,6 @@ export interface SadtalkerInput {
29637
29691
  * Face Enhancer
29638
29692
  * @description The type of face enhancer to use
29639
29693
  * @example null
29640
- * @enum {string}
29641
29694
  */
29642
29695
  face_enhancer?: 'gfpgan';
29643
29696
  /**
@@ -29674,7 +29727,7 @@ export interface SadtalkerInput {
29674
29727
  still_mode?: boolean;
29675
29728
  }
29676
29729
 
29677
- export interface SadtalkerOutput extends SharedType_bda {}
29730
+ export interface SadtalkerOutput extends SharedType_751 {}
29678
29731
 
29679
29732
  export interface Sa2va8bVideoInput extends SharedType_5f5 {}
29680
29733
 
@@ -30579,6 +30632,175 @@ export interface Recraft20bOutput {
30579
30632
  images: Components.File[];
30580
30633
  }
30581
30634
 
30635
+ export interface Reconviagen05Input {
30636
+ /**
30637
+ * Decimation Target
30638
+ * @description Target number of vertices in the final mesh.
30639
+ * @default 500000
30640
+ */
30641
+ decimation_target?: number;
30642
+ /**
30643
+ * Image URLs
30644
+ * @description One or more views of the same object. Multiple views yield higher-quality 3D reconstruction.
30645
+ * @example [
30646
+ * "https://storage.googleapis.com/falserverless/model_tests/video_models/front.png",
30647
+ * "https://storage.googleapis.com/falserverless/model_tests/video_models/back.png",
30648
+ * "https://storage.googleapis.com/falserverless/model_tests/video_models/left.png"
30649
+ * ]
30650
+ */
30651
+ image_urls: string[];
30652
+ /**
30653
+ * Multi Image Strategy
30654
+ * @description Strategy for combining multi-view conditioning. 'adaptive_guidance_weight' works best in most cases. Only used when more than one image is provided.
30655
+ * @default adaptive_guidance_weight
30656
+ * @enum {string}
30657
+ */
30658
+ multi_image_strategy?:
30659
+ | 'average_right'
30660
+ | 'weighted_average'
30661
+ | 'sequential'
30662
+ | 'average'
30663
+ | 'adaptive_guidance_weight'
30664
+ | 'fixed_guidance_rescale';
30665
+ /**
30666
+ * Resolution
30667
+ * @description Output resolution; higher is slower but more detailed
30668
+ * @default 1024
30669
+ * @enum {integer}
30670
+ */
30671
+ resolution?: 512 | 1024 | 1536;
30672
+ /**
30673
+ * Seed
30674
+ * @description Random seed for reproducibility
30675
+ */
30676
+ seed?: number;
30677
+ /**
30678
+ * Shape SLat Guidance Rescale
30679
+ * @description Dampens artifacts from high guidance in the shape stage.
30680
+ * @default 0.5
30681
+ */
30682
+ shape_slat_guidance_rescale?: number;
30683
+ /**
30684
+ * Shape SLat Guidance Strength
30685
+ * @description How closely the detailed geometry follows the input.
30686
+ * @default 7.5
30687
+ */
30688
+ shape_slat_guidance_strength?: number;
30689
+ /**
30690
+ * Shape SLat Rescale T
30691
+ * @description Controls noise schedule sharpness for shape refinement.
30692
+ * @default 3
30693
+ */
30694
+ shape_slat_rescale_t?: number;
30695
+ /**
30696
+ * Shape SLat Sampling Steps
30697
+ * @description Number of denoising steps for shape refinement.
30698
+ * @default 12
30699
+ */
30700
+ shape_slat_sampling_steps?: number;
30701
+ /**
30702
+ * SLat Guidance Rescale
30703
+ * @description Guidance rescale for SLat stage (only used when ss_source='mesh').
30704
+ * @default 0.5
30705
+ */
30706
+ slat_guidance_rescale?: number;
30707
+ /**
30708
+ * SLat Guidance Strength
30709
+ * @description Guidance strength for SLat stage (only used when ss_source='mesh').
30710
+ * @default 7.5
30711
+ */
30712
+ slat_guidance_strength?: number;
30713
+ /**
30714
+ * SLat Rescale T
30715
+ * @description Rescale T for SLat stage (only used when ss_source='mesh').
30716
+ * @default 3
30717
+ */
30718
+ slat_rescale_t?: number;
30719
+ /**
30720
+ * SLat Sampling Steps
30721
+ * @description Sampling steps for SLat stage (only used when ss_source='mesh').
30722
+ * @default 12
30723
+ */
30724
+ slat_sampling_steps?: number;
30725
+ /**
30726
+ * Sparse Structure Guidance Rescale
30727
+ * @description Dampens artifacts from high guidance in stage 1.
30728
+ * @default 0.7
30729
+ */
30730
+ ss_guidance_rescale?: number;
30731
+ /**
30732
+ * Sparse Structure Guidance Strength
30733
+ * @description How closely the initial 3D structure follows the input. Higher values produce more faithful but potentially noisier results.
30734
+ * @default 7.5
30735
+ */
30736
+ ss_guidance_strength?: number;
30737
+ /**
30738
+ * Sparse Structure Rescale T
30739
+ * @description Controls noise schedule sharpness for structure generation.
30740
+ * @default 5
30741
+ */
30742
+ ss_rescale_t?: number;
30743
+ /**
30744
+ * Sparse Structure Sampling Steps
30745
+ * @description Number of denoising steps for the initial structure.
30746
+ * @default 12
30747
+ */
30748
+ ss_sampling_steps?: number;
30749
+ /**
30750
+ * Sparse Structure Source
30751
+ * @description Sparse structure source. 'mesh' gives best quality, 'direct' is fastest, 'mvtrellis2' uses multi-view TRELLIS.2.
30752
+ * @default mesh
30753
+ * @enum {string}
30754
+ */
30755
+ ss_source?: 'direct' | 'mesh' | 'mvtrellis2';
30756
+ /**
30757
+ * Texture SLat Guidance Rescale
30758
+ * @description Dampens artifacts from high guidance in the texture stage.
30759
+ * @default 0
30760
+ */
30761
+ tex_slat_guidance_rescale?: number;
30762
+ /**
30763
+ * Texture SLat Guidance Strength
30764
+ * @description How closely the texture follows the input colors.
30765
+ * @default 1
30766
+ */
30767
+ tex_slat_guidance_strength?: number;
30768
+ /**
30769
+ * Texture SLat Rescale T
30770
+ * @description Controls noise schedule sharpness for texture generation.
30771
+ * @default 3
30772
+ */
30773
+ tex_slat_rescale_t?: number;
30774
+ /**
30775
+ * Texture SLat Sampling Steps
30776
+ * @description Number of denoising steps for texture generation.
30777
+ * @default 12
30778
+ */
30779
+ tex_slat_sampling_steps?: number;
30780
+ /**
30781
+ * Texture Size
30782
+ * @description Resolution of the texture image baked onto the mesh.
30783
+ * @default 2048
30784
+ * @enum {integer}
30785
+ */
30786
+ texture_size?: 1024 | 2048 | 4096;
30787
+ }
30788
+
30789
+ export interface Reconviagen05Output {
30790
+ /**
30791
+ * @description Generated 3D GLB file with PBR materials
30792
+ * @example {
30793
+ * "url": "https://v3b.fal.media/files/b/0a951b66/qp0eJhESNtvkFHVd8q9M2_reconviagen_6a9848519c2d43a69dcce8c00a8803b2.glb"
30794
+ * }
30795
+ */
30796
+ model_glb: Components.File;
30797
+ /**
30798
+ * Seed
30799
+ * @description Seed used for generation.
30800
+ */
30801
+ seed: number;
30802
+ }
30803
+
30582
30804
  export interface RealisticVisionInput {
30583
30805
  /**
30584
30806
  * Embeddings
@@ -34980,7 +35202,7 @@ export interface PixverseV6TransitionInput {
34980
35202
  thinking_type?: 'enabled' | 'disabled' | 'auto';
34981
35203
  }
34982
35204
 
34983
- export interface PixverseV6TransitionOutput extends SharedType_9f7 {}
35205
+ export interface PixverseV6TransitionOutput extends SharedType_e8c {}
34984
35206
 
34985
35207
  export interface PixverseV6TextToVideoInput {
34986
35208
  /**
@@ -35045,7 +35267,7 @@ export interface PixverseV6TextToVideoInput {
35045
35267
  thinking_type?: 'enabled' | 'disabled' | 'auto';
35046
35268
  }
35047
35269
 
35048
- export interface PixverseV6TextToVideoOutput extends SharedType_661 {}
35270
+ export interface PixverseV6TextToVideoOutput extends SharedType_164 {}
35049
35271
 
35050
35272
  export interface PixverseV6ImageToVideoInput {
35051
35273
  /**
@@ -35109,7 +35331,7 @@ export interface PixverseV6ImageToVideoInput {
35109
35331
  thinking_type?: 'enabled' | 'disabled' | 'auto';
35110
35332
  }
35111
35333
 
35112
- export interface PixverseV6ImageToVideoOutput extends SharedType_b09 {}
35334
+ export interface PixverseV6ImageToVideoOutput extends SharedType_f3a {}
35113
35335
 
35114
35336
  export interface PixverseV6ExtendInput {
35115
35337
  /**
@@ -35161,15 +35383,15 @@ export interface PixverseV6ExtendInput {
35161
35383
  video_url: string;
35162
35384
  }
35163
35385
 
35164
- export interface PixverseV6ExtendOutput extends SharedType_36c {}
35386
+ export interface PixverseV6ExtendOutput extends SharedType_bcd {}
35165
35387
 
35166
35388
  export interface PixverseV5TransitionInput extends SharedType_468 {}
35167
35389
 
35168
- export interface PixverseV5TransitionOutput extends SharedType_9f7 {}
35390
+ export interface PixverseV5TransitionOutput extends SharedType_e8c {}
35169
35391
 
35170
35392
  export interface PixverseV5TextToVideoInput extends SharedType_8ed {}
35171
35393
 
35172
- export interface PixverseV5TextToVideoOutput extends SharedType_661 {}
35394
+ export interface PixverseV5TextToVideoOutput extends SharedType_164 {}
35173
35395
 
35174
35396
  export interface PixverseV5ImageToVideoInput {
35175
35397
  /**
@@ -35217,11 +35439,11 @@ export interface PixverseV5ImageToVideoInput {
35217
35439
  style?: 'anime' | '3d_animation' | 'clay' | 'comic' | 'cyberpunk';
35218
35440
  }
35219
35441
 
35220
- export interface PixverseV5ImageToVideoOutput extends SharedType_b09 {}
35442
+ export interface PixverseV5ImageToVideoOutput extends SharedType_f3a {}
35221
35443
 
35222
35444
  export interface PixverseV5EffectsInput extends SharedType_4b2 {}
35223
35445
 
35224
- export interface PixverseV5EffectsOutput extends SharedType_e49 {}
35446
+ export interface PixverseV5EffectsOutput extends SharedType_8c4 {}
35225
35447
 
35226
35448
  export interface PixverseV56TransitionInput {
35227
35449
  /**
@@ -35294,7 +35516,7 @@ export interface PixverseV56TransitionInput {
35294
35516
  thinking_type?: 'enabled' | 'disabled' | 'auto';
35295
35517
  }
35296
35518
 
35297
- export interface PixverseV56TransitionOutput extends SharedType_9f7 {}
35519
+ export interface PixverseV56TransitionOutput extends SharedType_e8c {}
35298
35520
 
35299
35521
  export interface PixverseV56TextToVideoInput {
35300
35522
  /**
@@ -35354,7 +35576,7 @@ export interface PixverseV56TextToVideoInput {
35354
35576
  thinking_type?: 'enabled' | 'disabled' | 'auto';
35355
35577
  }
35356
35578
 
35357
- export interface PixverseV56TextToVideoOutput extends SharedType_661 {}
35579
+ export interface PixverseV56TextToVideoOutput extends SharedType_164 {}
35358
35580
 
35359
35581
  export interface PixverseV56ImageToVideoInput {
35360
35582
  /**
@@ -35413,7 +35635,7 @@ export interface PixverseV56ImageToVideoInput {
35413
35635
  thinking_type?: 'enabled' | 'disabled' | 'auto';
35414
35636
  }
35415
35637
 
35416
- export interface PixverseV56ImageToVideoOutput extends SharedType_b09 {}
35638
+ export interface PixverseV56ImageToVideoOutput extends SharedType_f3a {}
35417
35639
 
35418
35640
  export interface PixverseV55TransitionInput {
35419
35641
  /**
@@ -35486,7 +35708,7 @@ export interface PixverseV55TransitionInput {
35486
35708
  thinking_type?: 'enabled' | 'disabled' | 'auto';
35487
35709
  }
35488
35710
 
35489
- export interface PixverseV55TransitionOutput extends SharedType_9f7 {}
35711
+ export interface PixverseV55TransitionOutput extends SharedType_e8c {}
35490
35712
 
35491
35713
  export interface PixverseV55TextToVideoInput {
35492
35714
  /**
@@ -35552,7 +35774,7 @@ export interface PixverseV55TextToVideoInput {
35552
35774
  thinking_type?: 'enabled' | 'disabled' | 'auto';
35553
35775
  }
35554
35776
 
35555
- export interface PixverseV55TextToVideoOutput extends SharedType_661 {}
35777
+ export interface PixverseV55TextToVideoOutput extends SharedType_164 {}
35556
35778
 
35557
35779
  export interface PixverseV55ImageToVideoInput {
35558
35780
  /**
@@ -35617,7 +35839,7 @@ export interface PixverseV55ImageToVideoInput {
35617
35839
  thinking_type?: 'enabled' | 'disabled' | 'auto';
35618
35840
  }
35619
35841
 
35620
- export interface PixverseV55ImageToVideoOutput extends SharedType_b09 {}
35842
+ export interface PixverseV55ImageToVideoOutput extends SharedType_f3a {}
35621
35843
 
35622
35844
  export interface PixverseV55EffectsInput {
35623
35845
  /**
@@ -35755,63 +35977,63 @@ export interface PixverseV55EffectsInput {
35755
35977
  thinking_type?: 'enabled' | 'disabled' | 'auto';
35756
35978
  }
35757
35979
 
35758
- export interface PixverseV55EffectsOutput extends SharedType_e49 {}
35980
+ export interface PixverseV55EffectsOutput extends SharedType_8c4 {}
35759
35981
 
35760
35982
  export interface PixverseV4TextToVideoFastInput extends SharedType_896 {}
35761
35983
 
35762
- export interface PixverseV4TextToVideoFastOutput extends SharedType_871 {}
35984
+ export interface PixverseV4TextToVideoFastOutput extends SharedType_8a5 {}
35763
35985
 
35764
35986
  export interface PixverseV4TextToVideoInput extends SharedType_8ed {}
35765
35987
 
35766
- export interface PixverseV4TextToVideoOutput extends SharedType_871 {}
35988
+ export interface PixverseV4TextToVideoOutput extends SharedType_8a5 {}
35767
35989
 
35768
35990
  export interface PixverseV4ImageToVideoFastInput extends SharedType_013 {}
35769
35991
 
35770
- export interface PixverseV4ImageToVideoFastOutput extends SharedType_0f6 {}
35992
+ export interface PixverseV4ImageToVideoFastOutput extends SharedType_576 {}
35771
35993
 
35772
35994
  export interface PixverseV4ImageToVideoInput extends SharedType_2ac {}
35773
35995
 
35774
- export interface PixverseV4ImageToVideoOutput extends SharedType_0f6 {}
35996
+ export interface PixverseV4ImageToVideoOutput extends SharedType_576 {}
35775
35997
 
35776
35998
  export interface PixverseV4EffectsInput extends SharedType_4b2 {}
35777
35999
 
35778
- export interface PixverseV4EffectsOutput extends SharedType_e49 {}
36000
+ export interface PixverseV4EffectsOutput extends SharedType_8c4 {}
35779
36001
 
35780
36002
  export interface PixverseV45TransitionInput extends SharedType_468 {}
35781
36003
 
35782
- export interface PixverseV45TransitionOutput extends SharedType_345 {}
36004
+ export interface PixverseV45TransitionOutput extends SharedType_ecc {}
35783
36005
 
35784
36006
  export interface PixverseV45TextToVideoFastInput extends SharedType_896 {}
35785
36007
 
35786
- export interface PixverseV45TextToVideoFastOutput extends SharedType_871 {}
36008
+ export interface PixverseV45TextToVideoFastOutput extends SharedType_8a5 {}
35787
36009
 
35788
36010
  export interface PixverseV45TextToVideoInput extends SharedType_8ed {}
35789
36011
 
35790
- export interface PixverseV45TextToVideoOutput extends SharedType_871 {}
36012
+ export interface PixverseV45TextToVideoOutput extends SharedType_8a5 {}
35791
36013
 
35792
36014
  export interface PixverseV45ImageToVideoFastInput extends SharedType_013 {}
35793
36015
 
35794
- export interface PixverseV45ImageToVideoFastOutput extends SharedType_0f6 {}
36016
+ export interface PixverseV45ImageToVideoFastOutput extends SharedType_576 {}
35795
36017
 
35796
36018
  export interface PixverseV45ImageToVideoInput extends SharedType_2ac {}
35797
36019
 
35798
- export interface PixverseV45ImageToVideoOutput extends SharedType_0f6 {}
36020
+ export interface PixverseV45ImageToVideoOutput extends SharedType_576 {}
35799
36021
 
35800
36022
  export interface PixverseV45EffectsInput extends SharedType_4b2 {}
35801
36023
 
35802
- export interface PixverseV45EffectsOutput extends SharedType_e49 {}
36024
+ export interface PixverseV45EffectsOutput extends SharedType_8c4 {}
35803
36025
 
35804
36026
  export interface PixverseV35TransitionInput extends SharedType_468 {}
35805
36027
 
35806
- export interface PixverseV35TransitionOutput extends SharedType_345 {}
36028
+ export interface PixverseV35TransitionOutput extends SharedType_ecc {}
35807
36029
 
35808
36030
  export interface PixverseV35TextToVideoFastInput extends SharedType_896 {}
35809
36031
 
35810
- export interface PixverseV35TextToVideoFastOutput extends SharedType_0ac {}
36032
+ export interface PixverseV35TextToVideoFastOutput extends SharedType_1ea {}
35811
36033
 
35812
36034
  export interface PixverseV35TextToVideoInput extends SharedType_8ed {}
35813
36035
 
35814
- export interface PixverseV35TextToVideoOutput extends SharedType_0ac {}
36036
+ export interface PixverseV35TextToVideoOutput extends SharedType_1ea {}
35815
36037
 
35816
36038
  export interface PixverseV35ImageToVideoFastInput {
35817
36039
  /**
@@ -35852,7 +36074,7 @@ export interface PixverseV35ImageToVideoFastInput {
35852
36074
  style?: 'anime' | '3d_animation' | 'clay' | 'comic' | 'cyberpunk';
35853
36075
  }
35854
36076
 
35855
- export interface PixverseV35ImageToVideoFastOutput extends SharedType_1ec1 {}
36077
+ export interface PixverseV35ImageToVideoFastOutput extends SharedType_5c2 {}
35856
36078
 
35857
36079
  export interface PixverseV35ImageToVideoInput {
35858
36080
  /**
@@ -35900,11 +36122,11 @@ export interface PixverseV35ImageToVideoInput {
35900
36122
  style?: 'anime' | '3d_animation' | 'clay' | 'comic' | 'cyberpunk';
35901
36123
  }
35902
36124
 
35903
- export interface PixverseV35ImageToVideoOutput extends SharedType_1ec1 {}
36125
+ export interface PixverseV35ImageToVideoOutput extends SharedType_5c2 {}
35904
36126
 
35905
36127
  export interface PixverseV35EffectsInput extends SharedType_4b2 {}
35906
36128
 
35907
- export interface PixverseV35EffectsOutput extends SharedType_e49 {}
36129
+ export interface PixverseV35EffectsOutput extends SharedType_8c4 {}
35908
36130
 
35909
36131
  export interface PixverseSwapInput {
35910
36132
  /**
@@ -35956,10 +36178,10 @@ export interface PixverseSwapOutput {
35956
36178
  /**
35957
36179
  * @description The generated swapped video
35958
36180
  * @example {
35959
- * "content_type": "video/mp4",
35960
- * "file_name": "output.mp4",
35961
36181
  * "url": "https://v3b.fal.media/files/b/elephant/BdQvPf9T6puy3Co1_ZXeu_output.mp4",
35962
- * "file_size": 1234567
36182
+ * "file_name": "output.mp4",
36183
+ * "file_size": 1234567,
36184
+ * "content_type": "video/mp4"
35963
36185
  * }
35964
36186
  */
35965
36187
  video: Components.File;
@@ -35993,10 +36215,10 @@ export interface PixverseSoundEffectsOutput {
35993
36215
  /**
35994
36216
  * @description The video with added sound effects
35995
36217
  * @example {
35996
- * "content_type": "video/mp4",
35997
- * "file_name": "output.mp4",
35998
36218
  * "url": "https://v3.fal.media/files/kangaroo/bBQr_DUeICo6_Ty_b_Y0I_output.mp4",
35999
- * "file_size": 1534052
36219
+ * "file_name": "output.mp4",
36220
+ * "file_size": 1534052,
36221
+ * "content_type": "video/mp4"
36000
36222
  * }
36001
36223
  */
36002
36224
  video: Components.File;
@@ -36049,10 +36271,10 @@ export interface PixverseLipsyncOutput {
36049
36271
  /**
36050
36272
  * @description The generated video
36051
36273
  * @example {
36052
- * "content_type": "video/mp4",
36053
- * "file_name": "output.mp4",
36054
36274
  * "url": "https://v3.fal.media/files/penguin/hsR_KXBJjuF3IIVYIIDA2_output.mp4",
36055
- * "file_size": 1732359
36275
+ * "file_name": "output.mp4",
36276
+ * "file_size": 1732359,
36277
+ * "content_type": "video/mp4"
36056
36278
  * }
36057
36279
  */
36058
36280
  video: Components.File;
@@ -36109,7 +36331,7 @@ export interface PixverseExtendFastInput {
36109
36331
  video_url: string;
36110
36332
  }
36111
36333
 
36112
- export interface PixverseExtendFastOutput extends SharedType_36c {}
36334
+ export interface PixverseExtendFastOutput extends SharedType_bcd {}
36113
36335
 
36114
36336
  export interface PixverseExtendInput {
36115
36337
  /**
@@ -36169,7 +36391,7 @@ export interface PixverseExtendInput {
36169
36391
  video_url: string;
36170
36392
  }
36171
36393
 
36172
- export interface PixverseExtendOutput extends SharedType_36c {}
36394
+ export interface PixverseExtendOutput extends SharedType_bcd {}
36173
36395
 
36174
36396
  export interface PixartSigmaInput {
36175
36397
  /**
@@ -37820,7 +38042,7 @@ export interface OrpheusTtsInput {
37820
38042
  voice?: 'tara' | 'leah' | 'jess' | 'leo' | 'dan' | 'mia' | 'zac' | 'zoe';
37821
38043
  }
37822
38044
 
37823
- export interface OrpheusTtsOutput extends SharedType_d2a1 {}
38045
+ export interface OrpheusTtsOutput extends SharedType_d2a {}
37824
38046
 
37825
38047
  export interface OnerewardInput {
37826
38048
  /**
@@ -38666,9 +38888,9 @@ export interface NanoBananaProEditOutput {
38666
38888
  * @description The edited images.
38667
38889
  * @example [
38668
38890
  * {
38669
- * "url": "https://storage.googleapis.com/falserverless/example_outputs/nano-banana-pro-edit-output.png",
38670
38891
  * "content_type": "image/png",
38671
- * "file_name": "nano-banana-pro-edit-output.png"
38892
+ * "file_name": "nano-banana-pro-edit-output.png",
38893
+ * "url": "https://storage.googleapis.com/falserverless/example_outputs/nano-banana-pro-edit-output.png"
38672
38894
  * }
38673
38895
  * ]
38674
38896
  */
@@ -38688,9 +38910,9 @@ export interface NanoBananaProOutput {
38688
38910
  * @description The generated images.
38689
38911
  * @example [
38690
38912
  * {
38691
- * "url": "https://storage.googleapis.com/falserverless/example_outputs/nano-banana-pro-t2i-output.png",
38692
38913
  * "content_type": "image/png",
38693
- * "file_name": "nano-banana-pro-t2i-output.png"
38914
+ * "file_name": "nano-banana-pro-t2i-output.png",
38915
+ * "url": "https://storage.googleapis.com/falserverless/example_outputs/nano-banana-pro-t2i-output.png"
38694
38916
  * }
38695
38917
  * ]
38696
38918
  */
@@ -39920,8 +40142,8 @@ export interface MinimaxSpeech28TurboInput {
39920
40142
  /**
39921
40143
  * @description Voice configuration settings
39922
40144
  * @default {
39923
- * "vol": 1,
39924
40145
  * "voice_id": "Wise_Woman",
40146
+ * "vol": 1,
39925
40147
  * "speed": 1,
39926
40148
  * "english_normalization": false,
39927
40149
  * "pitch": 0
@@ -40009,8 +40231,8 @@ export interface MinimaxSpeech28HdInput {
40009
40231
  /**
40010
40232
  * @description Voice configuration settings
40011
40233
  * @default {
40012
- * "vol": 1,
40013
40234
  * "voice_id": "Wise_Woman",
40235
+ * "vol": 1,
40014
40236
  * "speed": 1,
40015
40237
  * "english_normalization": false,
40016
40238
  * "pitch": 0
@@ -40097,8 +40319,8 @@ export interface MinimaxSpeech26TurboInput {
40097
40319
  /**
40098
40320
  * @description Voice configuration settings
40099
40321
  * @default {
40100
- * "vol": 1,
40101
40322
  * "voice_id": "Wise_Woman",
40323
+ * "vol": 1,
40102
40324
  * "speed": 1,
40103
40325
  * "english_normalization": false,
40104
40326
  * "pitch": 0
@@ -40185,8 +40407,8 @@ export interface MinimaxSpeech26HdInput {
40185
40407
  /**
40186
40408
  * @description Voice configuration settings
40187
40409
  * @default {
40188
- * "vol": 1,
40189
40410
  * "voice_id": "Wise_Woman",
40411
+ * "vol": 1,
40190
40412
  * "speed": 1,
40191
40413
  * "english_normalization": false,
40192
40414
  * "pitch": 0
@@ -40210,19 +40432,19 @@ export interface MinimaxSpeech26HdOutput {
40210
40432
  duration_ms: number;
40211
40433
  }
40212
40434
 
40213
- export interface MinimaxSpeech02TurboInput extends SharedType_564 {}
40435
+ export interface MinimaxSpeech02TurboInput extends SharedType_317 {}
40214
40436
 
40215
40437
  export interface MinimaxSpeech02TurboOutput extends SharedType_f60 {}
40216
40438
 
40217
- export interface MinimaxSpeech02HdInput extends SharedType_564 {}
40439
+ export interface MinimaxSpeech02HdInput extends SharedType_317 {}
40218
40440
 
40219
40441
  export interface MinimaxSpeech02HdOutput extends SharedType_f60 {}
40220
40442
 
40221
- export interface MinimaxPreviewSpeech25TurboInput extends SharedType_01e {}
40443
+ export interface MinimaxPreviewSpeech25TurboInput extends SharedType_4ba {}
40222
40444
 
40223
40445
  export interface MinimaxPreviewSpeech25TurboOutput extends SharedType_f60 {}
40224
40446
 
40225
- export interface MinimaxPreviewSpeech25HdInput extends SharedType_01e {}
40447
+ export interface MinimaxPreviewSpeech25HdInput extends SharedType_4ba {}
40226
40448
 
40227
40449
  export interface MinimaxPreviewSpeech25HdOutput extends SharedType_f60 {}
40228
40450
 
@@ -40266,10 +40488,10 @@ export interface MinimaxImage01SubjectReferenceOutput {
40266
40488
  * @description Generated images
40267
40489
  * @example [
40268
40490
  * {
40269
- * "file_size": 239709,
40270
- * "url": "https://v3.fal.media/files/lion/1bfHvTwZGzK59EYAi2OG7_image.jpg",
40271
40491
  * "content_type": "image/jpeg",
40272
- * "file_name": "image.jpg"
40492
+ * "file_name": "image.jpg",
40493
+ * "url": "https://v3.fal.media/files/lion/1bfHvTwZGzK59EYAi2OG7_image.jpg",
40494
+ * "file_size": 239709
40273
40495
  * }
40274
40496
  * ]
40275
40497
  */
@@ -40310,10 +40532,10 @@ export interface MinimaxImage01Output {
40310
40532
  * @description Generated images
40311
40533
  * @example [
40312
40534
  * {
40313
- * "file_size": 351366,
40314
- * "url": "https://v3.fal.media/files/tiger/xLcblZAbiw1kM6ZR_2D-r_image.jpg",
40315
40535
  * "content_type": "image/jpeg",
40316
- * "file_name": "image.jpg"
40536
+ * "file_name": "image.jpg",
40537
+ * "url": "https://v3.fal.media/files/tiger/xLcblZAbiw1kM6ZR_2D-r_image.jpg",
40538
+ * "file_size": 351366
40317
40539
  * }
40318
40540
  * ]
40319
40541
  */
@@ -40732,21 +40954,21 @@ export interface MinimaxMusicOutput {
40732
40954
  audio: Components.File;
40733
40955
  }
40734
40956
 
40735
- export interface MeshyV6TextTo3dInput extends SharedType_477 {}
40957
+ export interface MeshyV6TextTo3dInput extends SharedType_e18 {}
40736
40958
 
40737
- export interface MeshyV6TextTo3dOutput extends SharedType_1ec {}
40959
+ export interface MeshyV6TextTo3dOutput extends SharedType_d03 {}
40738
40960
 
40739
40961
  export interface MeshyV6ImageTo3dInput extends SharedType_7ca {}
40740
40962
 
40741
- export interface MeshyV6ImageTo3dOutput extends SharedType_e82 {}
40963
+ export interface MeshyV6ImageTo3dOutput extends SharedType_1c9 {}
40742
40964
 
40743
- export interface MeshyV6PreviewTextTo3dInput extends SharedType_477 {}
40965
+ export interface MeshyV6PreviewTextTo3dInput extends SharedType_e18 {}
40744
40966
 
40745
- export interface MeshyV6PreviewTextTo3dOutput extends SharedType_1ec {}
40967
+ export interface MeshyV6PreviewTextTo3dOutput extends SharedType_d03 {}
40746
40968
 
40747
40969
  export interface MeshyV6PreviewImageTo3dInput extends SharedType_7ca {}
40748
40970
 
40749
- export interface MeshyV6PreviewImageTo3dOutput extends SharedType_e82 {}
40971
+ export interface MeshyV6PreviewImageTo3dOutput extends SharedType_1c9 {}
40750
40972
 
40751
40973
  export interface MeshyV5RetextureInput {
40752
40974
  /**
@@ -40796,38 +41018,38 @@ export interface MeshyV5RetextureOutput {
40796
41018
  * @description Retextured 3D object in GLB format.
40797
41019
  * @example {
40798
41020
  * "file_name": "model.glb",
40799
- * "url": "https://v3b.fal.media/files/b/tiger/pU0TtsRTxXM6VnKEYTHSV_model.glb",
40800
41021
  * "content_type": "model/gltf-binary",
40801
- * "file_size": 4097640
41022
+ * "file_size": 4097640,
41023
+ * "url": "https://v3b.fal.media/files/b/tiger/pU0TtsRTxXM6VnKEYTHSV_model.glb"
40802
41024
  * }
40803
41025
  */
40804
41026
  model_glb: Components.File;
40805
41027
  /**
40806
41028
  * @description URLs for different 3D model formats
40807
41029
  * @example {
41030
+ * "glb": {
41031
+ * "file_name": "model.glb",
41032
+ * "content_type": "model/gltf-binary",
41033
+ * "file_size": 4097640,
41034
+ * "url": "https://v3b.fal.media/files/b/tiger/pU0TtsRTxXM6VnKEYTHSV_model.glb"
41035
+ * },
40808
41036
  * "usdz": {
40809
41037
  * "file_name": "model.usdz",
40810
- * "url": "https://v3b.fal.media/files/b/panda/4ItUhLHiH4foEw30qcWZv_model.usdz",
40811
41038
  * "content_type": "model/vnd.usdz+zip",
40812
- * "file_size": 3886518
41039
+ * "file_size": 3886518,
41040
+ * "url": "https://v3b.fal.media/files/b/panda/4ItUhLHiH4foEw30qcWZv_model.usdz"
40813
41041
  * },
40814
41042
  * "obj": {
40815
41043
  * "file_name": "model.obj",
40816
- * "url": "https://v3b.fal.media/files/b/zebra/M5aK_b6vKH7KeGCZoSLq7_model.obj",
40817
41044
  * "content_type": "text/plain",
40818
- * "file_size": 2964508
41045
+ * "file_size": 2964508,
41046
+ * "url": "https://v3b.fal.media/files/b/zebra/M5aK_b6vKH7KeGCZoSLq7_model.obj"
40819
41047
  * },
40820
41048
  * "fbx": {
40821
41049
  * "file_name": "model.fbx",
40822
- * "url": "https://v3b.fal.media/files/b/rabbit/agzKf8N8zeVnteg72NiF4_model.fbx",
40823
41050
  * "content_type": "application/octet-stream",
40824
- * "file_size": 4713692
40825
- * },
40826
- * "glb": {
40827
- * "file_name": "model.glb",
40828
- * "url": "https://v3b.fal.media/files/b/tiger/pU0TtsRTxXM6VnKEYTHSV_model.glb",
40829
- * "content_type": "model/gltf-binary",
40830
- * "file_size": 4097640
41051
+ * "file_size": 4713692,
41052
+ * "url": "https://v3b.fal.media/files/b/rabbit/agzKf8N8zeVnteg72NiF4_model.fbx"
40831
41053
  * }
40832
41054
  * }
40833
41055
  */
@@ -40845,9 +41067,9 @@ export interface MeshyV5RetextureOutput {
40845
41067
  * {
40846
41068
  * "base_color": {
40847
41069
  * "file_name": "texture_0.png",
40848
- * "url": "https://v3b.fal.media/files/b/zebra/opBcVy7AK-GOlCTUz-_GZ_texture_0.png",
40849
41070
  * "content_type": "image/png",
40850
- * "file_size": 3455709
41071
+ * "file_size": 3455709,
41072
+ * "url": "https://v3b.fal.media/files/b/zebra/opBcVy7AK-GOlCTUz-_GZ_texture_0.png"
40851
41073
  * }
40852
41074
  * }
40853
41075
  * ]
@@ -40857,9 +41079,9 @@ export interface MeshyV5RetextureOutput {
40857
41079
  * @description Preview thumbnail of the retextured model
40858
41080
  * @example {
40859
41081
  * "file_name": "preview.png",
40860
- * "url": "https://v3b.fal.media/files/b/lion/jFrzgIJMbaPQi_4HCEa8u_preview.png",
40861
41082
  * "content_type": "image/png",
40862
- * "file_size": 124859
41083
+ * "file_size": 124859,
41084
+ * "url": "https://v3b.fal.media/files/b/lion/jFrzgIJMbaPQi_4HCEa8u_preview.png"
40863
41085
  * }
40864
41086
  */
40865
41087
  thumbnail?: Components.File;
@@ -40917,26 +41139,26 @@ export interface MeshyV5RemeshOutput {
40917
41139
  * @description Remeshed 3D object in GLB format (if GLB was requested).
40918
41140
  * @example {
40919
41141
  * "file_name": "model.glb",
40920
- * "url": "https://v3b.fal.media/files/b/panda/hu-dDvUIPdoHSxR7QcBZw_model.glb",
40921
41142
  * "content_type": "model/gltf-binary",
40922
- * "file_size": 3294196
41143
+ * "file_size": 3294196,
41144
+ * "url": "https://v3b.fal.media/files/b/panda/hu-dDvUIPdoHSxR7QcBZw_model.glb"
40923
41145
  * }
40924
41146
  */
40925
41147
  model_glb?: Components.File;
40926
41148
  /**
40927
41149
  * @description URLs for different 3D model formats
40928
41150
  * @example {
40929
- * "fbx": {
40930
- * "file_name": "model.fbx",
40931
- * "url": "https://v3b.fal.media/files/b/kangaroo/Kw7C1w2Uccg3zKQ5axnwk_model.fbx",
40932
- * "content_type": "application/octet-stream",
40933
- * "file_size": 3476092
40934
- * },
40935
41151
  * "glb": {
40936
41152
  * "file_name": "model.glb",
40937
- * "url": "https://v3b.fal.media/files/b/panda/hu-dDvUIPdoHSxR7QcBZw_model.glb",
40938
41153
  * "content_type": "model/gltf-binary",
40939
- * "file_size": 3294196
41154
+ * "file_size": 3294196,
41155
+ * "url": "https://v3b.fal.media/files/b/panda/hu-dDvUIPdoHSxR7QcBZw_model.glb"
41156
+ * },
41157
+ * "fbx": {
41158
+ * "file_name": "model.fbx",
41159
+ * "content_type": "application/octet-stream",
41160
+ * "file_size": 3476092,
41161
+ * "url": "https://v3b.fal.media/files/b/kangaroo/Kw7C1w2Uccg3zKQ5axnwk_model.fbx"
40940
41162
  * }
40941
41163
  * }
40942
41164
  */
@@ -41057,38 +41279,38 @@ export interface MeshyV5MultiImageTo3dOutput {
41057
41279
  * @description Generated 3D object in GLB format.
41058
41280
  * @example {
41059
41281
  * "file_name": "model.glb",
41060
- * "url": "https://v3b.fal.media/files/b/tiger/62QMEQqZ3pjUds4DfuVtX_model.glb",
41061
41282
  * "content_type": "model/gltf-binary",
41062
- * "file_size": 7875308
41283
+ * "file_size": 7875308,
41284
+ * "url": "https://v3b.fal.media/files/b/tiger/62QMEQqZ3pjUds4DfuVtX_model.glb"
41063
41285
  * }
41064
41286
  */
41065
41287
  model_glb: Components.File;
41066
41288
  /**
41067
41289
  * @description URLs for different 3D model formats
41068
41290
  * @example {
41291
+ * "glb": {
41292
+ * "file_name": "model.glb",
41293
+ * "content_type": "model/gltf-binary",
41294
+ * "file_size": 7875308,
41295
+ * "url": "https://v3b.fal.media/files/b/tiger/62QMEQqZ3pjUds4DfuVtX_model.glb"
41296
+ * },
41069
41297
  * "usdz": {
41070
41298
  * "file_name": "model.usdz",
41071
- * "url": "https://v3b.fal.media/files/b/panda/fSGLGmtgzUjhepklN06Zw_model.usdz",
41072
41299
  * "content_type": "model/vnd.usdz+zip",
41073
- * "file_size": 8631497
41300
+ * "file_size": 8631497,
41301
+ * "url": "https://v3b.fal.media/files/b/panda/fSGLGmtgzUjhepklN06Zw_model.usdz"
41074
41302
  * },
41075
41303
  * "obj": {
41076
41304
  * "file_name": "model.obj",
41077
- * "url": "https://v3b.fal.media/files/b/koala/xmOnmSeePfuROe3pqHpf0_model.obj",
41078
41305
  * "content_type": "text/plain",
41079
- * "file_size": 2761323
41306
+ * "file_size": 2761323,
41307
+ * "url": "https://v3b.fal.media/files/b/koala/xmOnmSeePfuROe3pqHpf0_model.obj"
41080
41308
  * },
41081
41309
  * "fbx": {
41082
41310
  * "file_name": "model.fbx",
41083
- * "url": "https://v3b.fal.media/files/b/koala/R7vPBgkecVvcnbNpRAy9x_model.fbx",
41084
41311
  * "content_type": "application/octet-stream",
41085
- * "file_size": 5574540
41086
- * },
41087
- * "glb": {
41088
- * "file_name": "model.glb",
41089
- * "url": "https://v3b.fal.media/files/b/tiger/62QMEQqZ3pjUds4DfuVtX_model.glb",
41090
- * "content_type": "model/gltf-binary",
41091
- * "file_size": 7875308
41312
+ * "file_size": 5574540,
41313
+ * "url": "https://v3b.fal.media/files/b/koala/R7vPBgkecVvcnbNpRAy9x_model.fbx"
41092
41314
  * }
41093
41315
  * }
41094
41316
  */
@@ -41113,9 +41335,9 @@ export interface MeshyV5MultiImageTo3dOutput {
41113
41335
  * {
41114
41336
  * "base_color": {
41115
41337
  * "file_name": "texture_0.png",
41116
- * "url": "https://v3b.fal.media/files/b/panda/OVrRor7IgeNK9w2i5-NDf_texture_0.png",
41117
41338
  * "content_type": "image/png",
41118
- * "file_size": 4464364
41339
+ * "file_size": 4464364,
41340
+ * "url": "https://v3b.fal.media/files/b/panda/OVrRor7IgeNK9w2i5-NDf_texture_0.png"
41119
41341
  * }
41120
41342
  * }
41121
41343
  * ]
@@ -41125,9 +41347,9 @@ export interface MeshyV5MultiImageTo3dOutput {
41125
41347
  * @description Preview thumbnail of the generated model
41126
41348
  * @example {
41127
41349
  * "file_name": "preview.png",
41128
- * "url": "https://v3b.fal.media/files/b/koala/2NI_hEd7jXzS5rLQhnRga_preview.png",
41129
41350
  * "content_type": "image/png",
41130
- * "file_size": 70958
41351
+ * "file_size": 70958,
41352
+ * "url": "https://v3b.fal.media/files/b/koala/2NI_hEd7jXzS5rLQhnRga_preview.png"
41131
41353
  * }
41132
41354
  */
41133
41355
  thumbnail?: Components.File;
@@ -49277,7 +49499,7 @@ export interface LongcatVideoTextToVideo720pInput {
49277
49499
  video_write_mode?: 'fast' | 'balanced' | 'small';
49278
49500
  }
49279
49501
 
49280
- export interface LongcatVideoTextToVideo720pOutput extends SharedType_65f {}
49502
+ export interface LongcatVideoTextToVideo720pOutput extends SharedType_b74 {}
49281
49503
 
49282
49504
  export interface LongcatVideoTextToVideo480pInput {
49283
49505
  /**
@@ -49377,7 +49599,7 @@ export interface LongcatVideoTextToVideo480pInput {
49377
49599
  video_write_mode?: 'fast' | 'balanced' | 'small';
49378
49600
  }
49379
49601
 
49380
- export interface LongcatVideoTextToVideo480pOutput extends SharedType_65f {}
49602
+ export interface LongcatVideoTextToVideo480pOutput extends SharedType_b74 {}
49381
49603
 
49382
49604
  export interface LongcatVideoImageToVideo720pInput {
49383
49605
  /**
@@ -49483,7 +49705,7 @@ export interface LongcatVideoImageToVideo720pInput {
49483
49705
  video_write_mode?: 'fast' | 'balanced' | 'small';
49484
49706
  }
49485
49707
 
49486
- export interface LongcatVideoImageToVideo720pOutput extends SharedType_595 {}
49708
+ export interface LongcatVideoImageToVideo720pOutput extends SharedType_a6b {}
49487
49709
 
49488
49710
  export interface LongcatVideoImageToVideo480pInput {
49489
49711
  /**
@@ -49583,7 +49805,7 @@ export interface LongcatVideoImageToVideo480pInput {
49583
49805
  video_write_mode?: 'fast' | 'balanced' | 'small';
49584
49806
  }
49585
49807
 
49586
- export interface LongcatVideoImageToVideo480pOutput extends SharedType_595 {}
49808
+ export interface LongcatVideoImageToVideo480pOutput extends SharedType_a6b {}
49587
49809
 
49588
49810
  export interface LongcatVideoDistilledTextToVideo720pInput {
49589
49811
  /**
@@ -49669,7 +49891,7 @@ export interface LongcatVideoDistilledTextToVideo720pInput {
49669
49891
  video_write_mode?: 'fast' | 'balanced' | 'small';
49670
49892
  }
49671
49893
 
49672
- export interface LongcatVideoDistilledTextToVideo720pOutput extends SharedType_65f {}
49894
+ export interface LongcatVideoDistilledTextToVideo720pOutput extends SharedType_b74 {}
49673
49895
 
49674
49896
  export interface LongcatVideoDistilledTextToVideo480pInput {
49675
49897
  /**
@@ -49749,7 +49971,7 @@ export interface LongcatVideoDistilledTextToVideo480pInput {
49749
49971
  video_write_mode?: 'fast' | 'balanced' | 'small';
49750
49972
  }
49751
49973
 
49752
- export interface LongcatVideoDistilledTextToVideo480pOutput extends SharedType_65f {}
49974
+ export interface LongcatVideoDistilledTextToVideo480pOutput extends SharedType_b74 {}
49753
49975
 
49754
49976
  export interface LongcatVideoDistilledImageToVideo720pInput {
49755
49977
  /**
@@ -49835,7 +50057,7 @@ export interface LongcatVideoDistilledImageToVideo720pInput {
49835
50057
  video_write_mode?: 'fast' | 'balanced' | 'small';
49836
50058
  }
49837
50059
 
49838
- export interface LongcatVideoDistilledImageToVideo720pOutput extends SharedType_595 {}
50060
+ export interface LongcatVideoDistilledImageToVideo720pOutput extends SharedType_a6b {}
49839
50061
 
49840
50062
  export interface LongcatVideoDistilledImageToVideo480pInput {
49841
50063
  /**
@@ -49915,7 +50137,7 @@ export interface LongcatVideoDistilledImageToVideo480pInput {
49915
50137
  video_write_mode?: 'fast' | 'balanced' | 'small';
49916
50138
  }
49917
50139
 
49918
- export interface LongcatVideoDistilledImageToVideo480pOutput extends SharedType_595 {}
50140
+ export interface LongcatVideoDistilledImageToVideo480pOutput extends SharedType_a6b {}
49919
50141
 
49920
50142
  export interface LongcatSingleAvatarImageAudioToVideoInput {
49921
50143
  /**
@@ -52445,10 +52667,10 @@ export interface KlingVideoV3StandardTextToVideoOutput {
52445
52667
  /**
52446
52668
  * @description The generated video
52447
52669
  * @example {
52448
- * "file_size": 6797486,
52449
52670
  * "content_type": "video/mp4",
52671
+ * "file_name": "output.mp4",
52450
52672
  * "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-v3/standard-t2v/out.mp4",
52451
- * "file_name": "output.mp4"
52673
+ * "file_size": 6797486
52452
52674
  * }
52453
52675
  */
52454
52676
  video: Components.File;
@@ -52582,10 +52804,10 @@ export interface KlingVideoV3StandardImageToVideoOutput {
52582
52804
  /**
52583
52805
  * @description The generated video
52584
52806
  * @example {
52585
- * "file_size": 3149129,
52586
52807
  * "content_type": "video/mp4",
52808
+ * "file_name": "out.mp4",
52587
52809
  * "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-v3/standard-i2v/out.mp4",
52588
- * "file_name": "out.mp4"
52810
+ * "file_size": 3149129
52589
52811
  * }
52590
52812
  */
52591
52813
  video: Components.File;
@@ -52649,10 +52871,10 @@ export interface KlingVideoV3ProTextToVideoOutput {
52649
52871
  /**
52650
52872
  * @description The generated video
52651
52873
  * @example {
52652
- * "file_size": 8062911,
52653
52874
  * "content_type": "video/mp4",
52875
+ * "file_name": "output.mp4",
52654
52876
  * "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-v3/pro-t2v/out.mp4",
52655
- * "file_name": "output.mp4"
52877
+ * "file_size": 8062911
52656
52878
  * }
52657
52879
  */
52658
52880
  video: Components.File;
@@ -52786,10 +53008,10 @@ export interface KlingVideoV3ProImageToVideoOutput {
52786
53008
  /**
52787
53009
  * @description The generated video
52788
53010
  * @example {
52789
- * "file_size": 8431922,
52790
53011
  * "content_type": "video/mp4",
53012
+ * "file_name": "out.mp4",
52791
53013
  * "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-v3/pro-i2v/out.mp4",
52792
- * "file_name": "out.mp4"
53014
+ * "file_size": 8431922
52793
53015
  * }
52794
53016
  */
52795
53017
  video: Components.File;
@@ -52884,7 +53106,7 @@ export interface KlingVideoV2MasterImageToVideoOutput {
52884
53106
 
52885
53107
  export interface KlingVideoV26StandardMotionControlInput extends SharedType_778 {}
52886
53108
 
52887
- export interface KlingVideoV26StandardMotionControlOutput extends SharedType_a00 {}
53109
+ export interface KlingVideoV26StandardMotionControlOutput extends SharedType_58a {}
52888
53110
 
52889
53111
  export interface KlingVideoV26ProTextToVideoInput {
52890
53112
  /**
@@ -52930,10 +53152,10 @@ export interface KlingVideoV26ProTextToVideoOutput {
52930
53152
  /**
52931
53153
  * @description The generated video
52932
53154
  * @example {
52933
- * "file_size": 8195664,
52934
53155
  * "content_type": "video/mp4",
53156
+ * "file_name": "output.mp4",
52935
53157
  * "url": "https://v3b.fal.media/files/b/0a84ab71/8hPbLs7n59WhWY-BN69yX_output.mp4",
52936
- * "file_name": "output.mp4"
53158
+ * "file_size": 8195664
52937
53159
  * }
52938
53160
  */
52939
53161
  video: Components.File;
@@ -52941,7 +53163,7 @@ export interface KlingVideoV26ProTextToVideoOutput {
52941
53163
 
52942
53164
  export interface KlingVideoV26ProMotionControlInput extends SharedType_778 {}
52943
53165
 
52944
- export interface KlingVideoV26ProMotionControlOutput extends SharedType_a00 {}
53166
+ export interface KlingVideoV26ProMotionControlOutput extends SharedType_58a {}
52945
53167
 
52946
53168
  export interface KlingVideoV26ProImageToVideoInput {
52947
53169
  /**
@@ -52989,10 +53211,10 @@ export interface KlingVideoV26ProImageToVideoOutput {
52989
53211
  /**
52990
53212
  * @description The generated video
52991
53213
  * @example {
52992
- * "file_size": 11814817,
52993
53214
  * "content_type": "video/mp4",
53215
+ * "file_name": "output.mp4",
52994
53216
  * "url": "https://v3b.fal.media/files/b/0a84ab51/Qr1twf8UgtD5rZHpNXC2P_output.mp4",
52995
- * "file_name": "output.mp4"
53217
+ * "file_size": 11814817
52996
53218
  * }
52997
53219
  */
52998
53220
  video: Components.File;
@@ -53485,7 +53707,7 @@ export interface KlingVideoV1StandardImageToVideoOutput extends SharedType_94e {
53485
53707
 
53486
53708
  export interface KlingVideoV1StandardEffectsInput extends SharedType_9db {}
53487
53709
 
53488
- export interface KlingVideoV1StandardEffectsOutput extends SharedType_3db {}
53710
+ export interface KlingVideoV1StandardEffectsOutput extends SharedType_df11 {}
53489
53711
 
53490
53712
  export interface KlingVideoV1StandardAiAvatarInput extends SharedType_c85 {}
53491
53713
 
@@ -53535,11 +53757,11 @@ export interface KlingVideoV16StandardImageToVideoOutput extends SharedType_94e
53535
53757
 
53536
53758
  export interface KlingVideoV16StandardElementsInput extends SharedType_6bb {}
53537
53759
 
53538
- export interface KlingVideoV16StandardElementsOutput extends SharedType_7eb {}
53760
+ export interface KlingVideoV16StandardElementsOutput extends SharedType_562 {}
53539
53761
 
53540
53762
  export interface KlingVideoV16StandardEffectsInput extends SharedType_9db {}
53541
53763
 
53542
- export interface KlingVideoV16StandardEffectsOutput extends SharedType_3db {}
53764
+ export interface KlingVideoV16StandardEffectsOutput extends SharedType_df11 {}
53543
53765
 
53544
53766
  export interface KlingVideoV16ProTextToVideoInput extends SharedType_a8a {}
53545
53767
 
@@ -53593,11 +53815,11 @@ export interface KlingVideoV16ProImageToVideoOutput extends SharedType_94e {}
53593
53815
 
53594
53816
  export interface KlingVideoV16ProElementsInput extends SharedType_6bb {}
53595
53817
 
53596
- export interface KlingVideoV16ProElementsOutput extends SharedType_7eb {}
53818
+ export interface KlingVideoV16ProElementsOutput extends SharedType_562 {}
53597
53819
 
53598
53820
  export interface KlingVideoV16ProEffectsInput extends SharedType_9db {}
53599
53821
 
53600
- export interface KlingVideoV16ProEffectsOutput extends SharedType_3db {}
53822
+ export interface KlingVideoV16ProEffectsOutput extends SharedType_df11 {}
53601
53823
 
53602
53824
  export interface KlingVideoV15ProTextToVideoInput extends SharedType_a8a {}
53603
53825
 
@@ -53662,7 +53884,7 @@ export interface KlingVideoV15ProImageToVideoOutput extends SharedType_94e {}
53662
53884
 
53663
53885
  export interface KlingVideoV15ProEffectsInput extends SharedType_9db {}
53664
53886
 
53665
- export interface KlingVideoV15ProEffectsOutput extends SharedType_3db {}
53887
+ export interface KlingVideoV15ProEffectsOutput extends SharedType_df11 {}
53666
53888
 
53667
53889
  export interface KlingVideoO3StandardVideoToVideoReferenceInput {
53668
53890
  /**
@@ -53736,10 +53958,10 @@ export interface KlingVideoO3StandardVideoToVideoReferenceOutput {
53736
53958
  /**
53737
53959
  * @description The generated video.
53738
53960
  * @example {
53739
- * "file_size": 7992288,
53740
53961
  * "content_type": "video/mp4",
53962
+ * "file_name": "output.mp4",
53741
53963
  * "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-o3/standard-v2v-reference/output.mp4",
53742
- * "file_name": "output.mp4"
53964
+ * "file_size": 7992288
53743
53965
  * }
53744
53966
  */
53745
53967
  video: Components.File;
@@ -53796,10 +54018,10 @@ export interface KlingVideoO3StandardVideoToVideoEditOutput {
53796
54018
  /**
53797
54019
  * @description The generated video.
53798
54020
  * @example {
53799
- * "file_size": 4322769,
53800
54021
  * "content_type": "video/mp4",
54022
+ * "file_name": "output.mp4",
53801
54023
  * "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-o3/standard-v2v-edit/output.mp4",
53802
- * "file_name": "output.mp4"
54024
+ * "file_size": 4322769
53803
54025
  * }
53804
54026
  */
53805
54027
  video: Components.File;
@@ -53807,7 +54029,7 @@ export interface KlingVideoO3StandardVideoToVideoEditOutput {
53807
54029
 
53808
54030
  export interface KlingVideoO3StandardTextToVideoInput extends SharedType_25d {}
53809
54031
 
53810
- export interface KlingVideoO3StandardTextToVideoOutput extends SharedType_c30 {}
54032
+ export interface KlingVideoO3StandardTextToVideoOutput extends SharedType_a2a {}
53811
54033
 
53812
54034
  export interface KlingVideoO3StandardReferenceToVideoInput {
53813
54035
  /**
@@ -53894,10 +54116,10 @@ export interface KlingVideoO3StandardReferenceToVideoOutput {
53894
54116
  /**
53895
54117
  * @description The generated video.
53896
54118
  * @example {
53897
- * "file_size": 3192162,
53898
54119
  * "content_type": "video/mp4",
54120
+ * "file_name": "output.mp4",
53899
54121
  * "url": "https://v3b.fal.media/files/b/0a8d200d/ejCxI5DalzOPlP4yf6uP3_output.mp4",
53900
- * "file_name": "output.mp4"
54122
+ * "file_size": 3192162
53901
54123
  * }
53902
54124
  */
53903
54125
  video: Components.File;
@@ -53905,7 +54127,7 @@ export interface KlingVideoO3StandardReferenceToVideoOutput {
53905
54127
 
53906
54128
  export interface KlingVideoO3StandardImageToVideoInput extends SharedType_816 {}
53907
54129
 
53908
- export interface KlingVideoO3StandardImageToVideoOutput extends SharedType_90c1 {}
54130
+ export interface KlingVideoO3StandardImageToVideoOutput extends SharedType_7b1 {}
53909
54131
 
53910
54132
  export interface KlingVideoO3ProVideoToVideoReferenceInput {
53911
54133
  /**
@@ -53976,10 +54198,10 @@ export interface KlingVideoO3ProVideoToVideoReferenceOutput {
53976
54198
  /**
53977
54199
  * @description The generated video.
53978
54200
  * @example {
53979
- * "file_size": 15809901,
53980
54201
  * "content_type": "video/mp4",
54202
+ * "file_name": "output.mp4",
53981
54203
  * "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-o3/pro-v2v-reference/output.mp4",
53982
- * "file_name": "output.mp4"
54204
+ * "file_size": 15809901
53983
54205
  * }
53984
54206
  */
53985
54207
  video: Components.File;
@@ -54038,10 +54260,10 @@ export interface KlingVideoO3ProVideoToVideoEditOutput {
54038
54260
  /**
54039
54261
  * @description The generated video.
54040
54262
  * @example {
54041
- * "file_size": 4322769,
54042
54263
  * "content_type": "video/mp4",
54264
+ * "file_name": "output.mp4",
54043
54265
  * "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-o3/pro-v2v-edit/output.mp4",
54044
- * "file_name": "output.mp4"
54266
+ * "file_size": 4322769
54045
54267
  * }
54046
54268
  */
54047
54269
  video: Components.File;
@@ -54049,7 +54271,7 @@ export interface KlingVideoO3ProVideoToVideoEditOutput {
54049
54271
 
54050
54272
  export interface KlingVideoO3ProTextToVideoInput extends SharedType_25d {}
54051
54273
 
54052
- export interface KlingVideoO3ProTextToVideoOutput extends SharedType_c30 {}
54274
+ export interface KlingVideoO3ProTextToVideoOutput extends SharedType_a2a {}
54053
54275
 
54054
54276
  export interface KlingVideoO3ProReferenceToVideoInput {
54055
54277
  /**
@@ -54133,10 +54355,10 @@ export interface KlingVideoO3ProReferenceToVideoOutput {
54133
54355
  /**
54134
54356
  * @description The generated video.
54135
54357
  * @example {
54136
- * "file_size": 18468404,
54137
54358
  * "content_type": "video/mp4",
54359
+ * "file_name": "output.mp4",
54138
54360
  * "url": "https://v3b.fal.media/files/b/0a8d1c8a/ZxdKrvPb3CQEmeuS-u_kU_output.mp4",
54139
- * "file_name": "output.mp4"
54361
+ * "file_size": 18468404
54140
54362
  * }
54141
54363
  */
54142
54364
  video: Components.File;
@@ -54144,39 +54366,39 @@ export interface KlingVideoO3ProReferenceToVideoOutput {
54144
54366
 
54145
54367
  export interface KlingVideoO3ProImageToVideoInput extends SharedType_816 {}
54146
54368
 
54147
- export interface KlingVideoO3ProImageToVideoOutput extends SharedType_90c1 {}
54369
+ export interface KlingVideoO3ProImageToVideoOutput extends SharedType_7b1 {}
54148
54370
 
54149
54371
  export interface KlingVideoO1VideoToVideoReferenceInput extends SharedType_8aa {}
54150
54372
 
54151
- export interface KlingVideoO1VideoToVideoReferenceOutput extends SharedType_17c {}
54373
+ export interface KlingVideoO1VideoToVideoReferenceOutput extends SharedType_dc3 {}
54152
54374
 
54153
54375
  export interface KlingVideoO1VideoToVideoEditInput extends SharedType_5d7 {}
54154
54376
 
54155
- export interface KlingVideoO1VideoToVideoEditOutput extends SharedType_f44 {}
54377
+ export interface KlingVideoO1VideoToVideoEditOutput extends SharedType_d7e {}
54156
54378
 
54157
54379
  export interface KlingVideoO1StandardVideoToVideoReferenceInput extends SharedType_8aa {}
54158
54380
 
54159
- export interface KlingVideoO1StandardVideoToVideoReferenceOutput extends SharedType_17c {}
54381
+ export interface KlingVideoO1StandardVideoToVideoReferenceOutput extends SharedType_dc3 {}
54160
54382
 
54161
54383
  export interface KlingVideoO1StandardVideoToVideoEditInput extends SharedType_5d7 {}
54162
54384
 
54163
- export interface KlingVideoO1StandardVideoToVideoEditOutput extends SharedType_f44 {}
54385
+ export interface KlingVideoO1StandardVideoToVideoEditOutput extends SharedType_d7e {}
54164
54386
 
54165
54387
  export interface KlingVideoO1StandardReferenceToVideoInput extends SharedType_4fd {}
54166
54388
 
54167
- export interface KlingVideoO1StandardReferenceToVideoOutput extends SharedType_d2a {}
54389
+ export interface KlingVideoO1StandardReferenceToVideoOutput extends SharedType_523 {}
54168
54390
 
54169
54391
  export interface KlingVideoO1StandardImageToVideoInput extends SharedType_732 {}
54170
54392
 
54171
- export interface KlingVideoO1StandardImageToVideoOutput extends SharedType_afd {}
54393
+ export interface KlingVideoO1StandardImageToVideoOutput extends SharedType_56e {}
54172
54394
 
54173
54395
  export interface KlingVideoO1ReferenceToVideoInput extends SharedType_4fd {}
54174
54396
 
54175
- export interface KlingVideoO1ReferenceToVideoOutput extends SharedType_d2a {}
54397
+ export interface KlingVideoO1ReferenceToVideoOutput extends SharedType_523 {}
54176
54398
 
54177
54399
  export interface KlingVideoO1ImageToVideoInput extends SharedType_732 {}
54178
54400
 
54179
- export interface KlingVideoO1ImageToVideoOutput extends SharedType_afd {}
54401
+ export interface KlingVideoO1ImageToVideoOutput extends SharedType_56e {}
54180
54402
 
54181
54403
  export interface KlingVideoLipsyncTextToVideoInput {
54182
54404
  /**
@@ -54880,6 +55102,98 @@ export interface Kandinsky5ProImageToVideoOutput {
54880
55102
  video?: Components.File;
54881
55103
  }
54882
55104
 
55105
+ export interface JoyaiImageEditInput {
55106
+ /**
55107
+ * Enable Safety Checker
55108
+ * @description Enable safety checking on input and output.
55109
+ * @default true
55110
+ */
55111
+ enable_safety_checker?: boolean;
55112
+ /**
55113
+ * Guidance Scale
55114
+ * @description Controls how closely the output follows the edit instruction.
55115
+ * @default 5
55116
+ */
55117
+ guidance_scale?: number;
55118
+ /**
55119
+ * Image Url
55120
+ * @description URL of the input image to edit.
55121
+ * @example https://storage.googleapis.com/falserverless/example_inputs/dog.png
55122
+ */
55123
+ image_url: string;
55124
+ /**
55125
+ * Negative Prompt
55126
+ * @description Text describing what should not appear in the output image.
55127
+ * @default
55128
+ */
55129
+ negative_prompt?: string;
55130
+ /**
55131
+ * Num Inference Steps
55132
+ * @description Number of denoising steps.
55133
+ * @default 30
55134
+ */
55135
+ num_inference_steps?: number;
55136
+ /**
55137
+ * Output Format
55138
+ * @description Output image format.
55139
+ * @default jpeg
55140
+ * @enum {string}
55141
+ */
55142
+ output_format?: 'jpeg' | 'png';
55143
+ /**
55144
+ * Prompt
55145
+ * @description The edit instruction describing what changes to make to the image.
55146
+ * @example Add a red hat to the dog
55147
+ */
55148
+ prompt: string;
55149
+ /**
55150
+ * Seed
55151
+ * @description Random seed for reproducibility.
55152
+ */
55153
+ seed?: number;
55154
+ /**
55155
+ * Sync Mode
55156
+ * @description If True, return image as data URI.
55157
+ * @default false
55158
+ */
55159
+ sync_mode?: boolean;
55160
+ }
55161
+
55162
+ export interface JoyaiImageEditOutput {
55163
+ /**
55164
+ * Has Nsfw Concepts
55165
+ * @description Whether the generated images contain NSFW concepts.
55166
+ */
55167
+ has_nsfw_concepts: boolean[];
55168
+ /**
55169
+ * Images
55170
+ * @description The edited output image.
55171
+ * @example [
55172
+ * {
55173
+ * "width": 1024,
55174
+ * "content_type": "image/jpeg",
55175
+ * "height": 1024,
55176
+ * "url": "https://v3b.fal.media/files/b/0a951738/yWOL7Oie3FQfzM9_HD5BJ.jpg"
55177
+ * }
55178
+ * ]
55179
+ */
55180
+ images: Components.Image[];
55181
+ /**
55182
+ * Prompt
55183
+ * @description The prompt used for generating the image.
55184
+ */
55185
+ prompt: string;
55186
+ /**
55187
+ * Seed
55188
+ * @description Seed of the generated Image. It will be the same value of the one passed in the
55189
+ * input or the randomly generated that was used in case none was passed.
55190
+ */
55191
+ seed: number;
55192
+ timings: {
55193
+ [key: string]: number;
55194
+ };
55195
+ }
55196
+
54883
55197
  export interface JanusInput {
54884
55198
  /**
54885
55199
  * Cfg Weight
@@ -58819,23 +59133,7 @@ export interface IdeogramV3ReplaceBackgroundInput {
58819
59133
  sync_mode?: boolean;
58820
59134
  }
58821
59135
 
58822
- export interface IdeogramV3ReplaceBackgroundOutput {
58823
- /**
58824
- * Images
58825
- * @example [
58826
- * {
58827
- * "url": "https://v3.fal.media/files/lion/AUfCjtLkLOsdc9zEFrV-5_image.png"
58828
- * }
58829
- * ]
58830
- */
58831
- images: Components.File[];
58832
- /**
58833
- * Seed
58834
- * @description Seed used for the random number generator
58835
- * @example 123456
58836
- */
58837
- seed: number;
58838
- }
59136
+ export interface IdeogramV3ReplaceBackgroundOutput extends SharedType_51a {}
58839
59137
 
58840
59138
  export interface IdeogramV3RemixInput {
58841
59139
  color_palette?: Components.ColorPalette;
@@ -59092,6 +59390,169 @@ export interface IdeogramV3ReframeOutput {
59092
59390
  seed: number;
59093
59391
  }
59094
59392
 
59393
+ export interface IdeogramV3LayerizeTextInput {
59394
+ /**
59395
+ * Font File Body Url
59396
+ * @description URL of the font file to use for body text. Cannot be used with font_name_body.
59397
+ */
59398
+ font_file_body_url?: string;
59399
+ /**
59400
+ * Font File H1 Url
59401
+ * @description URL of the font file to use for h1 text. Cannot be used with font_name_h1.
59402
+ */
59403
+ font_file_h1_url?: string;
59404
+ /**
59405
+ * Font File H2 Url
59406
+ * @description URL of the font file to use for h2 text. Cannot be used with font_name_h2.
59407
+ */
59408
+ font_file_h2_url?: string;
59409
+ /**
59410
+ * Font File Small Url
59411
+ * @description URL of the font file to use for small text. Cannot be used with font_name_small.
59412
+ */
59413
+ font_file_small_url?: string;
59414
+ /**
59415
+ * Font Name Body
59416
+ * @description Name of the font to use for body text. Cannot be used with font_file_body_url.
59417
+ */
59418
+ font_name_body?: string;
59419
+ /**
59420
+ * Font Name H1
59421
+ * @description Name of the font to use for h1 text. Cannot be used with font_file_h1_url.
59422
+ */
59423
+ font_name_h1?: string;
59424
+ /**
59425
+ * Font Name H2
59426
+ * @description Name of the font to use for h2 text. Cannot be used with font_file_h2_url.
59427
+ */
59428
+ font_name_h2?: string;
59429
+ /**
59430
+ * Font Name Small
59431
+ * @description Name of the font to use for small text. Cannot be used with font_file_small_url.
59432
+ */
59433
+ font_name_small?: string;
59434
+ /**
59435
+ * Image Url
59436
+ * @description URL of the flat graphic image to layerize. Must be JPEG, PNG, or WebP (max 10MB).
59437
+ * @example https://v3.fal.media/files/lion/0qJs_qW8nz0wYsXhFa6Tk.png
59438
+ */
59439
+ image_url: string;
59440
+ /**
59441
+ * Prompt
59442
+ * @description Optional prompt to guide the layerization.
59443
+ */
59444
+ prompt?: string;
59445
+ /**
59446
+ * Seed
59447
+ * @description Seed for the random number generator.
59448
+ */
59449
+ seed?: number;
59450
+ /**
59451
+ * Sync Mode
59452
+ * @description If `True`, the media will be returned as a data URI and the output data won't be available in the request history.
59453
+ * @default false
59454
+ */
59455
+ sync_mode?: boolean;
59456
+ }
59457
+
59458
+ export interface IdeogramV3LayerizeTextOutput {
59459
+ image: Components.File;
59460
+ /**
59461
+ * Image Layers
59462
+ * @description Image layers extracted from the design.
59463
+ */
59464
+ image_layers?: Record<string, never>[];
59465
+ /**
59466
+ * Prompt
59467
+ * @description The prompt used for layerization. May differ from the input prompt if MagicPrompt expanded it.
59468
+ */
59469
+ prompt: string;
59470
+ /**
59471
+ * Seed
59472
+ * @description Seed used for the random number generator.
59473
+ * @example 123456
59474
+ */
59475
+ seed: number;
59476
+ /**
59477
+ * Text Containers
59478
+ * @description Structured text containers with hierarchical text data (container -> items -> spans).
59479
+ */
59480
+ text_containers?: Record<string, never>[];
59481
+ /**
59482
+ * Text Html
59483
+ * @description Rendered overlay HTML for compositing text over the background image.
59484
+ */
59485
+ text_html?: string;
59486
+ }
59487
+
59488
+ export interface IdeogramV3GenerateTransparentInput {
59489
+ /**
59490
+ * Aspect Ratio
59491
+ * @description The aspect ratio of the generated image.
59492
+ * @default 1:1
59493
+ * @enum {string}
59494
+ */
59495
+ aspect_ratio?:
59496
+ | '1:3'
59497
+ | '3:1'
59498
+ | '1:2'
59499
+ | '2:1'
59500
+ | '9:16'
59501
+ | '16:9'
59502
+ | '10:16'
59503
+ | '16:10'
59504
+ | '2:3'
59505
+ | '3:2'
59506
+ | '3:4'
59507
+ | '4:3'
59508
+ | '4:5'
59509
+ | '5:4'
59510
+ | '1:1';
59511
+ /**
59512
+ * Expand Prompt
59513
+ * @description Determine if MagicPrompt should be used in generating the request or not.
59514
+ * @default true
59515
+ */
59516
+ expand_prompt?: boolean;
59517
+ /**
59518
+ * Negative Prompt
59519
+ * @description Description of what to exclude from an image. Descriptions in the prompt take precedence to descriptions in the negative prompt.
59520
+ * @default
59521
+ */
59522
+ negative_prompt?: string;
59523
+ /**
59524
+ * Num Images
59525
+ * @description Number of images to generate.
59526
+ * @default 1
59527
+ */
59528
+ num_images?: number;
59529
+ /**
59530
+ * Prompt
59531
+ * @example A logo for Ideogram Coffee.
59532
+ */
59533
+ prompt: string;
59534
+ /**
59535
+ * Rendering Speed
59536
+ * @description The rendering speed to use.
59537
+ * @default BALANCED
59538
+ * @enum {string}
59539
+ */
59540
+ rendering_speed?: 'FLASH' | 'TURBO' | 'BALANCED' | 'QUALITY';
59541
+ /**
59542
+ * Seed
59543
+ * @description Seed for the random number generator
59544
+ */
59545
+ seed?: number;
59546
+ /**
59547
+ * Sync Mode
59548
+ * @description If `True`, the media will be returned as a data URI and the output data won't be available in the request history.
59549
+ * @default false
59550
+ */
59551
+ sync_mode?: boolean;
59552
+ }
59553
+
59554
+ export interface IdeogramV3GenerateTransparentOutput extends SharedType_51a {}
59555
+
59095
59556
  export interface IdeogramV3EditInput {
59096
59557
  color_palette?: Components.ColorPalette;
59097
59558
  /**
@@ -59488,9 +59949,9 @@ export interface IdeogramUpscaleOutput {
59488
59949
  * Images
59489
59950
  * @example [
59490
59951
  * {
59491
- * "file_size": 6548418,
59492
- * "url": "https://fal.media/files/lion/DxTSV6683MLl4VPAVUHR3_image.png",
59493
59952
  * "content_type": "image/png",
59953
+ * "url": "https://fal.media/files/lion/DxTSV6683MLl4VPAVUHR3_image.png",
59954
+ * "file_size": 6548418,
59494
59955
  * "file_name": "image.png"
59495
59956
  * }
59496
59957
  * ]
@@ -60539,28 +61000,6 @@ export interface Hunyuan3dV3ImageTo3dOutput {
60539
61000
  thumbnail?: Components.File;
60540
61001
  }
60541
61002
 
60542
- export interface Hunyuan3dV21Input extends SharedType_df1 {}
60543
-
60544
- export interface Hunyuan3dV21Output {
60545
- /**
60546
- * @description Generated 3D object.
60547
- * @example {
60548
- * "url": "https://v3.fal.media/files/rabbit/WpMHqYy5chA5lsTNoilj__hun3d_v21.glb",
60549
- * "file_size": 1348528,
60550
- * "file_name": "textured_mesh.glb",
60551
- * "content_type": "application/octet-stream"
60552
- * }
60553
- */
60554
- model_glb: Components.File;
60555
- model_glb_pbr?: Components.File;
60556
- model_mesh: Components.File;
60557
- /**
60558
- * Seed
60559
- * @description Seed value used for generation.
60560
- */
60561
- seed: number;
60562
- }
60563
-
60564
61003
  export interface HunyuanVideoVideoToVideoInput {
60565
61004
  /**
60566
61005
  * Aspect Ratio (W:H)
@@ -64220,8 +64659,8 @@ export interface Gemini3ProImagePreviewEditOutput {
64220
64659
  * @description The edited images.
64221
64660
  * @example [
64222
64661
  * {
64223
- * "url": "https://storage.googleapis.com/falserverless/example_outputs/nano-banana-pro-edit-output.png",
64224
64662
  * "file_name": "nano-banana-pro-edit-output.png",
64663
+ * "url": "https://storage.googleapis.com/falserverless/example_outputs/nano-banana-pro-edit-output.png",
64225
64664
  * "content_type": "image/png"
64226
64665
  * }
64227
64666
  * ]
@@ -64242,8 +64681,8 @@ export interface Gemini3ProImagePreviewOutput {
64242
64681
  * @description The generated images.
64243
64682
  * @example [
64244
64683
  * {
64245
- * "url": "https://storage.googleapis.com/falserverless/example_outputs/nano-banana-pro-t2i-output.png",
64246
64684
  * "file_name": "nano-banana-pro-t2i-output.png",
64685
+ * "url": "https://storage.googleapis.com/falserverless/example_outputs/nano-banana-pro-t2i-output.png",
64247
64686
  * "content_type": "image/png"
64248
64687
  * }
64249
64688
  * ]
@@ -64781,7 +65220,7 @@ export interface FooocusUpscaleOrVaryInput {
64781
65220
  | 'Upscale (Fast 2x)';
64782
65221
  }
64783
65222
 
64784
- export interface FooocusUpscaleOrVaryOutput extends SharedType_7eb1 {}
65223
+ export interface FooocusUpscaleOrVaryOutput extends SharedType_7eb {}
64785
65224
 
64786
65225
  export interface FooocusInpaintInput {
64787
65226
  /**
@@ -65271,7 +65710,7 @@ export interface FooocusInpaintInput {
65271
65710
  sync_mode?: boolean;
65272
65711
  }
65273
65712
 
65274
- export interface FooocusInpaintOutput extends SharedType_7eb1 {}
65713
+ export interface FooocusInpaintOutput extends SharedType_7eb {}
65275
65714
 
65276
65715
  export interface FooocusImagePromptInput {
65277
65716
  /**
@@ -65740,7 +66179,7 @@ export interface FooocusImagePromptInput {
65740
66179
  | 'Upscale (Fast 2x)';
65741
66180
  }
65742
66181
 
65743
- export interface FooocusImagePromptOutput extends SharedType_7eb1 {}
66182
+ export interface FooocusImagePromptOutput extends SharedType_7eb {}
65744
66183
 
65745
66184
  export interface FooocusInput {
65746
66185
  /**
@@ -66180,7 +66619,7 @@ export interface FooocusInput {
66180
66619
  sync_mode?: boolean;
66181
66620
  }
66182
66621
 
66183
- export interface FooocusOutput extends SharedType_7eb1 {}
66622
+ export interface FooocusOutput extends SharedType_7eb {}
66184
66623
 
66185
66624
  export interface FluxSrpoImageToImageInput extends SharedType_0cd {}
66186
66625
 
@@ -71498,11 +71937,11 @@ export interface Flux2TrainerV2EditInput extends SharedType_a3d {}
71498
71937
 
71499
71938
  export interface Flux2TrainerV2EditOutput extends SharedType_9a6 {}
71500
71939
 
71501
- export interface Flux2TrainerV2Input extends SharedType_e18 {}
71940
+ export interface Flux2TrainerV2Input extends SharedType_e181 {}
71502
71941
 
71503
71942
  export interface Flux2TrainerV2Output extends SharedType_9a6 {}
71504
71943
 
71505
- export interface Flux2TrainerInput extends SharedType_e18 {}
71944
+ export interface Flux2TrainerInput extends SharedType_e181 {}
71506
71945
 
71507
71946
  export interface Flux2TrainerOutput extends SharedType_9a6 {}
71508
71947
 
@@ -73015,7 +73454,7 @@ export interface Flux2Klein9bBaseTrainerEditInput extends SharedType_a3d {}
73015
73454
 
73016
73455
  export interface Flux2Klein9bBaseTrainerEditOutput extends SharedType_9a6 {}
73017
73456
 
73018
- export interface Flux2Klein9bBaseTrainerInput extends SharedType_e18 {}
73457
+ export interface Flux2Klein9bBaseTrainerInput extends SharedType_e181 {}
73019
73458
 
73020
73459
  export interface Flux2Klein9bBaseTrainerOutput extends SharedType_9a6 {}
73021
73460
 
@@ -73023,7 +73462,7 @@ export interface Flux2Klein4bBaseTrainerEditInput extends SharedType_a3d {}
73023
73462
 
73024
73463
  export interface Flux2Klein4bBaseTrainerEditOutput extends SharedType_9a6 {}
73025
73464
 
73026
- export interface Flux2Klein4bBaseTrainerInput extends SharedType_e18 {}
73465
+ export interface Flux2Klein4bBaseTrainerInput extends SharedType_e181 {}
73027
73466
 
73028
73467
  export interface Flux2Klein4bBaseTrainerOutput extends SharedType_9a6 {}
73029
73468
 
@@ -81302,7 +81741,7 @@ export interface ChatterboxTextToSpeechInput {
81302
81741
  text: string;
81303
81742
  }
81304
81743
 
81305
- export interface ChatterboxTextToSpeechOutput extends SharedType_d2a1 {}
81744
+ export interface ChatterboxTextToSpeechOutput extends SharedType_d2a {}
81306
81745
 
81307
81746
  export interface ChatterboxSpeechToSpeechInput {
81308
81747
  /**
@@ -81318,7 +81757,7 @@ export interface ChatterboxSpeechToSpeechInput {
81318
81757
  target_voice_audio_url?: string;
81319
81758
  }
81320
81759
 
81321
- export interface ChatterboxSpeechToSpeechOutput extends SharedType_d2a1 {}
81760
+ export interface ChatterboxSpeechToSpeechOutput extends SharedType_d2a {}
81322
81761
 
81323
81762
  export interface ChainOfZoomInput {
81324
81763
  /**
@@ -81786,12 +82225,12 @@ export interface BytedanceSeedreamV4TextToImageInput {
81786
82225
  * Image Size
81787
82226
  * @description The size of the generated image. Total pixels must be between 960x960 and 4096x4096.
81788
82227
  * @default {
81789
- * "width": 2048,
81790
- * "height": 2048
82228
+ * "height": 2048,
82229
+ * "width": 2048
81791
82230
  * }
81792
82231
  * @example {
81793
- * "width": 4096,
81794
- * "height": 4096
82232
+ * "height": 4096,
82233
+ * "width": 4096
81795
82234
  * }
81796
82235
  */
81797
82236
  image_size?:
@@ -81876,12 +82315,12 @@ export interface BytedanceSeedreamV4EditInput {
81876
82315
  * Image Size
81877
82316
  * @description The size of the generated image. The minimum total image area is 921600 pixels. Failing this, the image size will be adjusted to by scaling it up, while maintaining the aspect ratio.
81878
82317
  * @default {
81879
- * "width": 2048,
81880
- * "height": 2048
82318
+ * "height": 2048,
82319
+ * "width": 2048
81881
82320
  * }
81882
82321
  * @example {
81883
- * "width": 3840,
81884
- * "height": 2160
82322
+ * "height": 2160,
82323
+ * "width": 3840
81885
82324
  * }
81886
82325
  */
81887
82326
  image_size?:
@@ -81970,8 +82409,8 @@ export interface BytedanceSeedreamV45TextToImageInput {
81970
82409
  * Image Size
81971
82410
  * @description The size of the generated image. Width and height must be between 1920 and 4096, or total number of pixels must be between 2560*1440 and 4096*4096.
81972
82411
  * @default {
81973
- * "width": 2048,
81974
- * "height": 2048
82412
+ * "height": 2048,
82413
+ * "width": 2048
81975
82414
  * }
81976
82415
  * @example auto_2K
81977
82416
  */
@@ -82049,8 +82488,8 @@ export interface BytedanceSeedreamV45EditInput {
82049
82488
  * Image Size
82050
82489
  * @description The size of the generated image. Width and height must be between 1920 and 4096, or total number of pixels must be between 2560*1440 and 4096*4096.
82051
82490
  * @default {
82052
- * "width": 2048,
82053
- * "height": 2048
82491
+ * "height": 2048,
82492
+ * "width": 2048
82054
82493
  * }
82055
82494
  * @example auto_4K
82056
82495
  */
@@ -83002,8 +83441,8 @@ export interface BytedanceDreaminaV31TextToImageInput {
83002
83441
  * Image Size
83003
83442
  * @description The size of the generated image. Width and height must be between 512 and 2048.
83004
83443
  * @default {
83005
- * "width": 2048,
83006
- * "height": 1536
83444
+ * "height": 1536,
83445
+ * "width": 2048
83007
83446
  * }
83008
83447
  */
83009
83448
  image_size?:
@@ -86300,66 +86739,6 @@ export interface BriaUpscaleCreativeOutput {
86300
86739
  image: Components.Image;
86301
86740
  }
86302
86741
 
86303
- export interface BriaTextToImage32Input {
86304
- /**
86305
- * Aspect Ratio
86306
- * @description Aspect ratio. Options: 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9
86307
- * @default 1:1
86308
- * @enum {string}
86309
- */
86310
- aspect_ratio?: '1:1' | '2:3' | '3:2' | '3:4' | '4:3' | '4:5' | '5:4' | '9:16' | '16:9';
86311
- /**
86312
- * Guidance Scale
86313
- * @description Guidance scale for text.
86314
- * @default 5
86315
- */
86316
- guidance_scale?: number;
86317
- /**
86318
- * Negative Prompt
86319
- * @description Negative prompt for image generation.
86320
- * @default Logo,Watermark,Ugly,Morbid,Extra fingers,Poorly drawn hands,Mutation,Blurry,Extra limbs,Gross proportions,Missing arms,Mutated hands,Long neck,Duplicate,Mutilated,Mutilated hands,Poorly drawn face,Deformed,Bad anatomy,Cloned face,Malformed limbs,Missing legs,Too many fingers
86321
- */
86322
- negative_prompt?: string;
86323
- /**
86324
- * Num Inference Steps
86325
- * @description Number of inference steps.
86326
- * @default 30
86327
- */
86328
- num_inference_steps?: number;
86329
- /**
86330
- * Prompt
86331
- * @description Prompt for image generation.
86332
- * @example Oil painting of a fluffy, wide-eyed cat sitting upright, holding a small wooden sign reading “Feed Me.” Rich textures, dramatic brushstrokes, warm tones, and vintage charm.
86333
- */
86334
- prompt: string;
86335
- /**
86336
- * Prompt Enhancer
86337
- * @description Whether to improve the prompt.
86338
- * @default true
86339
- */
86340
- prompt_enhancer?: boolean;
86341
- /**
86342
- * Seed
86343
- * @description Random seed for reproducibility.
86344
- * @default 5555
86345
- */
86346
- seed?: number;
86347
- /**
86348
- * Sync Mode
86349
- * @description If true, returns the image directly in the response (increases latency).
86350
- * @default false
86351
- */
86352
- sync_mode?: boolean;
86353
- /**
86354
- * Truncate Prompt
86355
- * @description Whether to truncate the prompt.
86356
- * @default true
86357
- */
86358
- truncate_prompt?: boolean;
86359
- }
86360
-
86361
- export interface BriaTextToImage32Output extends SharedType_357 {}
86362
-
86363
86742
  export interface BriaReplaceBackgroundInput {
86364
86743
  /**
86365
86744
  * Image Url
@@ -86506,7 +86885,7 @@ export interface BriaReimagine32Input {
86506
86885
  truncate_prompt?: boolean;
86507
86886
  }
86508
86887
 
86509
- export interface BriaReimagine32Output extends SharedType_357 {}
86888
+ export interface BriaReimagine32Output extends SharedType_4411 {}
86510
86889
 
86511
86890
  export interface BriaFiboGenerateStructured_promptInput {
86512
86891
  /**