fal-endpoint-types 1.3.47 → 1.3.48

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.
@@ -2765,35 +2765,6 @@ export interface SharedType_eb2 {
2765
2765
  video: Components.File;
2766
2766
  }
2767
2767
 
2768
- export interface SharedType_ea7 {
2769
- /**
2770
- * Prompt
2771
- * @description The prompt used for the generation.
2772
- * @example black-and-white video, a cowboy walks through a dusty town, film grain
2773
- */
2774
- prompt: string;
2775
- /**
2776
- * Seed
2777
- * @description The seed used for the random number generator.
2778
- * @example 1490631192028410600
2779
- */
2780
- seed: number;
2781
- /**
2782
- * @description The generated video.
2783
- * @example {
2784
- * "duration": 6.44,
2785
- * "width": 1248,
2786
- * "file_name": "GHF1uJnBb0iuYWQDuZrzG_WAtgthsP.mp4",
2787
- * "fps": 25,
2788
- * "url": "https://v3b.fal.media/files/b/0a922b2c/GHF1uJnBb0iuYWQDuZrzG_WAtgthsP.mp4",
2789
- * "height": 704,
2790
- * "content_type": "video/mp4",
2791
- * "num_frames": 161
2792
- * }
2793
- */
2794
- video: Components.VideoFile;
2795
- }
2796
-
2797
2768
  export interface SharedType_ea1 {
2798
2769
  /**
2799
2770
  * @description The generated video.
@@ -5685,6 +5656,35 @@ export interface SharedType_acc {
5685
5656
  seed: number;
5686
5657
  }
5687
5658
 
5659
+ export interface SharedType_ac9 {
5660
+ /**
5661
+ * Prompt
5662
+ * @description The prompt used for the generation.
5663
+ * @example black-and-white video, a cowboy walks through a dusty town, film grain
5664
+ */
5665
+ prompt: string;
5666
+ /**
5667
+ * Seed
5668
+ * @description The seed used for the random number generator.
5669
+ * @example 1490631192028410600
5670
+ */
5671
+ seed: number;
5672
+ /**
5673
+ * @description The generated video.
5674
+ * @example {
5675
+ * "height": 1056,
5676
+ * "content_type": "video/mp4",
5677
+ * "duration": 6.44,
5678
+ * "url": "https://v3b.fal.media/files/b/0a9640bb/vqhmP1B5juujIXfBPTotm_5MBoh7yS.mp4",
5679
+ * "width": 1888,
5680
+ * "fps": 25,
5681
+ * "num_frames": 161,
5682
+ * "file_name": "vqhmP1B5juujIXfBPTotm_5MBoh7yS.mp4"
5683
+ * }
5684
+ */
5685
+ video: Components.VideoFile;
5686
+ }
5687
+
5688
5688
  export interface SharedType_ab0 {
5689
5689
  /**
5690
5690
  * Aspect Ratio
@@ -6122,35 +6122,6 @@ export interface SharedType_9f4 {
6122
6122
  reference_text?: string;
6123
6123
  }
6124
6124
 
6125
- export interface SharedType_9ec {
6126
- /**
6127
- * Prompt
6128
- * @description The prompt used for the generation.
6129
- * @example A woman stands still amid a busy neon-lit street at night. The camera slowly dollies in toward her face as people blur past, their motion emphasizing her calm presence. City lights flicker and reflections shift across her denim jacket.
6130
- */
6131
- prompt: string;
6132
- /**
6133
- * Seed
6134
- * @description The seed used for the random number generator.
6135
- * @example 2078003885
6136
- */
6137
- seed: number;
6138
- /**
6139
- * @description The generated video.
6140
- * @example {
6141
- * "duration": 6.44,
6142
- * "width": 1248,
6143
- * "file_name": "CJcQGDrxOSRg2YFl5GNDt_glXPMoji.mp4",
6144
- * "fps": 25,
6145
- * "url": "https://v3b.fal.media/files/b/0a894013/N9lnMTq7W3uMC0lOQg845_BknRPV8I.mp4",
6146
- * "height": 704,
6147
- * "content_type": "video/mp4",
6148
- * "num_frames": 161
6149
- * }
6150
- */
6151
- video: Components.VideoFile;
6152
- }
6153
-
6154
6125
  export interface SharedType_9e4 {
6155
6126
  /**
6156
6127
  * @description The edited image with content erased
@@ -6166,35 +6137,6 @@ export interface SharedType_9e4 {
6166
6137
  used_seed: number;
6167
6138
  }
6168
6139
 
6169
- export interface SharedType_9dd {
6170
- /**
6171
- * Prompt
6172
- * @description The prompt used for the generation.
6173
- * @example black-and-white video, a cowboy walks through a dusty town, film grain
6174
- */
6175
- prompt: string;
6176
- /**
6177
- * Seed
6178
- * @description The seed used for the random number generator.
6179
- * @example 1490631192028410600
6180
- */
6181
- seed: number;
6182
- /**
6183
- * @description The generated video.
6184
- * @example {
6185
- * "duration": 6.44,
6186
- * "width": 1888,
6187
- * "file_name": "vqhmP1B5juujIXfBPTotm_5MBoh7yS.mp4",
6188
- * "fps": 25,
6189
- * "url": "https://v3b.fal.media/files/b/0a9640bb/vqhmP1B5juujIXfBPTotm_5MBoh7yS.mp4",
6190
- * "height": 1056,
6191
- * "content_type": "video/mp4",
6192
- * "num_frames": 161
6193
- * }
6194
- */
6195
- video: Components.VideoFile;
6196
- }
6197
-
6198
6140
  export interface SharedType_9db {
6199
6141
  /**
6200
6142
  * Duration
@@ -8863,41 +8805,6 @@ export interface SharedType_709 {
8863
8805
  video_url: string;
8864
8806
  }
8865
8807
 
8866
- export interface SharedType_6f3 {
8867
- /**
8868
- * Has Nsfw Concepts
8869
- * @description Whether the generated images contain NSFW concepts.
8870
- */
8871
- has_nsfw_concepts: boolean[];
8872
- /**
8873
- * Images
8874
- * @description The generated images.
8875
- * @example [
8876
- * {
8877
- * "url": "https://storage.googleapis.com/falserverless/example_outputs/flux_krea_t2i_output_1.jpg",
8878
- * "content_type": "image/jpeg",
8879
- * "height": 768,
8880
- * "width": 1024
8881
- * }
8882
- * ]
8883
- */
8884
- images: Components.Image_1[];
8885
- /**
8886
- * Prompt
8887
- * @description The prompt used for generating the image.
8888
- */
8889
- prompt: string;
8890
- /**
8891
- * Seed
8892
- * @description Seed of the generated Image. It will be the same value of the one passed in the
8893
- * input or the randomly generated that was used in case none was passed.
8894
- */
8895
- seed: number;
8896
- timings: {
8897
- [key: string]: number;
8898
- };
8899
- }
8900
-
8901
8808
  export interface SharedType_6d0 {
8902
8809
  /**
8903
8810
  * @description The generated video.
@@ -9536,35 +9443,6 @@ export interface SharedType_63f {
9536
9443
  video_url: string;
9537
9444
  }
9538
9445
 
9539
- export interface SharedType_63a {
9540
- /**
9541
- * Prompt
9542
- * @description The prompt used for the generation.
9543
- * @example Continue the scene naturally, maintaining the same style and motion.
9544
- */
9545
- prompt: string;
9546
- /**
9547
- * Seed
9548
- * @description The seed used for the random number generator.
9549
- * @example 866232447
9550
- */
9551
- seed: number;
9552
- /**
9553
- * @description The generated video.
9554
- * @example {
9555
- * "duration": 10.28,
9556
- * "width": 1248,
9557
- * "file_name": "CJcQGDrxOSRg2YFl5GNDt_glXPMoji.mp4",
9558
- * "fps": 25,
9559
- * "url": "https://v3b.fal.media/files/b/0a88289e/CJcQGDrxOSRg2YFl5GNDt_glXPMoji.mp4",
9560
- * "height": 704,
9561
- * "content_type": "video/mp4",
9562
- * "num_frames": 257
9563
- * }
9564
- */
9565
- video: Components.VideoFile;
9566
- }
9567
-
9568
9446
  export interface SharedType_636 {
9569
9447
  /**
9570
9448
  * Description
@@ -9598,6 +9476,35 @@ export interface SharedType_618 {
9598
9476
  video: Components.File;
9599
9477
  }
9600
9478
 
9479
+ export interface SharedType_617 {
9480
+ /**
9481
+ * Prompt
9482
+ * @description The prompt used for the generation.
9483
+ * @example Continue the scene naturally, maintaining the same style and motion.
9484
+ */
9485
+ prompt: string;
9486
+ /**
9487
+ * Seed
9488
+ * @description The seed used for the random number generator.
9489
+ * @example 866232447
9490
+ */
9491
+ seed: number;
9492
+ /**
9493
+ * @description The generated video.
9494
+ * @example {
9495
+ * "height": 704,
9496
+ * "content_type": "video/mp4",
9497
+ * "duration": 10.28,
9498
+ * "url": "https://v3b.fal.media/files/b/0a88289e/CJcQGDrxOSRg2YFl5GNDt_glXPMoji.mp4",
9499
+ * "width": 1248,
9500
+ * "fps": 25,
9501
+ * "num_frames": 257,
9502
+ * "file_name": "CJcQGDrxOSRg2YFl5GNDt_glXPMoji.mp4"
9503
+ * }
9504
+ */
9505
+ video: Components.VideoFile;
9506
+ }
9507
+
9601
9508
  export interface SharedType_5f3 {
9602
9509
  /**
9603
9510
  * Enable Safety Checker
@@ -10850,6 +10757,35 @@ export interface SharedType_4fd {
10850
10757
  prompt: string;
10851
10758
  }
10852
10759
 
10760
+ export interface SharedType_4f1 {
10761
+ /**
10762
+ * Prompt
10763
+ * @description The prompt used for the generation.
10764
+ * @example A cowboy walking through a dusty town at high noon, camera following from behind, cinematic depth, realistic lighting, western mood, 4K film grain.
10765
+ */
10766
+ prompt: string;
10767
+ /**
10768
+ * Seed
10769
+ * @description The seed used for the random number generator.
10770
+ * @example 149063119
10771
+ */
10772
+ seed: number;
10773
+ /**
10774
+ * @description The generated video.
10775
+ * @example {
10776
+ * "height": 704,
10777
+ * "content_type": "video/mp4",
10778
+ * "duration": 6.44,
10779
+ * "url": "https://v3b.fal.media/files/b/0a8824b1/sdm0KfmenrlywesfzY1Y1_if6euPp1.mp4",
10780
+ * "width": 1248,
10781
+ * "fps": 25,
10782
+ * "num_frames": 161,
10783
+ * "file_name": "sdm0KfmenrlywesfzY1Y1_if6euPp1.mp4"
10784
+ * }
10785
+ */
10786
+ video: Components.VideoFile;
10787
+ }
10788
+
10853
10789
  export interface SharedType_4ed {
10854
10790
  /**
10855
10791
  * @description The generated video
@@ -12708,6 +12644,41 @@ export interface SharedType_27e {
12708
12644
  seed: number;
12709
12645
  }
12710
12646
 
12647
+ export interface SharedType_26e {
12648
+ /**
12649
+ * Has Nsfw Concepts
12650
+ * @description Whether the generated images contain NSFW concepts.
12651
+ */
12652
+ has_nsfw_concepts: boolean[];
12653
+ /**
12654
+ * Images
12655
+ * @description The generated images.
12656
+ * @example [
12657
+ * {
12658
+ * "content_type": "image/jpeg",
12659
+ * "height": 768,
12660
+ * "url": "https://storage.googleapis.com/falserverless/example_outputs/flux_krea_t2i_output_1.jpg",
12661
+ * "width": 1024
12662
+ * }
12663
+ * ]
12664
+ */
12665
+ images: Components.Image_1[];
12666
+ /**
12667
+ * Prompt
12668
+ * @description The prompt used for generating the image.
12669
+ */
12670
+ prompt: string;
12671
+ /**
12672
+ * Seed
12673
+ * @description Seed of the generated Image. It will be the same value of the one passed in the
12674
+ * input or the randomly generated that was used in case none was passed.
12675
+ */
12676
+ seed: number;
12677
+ timings: {
12678
+ [key: string]: number;
12679
+ };
12680
+ }
12681
+
12711
12682
  export interface SharedType_266 {
12712
12683
  /**
12713
12684
  * Prompt
@@ -13731,35 +13702,6 @@ export interface SharedType_158 {
13731
13702
  };
13732
13703
  }
13733
13704
 
13734
- export interface SharedType_152 {
13735
- /**
13736
- * Prompt
13737
- * @description The prompt used for the generation.
13738
- * @example A cowboy walking through a dusty town at high noon, camera following from behind, cinematic depth, realistic lighting, western mood, 4K film grain.
13739
- */
13740
- prompt: string;
13741
- /**
13742
- * Seed
13743
- * @description The seed used for the random number generator.
13744
- * @example 149063119
13745
- */
13746
- seed: number;
13747
- /**
13748
- * @description The generated video.
13749
- * @example {
13750
- * "duration": 6.44,
13751
- * "width": 1248,
13752
- * "file_name": "sdm0KfmenrlywesfzY1Y1_if6euPp1.mp4",
13753
- * "fps": 25,
13754
- * "url": "https://v3b.fal.media/files/b/0a8824b1/sdm0KfmenrlywesfzY1Y1_if6euPp1.mp4",
13755
- * "height": 704,
13756
- * "content_type": "video/mp4",
13757
- * "num_frames": 161
13758
- * }
13759
- */
13760
- video: Components.VideoFile;
13761
- }
13762
-
13763
13705
  export interface SharedType_151 {
13764
13706
  /**
13765
13707
  * Images
@@ -13874,6 +13816,35 @@ export interface SharedType_0ff {
13874
13816
  speaker_embedding: Components.File;
13875
13817
  }
13876
13818
 
13819
+ export interface SharedType_0ef {
13820
+ /**
13821
+ * Prompt
13822
+ * @description The prompt used for the generation.
13823
+ * @example black-and-white video, a cowboy walks through a dusty town, film grain
13824
+ */
13825
+ prompt: string;
13826
+ /**
13827
+ * Seed
13828
+ * @description The seed used for the random number generator.
13829
+ * @example 1490631192028410600
13830
+ */
13831
+ seed: number;
13832
+ /**
13833
+ * @description The generated video.
13834
+ * @example {
13835
+ * "height": 704,
13836
+ * "content_type": "video/mp4",
13837
+ * "duration": 6.44,
13838
+ * "url": "https://v3b.fal.media/files/b/0a922b2c/GHF1uJnBb0iuYWQDuZrzG_WAtgthsP.mp4",
13839
+ * "width": 1248,
13840
+ * "fps": 25,
13841
+ * "num_frames": 161,
13842
+ * "file_name": "GHF1uJnBb0iuYWQDuZrzG_WAtgthsP.mp4"
13843
+ * }
13844
+ */
13845
+ video: Components.VideoFile;
13846
+ }
13847
+
13877
13848
  export interface SharedType_0dd {
13878
13849
  boundingbox_frames_zip?: Components.File;
13879
13850
  /**
@@ -13979,6 +13950,35 @@ export interface SharedType_0d8 {
13979
13950
  sync_mode?: boolean;
13980
13951
  }
13981
13952
 
13953
+ export interface SharedType_0d4 {
13954
+ /**
13955
+ * Prompt
13956
+ * @description The prompt used for the generation.
13957
+ * @example A woman stands still amid a busy neon-lit street at night. The camera slowly dollies in toward her face as people blur past, their motion emphasizing her calm presence. City lights flicker and reflections shift across her denim jacket.
13958
+ */
13959
+ prompt: string;
13960
+ /**
13961
+ * Seed
13962
+ * @description The seed used for the random number generator.
13963
+ * @example 2078003885
13964
+ */
13965
+ seed: number;
13966
+ /**
13967
+ * @description The generated video.
13968
+ * @example {
13969
+ * "height": 704,
13970
+ * "content_type": "video/mp4",
13971
+ * "duration": 6.44,
13972
+ * "url": "https://v3b.fal.media/files/b/0a894013/N9lnMTq7W3uMC0lOQg845_BknRPV8I.mp4",
13973
+ * "width": 1248,
13974
+ * "fps": 25,
13975
+ * "num_frames": 161,
13976
+ * "file_name": "CJcQGDrxOSRg2YFl5GNDt_glXPMoji.mp4"
13977
+ * }
13978
+ */
13979
+ video: Components.VideoFile;
13980
+ }
13981
+
13982
13982
  export interface SharedType_0cd {
13983
13983
  /**
13984
13984
  * Acceleration
@@ -21245,8 +21245,8 @@ export interface WanVisionEnhancerOutput {
21245
21245
  * Timings
21246
21246
  * @description The timings of the different steps in the workflow.
21247
21247
  * @example {
21248
- * "inference": 125.4,
21249
- * "video_processing": 15.2
21248
+ * "video_processing": 15.2,
21249
+ * "inference": 125.4
21250
21250
  * }
21251
21251
  */
21252
21252
  timings: {
@@ -38521,7 +38521,7 @@ export interface PhotaEnhanceInput {
38521
38521
  * @default jpeg
38522
38522
  * @enum {string}
38523
38523
  */
38524
- output_format?: 'jpeg' | 'png' | 'webp';
38524
+ output_format?: 'jpeg' | 'png';
38525
38525
  /**
38526
38526
  * Profile Ids
38527
38527
  * @description List of profile IDs to use for the image enhancement. The profiles sent over will be used as candidates for identity preservation.
@@ -38558,12 +38558,12 @@ export interface PhotaEditInput {
38558
38558
  aspect_ratio?: 'auto' | '1:1' | '16:9' | '4:3' | '3:4' | '9:16';
38559
38559
  /**
38560
38560
  * Image URLs
38561
- * @description List of URLs/ Base64 data URIs of the images to edit. A maximum of 10 images are supported, additional images will be ignored.
38561
+ * @description List of URLs/ Base64 data URIs of the images to edit. At least one image is required; for pure text-to-image generation use the `/` endpoint instead. A maximum of 10 images are supported, additional images will be ignored.
38562
38562
  * @example [
38563
38563
  * "https://v3b.fal.media/files/b/0a8b911d/Abk8vStrvmSPlzUqI_NN3_image_043.png"
38564
38564
  * ]
38565
38565
  */
38566
- image_urls?: string[];
38566
+ image_urls: string[];
38567
38567
  /**
38568
38568
  * Number of Images
38569
38569
  * @description Number of images to generate.
@@ -38576,7 +38576,7 @@ export interface PhotaEditInput {
38576
38576
  * @default jpeg
38577
38577
  * @enum {string}
38578
38578
  */
38579
- output_format?: 'jpeg' | 'png' | 'webp';
38579
+ output_format?: 'jpeg' | 'png';
38580
38580
  /**
38581
38581
  * Profile Ids
38582
38582
  * @description List of profile IDs to use for the image generation. Profiles may be tagged in the prompt as @Profile1, @Profile2, etc.
@@ -38652,7 +38652,7 @@ export interface PhotaInput {
38652
38652
  * @default jpeg
38653
38653
  * @enum {string}
38654
38654
  */
38655
- output_format?: 'jpeg' | 'png' | 'webp';
38655
+ output_format?: 'jpeg' | 'png';
38656
38656
  /**
38657
38657
  * Prompt
38658
38658
  * @description Text description of the desired image. In case you wish to use specific profiles, refer to them as [[profile_id_1]], [[profile_id_2]], etc.
@@ -43021,7 +43021,7 @@ export interface MagiImageToVideoInput {
43021
43021
  /**
43022
43022
  * Prompt
43023
43023
  * @description The text prompt to guide video generation.
43024
- * @example A crisp, wintery mountain landscape unfolds as a snowboarder, equipped with a selfie pole, gracefully navigates a snow-covered slope, the camera perspective offering an exhilarating attached-third-person view of the descent; the vibrant, snowy scenery sweeps past, punctuated by moments of controlled spins and effortless glides, creating a dynamic visual rhythm that complements the exhilarating pace of the ride; as the snowboarder carves through pristine powder, the camera captures fleeting moments of breathtaking views—towering pines dusted with snow, sunlit peaks piercing a cerulean sky—a symphony of natures grandeur displayed for the viewer to share; a sense of freedom and exhilaration permeates the scene, punctuated by the subtle whoosh of wind and the satisfying crunch of snow, culminating in a breathtaking panorama as the snowboarder reaches the bottom, leaving the viewer with a lingering sense of wonder and the desire to experience the thrill firsthand.
43024
+ * @example A crisp, wintery mountain landscape unfolds as a snowboarder, equipped with a selfie pole, gracefully navigates a snow-covered slope, the camera perspective offering an exhilarating attached-third-person view of the descent; the vibrant, snowy scenery sweeps past, punctuated by moments of controlled spins and effortless glides, creating a dynamic visual rhythm that complements the exhilarating pace of the ride; as the snowboarder carves through pristine powder, the camera captures fleeting moments of breathtaking views—towering pines dusted with snow, sunlit peaks piercing a cerulean sky—a symphony of nature's grandeur displayed for the viewer to share; a sense of freedom and exhilaration permeates the scene, punctuated by the subtle whoosh of wind and the satisfying crunch of snow, culminating in a breathtaking panorama as the snowboarder reaches the bottom, leaving the viewer with a lingering sense of wonder and the desire to experience the thrill firsthand.
43025
43025
  */
43026
43026
  prompt: string;
43027
43027
  /**
@@ -43780,14 +43780,14 @@ export interface Ltxv13b098DistilledMulticonditioningInput {
43780
43780
  * @default []
43781
43781
  * @example [
43782
43782
  * {
43783
- * "strength": 1,
43784
43783
  * "start_frame_num": 0,
43785
- * "image_url": "https://storage.googleapis.com/falserverless/model_tests/ltx/NswO1P8sCLzrh1WefqQFK_9a6bdbfa54b944c9a770338159a113fd.jpg"
43784
+ * "image_url": "https://storage.googleapis.com/falserverless/model_tests/ltx/NswO1P8sCLzrh1WefqQFK_9a6bdbfa54b944c9a770338159a113fd.jpg",
43785
+ * "strength": 1
43786
43786
  * },
43787
43787
  * {
43788
- * "strength": 1,
43789
43788
  * "start_frame_num": 120,
43790
- * "image_url": "https://storage.googleapis.com/falserverless/model_tests/ltx/YAPOGvmS2tM_Krdp7q6-d_267c97e017c34f679844a4477dfcec38.jpg"
43789
+ * "image_url": "https://storage.googleapis.com/falserverless/model_tests/ltx/YAPOGvmS2tM_Krdp7q6-d_267c97e017c34f679844a4477dfcec38.jpg",
43790
+ * "strength": 1
43791
43791
  * }
43792
43792
  * ]
43793
43793
  */
@@ -44006,16 +44006,16 @@ export interface Ltxv13b098DistilledExtendInput {
44006
44006
  /**
44007
44007
  * @description Video to be extended.
44008
44008
  * @example {
44009
- * "strength": 1,
44010
- * "video_url": "https://storage.googleapis.com/falserverless/web-examples/wan/t2v.mp4",
44011
- * "resample_fps": false,
44012
44009
  * "preprocess": false,
44013
44010
  * "conditioning_type": "rgb",
44011
+ * "max_num_frames": 1441,
44014
44012
  * "target_fps": 24,
44015
- * "limit_num_frames": false,
44013
+ * "video_url": "https://storage.googleapis.com/falserverless/web-examples/wan/t2v.mp4",
44014
+ * "reverse_video": false,
44015
+ * "resample_fps": false,
44016
44016
  * "start_frame_num": 0,
44017
- * "max_num_frames": 1441,
44018
- * "reverse_video": false
44017
+ * "limit_num_frames": false,
44018
+ * "strength": 1
44019
44019
  * }
44020
44020
  */
44021
44021
  video: Components.ExtendVideoConditioningInput;
@@ -46389,8 +46389,8 @@ export interface Ltx2322bVideoToVideoLoraInput {
46389
46389
  /**
46390
46390
  * Acceleration
46391
46391
  * @description The acceleration level to use.
46392
- * @default none
46393
- * @example none
46392
+ * @default regular
46393
+ * @example regular
46394
46394
  * @enum {string}
46395
46395
  */
46396
46396
  acceleration?: 'none' | 'regular' | 'high' | 'full';
@@ -46485,7 +46485,7 @@ export interface Ltx2322bVideoToVideoLoraInput {
46485
46485
  /**
46486
46486
  * Gradient Estimation Gamma
46487
46487
  * @description The gamma of gradient estimation during denoising. Set to 0 to disable.
46488
- * @default 0
46488
+ * @default 2
46489
46489
  */
46490
46490
  gradient_estimation_gamma?: number;
46491
46491
  /**
@@ -46520,7 +46520,7 @@ export interface Ltx2322bVideoToVideoLoraInput {
46520
46520
  /**
46521
46521
  * Number of Inference Steps
46522
46522
  * @description The number of inference steps to use.
46523
- * @default 15
46523
+ * @default 40
46524
46524
  */
46525
46525
  num_inference_steps?: number;
46526
46526
  /**
@@ -46532,8 +46532,8 @@ export interface Ltx2322bVideoToVideoLoraInput {
46532
46532
  /**
46533
46533
  * Scheduler
46534
46534
  * @description The scheduler to use.
46535
- * @default beta
46536
- * @example beta
46535
+ * @default ltx2
46536
+ * @example ltx2
46537
46537
  * @enum {string}
46538
46538
  */
46539
46539
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -46557,7 +46557,7 @@ export interface Ltx2322bVideoToVideoLoraInput {
46557
46557
  /**
46558
46558
  * Use Restart Sampling
46559
46559
  * @description Whether to use restart sampling. This will inject a small amount of noise during each denoising step, which can help improve the quality of the generated video.
46560
- * @default true
46560
+ * @default false
46561
46561
  */
46562
46562
  use_restart_sampling?: boolean;
46563
46563
  /**
@@ -46589,7 +46589,7 @@ export interface Ltx2322bVideoToVideoLoraInput {
46589
46589
  /**
46590
46590
  * Video Rescaling Scale
46591
46591
  * @description The rescaling scale for the video. Controls the ratio between classifier-free guidance and spatiotemporal guidance.
46592
- * @default 0.85
46592
+ * @default 0.7
46593
46593
  */
46594
46594
  video_rescaling_scale?: number;
46595
46595
  /**
@@ -46611,7 +46611,7 @@ export interface Ltx2322bVideoToVideoLoraInput {
46611
46611
  /**
46612
46612
  * Video STG Scale
46613
46613
  * @description The Spatiotemporal Guidance (STG) scale for the video. Higher values result in more consistent and focused video content.
46614
- * @default 1
46614
+ * @default 0
46615
46615
  */
46616
46616
  video_stg_scale?: number;
46617
46617
  /**
@@ -46635,14 +46635,14 @@ export interface Ltx2322bVideoToVideoLoraInput {
46635
46635
  video_write_mode?: 'fast' | 'balanced' | 'small';
46636
46636
  }
46637
46637
 
46638
- export interface Ltx2322bVideoToVideoLoraOutput extends SharedType_ea7 {}
46638
+ export interface Ltx2322bVideoToVideoLoraOutput extends SharedType_0ef {}
46639
46639
 
46640
46640
  export interface Ltx2322bVideoToVideoInput {
46641
46641
  /**
46642
46642
  * Acceleration
46643
46643
  * @description The acceleration level to use.
46644
- * @default none
46645
- * @example none
46644
+ * @default regular
46645
+ * @example regular
46646
46646
  * @enum {string}
46647
46647
  */
46648
46648
  acceleration?: 'none' | 'regular' | 'high' | 'full';
@@ -46737,7 +46737,7 @@ export interface Ltx2322bVideoToVideoInput {
46737
46737
  /**
46738
46738
  * Gradient Estimation Gamma
46739
46739
  * @description The gamma of gradient estimation during denoising. Set to 0 to disable.
46740
- * @default 0
46740
+ * @default 2
46741
46741
  */
46742
46742
  gradient_estimation_gamma?: number;
46743
46743
  /**
@@ -46767,7 +46767,7 @@ export interface Ltx2322bVideoToVideoInput {
46767
46767
  /**
46768
46768
  * Number of Inference Steps
46769
46769
  * @description The number of inference steps to use.
46770
- * @default 15
46770
+ * @default 40
46771
46771
  */
46772
46772
  num_inference_steps?: number;
46773
46773
  /**
@@ -46779,8 +46779,8 @@ export interface Ltx2322bVideoToVideoInput {
46779
46779
  /**
46780
46780
  * Scheduler
46781
46781
  * @description The scheduler to use.
46782
- * @default beta
46783
- * @example beta
46782
+ * @default ltx2
46783
+ * @example ltx2
46784
46784
  * @enum {string}
46785
46785
  */
46786
46786
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -46804,7 +46804,7 @@ export interface Ltx2322bVideoToVideoInput {
46804
46804
  /**
46805
46805
  * Use Restart Sampling
46806
46806
  * @description Whether to use restart sampling. This will inject a small amount of noise during each denoising step, which can help improve the quality of the generated video.
46807
- * @default true
46807
+ * @default false
46808
46808
  */
46809
46809
  use_restart_sampling?: boolean;
46810
46810
  /**
@@ -46836,7 +46836,7 @@ export interface Ltx2322bVideoToVideoInput {
46836
46836
  /**
46837
46837
  * Video Rescaling Scale
46838
46838
  * @description The rescaling scale for the video. Controls the ratio between classifier-free guidance and spatiotemporal guidance.
46839
- * @default 0.85
46839
+ * @default 0.7
46840
46840
  */
46841
46841
  video_rescaling_scale?: number;
46842
46842
  /**
@@ -46858,7 +46858,7 @@ export interface Ltx2322bVideoToVideoInput {
46858
46858
  /**
46859
46859
  * Video STG Scale
46860
46860
  * @description The Spatiotemporal Guidance (STG) scale for the video. Higher values result in more consistent and focused video content.
46861
- * @default 1
46861
+ * @default 0
46862
46862
  */
46863
46863
  video_stg_scale?: number;
46864
46864
  /**
@@ -46882,14 +46882,14 @@ export interface Ltx2322bVideoToVideoInput {
46882
46882
  video_write_mode?: 'fast' | 'balanced' | 'small';
46883
46883
  }
46884
46884
 
46885
- export interface Ltx2322bVideoToVideoOutput extends SharedType_ea7 {}
46885
+ export interface Ltx2322bVideoToVideoOutput extends SharedType_0ef {}
46886
46886
 
46887
46887
  export interface Ltx2322bTextToVideoLoraInput {
46888
46888
  /**
46889
46889
  * Acceleration
46890
46890
  * @description The acceleration level to use.
46891
- * @default none
46892
- * @example none
46891
+ * @default regular
46892
+ * @example regular
46893
46893
  * @enum {string}
46894
46894
  */
46895
46895
  acceleration?: 'none' | 'regular' | 'high' | 'full';
@@ -46978,7 +46978,7 @@ export interface Ltx2322bTextToVideoLoraInput {
46978
46978
  /**
46979
46979
  * Gradient Estimation Gamma
46980
46980
  * @description The gamma of gradient estimation during denoising. Set to 0 to disable.
46981
- * @default 0
46981
+ * @default 2
46982
46982
  */
46983
46983
  gradient_estimation_gamma?: number;
46984
46984
  /**
@@ -47001,7 +47001,7 @@ export interface Ltx2322bTextToVideoLoraInput {
47001
47001
  /**
47002
47002
  * Number of Inference Steps
47003
47003
  * @description The number of inference steps to use.
47004
- * @default 15
47004
+ * @default 40
47005
47005
  */
47006
47006
  num_inference_steps?: number;
47007
47007
  /**
@@ -47013,8 +47013,8 @@ export interface Ltx2322bTextToVideoLoraInput {
47013
47013
  /**
47014
47014
  * Scheduler
47015
47015
  * @description The scheduler to use.
47016
- * @default beta
47017
- * @example beta
47016
+ * @default ltx2
47017
+ * @example ltx2
47018
47018
  * @enum {string}
47019
47019
  */
47020
47020
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -47038,7 +47038,7 @@ export interface Ltx2322bTextToVideoLoraInput {
47038
47038
  /**
47039
47039
  * Use Restart Sampling
47040
47040
  * @description Whether to use restart sampling. This will inject a small amount of noise during each denoising step, which can help improve the quality of the generated video.
47041
- * @default true
47041
+ * @default false
47042
47042
  */
47043
47043
  use_restart_sampling?: boolean;
47044
47044
  /**
@@ -47070,7 +47070,7 @@ export interface Ltx2322bTextToVideoLoraInput {
47070
47070
  /**
47071
47071
  * Video Rescaling Scale
47072
47072
  * @description The rescaling scale for the video. Controls the ratio between classifier-free guidance and spatiotemporal guidance.
47073
- * @default 0.85
47073
+ * @default 0.7
47074
47074
  */
47075
47075
  video_rescaling_scale?: number;
47076
47076
  /**
@@ -47091,7 +47091,7 @@ export interface Ltx2322bTextToVideoLoraInput {
47091
47091
  /**
47092
47092
  * Video STG Scale
47093
47093
  * @description The Spatiotemporal Guidance (STG) scale for the video. Higher values result in more consistent and focused video content.
47094
- * @default 1
47094
+ * @default 0
47095
47095
  */
47096
47096
  video_stg_scale?: number;
47097
47097
  /**
@@ -47103,14 +47103,14 @@ export interface Ltx2322bTextToVideoLoraInput {
47103
47103
  video_write_mode?: 'fast' | 'balanced' | 'small';
47104
47104
  }
47105
47105
 
47106
- export interface Ltx2322bTextToVideoLoraOutput extends SharedType_152 {}
47106
+ export interface Ltx2322bTextToVideoLoraOutput extends SharedType_4f1 {}
47107
47107
 
47108
47108
  export interface Ltx2322bTextToVideoInput {
47109
47109
  /**
47110
47110
  * Acceleration
47111
47111
  * @description The acceleration level to use.
47112
- * @default none
47113
- * @example none
47112
+ * @default regular
47113
+ * @example regular
47114
47114
  * @enum {string}
47115
47115
  */
47116
47116
  acceleration?: 'none' | 'regular' | 'high' | 'full';
@@ -47199,7 +47199,7 @@ export interface Ltx2322bTextToVideoInput {
47199
47199
  /**
47200
47200
  * Gradient Estimation Gamma
47201
47201
  * @description The gamma of gradient estimation during denoising. Set to 0 to disable.
47202
- * @default 0
47202
+ * @default 2
47203
47203
  */
47204
47204
  gradient_estimation_gamma?: number;
47205
47205
  /**
@@ -47217,7 +47217,7 @@ export interface Ltx2322bTextToVideoInput {
47217
47217
  /**
47218
47218
  * Number of Inference Steps
47219
47219
  * @description The number of inference steps to use.
47220
- * @default 15
47220
+ * @default 40
47221
47221
  */
47222
47222
  num_inference_steps?: number;
47223
47223
  /**
@@ -47229,8 +47229,8 @@ export interface Ltx2322bTextToVideoInput {
47229
47229
  /**
47230
47230
  * Scheduler
47231
47231
  * @description The scheduler to use.
47232
- * @default beta
47233
- * @example beta
47232
+ * @default ltx2
47233
+ * @example ltx2
47234
47234
  * @enum {string}
47235
47235
  */
47236
47236
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -47254,7 +47254,7 @@ export interface Ltx2322bTextToVideoInput {
47254
47254
  /**
47255
47255
  * Use Restart Sampling
47256
47256
  * @description Whether to use restart sampling. This will inject a small amount of noise during each denoising step, which can help improve the quality of the generated video.
47257
- * @default true
47257
+ * @default false
47258
47258
  */
47259
47259
  use_restart_sampling?: boolean;
47260
47260
  /**
@@ -47286,7 +47286,7 @@ export interface Ltx2322bTextToVideoInput {
47286
47286
  /**
47287
47287
  * Video Rescaling Scale
47288
47288
  * @description The rescaling scale for the video. Controls the ratio between classifier-free guidance and spatiotemporal guidance.
47289
- * @default 0.85
47289
+ * @default 0.7
47290
47290
  */
47291
47291
  video_rescaling_scale?: number;
47292
47292
  /**
@@ -47307,7 +47307,7 @@ export interface Ltx2322bTextToVideoInput {
47307
47307
  /**
47308
47308
  * Video STG Scale
47309
47309
  * @description The Spatiotemporal Guidance (STG) scale for the video. Higher values result in more consistent and focused video content.
47310
- * @default 1
47310
+ * @default 0
47311
47311
  */
47312
47312
  video_stg_scale?: number;
47313
47313
  /**
@@ -47319,14 +47319,14 @@ export interface Ltx2322bTextToVideoInput {
47319
47319
  video_write_mode?: 'fast' | 'balanced' | 'small';
47320
47320
  }
47321
47321
 
47322
- export interface Ltx2322bTextToVideoOutput extends SharedType_152 {}
47322
+ export interface Ltx2322bTextToVideoOutput extends SharedType_4f1 {}
47323
47323
 
47324
47324
  export interface Ltx2322bReferenceVideoToVideoLoraInput {
47325
47325
  /**
47326
47326
  * Acceleration
47327
47327
  * @description The acceleration level to use.
47328
- * @default none
47329
- * @example none
47328
+ * @default regular
47329
+ * @example regular
47330
47330
  * @enum {string}
47331
47331
  */
47332
47332
  acceleration?: 'none' | 'regular' | 'high' | 'full';
@@ -47431,7 +47431,7 @@ export interface Ltx2322bReferenceVideoToVideoLoraInput {
47431
47431
  /**
47432
47432
  * Gradient Estimation Gamma
47433
47433
  * @description The gamma of gradient estimation during denoising. Set to 0 to disable.
47434
- * @default 0
47434
+ * @default 2
47435
47435
  */
47436
47436
  gradient_estimation_gamma?: number;
47437
47437
  /**
@@ -47479,7 +47479,7 @@ export interface Ltx2322bReferenceVideoToVideoLoraInput {
47479
47479
  /**
47480
47480
  * Number of Inference Steps
47481
47481
  * @description The number of inference steps to use.
47482
- * @default 15
47482
+ * @default 40
47483
47483
  */
47484
47484
  num_inference_steps?: number;
47485
47485
  /**
@@ -47498,8 +47498,8 @@ export interface Ltx2322bReferenceVideoToVideoLoraInput {
47498
47498
  /**
47499
47499
  * Scheduler
47500
47500
  * @description The scheduler to use.
47501
- * @default beta
47502
- * @example beta
47501
+ * @default ltx2
47502
+ * @example ltx2
47503
47503
  * @enum {string}
47504
47504
  */
47505
47505
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -47523,7 +47523,7 @@ export interface Ltx2322bReferenceVideoToVideoLoraInput {
47523
47523
  /**
47524
47524
  * Use Restart Sampling
47525
47525
  * @description Whether to use restart sampling. This will inject a small amount of noise during each denoising step, which can help improve the quality of the generated video.
47526
- * @default true
47526
+ * @default false
47527
47527
  */
47528
47528
  use_restart_sampling?: boolean;
47529
47529
  /**
@@ -47555,7 +47555,7 @@ export interface Ltx2322bReferenceVideoToVideoLoraInput {
47555
47555
  /**
47556
47556
  * Video Rescaling Scale
47557
47557
  * @description The rescaling scale for the video. Controls the ratio between classifier-free guidance and spatiotemporal guidance.
47558
- * @default 0.85
47558
+ * @default 0.7
47559
47559
  */
47560
47560
  video_rescaling_scale?: number;
47561
47561
  /**
@@ -47577,7 +47577,7 @@ export interface Ltx2322bReferenceVideoToVideoLoraInput {
47577
47577
  /**
47578
47578
  * Video STG Scale
47579
47579
  * @description The Spatiotemporal Guidance (STG) scale for the video. Higher values result in more consistent and focused video content.
47580
- * @default 1
47580
+ * @default 0
47581
47581
  */
47582
47582
  video_stg_scale?: number;
47583
47583
  /**
@@ -47601,14 +47601,14 @@ export interface Ltx2322bReferenceVideoToVideoLoraInput {
47601
47601
  video_write_mode?: 'fast' | 'balanced' | 'small';
47602
47602
  }
47603
47603
 
47604
- export interface Ltx2322bReferenceVideoToVideoLoraOutput extends SharedType_9dd {}
47604
+ export interface Ltx2322bReferenceVideoToVideoLoraOutput extends SharedType_ac9 {}
47605
47605
 
47606
47606
  export interface Ltx2322bReferenceVideoToVideoInput {
47607
47607
  /**
47608
47608
  * Acceleration
47609
47609
  * @description The acceleration level to use.
47610
- * @default none
47611
- * @example none
47610
+ * @default regular
47611
+ * @example regular
47612
47612
  * @enum {string}
47613
47613
  */
47614
47614
  acceleration?: 'none' | 'regular' | 'high' | 'full';
@@ -47713,7 +47713,7 @@ export interface Ltx2322bReferenceVideoToVideoInput {
47713
47713
  /**
47714
47714
  * Gradient Estimation Gamma
47715
47715
  * @description The gamma of gradient estimation during denoising. Set to 0 to disable.
47716
- * @default 0
47716
+ * @default 2
47717
47717
  */
47718
47718
  gradient_estimation_gamma?: number;
47719
47719
  /**
@@ -47756,7 +47756,7 @@ export interface Ltx2322bReferenceVideoToVideoInput {
47756
47756
  /**
47757
47757
  * Number of Inference Steps
47758
47758
  * @description The number of inference steps to use.
47759
- * @default 15
47759
+ * @default 40
47760
47760
  */
47761
47761
  num_inference_steps?: number;
47762
47762
  /**
@@ -47775,8 +47775,8 @@ export interface Ltx2322bReferenceVideoToVideoInput {
47775
47775
  /**
47776
47776
  * Scheduler
47777
47777
  * @description The scheduler to use.
47778
- * @default beta
47779
- * @example beta
47778
+ * @default ltx2
47779
+ * @example ltx2
47780
47780
  * @enum {string}
47781
47781
  */
47782
47782
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -47800,7 +47800,7 @@ export interface Ltx2322bReferenceVideoToVideoInput {
47800
47800
  /**
47801
47801
  * Use Restart Sampling
47802
47802
  * @description Whether to use restart sampling. This will inject a small amount of noise during each denoising step, which can help improve the quality of the generated video.
47803
- * @default true
47803
+ * @default false
47804
47804
  */
47805
47805
  use_restart_sampling?: boolean;
47806
47806
  /**
@@ -47832,7 +47832,7 @@ export interface Ltx2322bReferenceVideoToVideoInput {
47832
47832
  /**
47833
47833
  * Video Rescaling Scale
47834
47834
  * @description The rescaling scale for the video. Controls the ratio between classifier-free guidance and spatiotemporal guidance.
47835
- * @default 0.85
47835
+ * @default 0.7
47836
47836
  */
47837
47837
  video_rescaling_scale?: number;
47838
47838
  /**
@@ -47854,7 +47854,7 @@ export interface Ltx2322bReferenceVideoToVideoInput {
47854
47854
  /**
47855
47855
  * Video STG Scale
47856
47856
  * @description The Spatiotemporal Guidance (STG) scale for the video. Higher values result in more consistent and focused video content.
47857
- * @default 1
47857
+ * @default 0
47858
47858
  */
47859
47859
  video_stg_scale?: number;
47860
47860
  /**
@@ -47878,14 +47878,14 @@ export interface Ltx2322bReferenceVideoToVideoInput {
47878
47878
  video_write_mode?: 'fast' | 'balanced' | 'small';
47879
47879
  }
47880
47880
 
47881
- export interface Ltx2322bReferenceVideoToVideoOutput extends SharedType_9dd {}
47881
+ export interface Ltx2322bReferenceVideoToVideoOutput extends SharedType_ac9 {}
47882
47882
 
47883
47883
  export interface Ltx2322bImageToVideoLoraInput {
47884
47884
  /**
47885
47885
  * Acceleration
47886
47886
  * @description The acceleration level to use.
47887
- * @default none
47888
- * @example none
47887
+ * @default regular
47888
+ * @example regular
47889
47889
  * @enum {string}
47890
47890
  */
47891
47891
  acceleration?: 'none' | 'regular' | 'high' | 'full';
@@ -47985,7 +47985,7 @@ export interface Ltx2322bImageToVideoLoraInput {
47985
47985
  /**
47986
47986
  * Gradient Estimation Gamma
47987
47987
  * @description The gamma of gradient estimation during denoising. Set to 0 to disable.
47988
- * @default 0
47988
+ * @default 2
47989
47989
  */
47990
47990
  gradient_estimation_gamma?: number;
47991
47991
  /**
@@ -48027,7 +48027,7 @@ export interface Ltx2322bImageToVideoLoraInput {
48027
48027
  /**
48028
48028
  * Number of Inference Steps
48029
48029
  * @description The number of inference steps to use.
48030
- * @default 15
48030
+ * @default 40
48031
48031
  */
48032
48032
  num_inference_steps?: number;
48033
48033
  /**
@@ -48039,8 +48039,8 @@ export interface Ltx2322bImageToVideoLoraInput {
48039
48039
  /**
48040
48040
  * Scheduler
48041
48041
  * @description The scheduler to use.
48042
- * @default beta
48043
- * @example beta
48042
+ * @default ltx2
48043
+ * @example ltx2
48044
48044
  * @enum {string}
48045
48045
  */
48046
48046
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -48064,7 +48064,7 @@ export interface Ltx2322bImageToVideoLoraInput {
48064
48064
  /**
48065
48065
  * Use Restart Sampling
48066
48066
  * @description Whether to use restart sampling. This will inject a small amount of noise during each denoising step, which can help improve the quality of the generated video.
48067
- * @default true
48067
+ * @default false
48068
48068
  */
48069
48069
  use_restart_sampling?: boolean;
48070
48070
  /**
@@ -48096,7 +48096,7 @@ export interface Ltx2322bImageToVideoLoraInput {
48096
48096
  /**
48097
48097
  * Video Rescaling Scale
48098
48098
  * @description The rescaling scale for the video. Controls the ratio between classifier-free guidance and spatiotemporal guidance.
48099
- * @default 0.85
48099
+ * @default 0.7
48100
48100
  */
48101
48101
  video_rescaling_scale?: number;
48102
48102
  /**
@@ -48118,7 +48118,7 @@ export interface Ltx2322bImageToVideoLoraInput {
48118
48118
  /**
48119
48119
  * Video STG Scale
48120
48120
  * @description The Spatiotemporal Guidance (STG) scale for the video. Higher values result in more consistent and focused video content.
48121
- * @default 1
48121
+ * @default 0
48122
48122
  */
48123
48123
  video_stg_scale?: number;
48124
48124
  /**
@@ -48130,14 +48130,14 @@ export interface Ltx2322bImageToVideoLoraInput {
48130
48130
  video_write_mode?: 'fast' | 'balanced' | 'small';
48131
48131
  }
48132
48132
 
48133
- export interface Ltx2322bImageToVideoLoraOutput extends SharedType_63a {}
48133
+ export interface Ltx2322bImageToVideoLoraOutput extends SharedType_617 {}
48134
48134
 
48135
48135
  export interface Ltx2322bImageToVideoInput {
48136
48136
  /**
48137
48137
  * Acceleration
48138
48138
  * @description The acceleration level to use.
48139
- * @default none
48140
- * @example none
48139
+ * @default regular
48140
+ * @example regular
48141
48141
  * @enum {string}
48142
48142
  */
48143
48143
  acceleration?: 'none' | 'regular' | 'high' | 'full';
@@ -48237,7 +48237,7 @@ export interface Ltx2322bImageToVideoInput {
48237
48237
  /**
48238
48238
  * Gradient Estimation Gamma
48239
48239
  * @description The gamma of gradient estimation during denoising. Set to 0 to disable.
48240
- * @default 0
48240
+ * @default 2
48241
48241
  */
48242
48242
  gradient_estimation_gamma?: number;
48243
48243
  /**
@@ -48274,7 +48274,7 @@ export interface Ltx2322bImageToVideoInput {
48274
48274
  /**
48275
48275
  * Number of Inference Steps
48276
48276
  * @description The number of inference steps to use.
48277
- * @default 15
48277
+ * @default 40
48278
48278
  */
48279
48279
  num_inference_steps?: number;
48280
48280
  /**
@@ -48286,8 +48286,8 @@ export interface Ltx2322bImageToVideoInput {
48286
48286
  /**
48287
48287
  * Scheduler
48288
48288
  * @description The scheduler to use.
48289
- * @default beta
48290
- * @example beta
48289
+ * @default ltx2
48290
+ * @example ltx2
48291
48291
  * @enum {string}
48292
48292
  */
48293
48293
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -48311,7 +48311,7 @@ export interface Ltx2322bImageToVideoInput {
48311
48311
  /**
48312
48312
  * Use Restart Sampling
48313
48313
  * @description Whether to use restart sampling. This will inject a small amount of noise during each denoising step, which can help improve the quality of the generated video.
48314
- * @default true
48314
+ * @default false
48315
48315
  */
48316
48316
  use_restart_sampling?: boolean;
48317
48317
  /**
@@ -48343,7 +48343,7 @@ export interface Ltx2322bImageToVideoInput {
48343
48343
  /**
48344
48344
  * Video Rescaling Scale
48345
48345
  * @description The rescaling scale for the video. Controls the ratio between classifier-free guidance and spatiotemporal guidance.
48346
- * @default 0.85
48346
+ * @default 0.7
48347
48347
  */
48348
48348
  video_rescaling_scale?: number;
48349
48349
  /**
@@ -48365,7 +48365,7 @@ export interface Ltx2322bImageToVideoInput {
48365
48365
  /**
48366
48366
  * Video STG Scale
48367
48367
  * @description The Spatiotemporal Guidance (STG) scale for the video. Higher values result in more consistent and focused video content.
48368
- * @default 1
48368
+ * @default 0
48369
48369
  */
48370
48370
  video_stg_scale?: number;
48371
48371
  /**
@@ -48377,14 +48377,14 @@ export interface Ltx2322bImageToVideoInput {
48377
48377
  video_write_mode?: 'fast' | 'balanced' | 'small';
48378
48378
  }
48379
48379
 
48380
- export interface Ltx2322bImageToVideoOutput extends SharedType_63a {}
48380
+ export interface Ltx2322bImageToVideoOutput extends SharedType_617 {}
48381
48381
 
48382
48382
  export interface Ltx2322bExtendVideoLoraInput {
48383
48383
  /**
48384
48384
  * Acceleration
48385
48385
  * @description The acceleration level to use.
48386
- * @default none
48387
- * @example none
48386
+ * @default regular
48387
+ * @example regular
48388
48388
  * @enum {string}
48389
48389
  */
48390
48390
  acceleration?: 'none' | 'regular' | 'high' | 'full';
@@ -48497,7 +48497,7 @@ export interface Ltx2322bExtendVideoLoraInput {
48497
48497
  /**
48498
48498
  * Gradient Estimation Gamma
48499
48499
  * @description The gamma of gradient estimation during denoising. Set to 0 to disable.
48500
- * @default 0
48500
+ * @default 2
48501
48501
  */
48502
48502
  gradient_estimation_gamma?: number;
48503
48503
  /**
@@ -48532,7 +48532,7 @@ export interface Ltx2322bExtendVideoLoraInput {
48532
48532
  /**
48533
48533
  * Number of Inference Steps
48534
48534
  * @description The number of inference steps to use.
48535
- * @default 15
48535
+ * @default 40
48536
48536
  */
48537
48537
  num_inference_steps?: number;
48538
48538
  /**
@@ -48544,8 +48544,8 @@ export interface Ltx2322bExtendVideoLoraInput {
48544
48544
  /**
48545
48545
  * Scheduler
48546
48546
  * @description The scheduler to use.
48547
- * @default beta
48548
- * @example beta
48547
+ * @default ltx2
48548
+ * @example ltx2
48549
48549
  * @enum {string}
48550
48550
  */
48551
48551
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -48569,7 +48569,7 @@ export interface Ltx2322bExtendVideoLoraInput {
48569
48569
  /**
48570
48570
  * Use Restart Sampling
48571
48571
  * @description Whether to use restart sampling. This will inject a small amount of noise during each denoising step, which can help improve the quality of the generated video.
48572
- * @default true
48572
+ * @default false
48573
48573
  */
48574
48574
  use_restart_sampling?: boolean;
48575
48575
  /**
@@ -48601,7 +48601,7 @@ export interface Ltx2322bExtendVideoLoraInput {
48601
48601
  /**
48602
48602
  * Video Rescaling Scale
48603
48603
  * @description The rescaling scale for the video. Controls the ratio between classifier-free guidance and spatiotemporal guidance.
48604
- * @default 0.85
48604
+ * @default 0.7
48605
48605
  */
48606
48606
  video_rescaling_scale?: number;
48607
48607
  /**
@@ -48623,7 +48623,7 @@ export interface Ltx2322bExtendVideoLoraInput {
48623
48623
  /**
48624
48624
  * Video STG Scale
48625
48625
  * @description The Spatiotemporal Guidance (STG) scale for the video. Higher values result in more consistent and focused video content.
48626
- * @default 1
48626
+ * @default 0
48627
48627
  */
48628
48628
  video_stg_scale?: number;
48629
48629
  /**
@@ -48647,14 +48647,14 @@ export interface Ltx2322bExtendVideoLoraInput {
48647
48647
  video_write_mode?: 'fast' | 'balanced' | 'small';
48648
48648
  }
48649
48649
 
48650
- export interface Ltx2322bExtendVideoLoraOutput extends SharedType_9ec {}
48650
+ export interface Ltx2322bExtendVideoLoraOutput extends SharedType_0d4 {}
48651
48651
 
48652
48652
  export interface Ltx2322bExtendVideoInput {
48653
48653
  /**
48654
48654
  * Acceleration
48655
48655
  * @description The acceleration level to use.
48656
- * @default none
48657
- * @example none
48656
+ * @default regular
48657
+ * @example regular
48658
48658
  * @enum {string}
48659
48659
  */
48660
48660
  acceleration?: 'none' | 'regular' | 'high' | 'full';
@@ -48767,7 +48767,7 @@ export interface Ltx2322bExtendVideoInput {
48767
48767
  /**
48768
48768
  * Gradient Estimation Gamma
48769
48769
  * @description The gamma of gradient estimation during denoising. Set to 0 to disable.
48770
- * @default 0
48770
+ * @default 2
48771
48771
  */
48772
48772
  gradient_estimation_gamma?: number;
48773
48773
  /**
@@ -48797,7 +48797,7 @@ export interface Ltx2322bExtendVideoInput {
48797
48797
  /**
48798
48798
  * Number of Inference Steps
48799
48799
  * @description The number of inference steps to use.
48800
- * @default 15
48800
+ * @default 40
48801
48801
  */
48802
48802
  num_inference_steps?: number;
48803
48803
  /**
@@ -48809,8 +48809,8 @@ export interface Ltx2322bExtendVideoInput {
48809
48809
  /**
48810
48810
  * Scheduler
48811
48811
  * @description The scheduler to use.
48812
- * @default beta
48813
- * @example beta
48812
+ * @default ltx2
48813
+ * @example ltx2
48814
48814
  * @enum {string}
48815
48815
  */
48816
48816
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -48834,7 +48834,7 @@ export interface Ltx2322bExtendVideoInput {
48834
48834
  /**
48835
48835
  * Use Restart Sampling
48836
48836
  * @description Whether to use restart sampling. This will inject a small amount of noise during each denoising step, which can help improve the quality of the generated video.
48837
- * @default true
48837
+ * @default false
48838
48838
  */
48839
48839
  use_restart_sampling?: boolean;
48840
48840
  /**
@@ -48866,7 +48866,7 @@ export interface Ltx2322bExtendVideoInput {
48866
48866
  /**
48867
48867
  * Video Rescaling Scale
48868
48868
  * @description The rescaling scale for the video. Controls the ratio between classifier-free guidance and spatiotemporal guidance.
48869
- * @default 0.85
48869
+ * @default 0.7
48870
48870
  */
48871
48871
  video_rescaling_scale?: number;
48872
48872
  /**
@@ -48888,7 +48888,7 @@ export interface Ltx2322bExtendVideoInput {
48888
48888
  /**
48889
48889
  * Video STG Scale
48890
48890
  * @description The Spatiotemporal Guidance (STG) scale for the video. Higher values result in more consistent and focused video content.
48891
- * @default 1
48891
+ * @default 0
48892
48892
  */
48893
48893
  video_stg_scale?: number;
48894
48894
  /**
@@ -48912,7 +48912,7 @@ export interface Ltx2322bExtendVideoInput {
48912
48912
  video_write_mode?: 'fast' | 'balanced' | 'small';
48913
48913
  }
48914
48914
 
48915
- export interface Ltx2322bExtendVideoOutput extends SharedType_9ec {}
48915
+ export interface Ltx2322bExtendVideoOutput extends SharedType_0d4 {}
48916
48916
 
48917
48917
  export interface Ltx2322bDistilledVideoToVideoLoraInput {
48918
48918
  /**
@@ -49019,8 +49019,8 @@ export interface Ltx2322bDistilledVideoToVideoLoraInput {
49019
49019
  /**
49020
49020
  * Scheduler
49021
49021
  * @description The scheduler to use.
49022
- * @default beta
49023
- * @example beta
49022
+ * @default ltx2
49023
+ * @example ltx2
49024
49024
  * @enum {string}
49025
49025
  */
49026
49026
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -49092,7 +49092,7 @@ export interface Ltx2322bDistilledVideoToVideoLoraInput {
49092
49092
  video_write_mode?: 'fast' | 'balanced' | 'small';
49093
49093
  }
49094
49094
 
49095
- export interface Ltx2322bDistilledVideoToVideoLoraOutput extends SharedType_ea7 {}
49095
+ export interface Ltx2322bDistilledVideoToVideoLoraOutput extends SharedType_0ef {}
49096
49096
 
49097
49097
  export interface Ltx2322bDistilledVideoToVideoInput {
49098
49098
  /**
@@ -49194,8 +49194,8 @@ export interface Ltx2322bDistilledVideoToVideoInput {
49194
49194
  /**
49195
49195
  * Scheduler
49196
49196
  * @description The scheduler to use.
49197
- * @default beta
49198
- * @example beta
49197
+ * @default ltx2
49198
+ * @example ltx2
49199
49199
  * @enum {string}
49200
49200
  */
49201
49201
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -49267,7 +49267,7 @@ export interface Ltx2322bDistilledVideoToVideoInput {
49267
49267
  video_write_mode?: 'fast' | 'balanced' | 'small';
49268
49268
  }
49269
49269
 
49270
- export interface Ltx2322bDistilledVideoToVideoOutput extends SharedType_ea7 {}
49270
+ export interface Ltx2322bDistilledVideoToVideoOutput extends SharedType_0ef {}
49271
49271
 
49272
49272
  export interface Ltx2322bDistilledTextToVideoLoraInput {
49273
49273
  /**
@@ -49356,8 +49356,8 @@ export interface Ltx2322bDistilledTextToVideoLoraInput {
49356
49356
  /**
49357
49357
  * Scheduler
49358
49358
  * @description The scheduler to use.
49359
- * @default beta
49360
- * @example beta
49359
+ * @default ltx2
49360
+ * @example ltx2
49361
49361
  * @enum {string}
49362
49362
  */
49363
49363
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -49416,7 +49416,7 @@ export interface Ltx2322bDistilledTextToVideoLoraInput {
49416
49416
  video_write_mode?: 'fast' | 'balanced' | 'small';
49417
49417
  }
49418
49418
 
49419
- export interface Ltx2322bDistilledTextToVideoLoraOutput extends SharedType_152 {}
49419
+ export interface Ltx2322bDistilledTextToVideoLoraOutput extends SharedType_4f1 {}
49420
49420
 
49421
49421
  export interface Ltx2322bDistilledTextToVideoInput {
49422
49422
  /**
@@ -49500,8 +49500,8 @@ export interface Ltx2322bDistilledTextToVideoInput {
49500
49500
  /**
49501
49501
  * Scheduler
49502
49502
  * @description The scheduler to use.
49503
- * @default beta
49504
- * @example beta
49503
+ * @default ltx2
49504
+ * @example ltx2
49505
49505
  * @enum {string}
49506
49506
  */
49507
49507
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -49560,7 +49560,7 @@ export interface Ltx2322bDistilledTextToVideoInput {
49560
49560
  video_write_mode?: 'fast' | 'balanced' | 'small';
49561
49561
  }
49562
49562
 
49563
- export interface Ltx2322bDistilledTextToVideoOutput extends SharedType_152 {}
49563
+ export interface Ltx2322bDistilledTextToVideoOutput extends SharedType_4f1 {}
49564
49564
 
49565
49565
  export interface Ltx2322bDistilledReferenceVideoToVideoLoraInput {
49566
49566
  /**
@@ -49697,8 +49697,8 @@ export interface Ltx2322bDistilledReferenceVideoToVideoLoraInput {
49697
49697
  /**
49698
49698
  * Scheduler
49699
49699
  * @description The scheduler to use.
49700
- * @default beta
49701
- * @example beta
49700
+ * @default ltx2
49701
+ * @example ltx2
49702
49702
  * @enum {string}
49703
49703
  */
49704
49704
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -49770,7 +49770,7 @@ export interface Ltx2322bDistilledReferenceVideoToVideoLoraInput {
49770
49770
  video_write_mode?: 'fast' | 'balanced' | 'small';
49771
49771
  }
49772
49772
 
49773
- export interface Ltx2322bDistilledReferenceVideoToVideoLoraOutput extends SharedType_9dd {}
49773
+ export interface Ltx2322bDistilledReferenceVideoToVideoLoraOutput extends SharedType_ac9 {}
49774
49774
 
49775
49775
  export interface Ltx2322bDistilledReferenceVideoToVideoInput {
49776
49776
  /**
@@ -49902,8 +49902,8 @@ export interface Ltx2322bDistilledReferenceVideoToVideoInput {
49902
49902
  /**
49903
49903
  * Scheduler
49904
49904
  * @description The scheduler to use.
49905
- * @default beta
49906
- * @example beta
49905
+ * @default ltx2
49906
+ * @example ltx2
49907
49907
  * @enum {string}
49908
49908
  */
49909
49909
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -49975,7 +49975,7 @@ export interface Ltx2322bDistilledReferenceVideoToVideoInput {
49975
49975
  video_write_mode?: 'fast' | 'balanced' | 'small';
49976
49976
  }
49977
49977
 
49978
- export interface Ltx2322bDistilledReferenceVideoToVideoOutput extends SharedType_9dd {}
49978
+ export interface Ltx2322bDistilledReferenceVideoToVideoOutput extends SharedType_ac9 {}
49979
49979
 
49980
49980
  export interface Ltx2322bDistilledImageToVideoLoraInput {
49981
49981
  /**
@@ -50094,8 +50094,8 @@ export interface Ltx2322bDistilledImageToVideoLoraInput {
50094
50094
  /**
50095
50095
  * Scheduler
50096
50096
  * @description The scheduler to use.
50097
- * @default beta
50098
- * @example beta
50097
+ * @default ltx2
50098
+ * @example ltx2
50099
50099
  * @enum {string}
50100
50100
  */
50101
50101
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -50155,7 +50155,7 @@ export interface Ltx2322bDistilledImageToVideoLoraInput {
50155
50155
  video_write_mode?: 'fast' | 'balanced' | 'small';
50156
50156
  }
50157
50157
 
50158
- export interface Ltx2322bDistilledImageToVideoLoraOutput extends SharedType_63a {}
50158
+ export interface Ltx2322bDistilledImageToVideoLoraOutput extends SharedType_617 {}
50159
50159
 
50160
50160
  export interface Ltx2322bDistilledImageToVideoInput {
50161
50161
  /**
@@ -50269,8 +50269,8 @@ export interface Ltx2322bDistilledImageToVideoInput {
50269
50269
  /**
50270
50270
  * Scheduler
50271
50271
  * @description The scheduler to use.
50272
- * @default beta
50273
- * @example beta
50272
+ * @default ltx2
50273
+ * @example ltx2
50274
50274
  * @enum {string}
50275
50275
  */
50276
50276
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -50330,7 +50330,7 @@ export interface Ltx2322bDistilledImageToVideoInput {
50330
50330
  video_write_mode?: 'fast' | 'balanced' | 'small';
50331
50331
  }
50332
50332
 
50333
- export interface Ltx2322bDistilledImageToVideoOutput extends SharedType_63a {}
50333
+ export interface Ltx2322bDistilledImageToVideoOutput extends SharedType_617 {}
50334
50334
 
50335
50335
  export interface Ltx2322bDistilledAudioToVideoLoraInput {
50336
50336
  /**
@@ -50460,8 +50460,8 @@ export interface Ltx2322bDistilledAudioToVideoLoraInput {
50460
50460
  /**
50461
50461
  * Scheduler
50462
50462
  * @description The scheduler to use.
50463
- * @default beta
50464
- * @example beta
50463
+ * @default ltx2
50464
+ * @example ltx2
50465
50465
  * @enum {string}
50466
50466
  */
50467
50467
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -50646,8 +50646,8 @@ export interface Ltx2322bDistilledAudioToVideoInput {
50646
50646
  /**
50647
50647
  * Scheduler
50648
50648
  * @description The scheduler to use.
50649
- * @default beta
50650
- * @example beta
50649
+ * @default ltx2
50650
+ * @example ltx2
50651
50651
  * @enum {string}
50652
50652
  */
50653
50653
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -50713,8 +50713,8 @@ export interface Ltx2322bAudioToVideoLoraInput {
50713
50713
  /**
50714
50714
  * Acceleration
50715
50715
  * @description The acceleration level to use.
50716
- * @default none
50717
- * @example none
50716
+ * @default regular
50717
+ * @example regular
50718
50718
  * @enum {string}
50719
50719
  */
50720
50720
  acceleration?: 'none' | 'regular' | 'high' | 'full';
@@ -50820,7 +50820,7 @@ export interface Ltx2322bAudioToVideoLoraInput {
50820
50820
  /**
50821
50821
  * Gradient Estimation Gamma
50822
50822
  * @description The gamma of gradient estimation during denoising. Set to 0 to disable.
50823
- * @default 0
50823
+ * @default 2
50824
50824
  */
50825
50825
  gradient_estimation_gamma?: number;
50826
50826
  /**
@@ -50861,7 +50861,7 @@ export interface Ltx2322bAudioToVideoLoraInput {
50861
50861
  /**
50862
50862
  * Number of Inference Steps
50863
50863
  * @description The number of inference steps to use.
50864
- * @default 15
50864
+ * @default 40
50865
50865
  */
50866
50866
  num_inference_steps?: number;
50867
50867
  /**
@@ -50879,8 +50879,8 @@ export interface Ltx2322bAudioToVideoLoraInput {
50879
50879
  /**
50880
50880
  * Scheduler
50881
50881
  * @description The scheduler to use.
50882
- * @default beta
50883
- * @example beta
50882
+ * @default ltx2
50883
+ * @example ltx2
50884
50884
  * @enum {string}
50885
50885
  */
50886
50886
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -50904,7 +50904,7 @@ export interface Ltx2322bAudioToVideoLoraInput {
50904
50904
  /**
50905
50905
  * Use Restart Sampling
50906
50906
  * @description Whether to use restart sampling. This will inject a small amount of noise during each denoising step, which can help improve the quality of the generated video.
50907
- * @default true
50907
+ * @default false
50908
50908
  */
50909
50909
  use_restart_sampling?: boolean;
50910
50910
  /**
@@ -50936,7 +50936,7 @@ export interface Ltx2322bAudioToVideoLoraInput {
50936
50936
  /**
50937
50937
  * Video Rescaling Scale
50938
50938
  * @description The rescaling scale for the video. Controls the ratio between classifier-free guidance and spatiotemporal guidance.
50939
- * @default 0.85
50939
+ * @default 0.7
50940
50940
  */
50941
50941
  video_rescaling_scale?: number;
50942
50942
  /**
@@ -50958,7 +50958,7 @@ export interface Ltx2322bAudioToVideoLoraInput {
50958
50958
  /**
50959
50959
  * Video STG Scale
50960
50960
  * @description The Spatiotemporal Guidance (STG) scale for the video. Higher values result in more consistent and focused video content.
50961
- * @default 1
50961
+ * @default 0
50962
50962
  */
50963
50963
  video_stg_scale?: number;
50964
50964
  /**
@@ -50976,8 +50976,8 @@ export interface Ltx2322bAudioToVideoInput {
50976
50976
  /**
50977
50977
  * Acceleration
50978
50978
  * @description The acceleration level to use.
50979
- * @default none
50980
- * @example none
50979
+ * @default regular
50980
+ * @example regular
50981
50981
  * @enum {string}
50982
50982
  */
50983
50983
  acceleration?: 'none' | 'regular' | 'high' | 'full';
@@ -51083,7 +51083,7 @@ export interface Ltx2322bAudioToVideoInput {
51083
51083
  /**
51084
51084
  * Gradient Estimation Gamma
51085
51085
  * @description The gamma of gradient estimation during denoising. Set to 0 to disable.
51086
- * @default 0
51086
+ * @default 2
51087
51087
  */
51088
51088
  gradient_estimation_gamma?: number;
51089
51089
  /**
@@ -51119,7 +51119,7 @@ export interface Ltx2322bAudioToVideoInput {
51119
51119
  /**
51120
51120
  * Number of Inference Steps
51121
51121
  * @description The number of inference steps to use.
51122
- * @default 15
51122
+ * @default 40
51123
51123
  */
51124
51124
  num_inference_steps?: number;
51125
51125
  /**
@@ -51137,8 +51137,8 @@ export interface Ltx2322bAudioToVideoInput {
51137
51137
  /**
51138
51138
  * Scheduler
51139
51139
  * @description The scheduler to use.
51140
- * @default beta
51141
- * @example beta
51140
+ * @default ltx2
51141
+ * @example ltx2
51142
51142
  * @enum {string}
51143
51143
  */
51144
51144
  scheduler?: 'ltx2' | 'linear_quadratic' | 'beta';
@@ -51162,7 +51162,7 @@ export interface Ltx2322bAudioToVideoInput {
51162
51162
  /**
51163
51163
  * Use Restart Sampling
51164
51164
  * @description Whether to use restart sampling. This will inject a small amount of noise during each denoising step, which can help improve the quality of the generated video.
51165
- * @default true
51165
+ * @default false
51166
51166
  */
51167
51167
  use_restart_sampling?: boolean;
51168
51168
  /**
@@ -51194,7 +51194,7 @@ export interface Ltx2322bAudioToVideoInput {
51194
51194
  /**
51195
51195
  * Video Rescaling Scale
51196
51196
  * @description The rescaling scale for the video. Controls the ratio between classifier-free guidance and spatiotemporal guidance.
51197
- * @default 0.85
51197
+ * @default 0.7
51198
51198
  */
51199
51199
  video_rescaling_scale?: number;
51200
51200
  /**
@@ -51216,7 +51216,7 @@ export interface Ltx2322bAudioToVideoInput {
51216
51216
  /**
51217
51217
  * Video STG Scale
51218
51218
  * @description The Spatiotemporal Guidance (STG) scale for the video. Higher values result in more consistent and focused video content.
51219
- * @default 1
51219
+ * @default 0
51220
51220
  */
51221
51221
  video_stg_scale?: number;
51222
51222
  /**
@@ -75240,12 +75240,12 @@ export interface FluxVisionUpscalerOutput {
75240
75240
  /**
75241
75241
  * @description The URL of the generated image.
75242
75242
  * @example {
75243
- * "file_name": "20TZeUQtQ8oKgsCKXSL81_StableSR_00002_.png",
75244
75243
  * "height": 2048,
75244
+ * "file_size": 8842156,
75245
75245
  * "content_type": "image/png",
75246
+ * "url": "https://v3b.fal.media/files/b/panda/20TZeUQtQ8oKgsCKXSL81_StableSR_00002_.png",
75246
75247
  * "width": 2048,
75247
- * "file_size": 8842156,
75248
- * "url": "https://v3b.fal.media/files/b/panda/20TZeUQtQ8oKgsCKXSL81_StableSR_00002_.png"
75248
+ * "file_name": "20TZeUQtQ8oKgsCKXSL81_StableSR_00002_.png"
75249
75249
  * }
75250
75250
  */
75251
75251
  image: Components.Image;
@@ -78416,8 +78416,8 @@ export interface Flux2LoraEditInput {
78416
78416
  * Image Size
78417
78417
  * @description The size of the image to generate. The width and height must be between 512 and 2048 pixels.
78418
78418
  * @example {
78419
- * "height": 1152,
78420
- * "width": 2016
78419
+ * "width": 2016,
78420
+ * "height": 1152
78421
78421
  * }
78422
78422
  */
78423
78423
  image_size?:
@@ -79689,8 +79689,8 @@ export interface Flux2EditInput {
79689
79689
  * Image Size
79690
79690
  * @description The size of the image to generate. The width and height must be between 512 and 2048 pixels.
79691
79691
  * @example {
79692
- * "height": 1152,
79693
- * "width": 2016
79692
+ * "width": 2016,
79693
+ * "height": 1152
79694
79694
  * }
79695
79695
  */
79696
79696
  image_size?:
@@ -81699,9 +81699,9 @@ export interface Flux1SrpoOutput {
81699
81699
  * @description The generated images.
81700
81700
  * @example [
81701
81701
  * {
81702
- * "url": "https://storage.googleapis.com/falserverless/example_outputs/flux-srpo-output.jpeg",
81703
81702
  * "content_type": "image/jpeg",
81704
81703
  * "height": 768,
81704
+ * "url": "https://storage.googleapis.com/falserverless/example_outputs/flux-srpo-output.jpeg",
81705
81705
  * "width": 1024
81706
81706
  * }
81707
81707
  * ]
@@ -81956,9 +81956,9 @@ export interface Flux1KreaReduxOutput {
81956
81956
  * @description The generated images.
81957
81957
  * @example [
81958
81958
  * {
81959
- * "url": "https://storage.googleapis.com/falserverless/example_outputs/flux_krea_redux_output_1.jpg",
81960
81959
  * "content_type": "image/jpeg",
81961
81960
  * "height": 768,
81961
+ * "url": "https://storage.googleapis.com/falserverless/example_outputs/flux_krea_redux_output_1.jpg",
81962
81962
  * "width": 1024
81963
81963
  * }
81964
81964
  * ]
@@ -81982,7 +81982,7 @@ export interface Flux1KreaReduxOutput {
81982
81982
 
81983
81983
  export interface Flux1KreaImageToImageInput extends SharedType_ba2 {}
81984
81984
 
81985
- export interface Flux1KreaImageToImageOutput extends SharedType_6f3 {}
81985
+ export interface Flux1KreaImageToImageOutput extends SharedType_26e {}
81986
81986
 
81987
81987
  export interface Flux1KreaInput {
81988
81988
  /**
@@ -82059,7 +82059,7 @@ export interface Flux1KreaInput {
82059
82059
  sync_mode?: boolean;
82060
82060
  }
82061
82061
 
82062
- export interface Flux1KreaOutput extends SharedType_6f3 {}
82062
+ export interface Flux1KreaOutput extends SharedType_26e {}
82063
82063
 
82064
82064
  export interface Flux1DevReduxInput {
82065
82065
  /**
@@ -88126,7 +88126,7 @@ export interface DepthAnythingVideoInput {
88126
88126
  include_raw_depths?: boolean;
88127
88127
  /**
88128
88128
  * Max Frames
88129
- * @description Max frames to process. None = all frames.
88129
+ * @description Max frames to process (max 1800). None = up to 1800.
88130
88130
  */
88131
88131
  max_frames?: number;
88132
88132
  /**
@@ -90458,12 +90458,12 @@ export interface BytedanceSeedreamV4TextToImageInput {
90458
90458
  * Image Size
90459
90459
  * @description The size of the generated image. Total pixels must be between 960x960 and 4096x4096.
90460
90460
  * @default {
90461
- * "height": 2048,
90462
- * "width": 2048
90461
+ * "width": 2048,
90462
+ * "height": 2048
90463
90463
  * }
90464
90464
  * @example {
90465
- * "height": 4096,
90466
- * "width": 4096
90465
+ * "width": 4096,
90466
+ * "height": 4096
90467
90467
  * }
90468
90468
  */
90469
90469
  image_size?:
@@ -90548,12 +90548,12 @@ export interface BytedanceSeedreamV4EditInput {
90548
90548
  * Image Size
90549
90549
  * @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.
90550
90550
  * @default {
90551
- * "height": 2048,
90552
- * "width": 2048
90551
+ * "width": 2048,
90552
+ * "height": 2048
90553
90553
  * }
90554
90554
  * @example {
90555
- * "height": 2160,
90556
- * "width": 3840
90555
+ * "width": 3840,
90556
+ * "height": 2160
90557
90557
  * }
90558
90558
  */
90559
90559
  image_size?:
@@ -90642,8 +90642,8 @@ export interface BytedanceSeedreamV45TextToImageInput {
90642
90642
  * Image Size
90643
90643
  * @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.
90644
90644
  * @default {
90645
- * "height": 2048,
90646
- * "width": 2048
90645
+ * "width": 2048,
90646
+ * "height": 2048
90647
90647
  * }
90648
90648
  * @example auto_2K
90649
90649
  */
@@ -90721,8 +90721,8 @@ export interface BytedanceSeedreamV45EditInput {
90721
90721
  * Image Size
90722
90722
  * @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.
90723
90723
  * @default {
90724
- * "height": 2048,
90725
- * "width": 2048
90724
+ * "width": 2048,
90725
+ * "height": 2048
90726
90726
  * }
90727
90727
  * @example auto_4K
90728
90728
  */
@@ -91598,6 +91598,11 @@ export interface BytedanceOmnihumanV15Input {
91598
91598
  * @example https://storage.googleapis.com/falserverless/example_inputs/omnihuman_v15_input_image.png
91599
91599
  */
91600
91600
  image_url: string;
91601
+ /**
91602
+ * Mask Url
91603
+ * @description The URL of the mask image to apply to the image. Only the person in the white area of the mask will speak.
91604
+ */
91605
+ mask_url?: string;
91601
91606
  /**
91602
91607
  * Prompt
91603
91608
  * @description The text prompt used to guide the video generation.
@@ -91674,8 +91679,8 @@ export interface BytedanceDreaminaV31TextToImageInput {
91674
91679
  * Image Size
91675
91680
  * @description The size of the generated image. Width and height must be between 512 and 2048.
91676
91681
  * @default {
91677
- * "height": 1536,
91678
- * "width": 2048
91682
+ * "width": 2048,
91683
+ * "height": 1536
91679
91684
  * }
91680
91685
  */
91681
91686
  image_size?:
@@ -94802,6 +94807,12 @@ export interface BriaVideoIncreaseResolutionInput {
94802
94807
  | 'mkv_h264'
94803
94808
  | 'mkv_vp9'
94804
94809
  | 'gif';
94810
+ /**
94811
+ * Preserve Audio
94812
+ * @description If true, audio will be preserved in the output video.
94813
+ * @default true
94814
+ */
94815
+ preserve_audio?: boolean;
94805
94816
  /**
94806
94817
  * Video Url
94807
94818
  * @description Input video to increase resolution. Size should be less than 7680,4320 and duration less than 30s.
@@ -94859,6 +94870,12 @@ export interface BriaVideoBackgroundRemovalInput {
94859
94870
  | 'mkv_h264'
94860
94871
  | 'mkv_vp9'
94861
94872
  | 'gif';
94873
+ /**
94874
+ * Preserve Audio
94875
+ * @description If true, audio will be preserved in the output video.
94876
+ * @default true
94877
+ */
94878
+ preserve_audio?: boolean;
94862
94879
  /**
94863
94880
  * Video Url
94864
94881
  * @description Input video to remove background from. Size should be less than 4000x4000 and duration less than 30s.