fal-endpoint-types 1.3.51 → 1.3.52
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.
|
@@ -1043,11 +1043,11 @@ export interface VeedFabric10TextOutput {
|
|
|
1043
1043
|
|
|
1044
1044
|
export interface VeedFabric10FastInput extends SharedType_c45 {}
|
|
1045
1045
|
|
|
1046
|
-
export interface VeedFabric10FastOutput extends
|
|
1046
|
+
export interface VeedFabric10FastOutput extends SharedType_5141 {}
|
|
1047
1047
|
|
|
1048
1048
|
export interface VeedFabric10Input extends SharedType_c45 {}
|
|
1049
1049
|
|
|
1050
|
-
export interface VeedFabric10Output extends
|
|
1050
|
+
export interface VeedFabric10Output extends SharedType_5141 {}
|
|
1051
1051
|
|
|
1052
1052
|
export interface VeedAvatarsTextToVideoInput {
|
|
1053
1053
|
/**
|
|
@@ -1940,19 +1940,6 @@ export interface SmoretalkaiRembgEnhanceInput {
|
|
|
1940
1940
|
|
|
1941
1941
|
export interface SmoretalkaiRembgEnhanceOutput extends SharedType_d09 {}
|
|
1942
1942
|
|
|
1943
|
-
export interface SharedType_fd5 {
|
|
1944
|
-
/**
|
|
1945
|
-
* @description The generated video.
|
|
1946
|
-
* @example {
|
|
1947
|
-
* "content_type": "video/mp4",
|
|
1948
|
-
* "file_size": 27588984,
|
|
1949
|
-
* "url": "https://v3b.fal.media/files/b/koala/knryyyGF3ZVyMMrGr77CL_output.mp4",
|
|
1950
|
-
* "file_name": "output.mp4"
|
|
1951
|
-
* }
|
|
1952
|
-
*/
|
|
1953
|
-
video: Components.File;
|
|
1954
|
-
}
|
|
1955
|
-
|
|
1956
1943
|
export interface SharedType_fce {
|
|
1957
1944
|
/**
|
|
1958
1945
|
* Aspect Ratio
|
|
@@ -2601,21 +2588,6 @@ export interface SharedType_f57 {
|
|
|
2601
2588
|
}
|
|
2602
2589
|
|
|
2603
2590
|
export interface SharedType_f511 {
|
|
2604
|
-
/**
|
|
2605
|
-
* Image Url
|
|
2606
|
-
* @description Url for the Input image.
|
|
2607
|
-
* @example https://raw.githubusercontent.com/facebookresearch/segment-anything-2/main/notebooks/images/truck.jpg
|
|
2608
|
-
*/
|
|
2609
|
-
image_url: string;
|
|
2610
|
-
/**
|
|
2611
|
-
* Prompt
|
|
2612
|
-
* @description Prompt to be used for the chat completion
|
|
2613
|
-
* @example Could you please give me a brief description of the image? Please respond with interleaved segmentation masks for the corresponding parts of the answer.
|
|
2614
|
-
*/
|
|
2615
|
-
prompt: string;
|
|
2616
|
-
}
|
|
2617
|
-
|
|
2618
|
-
export interface SharedType_f51 {
|
|
2619
2591
|
/**
|
|
2620
2592
|
* Masks
|
|
2621
2593
|
* @description Dictionary of label: mask image
|
|
@@ -2647,6 +2619,63 @@ export interface SharedType_f51 {
|
|
|
2647
2619
|
output: string;
|
|
2648
2620
|
}
|
|
2649
2621
|
|
|
2622
|
+
export interface SharedType_f51 {
|
|
2623
|
+
/**
|
|
2624
|
+
* Image Url
|
|
2625
|
+
* @description Url for the Input image.
|
|
2626
|
+
* @example https://raw.githubusercontent.com/facebookresearch/segment-anything-2/main/notebooks/images/truck.jpg
|
|
2627
|
+
*/
|
|
2628
|
+
image_url: string;
|
|
2629
|
+
/**
|
|
2630
|
+
* Prompt
|
|
2631
|
+
* @description Prompt to be used for the chat completion
|
|
2632
|
+
* @example Could you please give me a brief description of the image? Please respond with interleaved segmentation masks for the corresponding parts of the answer.
|
|
2633
|
+
*/
|
|
2634
|
+
prompt: string;
|
|
2635
|
+
}
|
|
2636
|
+
|
|
2637
|
+
export interface SharedType_f49 {
|
|
2638
|
+
/**
|
|
2639
|
+
* Prompt
|
|
2640
|
+
* @description The prompt used for the generation.
|
|
2641
|
+
* @example A cowboy walking through a dusty town at high noon, camera following from behind, cinematic depth, realistic lighting, western mood, 4K film grain.
|
|
2642
|
+
*/
|
|
2643
|
+
prompt: string;
|
|
2644
|
+
/**
|
|
2645
|
+
* Seed
|
|
2646
|
+
* @description The seed used for the random number generator.
|
|
2647
|
+
* @example 149063119
|
|
2648
|
+
*/
|
|
2649
|
+
seed: number;
|
|
2650
|
+
/**
|
|
2651
|
+
* @description The generated video.
|
|
2652
|
+
* @example {
|
|
2653
|
+
* "duration": 6.44,
|
|
2654
|
+
* "file_name": "sdm0KfmenrlywesfzY1Y1_if6euPp1.mp4",
|
|
2655
|
+
* "fps": 25,
|
|
2656
|
+
* "content_type": "video/mp4",
|
|
2657
|
+
* "height": 704,
|
|
2658
|
+
* "url": "https://v3b.fal.media/files/b/0a8824b1/sdm0KfmenrlywesfzY1Y1_if6euPp1.mp4",
|
|
2659
|
+
* "num_frames": 161,
|
|
2660
|
+
* "width": 1248
|
|
2661
|
+
* }
|
|
2662
|
+
*/
|
|
2663
|
+
video: Components.VideoFile;
|
|
2664
|
+
}
|
|
2665
|
+
|
|
2666
|
+
export interface SharedType_f37 {
|
|
2667
|
+
/**
|
|
2668
|
+
* @description The generated video.
|
|
2669
|
+
* @example {
|
|
2670
|
+
* "content_type": "video/mp4",
|
|
2671
|
+
* "url": "https://v3b.fal.media/files/b/0a8d04e2/idOb9V-Q9ujlggPSKqsfS_output.mp4",
|
|
2672
|
+
* "file_size": 13096952,
|
|
2673
|
+
* "file_name": "output.mp4"
|
|
2674
|
+
* }
|
|
2675
|
+
*/
|
|
2676
|
+
video: Components.File;
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2650
2679
|
export interface SharedType_f29 {
|
|
2651
2680
|
/**
|
|
2652
2681
|
* @description The generated video
|
|
@@ -3004,6 +3033,57 @@ export interface SharedType_e9f {
|
|
|
3004
3033
|
video: Components.File;
|
|
3005
3034
|
}
|
|
3006
3035
|
|
|
3036
|
+
export interface SharedType_e99 {
|
|
3037
|
+
/**
|
|
3038
|
+
* Has Nsfw Concepts
|
|
3039
|
+
* @description Whether the generated images contain NSFW concepts.
|
|
3040
|
+
*/
|
|
3041
|
+
has_nsfw_concepts: boolean[];
|
|
3042
|
+
/**
|
|
3043
|
+
* Images
|
|
3044
|
+
* @description The generated image files info.
|
|
3045
|
+
* @example [
|
|
3046
|
+
* {
|
|
3047
|
+
* "content_type": "image/png",
|
|
3048
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-inpaint-output.png",
|
|
3049
|
+
* "width": 512,
|
|
3050
|
+
* "height": 888
|
|
3051
|
+
* }
|
|
3052
|
+
* ]
|
|
3053
|
+
*/
|
|
3054
|
+
images: Components.ImageFile[];
|
|
3055
|
+
/**
|
|
3056
|
+
* Prompt
|
|
3057
|
+
* @description The prompt used for generating the image.
|
|
3058
|
+
*/
|
|
3059
|
+
prompt: string;
|
|
3060
|
+
/**
|
|
3061
|
+
* Seed
|
|
3062
|
+
* @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.
|
|
3063
|
+
*/
|
|
3064
|
+
seed: number;
|
|
3065
|
+
/**
|
|
3066
|
+
* Timings
|
|
3067
|
+
* @description The timings of the generation process.
|
|
3068
|
+
*/
|
|
3069
|
+
timings: {
|
|
3070
|
+
[key: string]: number;
|
|
3071
|
+
};
|
|
3072
|
+
}
|
|
3073
|
+
|
|
3074
|
+
export interface SharedType_e96 {
|
|
3075
|
+
/**
|
|
3076
|
+
* @description The generated video.
|
|
3077
|
+
* @example {
|
|
3078
|
+
* "content_type": "video/mp4",
|
|
3079
|
+
* "url": "https://v3b.fal.media/files/b/0a8d1c8a/ZxdKrvPb3CQEmeuS-u_kU_output.mp4",
|
|
3080
|
+
* "file_size": 18468404,
|
|
3081
|
+
* "file_name": "output.mp4"
|
|
3082
|
+
* }
|
|
3083
|
+
*/
|
|
3084
|
+
video: Components.File;
|
|
3085
|
+
}
|
|
3086
|
+
|
|
3007
3087
|
export interface SharedType_e90 {
|
|
3008
3088
|
/**
|
|
3009
3089
|
* @description The generated video
|
|
@@ -3125,44 +3205,6 @@ export interface SharedType_e60 {
|
|
|
3125
3205
|
images: Components.File[];
|
|
3126
3206
|
}
|
|
3127
3207
|
|
|
3128
|
-
export interface SharedType_e5a {
|
|
3129
|
-
/**
|
|
3130
|
-
* Has Nsfw Concepts
|
|
3131
|
-
* @description Whether the generated images contain NSFW concepts.
|
|
3132
|
-
*/
|
|
3133
|
-
has_nsfw_concepts: boolean[];
|
|
3134
|
-
/**
|
|
3135
|
-
* Images
|
|
3136
|
-
* @description The generated image files info.
|
|
3137
|
-
* @example [
|
|
3138
|
-
* {
|
|
3139
|
-
* "height": 768,
|
|
3140
|
-
* "content_type": "image/png",
|
|
3141
|
-
* "url": "https://v3b.fal.media/files/b/0a8c18a5/1z0k9F1YLgz4qCr64jCBa_r2uqRyDg.png",
|
|
3142
|
-
* "width": 1024
|
|
3143
|
-
* }
|
|
3144
|
-
* ]
|
|
3145
|
-
*/
|
|
3146
|
-
images: Components.ImageFile[];
|
|
3147
|
-
/**
|
|
3148
|
-
* Prompt
|
|
3149
|
-
* @description The prompt used for generating the image.
|
|
3150
|
-
*/
|
|
3151
|
-
prompt: string;
|
|
3152
|
-
/**
|
|
3153
|
-
* Seed
|
|
3154
|
-
* @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.
|
|
3155
|
-
*/
|
|
3156
|
-
seed: number;
|
|
3157
|
-
/**
|
|
3158
|
-
* Timings
|
|
3159
|
-
* @description The timings of the generation process.
|
|
3160
|
-
*/
|
|
3161
|
-
timings: {
|
|
3162
|
-
[key: string]: number;
|
|
3163
|
-
};
|
|
3164
|
-
}
|
|
3165
|
-
|
|
3166
3208
|
export interface SharedType_e4e {
|
|
3167
3209
|
/**
|
|
3168
3210
|
* Output
|
|
@@ -3220,6 +3262,78 @@ export interface SharedType_e4b {
|
|
|
3220
3262
|
steps?: number;
|
|
3221
3263
|
}
|
|
3222
3264
|
|
|
3265
|
+
export interface SharedType_e43 {
|
|
3266
|
+
audio_setting?: Components.AudioSetting;
|
|
3267
|
+
/**
|
|
3268
|
+
* Language Boost
|
|
3269
|
+
* @description Enhance recognition of specified languages and dialects
|
|
3270
|
+
*/
|
|
3271
|
+
language_boost?:
|
|
3272
|
+
| 'Chinese'
|
|
3273
|
+
| 'Chinese,Yue'
|
|
3274
|
+
| 'English'
|
|
3275
|
+
| 'Arabic'
|
|
3276
|
+
| 'Russian'
|
|
3277
|
+
| 'Spanish'
|
|
3278
|
+
| 'French'
|
|
3279
|
+
| 'Portuguese'
|
|
3280
|
+
| 'German'
|
|
3281
|
+
| 'Turkish'
|
|
3282
|
+
| 'Dutch'
|
|
3283
|
+
| 'Ukrainian'
|
|
3284
|
+
| 'Vietnamese'
|
|
3285
|
+
| 'Indonesian'
|
|
3286
|
+
| 'Japanese'
|
|
3287
|
+
| 'Italian'
|
|
3288
|
+
| 'Korean'
|
|
3289
|
+
| 'Thai'
|
|
3290
|
+
| 'Polish'
|
|
3291
|
+
| 'Romanian'
|
|
3292
|
+
| 'Greek'
|
|
3293
|
+
| 'Czech'
|
|
3294
|
+
| 'Finnish'
|
|
3295
|
+
| 'Hindi'
|
|
3296
|
+
| 'Bulgarian'
|
|
3297
|
+
| 'Danish'
|
|
3298
|
+
| 'Hebrew'
|
|
3299
|
+
| 'Malay'
|
|
3300
|
+
| 'Slovak'
|
|
3301
|
+
| 'Swedish'
|
|
3302
|
+
| 'Croatian'
|
|
3303
|
+
| 'Hungarian'
|
|
3304
|
+
| 'Norwegian'
|
|
3305
|
+
| 'Slovenian'
|
|
3306
|
+
| 'Catalan'
|
|
3307
|
+
| 'Nynorsk'
|
|
3308
|
+
| 'Afrikaans'
|
|
3309
|
+
| 'auto';
|
|
3310
|
+
/**
|
|
3311
|
+
* Output Format
|
|
3312
|
+
* @description Format of the output content (non-streaming only)
|
|
3313
|
+
* @default hex
|
|
3314
|
+
* @enum {string}
|
|
3315
|
+
*/
|
|
3316
|
+
output_format?: 'url' | 'hex';
|
|
3317
|
+
pronunciation_dict?: Components.PronunciationDict;
|
|
3318
|
+
/**
|
|
3319
|
+
* Text
|
|
3320
|
+
* @description Text to convert to speech (max 5000 characters, minimum 1 non-whitespace character)
|
|
3321
|
+
* @example Hello world! This is a test of the text-to-speech system.
|
|
3322
|
+
*/
|
|
3323
|
+
text: string;
|
|
3324
|
+
/**
|
|
3325
|
+
* @description Voice configuration settings
|
|
3326
|
+
* @default {
|
|
3327
|
+
* "pitch": 0,
|
|
3328
|
+
* "vol": 1,
|
|
3329
|
+
* "english_normalization": false,
|
|
3330
|
+
* "voice_id": "Wise_Woman",
|
|
3331
|
+
* "speed": 1
|
|
3332
|
+
* }
|
|
3333
|
+
*/
|
|
3334
|
+
voice_setting?: Components.VoiceSetting;
|
|
3335
|
+
}
|
|
3336
|
+
|
|
3223
3337
|
export interface SharedType_e34 {
|
|
3224
3338
|
/**
|
|
3225
3339
|
* Acceleration
|
|
@@ -3305,7 +3419,7 @@ export interface SharedType_e34 {
|
|
|
3305
3419
|
sync_mode?: boolean;
|
|
3306
3420
|
}
|
|
3307
3421
|
|
|
3308
|
-
export interface
|
|
3422
|
+
export interface SharedType_e181 {
|
|
3309
3423
|
/**
|
|
3310
3424
|
* Default Caption
|
|
3311
3425
|
* @description Default caption to use when caption files are missing. If None, missing captions will cause an error.
|
|
@@ -3348,6 +3462,19 @@ export interface SharedType_e18 {
|
|
|
3348
3462
|
steps?: number;
|
|
3349
3463
|
}
|
|
3350
3464
|
|
|
3465
|
+
export interface SharedType_e18 {
|
|
3466
|
+
/**
|
|
3467
|
+
* @description The generated video
|
|
3468
|
+
* @example {
|
|
3469
|
+
* "content_type": "video/mp4",
|
|
3470
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-v3/pro-t2v/out.mp4",
|
|
3471
|
+
* "file_size": 8062911,
|
|
3472
|
+
* "file_name": "output.mp4"
|
|
3473
|
+
* }
|
|
3474
|
+
*/
|
|
3475
|
+
video: Components.File;
|
|
3476
|
+
}
|
|
3477
|
+
|
|
3351
3478
|
export interface SharedType_e17 {
|
|
3352
3479
|
/**
|
|
3353
3480
|
* Prompt
|
|
@@ -3636,6 +3763,19 @@ export interface SharedType_de6 {
|
|
|
3636
3763
|
seed: number;
|
|
3637
3764
|
}
|
|
3638
3765
|
|
|
3766
|
+
export interface SharedType_de0 {
|
|
3767
|
+
/**
|
|
3768
|
+
* @description The generated video.
|
|
3769
|
+
* @example {
|
|
3770
|
+
* "content_type": "video/mp4",
|
|
3771
|
+
* "url": "https://v3b.fal.media/files/b/0a86603b/YAlbB2535l07BTy1wpDeI_output.mp4",
|
|
3772
|
+
* "file_size": 7533071,
|
|
3773
|
+
* "file_name": "output.mp4"
|
|
3774
|
+
* }
|
|
3775
|
+
*/
|
|
3776
|
+
video: Components.File;
|
|
3777
|
+
}
|
|
3778
|
+
|
|
3639
3779
|
export interface SharedType_dce {
|
|
3640
3780
|
/**
|
|
3641
3781
|
* Control Lora Image Url
|
|
@@ -4197,19 +4337,6 @@ export interface SharedType_ceb {
|
|
|
4197
4337
|
sync_mode?: boolean;
|
|
4198
4338
|
}
|
|
4199
4339
|
|
|
4200
|
-
export interface SharedType_ce7 {
|
|
4201
|
-
/**
|
|
4202
|
-
* @description The generated video
|
|
4203
|
-
* @example {
|
|
4204
|
-
* "content_type": "video/mp4",
|
|
4205
|
-
* "file_size": 35299865,
|
|
4206
|
-
* "url": "https://v3b.fal.media/files/b/0a875336/8p3rFiXtx3fE2TLoh59KP_output.mp4",
|
|
4207
|
-
* "file_name": "output.mp4"
|
|
4208
|
-
* }
|
|
4209
|
-
*/
|
|
4210
|
-
video: Components.File;
|
|
4211
|
-
}
|
|
4212
|
-
|
|
4213
4340
|
export interface SharedType_ce6 {
|
|
4214
4341
|
/**
|
|
4215
4342
|
* Prompt
|
|
@@ -4239,30 +4366,6 @@ export interface SharedType_ce6 {
|
|
|
4239
4366
|
video: Components.VideoFile;
|
|
4240
4367
|
}
|
|
4241
4368
|
|
|
4242
|
-
export interface SharedType_cd4 {
|
|
4243
|
-
/**
|
|
4244
|
-
* Prompt
|
|
4245
|
-
* @description The prompt used for the generation.
|
|
4246
|
-
* @example A woman speaks to the camera
|
|
4247
|
-
*/
|
|
4248
|
-
prompt: string;
|
|
4249
|
-
/**
|
|
4250
|
-
* Seed
|
|
4251
|
-
* @description The seed used for the random number generator.
|
|
4252
|
-
* @example 175932751
|
|
4253
|
-
*/
|
|
4254
|
-
seed: number;
|
|
4255
|
-
/**
|
|
4256
|
-
* @description The generated video.
|
|
4257
|
-
* @example {
|
|
4258
|
-
* "content_type": "video/mp4",
|
|
4259
|
-
* "file_name": "ltx-2-a2v-output.mp4",
|
|
4260
|
-
* "url": "https://storage.googleapis.com/falserverless/example_outputs/ltx-2-a2v-output.mp4"
|
|
4261
|
-
* }
|
|
4262
|
-
*/
|
|
4263
|
-
video: Components.VideoFile;
|
|
4264
|
-
}
|
|
4265
|
-
|
|
4266
4369
|
export interface SharedType_cd2 {
|
|
4267
4370
|
/**
|
|
4268
4371
|
* Enable Output Safety Checker
|
|
@@ -4355,6 +4458,19 @@ export interface SharedType_cd2 {
|
|
|
4355
4458
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
4356
4459
|
}
|
|
4357
4460
|
|
|
4461
|
+
export interface SharedType_ccf {
|
|
4462
|
+
/**
|
|
4463
|
+
* @description The generated video.
|
|
4464
|
+
* @example {
|
|
4465
|
+
* "content_type": "video/mp4",
|
|
4466
|
+
* "url": "https://v3b.fal.media/files/b/kangaroo/3n_Lpxm_SjK5NYyBobRdS_output.mp4",
|
|
4467
|
+
* "file_size": 28472159,
|
|
4468
|
+
* "file_name": "output.mp4"
|
|
4469
|
+
* }
|
|
4470
|
+
*/
|
|
4471
|
+
video: Components.File;
|
|
4472
|
+
}
|
|
4473
|
+
|
|
4358
4474
|
export interface SharedType_cc5 {
|
|
4359
4475
|
/**
|
|
4360
4476
|
* Aspect Ratio
|
|
@@ -4832,6 +4948,31 @@ export interface SharedType_c68 {
|
|
|
4832
4948
|
};
|
|
4833
4949
|
}
|
|
4834
4950
|
|
|
4951
|
+
export interface SharedType_c61 {
|
|
4952
|
+
/**
|
|
4953
|
+
* Finish Reason
|
|
4954
|
+
* @description Reason generation stopped.
|
|
4955
|
+
* @default stop
|
|
4956
|
+
* @example stop
|
|
4957
|
+
* @example length
|
|
4958
|
+
*/
|
|
4959
|
+
finish_reason?: string;
|
|
4960
|
+
/**
|
|
4961
|
+
* Output
|
|
4962
|
+
* @description Generated text response.
|
|
4963
|
+
* @example The image shows a golden retriever puppy sitting on a wooden floor.
|
|
4964
|
+
*/
|
|
4965
|
+
output: string;
|
|
4966
|
+
/**
|
|
4967
|
+
* @description Token usage for the request.
|
|
4968
|
+
* @example {
|
|
4969
|
+
* "input_tokens": 412,
|
|
4970
|
+
* "output_tokens": 87
|
|
4971
|
+
* }
|
|
4972
|
+
*/
|
|
4973
|
+
usage: Components.UsageInfo_2;
|
|
4974
|
+
}
|
|
4975
|
+
|
|
4835
4976
|
export interface SharedType_c5e {
|
|
4836
4977
|
/**
|
|
4837
4978
|
* Acceleration
|
|
@@ -5766,19 +5907,6 @@ export interface SharedType_ada {
|
|
|
5766
5907
|
audio: Components.File;
|
|
5767
5908
|
}
|
|
5768
5909
|
|
|
5769
|
-
export interface SharedType_acb {
|
|
5770
|
-
/**
|
|
5771
|
-
* @description The generated video
|
|
5772
|
-
* @example {
|
|
5773
|
-
* "content_type": "video/mp4",
|
|
5774
|
-
* "file_size": 8062911,
|
|
5775
|
-
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-v3/pro-t2v/out.mp4",
|
|
5776
|
-
* "file_name": "output.mp4"
|
|
5777
|
-
* }
|
|
5778
|
-
*/
|
|
5779
|
-
video: Components.File;
|
|
5780
|
-
}
|
|
5781
|
-
|
|
5782
5910
|
export interface SharedType_ab0 {
|
|
5783
5911
|
/**
|
|
5784
5912
|
* Aspect Ratio
|
|
@@ -5927,35 +6055,6 @@ export interface SharedType_a8a {
|
|
|
5927
6055
|
prompt: string;
|
|
5928
6056
|
}
|
|
5929
6057
|
|
|
5930
|
-
export interface SharedType_a85 {
|
|
5931
|
-
/**
|
|
5932
|
-
* Prompt
|
|
5933
|
-
* @description The prompt used for the generation.
|
|
5934
|
-
* @example Continue the scene naturally, maintaining the same style and motion.
|
|
5935
|
-
*/
|
|
5936
|
-
prompt: string;
|
|
5937
|
-
/**
|
|
5938
|
-
* Seed
|
|
5939
|
-
* @description The seed used for the random number generator.
|
|
5940
|
-
* @example 866232447
|
|
5941
|
-
*/
|
|
5942
|
-
seed: number;
|
|
5943
|
-
/**
|
|
5944
|
-
* @description The generated video.
|
|
5945
|
-
* @example {
|
|
5946
|
-
* "content_type": "video/mp4",
|
|
5947
|
-
* "fps": 25,
|
|
5948
|
-
* "width": 1248,
|
|
5949
|
-
* "num_frames": 257,
|
|
5950
|
-
* "duration": 10.28,
|
|
5951
|
-
* "url": "https://v3b.fal.media/files/b/0a88289e/CJcQGDrxOSRg2YFl5GNDt_glXPMoji.mp4",
|
|
5952
|
-
* "file_name": "CJcQGDrxOSRg2YFl5GNDt_glXPMoji.mp4",
|
|
5953
|
-
* "height": 704
|
|
5954
|
-
* }
|
|
5955
|
-
*/
|
|
5956
|
-
video: Components.VideoFile;
|
|
5957
|
-
}
|
|
5958
|
-
|
|
5959
6058
|
export interface SharedType_a77 {
|
|
5960
6059
|
/**
|
|
5961
6060
|
* Acceleration
|
|
@@ -6004,6 +6103,19 @@ export interface SharedType_a75 {
|
|
|
6004
6103
|
};
|
|
6005
6104
|
}
|
|
6006
6105
|
|
|
6106
|
+
export interface SharedType_a63 {
|
|
6107
|
+
/**
|
|
6108
|
+
* @description The generated video.
|
|
6109
|
+
* @example {
|
|
6110
|
+
* "content_type": "video/mp4",
|
|
6111
|
+
* "url": "https://v3b.fal.media/files/b/panda/oVdiICFXY03Vbam-08Aj8_output.mp4",
|
|
6112
|
+
* "file_size": 47359974,
|
|
6113
|
+
* "file_name": "output.mp4"
|
|
6114
|
+
* }
|
|
6115
|
+
*/
|
|
6116
|
+
video: Components.File;
|
|
6117
|
+
}
|
|
6118
|
+
|
|
6007
6119
|
export interface SharedType_a58 {
|
|
6008
6120
|
/**
|
|
6009
6121
|
* Duration
|
|
@@ -6210,6 +6322,44 @@ export interface SharedType_a2a {
|
|
|
6210
6322
|
};
|
|
6211
6323
|
}
|
|
6212
6324
|
|
|
6325
|
+
export interface SharedType_a25 {
|
|
6326
|
+
/**
|
|
6327
|
+
* Has Nsfw Concepts
|
|
6328
|
+
* @description Whether the generated images contain NSFW concepts.
|
|
6329
|
+
*/
|
|
6330
|
+
has_nsfw_concepts: boolean[];
|
|
6331
|
+
/**
|
|
6332
|
+
* Images
|
|
6333
|
+
* @description The generated image files info.
|
|
6334
|
+
* @example [
|
|
6335
|
+
* {
|
|
6336
|
+
* "content_type": "image/png",
|
|
6337
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-output.png",
|
|
6338
|
+
* "width": 1024,
|
|
6339
|
+
* "height": 768
|
|
6340
|
+
* }
|
|
6341
|
+
* ]
|
|
6342
|
+
*/
|
|
6343
|
+
images: Components.ImageFile[];
|
|
6344
|
+
/**
|
|
6345
|
+
* Prompt
|
|
6346
|
+
* @description The prompt used for generating the image.
|
|
6347
|
+
*/
|
|
6348
|
+
prompt: string;
|
|
6349
|
+
/**
|
|
6350
|
+
* Seed
|
|
6351
|
+
* @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.
|
|
6352
|
+
*/
|
|
6353
|
+
seed: number;
|
|
6354
|
+
/**
|
|
6355
|
+
* Timings
|
|
6356
|
+
* @description The timings of the generation process.
|
|
6357
|
+
*/
|
|
6358
|
+
timings: {
|
|
6359
|
+
[key: string]: number;
|
|
6360
|
+
};
|
|
6361
|
+
}
|
|
6362
|
+
|
|
6213
6363
|
export interface SharedType_a1f {
|
|
6214
6364
|
/**
|
|
6215
6365
|
* Has Nsfw Concepts
|
|
@@ -6633,81 +6783,6 @@ export interface SharedType_98a {
|
|
|
6633
6783
|
};
|
|
6634
6784
|
}
|
|
6635
6785
|
|
|
6636
|
-
export interface SharedType_981 {
|
|
6637
|
-
audio_setting?: Components.AudioSetting;
|
|
6638
|
-
/**
|
|
6639
|
-
* Language Boost
|
|
6640
|
-
* @description Enhance recognition of specified languages and dialects
|
|
6641
|
-
*/
|
|
6642
|
-
language_boost?:
|
|
6643
|
-
| 'Persian'
|
|
6644
|
-
| 'Filipino'
|
|
6645
|
-
| 'Tamil'
|
|
6646
|
-
| 'Chinese'
|
|
6647
|
-
| 'Chinese,Yue'
|
|
6648
|
-
| 'English'
|
|
6649
|
-
| 'Arabic'
|
|
6650
|
-
| 'Russian'
|
|
6651
|
-
| 'Spanish'
|
|
6652
|
-
| 'French'
|
|
6653
|
-
| 'Portuguese'
|
|
6654
|
-
| 'German'
|
|
6655
|
-
| 'Turkish'
|
|
6656
|
-
| 'Dutch'
|
|
6657
|
-
| 'Ukrainian'
|
|
6658
|
-
| 'Vietnamese'
|
|
6659
|
-
| 'Indonesian'
|
|
6660
|
-
| 'Japanese'
|
|
6661
|
-
| 'Italian'
|
|
6662
|
-
| 'Korean'
|
|
6663
|
-
| 'Thai'
|
|
6664
|
-
| 'Polish'
|
|
6665
|
-
| 'Romanian'
|
|
6666
|
-
| 'Greek'
|
|
6667
|
-
| 'Czech'
|
|
6668
|
-
| 'Finnish'
|
|
6669
|
-
| 'Hindi'
|
|
6670
|
-
| 'Bulgarian'
|
|
6671
|
-
| 'Danish'
|
|
6672
|
-
| 'Hebrew'
|
|
6673
|
-
| 'Malay'
|
|
6674
|
-
| 'Slovak'
|
|
6675
|
-
| 'Swedish'
|
|
6676
|
-
| 'Croatian'
|
|
6677
|
-
| 'Hungarian'
|
|
6678
|
-
| 'Norwegian'
|
|
6679
|
-
| 'Slovenian'
|
|
6680
|
-
| 'Catalan'
|
|
6681
|
-
| 'Nynorsk'
|
|
6682
|
-
| 'Afrikaans'
|
|
6683
|
-
| 'auto';
|
|
6684
|
-
/**
|
|
6685
|
-
* Output Format
|
|
6686
|
-
* @description Format of the output content (non-streaming only)
|
|
6687
|
-
* @default hex
|
|
6688
|
-
* @enum {string}
|
|
6689
|
-
*/
|
|
6690
|
-
output_format?: 'url' | 'hex';
|
|
6691
|
-
pronunciation_dict?: Components.PronunciationDict;
|
|
6692
|
-
/**
|
|
6693
|
-
* Text
|
|
6694
|
-
* @description Text to convert to speech (max 5000 characters, minimum 1 non-whitespace character)
|
|
6695
|
-
* @example Hello world! This is a test of the text-to-speech system.
|
|
6696
|
-
*/
|
|
6697
|
-
text: string;
|
|
6698
|
-
/**
|
|
6699
|
-
* @description Voice configuration settings
|
|
6700
|
-
* @default {
|
|
6701
|
-
* "pitch": 0,
|
|
6702
|
-
* "voice_id": "Wise_Woman",
|
|
6703
|
-
* "english_normalization": false,
|
|
6704
|
-
* "speed": 1,
|
|
6705
|
-
* "vol": 1
|
|
6706
|
-
* }
|
|
6707
|
-
*/
|
|
6708
|
-
voice_setting?: Components.VoiceSetting;
|
|
6709
|
-
}
|
|
6710
|
-
|
|
6711
6786
|
export interface SharedType_97f {
|
|
6712
6787
|
/**
|
|
6713
6788
|
* Values
|
|
@@ -7577,19 +7652,6 @@ export interface SharedType_8c5 {
|
|
|
7577
7652
|
seed: number;
|
|
7578
7653
|
}
|
|
7579
7654
|
|
|
7580
|
-
export interface SharedType_8c31 {
|
|
7581
|
-
/**
|
|
7582
|
-
* @description The generated video.
|
|
7583
|
-
* @example {
|
|
7584
|
-
* "content_type": "video/mp4",
|
|
7585
|
-
* "file_size": 12037975,
|
|
7586
|
-
* "url": "https://v3b.fal.media/files/b/0a8d0278/pgIO9yOXTFCTetKBsqDwX_output.mp4",
|
|
7587
|
-
* "file_name": "output.mp4"
|
|
7588
|
-
* }
|
|
7589
|
-
*/
|
|
7590
|
-
video: Components.File;
|
|
7591
|
-
}
|
|
7592
|
-
|
|
7593
7655
|
export interface SharedType_8c3 {
|
|
7594
7656
|
/**
|
|
7595
7657
|
* @description URL of the generated video
|
|
@@ -7622,6 +7684,94 @@ export interface SharedType_8c2 {
|
|
|
7622
7684
|
video: Components.File;
|
|
7623
7685
|
}
|
|
7624
7686
|
|
|
7687
|
+
export interface SharedType_8ac {
|
|
7688
|
+
/**
|
|
7689
|
+
* @description The generated video
|
|
7690
|
+
* @example {
|
|
7691
|
+
* "content_type": "video/mp4",
|
|
7692
|
+
* "url": "https://v3.fal.media/files/penguin/twy6u1yv09NvqsX0mMFM2_output.mp4",
|
|
7693
|
+
* "file_size": 3910577,
|
|
7694
|
+
* "file_name": "output.mp4"
|
|
7695
|
+
* }
|
|
7696
|
+
*/
|
|
7697
|
+
video: Components.File;
|
|
7698
|
+
}
|
|
7699
|
+
|
|
7700
|
+
export interface SharedType_89f {
|
|
7701
|
+
audio_setting?: Components.AudioSetting;
|
|
7702
|
+
/**
|
|
7703
|
+
* Language Boost
|
|
7704
|
+
* @description Enhance recognition of specified languages and dialects
|
|
7705
|
+
*/
|
|
7706
|
+
language_boost?:
|
|
7707
|
+
| 'Persian'
|
|
7708
|
+
| 'Filipino'
|
|
7709
|
+
| 'Tamil'
|
|
7710
|
+
| 'Chinese'
|
|
7711
|
+
| 'Chinese,Yue'
|
|
7712
|
+
| 'English'
|
|
7713
|
+
| 'Arabic'
|
|
7714
|
+
| 'Russian'
|
|
7715
|
+
| 'Spanish'
|
|
7716
|
+
| 'French'
|
|
7717
|
+
| 'Portuguese'
|
|
7718
|
+
| 'German'
|
|
7719
|
+
| 'Turkish'
|
|
7720
|
+
| 'Dutch'
|
|
7721
|
+
| 'Ukrainian'
|
|
7722
|
+
| 'Vietnamese'
|
|
7723
|
+
| 'Indonesian'
|
|
7724
|
+
| 'Japanese'
|
|
7725
|
+
| 'Italian'
|
|
7726
|
+
| 'Korean'
|
|
7727
|
+
| 'Thai'
|
|
7728
|
+
| 'Polish'
|
|
7729
|
+
| 'Romanian'
|
|
7730
|
+
| 'Greek'
|
|
7731
|
+
| 'Czech'
|
|
7732
|
+
| 'Finnish'
|
|
7733
|
+
| 'Hindi'
|
|
7734
|
+
| 'Bulgarian'
|
|
7735
|
+
| 'Danish'
|
|
7736
|
+
| 'Hebrew'
|
|
7737
|
+
| 'Malay'
|
|
7738
|
+
| 'Slovak'
|
|
7739
|
+
| 'Swedish'
|
|
7740
|
+
| 'Croatian'
|
|
7741
|
+
| 'Hungarian'
|
|
7742
|
+
| 'Norwegian'
|
|
7743
|
+
| 'Slovenian'
|
|
7744
|
+
| 'Catalan'
|
|
7745
|
+
| 'Nynorsk'
|
|
7746
|
+
| 'Afrikaans'
|
|
7747
|
+
| 'auto';
|
|
7748
|
+
/**
|
|
7749
|
+
* Output Format
|
|
7750
|
+
* @description Format of the output content (non-streaming only)
|
|
7751
|
+
* @default hex
|
|
7752
|
+
* @enum {string}
|
|
7753
|
+
*/
|
|
7754
|
+
output_format?: 'url' | 'hex';
|
|
7755
|
+
pronunciation_dict?: Components.PronunciationDict;
|
|
7756
|
+
/**
|
|
7757
|
+
* Text
|
|
7758
|
+
* @description Text to convert to speech (max 5000 characters, minimum 1 non-whitespace character)
|
|
7759
|
+
* @example Hello world! This is a test of the text-to-speech system.
|
|
7760
|
+
*/
|
|
7761
|
+
text: string;
|
|
7762
|
+
/**
|
|
7763
|
+
* @description Voice configuration settings
|
|
7764
|
+
* @default {
|
|
7765
|
+
* "pitch": 0,
|
|
7766
|
+
* "vol": 1,
|
|
7767
|
+
* "english_normalization": false,
|
|
7768
|
+
* "voice_id": "Wise_Woman",
|
|
7769
|
+
* "speed": 1
|
|
7770
|
+
* }
|
|
7771
|
+
*/
|
|
7772
|
+
voice_setting?: Components.VoiceSetting;
|
|
7773
|
+
}
|
|
7774
|
+
|
|
7625
7775
|
export interface SharedType_896 {
|
|
7626
7776
|
/**
|
|
7627
7777
|
* Aspect Ratio
|
|
@@ -7825,19 +7975,6 @@ export interface SharedType_852 {
|
|
|
7825
7975
|
video: Components.VideoFile;
|
|
7826
7976
|
}
|
|
7827
7977
|
|
|
7828
|
-
export interface SharedType_84d {
|
|
7829
|
-
/**
|
|
7830
|
-
* @description The generated video.
|
|
7831
|
-
* @example {
|
|
7832
|
-
* "content_type": "video/mp4",
|
|
7833
|
-
* "file_size": 47359974,
|
|
7834
|
-
* "url": "https://v3b.fal.media/files/b/panda/oVdiICFXY03Vbam-08Aj8_output.mp4",
|
|
7835
|
-
* "file_name": "output.mp4"
|
|
7836
|
-
* }
|
|
7837
|
-
*/
|
|
7838
|
-
video: Components.File;
|
|
7839
|
-
}
|
|
7840
|
-
|
|
7841
7978
|
export interface SharedType_844 {
|
|
7842
7979
|
/**
|
|
7843
7980
|
* Prompt
|
|
@@ -8378,19 +8515,6 @@ export interface SharedType_802 {
|
|
|
8378
8515
|
thinking_level?: 'minimal' | 'high';
|
|
8379
8516
|
}
|
|
8380
8517
|
|
|
8381
|
-
export interface SharedType_7ff {
|
|
8382
|
-
/**
|
|
8383
|
-
* @description The generated video
|
|
8384
|
-
* @example {
|
|
8385
|
-
* "content_type": "video/mp4",
|
|
8386
|
-
* "file_size": 8431922,
|
|
8387
|
-
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-v3/pro-i2v/out.mp4",
|
|
8388
|
-
* "file_name": "out.mp4"
|
|
8389
|
-
* }
|
|
8390
|
-
*/
|
|
8391
|
-
video: Components.File;
|
|
8392
|
-
}
|
|
8393
|
-
|
|
8394
8518
|
export interface SharedType_7fe {
|
|
8395
8519
|
/**
|
|
8396
8520
|
* Aspect Ratio
|
|
@@ -8813,6 +8937,19 @@ export interface SharedType_7c2 {
|
|
|
8813
8937
|
lottie_file: Components.File;
|
|
8814
8938
|
}
|
|
8815
8939
|
|
|
8940
|
+
export interface SharedType_7ad {
|
|
8941
|
+
/**
|
|
8942
|
+
* @description The generated video.
|
|
8943
|
+
* @example {
|
|
8944
|
+
* "content_type": "video/mp4",
|
|
8945
|
+
* "url": "https://v3b.fal.media/files/b/0a8d0278/pgIO9yOXTFCTetKBsqDwX_output.mp4",
|
|
8946
|
+
* "file_size": 12037975,
|
|
8947
|
+
* "file_name": "output.mp4"
|
|
8948
|
+
* }
|
|
8949
|
+
*/
|
|
8950
|
+
video: Components.File;
|
|
8951
|
+
}
|
|
8952
|
+
|
|
8816
8953
|
export interface SharedType_79c {
|
|
8817
8954
|
/**
|
|
8818
8955
|
* Aspect Ratio
|
|
@@ -8942,6 +9079,15 @@ export interface SharedType_772 {
|
|
|
8942
9079
|
video_url: string;
|
|
8943
9080
|
}
|
|
8944
9081
|
|
|
9082
|
+
export interface SharedType_75f {
|
|
9083
|
+
/**
|
|
9084
|
+
* Seed
|
|
9085
|
+
* @description The seed used for generation.
|
|
9086
|
+
*/
|
|
9087
|
+
seed: number;
|
|
9088
|
+
video: Components.VideoFile;
|
|
9089
|
+
}
|
|
9090
|
+
|
|
8945
9091
|
export interface SharedType_751 {
|
|
8946
9092
|
video: Components.File;
|
|
8947
9093
|
}
|
|
@@ -9083,6 +9229,44 @@ export interface SharedType_6f6 {
|
|
|
9083
9229
|
};
|
|
9084
9230
|
}
|
|
9085
9231
|
|
|
9232
|
+
export interface SharedType_6d0 {
|
|
9233
|
+
/**
|
|
9234
|
+
* Has Nsfw Concepts
|
|
9235
|
+
* @description Whether the generated images contain NSFW concepts.
|
|
9236
|
+
*/
|
|
9237
|
+
has_nsfw_concepts: boolean[];
|
|
9238
|
+
/**
|
|
9239
|
+
* Images
|
|
9240
|
+
* @description The generated image files info.
|
|
9241
|
+
* @example [
|
|
9242
|
+
* {
|
|
9243
|
+
* "content_type": "image/png",
|
|
9244
|
+
* "url": "https://v3b.fal.media/files/b/0a8c18a5/1z0k9F1YLgz4qCr64jCBa_r2uqRyDg.png",
|
|
9245
|
+
* "width": 1024,
|
|
9246
|
+
* "height": 768
|
|
9247
|
+
* }
|
|
9248
|
+
* ]
|
|
9249
|
+
*/
|
|
9250
|
+
images: Components.ImageFile[];
|
|
9251
|
+
/**
|
|
9252
|
+
* Prompt
|
|
9253
|
+
* @description The prompt used for generating the image.
|
|
9254
|
+
*/
|
|
9255
|
+
prompt: string;
|
|
9256
|
+
/**
|
|
9257
|
+
* Seed
|
|
9258
|
+
* @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.
|
|
9259
|
+
*/
|
|
9260
|
+
seed: number;
|
|
9261
|
+
/**
|
|
9262
|
+
* Timings
|
|
9263
|
+
* @description The timings of the generation process.
|
|
9264
|
+
*/
|
|
9265
|
+
timings: {
|
|
9266
|
+
[key: string]: number;
|
|
9267
|
+
};
|
|
9268
|
+
}
|
|
9269
|
+
|
|
9086
9270
|
export interface SharedType_6cd {
|
|
9087
9271
|
/**
|
|
9088
9272
|
* Aspect Ratio
|
|
@@ -9207,57 +9391,6 @@ export interface SharedType_6b7 {
|
|
|
9207
9391
|
timestamps?: { [x: string]: any }[];
|
|
9208
9392
|
}
|
|
9209
9393
|
|
|
9210
|
-
export interface SharedType_6b3 {
|
|
9211
|
-
/**
|
|
9212
|
-
* Has Nsfw Concepts
|
|
9213
|
-
* @description Whether the generated images contain NSFW concepts.
|
|
9214
|
-
*/
|
|
9215
|
-
has_nsfw_concepts: boolean[];
|
|
9216
|
-
/**
|
|
9217
|
-
* Images
|
|
9218
|
-
* @description The generated image files info.
|
|
9219
|
-
* @example [
|
|
9220
|
-
* {
|
|
9221
|
-
* "height": 1728,
|
|
9222
|
-
* "content_type": "image/png",
|
|
9223
|
-
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-i2i-output.png",
|
|
9224
|
-
* "width": 992
|
|
9225
|
-
* }
|
|
9226
|
-
* ]
|
|
9227
|
-
*/
|
|
9228
|
-
images: Components.ImageFile[];
|
|
9229
|
-
/**
|
|
9230
|
-
* Prompt
|
|
9231
|
-
* @description The prompt used for generating the image.
|
|
9232
|
-
*/
|
|
9233
|
-
prompt: string;
|
|
9234
|
-
/**
|
|
9235
|
-
* Seed
|
|
9236
|
-
* @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.
|
|
9237
|
-
*/
|
|
9238
|
-
seed: number;
|
|
9239
|
-
/**
|
|
9240
|
-
* Timings
|
|
9241
|
-
* @description The timings of the generation process.
|
|
9242
|
-
*/
|
|
9243
|
-
timings: {
|
|
9244
|
-
[key: string]: number;
|
|
9245
|
-
};
|
|
9246
|
-
}
|
|
9247
|
-
|
|
9248
|
-
export interface SharedType_698 {
|
|
9249
|
-
/**
|
|
9250
|
-
* @description The generated video.
|
|
9251
|
-
* @example {
|
|
9252
|
-
* "content_type": "video/mp4",
|
|
9253
|
-
* "file_size": 28472159,
|
|
9254
|
-
* "url": "https://v3b.fal.media/files/b/kangaroo/3n_Lpxm_SjK5NYyBobRdS_output.mp4",
|
|
9255
|
-
* "file_name": "output.mp4"
|
|
9256
|
-
* }
|
|
9257
|
-
*/
|
|
9258
|
-
video: Components.File;
|
|
9259
|
-
}
|
|
9260
|
-
|
|
9261
9394
|
export interface SharedType_68a {
|
|
9262
9395
|
/**
|
|
9263
9396
|
* Acceleration
|
|
@@ -9427,6 +9560,35 @@ export interface SharedType_688 {
|
|
|
9427
9560
|
sync_mode?: boolean;
|
|
9428
9561
|
}
|
|
9429
9562
|
|
|
9563
|
+
export interface SharedType_684 {
|
|
9564
|
+
/**
|
|
9565
|
+
* Prompt
|
|
9566
|
+
* @description The prompt used for the generation.
|
|
9567
|
+
* @example black-and-white video, a cowboy walks through a dusty town, film grain
|
|
9568
|
+
*/
|
|
9569
|
+
prompt: string;
|
|
9570
|
+
/**
|
|
9571
|
+
* Seed
|
|
9572
|
+
* @description The seed used for the random number generator.
|
|
9573
|
+
* @example 1490631192028410600
|
|
9574
|
+
*/
|
|
9575
|
+
seed: number;
|
|
9576
|
+
/**
|
|
9577
|
+
* @description The generated video.
|
|
9578
|
+
* @example {
|
|
9579
|
+
* "duration": 6.44,
|
|
9580
|
+
* "file_name": "vqhmP1B5juujIXfBPTotm_5MBoh7yS.mp4",
|
|
9581
|
+
* "fps": 25,
|
|
9582
|
+
* "content_type": "video/mp4",
|
|
9583
|
+
* "height": 1056,
|
|
9584
|
+
* "url": "https://v3b.fal.media/files/b/0a9640bb/vqhmP1B5juujIXfBPTotm_5MBoh7yS.mp4",
|
|
9585
|
+
* "num_frames": 161,
|
|
9586
|
+
* "width": 1888
|
|
9587
|
+
* }
|
|
9588
|
+
*/
|
|
9589
|
+
video: Components.VideoFile;
|
|
9590
|
+
}
|
|
9591
|
+
|
|
9430
9592
|
export interface SharedType_682 {
|
|
9431
9593
|
/**
|
|
9432
9594
|
* @description URL of the modified video
|
|
@@ -9639,42 +9801,33 @@ export interface SharedType_65c {
|
|
|
9639
9801
|
video: Components.File;
|
|
9640
9802
|
}
|
|
9641
9803
|
|
|
9642
|
-
export interface
|
|
9643
|
-
/**
|
|
9644
|
-
* Has Nsfw Concepts
|
|
9645
|
-
* @description Whether the generated images contain NSFW concepts.
|
|
9646
|
-
*/
|
|
9647
|
-
has_nsfw_concepts: boolean[];
|
|
9648
|
-
/**
|
|
9649
|
-
* Images
|
|
9650
|
-
* @description The generated image files info.
|
|
9651
|
-
* @example [
|
|
9652
|
-
* {
|
|
9653
|
-
* "width": 2048,
|
|
9654
|
-
* "height": 2048,
|
|
9655
|
-
* "url": "https://v3b.fal.media/files/b/0a9276c3/6KxxMb0bPmfNLH3DqcuSf_qRUe8cIL.png",
|
|
9656
|
-
* "content_type": "image/png"
|
|
9657
|
-
* }
|
|
9658
|
-
* ]
|
|
9659
|
-
*/
|
|
9660
|
-
images: Components.ImageFile[];
|
|
9804
|
+
export interface SharedType_64b {
|
|
9661
9805
|
/**
|
|
9662
9806
|
* Prompt
|
|
9663
|
-
* @description The prompt used for
|
|
9807
|
+
* @description The prompt used for the generation.
|
|
9808
|
+
* @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.
|
|
9664
9809
|
*/
|
|
9665
9810
|
prompt: string;
|
|
9666
9811
|
/**
|
|
9667
9812
|
* Seed
|
|
9668
|
-
* @description
|
|
9813
|
+
* @description The seed used for the random number generator.
|
|
9814
|
+
* @example 2078003885
|
|
9669
9815
|
*/
|
|
9670
9816
|
seed: number;
|
|
9671
9817
|
/**
|
|
9672
|
-
*
|
|
9673
|
-
* @
|
|
9818
|
+
* @description The generated video.
|
|
9819
|
+
* @example {
|
|
9820
|
+
* "duration": 6.44,
|
|
9821
|
+
* "file_name": "CJcQGDrxOSRg2YFl5GNDt_glXPMoji.mp4",
|
|
9822
|
+
* "fps": 25,
|
|
9823
|
+
* "content_type": "video/mp4",
|
|
9824
|
+
* "height": 704,
|
|
9825
|
+
* "url": "https://v3b.fal.media/files/b/0a894013/N9lnMTq7W3uMC0lOQg845_BknRPV8I.mp4",
|
|
9826
|
+
* "num_frames": 161,
|
|
9827
|
+
* "width": 1248
|
|
9828
|
+
* }
|
|
9674
9829
|
*/
|
|
9675
|
-
|
|
9676
|
-
[key: string]: number;
|
|
9677
|
-
};
|
|
9830
|
+
video: Components.VideoFile;
|
|
9678
9831
|
}
|
|
9679
9832
|
|
|
9680
9833
|
export interface SharedType_647 {
|
|
@@ -9759,46 +9912,55 @@ export interface SharedType_618 {
|
|
|
9759
9912
|
video: Components.File;
|
|
9760
9913
|
}
|
|
9761
9914
|
|
|
9762
|
-
export interface
|
|
9915
|
+
export interface SharedType_5f5 {
|
|
9763
9916
|
/**
|
|
9764
|
-
*
|
|
9765
|
-
* @
|
|
9766
|
-
* "file_name": "output.mp4",
|
|
9767
|
-
* "url": "https://fal.media/files/koala/awGY1lJd7lVsqQeSqjWqn_output.mp4",
|
|
9768
|
-
* "file_size": 3232402,
|
|
9769
|
-
* "content_type": "video/mp4"
|
|
9770
|
-
* }
|
|
9917
|
+
* Has Nsfw Concepts
|
|
9918
|
+
* @description Whether the generated images contain NSFW concepts.
|
|
9771
9919
|
*/
|
|
9772
|
-
|
|
9773
|
-
|
|
9774
|
-
|
|
9775
|
-
|
|
9920
|
+
has_nsfw_concepts: boolean[];
|
|
9921
|
+
/**
|
|
9922
|
+
* Images
|
|
9923
|
+
* @description The generated image files info.
|
|
9924
|
+
* @example [
|
|
9925
|
+
* {
|
|
9926
|
+
* "content_type": "image/png",
|
|
9927
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-controlnet-output.jpg",
|
|
9928
|
+
* "width": 1536,
|
|
9929
|
+
* "height": 1024
|
|
9930
|
+
* }
|
|
9931
|
+
* ]
|
|
9932
|
+
*/
|
|
9933
|
+
images: Components.ImageFile[];
|
|
9776
9934
|
/**
|
|
9777
9935
|
* Prompt
|
|
9778
|
-
* @description The prompt used for the
|
|
9779
|
-
* @example black-and-white video, a cowboy walks through a dusty town, film grain
|
|
9936
|
+
* @description The prompt used for generating the image.
|
|
9780
9937
|
*/
|
|
9781
9938
|
prompt: string;
|
|
9782
9939
|
/**
|
|
9783
9940
|
* Seed
|
|
9784
|
-
* @description
|
|
9785
|
-
* @example 1490631192028410600
|
|
9941
|
+
* @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.
|
|
9786
9942
|
*/
|
|
9787
9943
|
seed: number;
|
|
9788
9944
|
/**
|
|
9789
|
-
*
|
|
9945
|
+
* Timings
|
|
9946
|
+
* @description The timings of the generation process.
|
|
9947
|
+
*/
|
|
9948
|
+
timings: {
|
|
9949
|
+
[key: string]: number;
|
|
9950
|
+
};
|
|
9951
|
+
}
|
|
9952
|
+
|
|
9953
|
+
export interface SharedType_5e3 {
|
|
9954
|
+
/**
|
|
9955
|
+
* @description The generated video
|
|
9790
9956
|
* @example {
|
|
9791
|
-
* "
|
|
9792
|
-
* "
|
|
9793
|
-
* "
|
|
9794
|
-
* "
|
|
9795
|
-
* "duration": 6.44,
|
|
9796
|
-
* "url": "https://v3b.fal.media/files/b/0a922b2c/GHF1uJnBb0iuYWQDuZrzG_WAtgthsP.mp4",
|
|
9797
|
-
* "file_name": "GHF1uJnBb0iuYWQDuZrzG_WAtgthsP.mp4",
|
|
9798
|
-
* "height": 704
|
|
9957
|
+
* "file_name": "output.mp4",
|
|
9958
|
+
* "url": "https://fal.media/files/koala/awGY1lJd7lVsqQeSqjWqn_output.mp4",
|
|
9959
|
+
* "file_size": 3232402,
|
|
9960
|
+
* "content_type": "video/mp4"
|
|
9799
9961
|
* }
|
|
9800
9962
|
*/
|
|
9801
|
-
video: Components.
|
|
9963
|
+
video: Components.File;
|
|
9802
9964
|
}
|
|
9803
9965
|
|
|
9804
9966
|
export interface SharedType_5db {
|
|
@@ -9972,19 +10134,6 @@ export interface SharedType_5ac {
|
|
|
9972
10134
|
transcript?: string;
|
|
9973
10135
|
}
|
|
9974
10136
|
|
|
9975
|
-
export interface SharedType_5aa {
|
|
9976
|
-
/**
|
|
9977
|
-
* @description The generated video.
|
|
9978
|
-
* @example {
|
|
9979
|
-
* "content_type": "video/mp4",
|
|
9980
|
-
* "file_size": 18468404,
|
|
9981
|
-
* "url": "https://v3b.fal.media/files/b/0a8d1c8a/ZxdKrvPb3CQEmeuS-u_kU_output.mp4",
|
|
9982
|
-
* "file_name": "output.mp4"
|
|
9983
|
-
* }
|
|
9984
|
-
*/
|
|
9985
|
-
video: Components.File;
|
|
9986
|
-
}
|
|
9987
|
-
|
|
9988
10137
|
export interface SharedType_5a8 {
|
|
9989
10138
|
/**
|
|
9990
10139
|
* Acceleration
|
|
@@ -10410,44 +10559,6 @@ export interface SharedType_578 {
|
|
|
10410
10559
|
video: Components.File;
|
|
10411
10560
|
}
|
|
10412
10561
|
|
|
10413
|
-
export interface SharedType_576 {
|
|
10414
|
-
/**
|
|
10415
|
-
* Has Nsfw Concepts
|
|
10416
|
-
* @description Whether the generated images contain NSFW concepts.
|
|
10417
|
-
*/
|
|
10418
|
-
has_nsfw_concepts: boolean[];
|
|
10419
|
-
/**
|
|
10420
|
-
* Images
|
|
10421
|
-
* @description The generated image files info.
|
|
10422
|
-
* @example [
|
|
10423
|
-
* {
|
|
10424
|
-
* "height": 1024,
|
|
10425
|
-
* "content_type": "image/png",
|
|
10426
|
-
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-controlnet-output.jpg",
|
|
10427
|
-
* "width": 1536
|
|
10428
|
-
* }
|
|
10429
|
-
* ]
|
|
10430
|
-
*/
|
|
10431
|
-
images: Components.ImageFile[];
|
|
10432
|
-
/**
|
|
10433
|
-
* Prompt
|
|
10434
|
-
* @description The prompt used for generating the image.
|
|
10435
|
-
*/
|
|
10436
|
-
prompt: string;
|
|
10437
|
-
/**
|
|
10438
|
-
* Seed
|
|
10439
|
-
* @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.
|
|
10440
|
-
*/
|
|
10441
|
-
seed: number;
|
|
10442
|
-
/**
|
|
10443
|
-
* Timings
|
|
10444
|
-
* @description The timings of the generation process.
|
|
10445
|
-
*/
|
|
10446
|
-
timings: {
|
|
10447
|
-
[key: string]: number;
|
|
10448
|
-
};
|
|
10449
|
-
}
|
|
10450
|
-
|
|
10451
10562
|
export interface SharedType_560 {
|
|
10452
10563
|
/**
|
|
10453
10564
|
* Prompt
|
|
@@ -10513,6 +10624,35 @@ export interface SharedType_54d {
|
|
|
10513
10624
|
steps?: number;
|
|
10514
10625
|
}
|
|
10515
10626
|
|
|
10627
|
+
export interface SharedType_54a1 {
|
|
10628
|
+
/**
|
|
10629
|
+
* Prompt
|
|
10630
|
+
* @description The prompt used for the generation.
|
|
10631
|
+
* @example Continue the scene naturally, maintaining the same style and motion.
|
|
10632
|
+
*/
|
|
10633
|
+
prompt: string;
|
|
10634
|
+
/**
|
|
10635
|
+
* Seed
|
|
10636
|
+
* @description The seed used for the random number generator.
|
|
10637
|
+
* @example 866232447
|
|
10638
|
+
*/
|
|
10639
|
+
seed: number;
|
|
10640
|
+
/**
|
|
10641
|
+
* @description The generated video.
|
|
10642
|
+
* @example {
|
|
10643
|
+
* "duration": 10.28,
|
|
10644
|
+
* "file_name": "CJcQGDrxOSRg2YFl5GNDt_glXPMoji.mp4",
|
|
10645
|
+
* "fps": 25,
|
|
10646
|
+
* "content_type": "video/mp4",
|
|
10647
|
+
* "height": 704,
|
|
10648
|
+
* "url": "https://v3b.fal.media/files/b/0a88289e/CJcQGDrxOSRg2YFl5GNDt_glXPMoji.mp4",
|
|
10649
|
+
* "num_frames": 257,
|
|
10650
|
+
* "width": 1248
|
|
10651
|
+
* }
|
|
10652
|
+
*/
|
|
10653
|
+
video: Components.VideoFile;
|
|
10654
|
+
}
|
|
10655
|
+
|
|
10516
10656
|
export interface SharedType_54a {
|
|
10517
10657
|
/**
|
|
10518
10658
|
* Aspect Ratio
|
|
@@ -10569,35 +10709,6 @@ export interface SharedType_54a {
|
|
|
10569
10709
|
y_start?: number;
|
|
10570
10710
|
}
|
|
10571
10711
|
|
|
10572
|
-
export interface SharedType_53f {
|
|
10573
|
-
/**
|
|
10574
|
-
* Prompt
|
|
10575
|
-
* @description The prompt used for the generation.
|
|
10576
|
-
* @example black-and-white video, a cowboy walks through a dusty town, film grain
|
|
10577
|
-
*/
|
|
10578
|
-
prompt: string;
|
|
10579
|
-
/**
|
|
10580
|
-
* Seed
|
|
10581
|
-
* @description The seed used for the random number generator.
|
|
10582
|
-
* @example 1490631192028410600
|
|
10583
|
-
*/
|
|
10584
|
-
seed: number;
|
|
10585
|
-
/**
|
|
10586
|
-
* @description The generated video.
|
|
10587
|
-
* @example {
|
|
10588
|
-
* "content_type": "video/mp4",
|
|
10589
|
-
* "fps": 25,
|
|
10590
|
-
* "width": 1888,
|
|
10591
|
-
* "num_frames": 161,
|
|
10592
|
-
* "duration": 6.44,
|
|
10593
|
-
* "url": "https://v3b.fal.media/files/b/0a9640bb/vqhmP1B5juujIXfBPTotm_5MBoh7yS.mp4",
|
|
10594
|
-
* "file_name": "vqhmP1B5juujIXfBPTotm_5MBoh7yS.mp4",
|
|
10595
|
-
* "height": 1056
|
|
10596
|
-
* }
|
|
10597
|
-
*/
|
|
10598
|
-
video: Components.VideoFile;
|
|
10599
|
-
}
|
|
10600
|
-
|
|
10601
10712
|
export interface SharedType_52a {
|
|
10602
10713
|
/**
|
|
10603
10714
|
* Acceleration
|
|
@@ -10898,7 +11009,7 @@ export interface SharedType_51a {
|
|
|
10898
11009
|
seed: number;
|
|
10899
11010
|
}
|
|
10900
11011
|
|
|
10901
|
-
export interface
|
|
11012
|
+
export interface SharedType_5141 {
|
|
10902
11013
|
/**
|
|
10903
11014
|
* @example {
|
|
10904
11015
|
* "content_type": "video/mp4",
|
|
@@ -10908,6 +11019,19 @@ export interface SharedType_514 {
|
|
|
10908
11019
|
video: Components.File;
|
|
10909
11020
|
}
|
|
10910
11021
|
|
|
11022
|
+
export interface SharedType_514 {
|
|
11023
|
+
/**
|
|
11024
|
+
* @description The generated video
|
|
11025
|
+
* @example {
|
|
11026
|
+
* "content_type": "video/mp4",
|
|
11027
|
+
* "url": "https://v3b.fal.media/files/b/0a875336/8p3rFiXtx3fE2TLoh59KP_output.mp4",
|
|
11028
|
+
* "file_size": 35299865,
|
|
11029
|
+
* "file_name": "output.mp4"
|
|
11030
|
+
* }
|
|
11031
|
+
*/
|
|
11032
|
+
video: Components.File;
|
|
11033
|
+
}
|
|
11034
|
+
|
|
10911
11035
|
export interface SharedType_50b {
|
|
10912
11036
|
/**
|
|
10913
11037
|
* @description The generated video.
|
|
@@ -11027,19 +11151,6 @@ export interface SharedType_4ff {
|
|
|
11027
11151
|
video: Components.VideoFile;
|
|
11028
11152
|
}
|
|
11029
11153
|
|
|
11030
|
-
export interface SharedType_4cf {
|
|
11031
|
-
/**
|
|
11032
|
-
* @description The generated video.
|
|
11033
|
-
* @example {
|
|
11034
|
-
* "content_type": "video/mp4",
|
|
11035
|
-
* "file_size": 13096952,
|
|
11036
|
-
* "url": "https://v3b.fal.media/files/b/0a8d04e2/idOb9V-Q9ujlggPSKqsfS_output.mp4",
|
|
11037
|
-
* "file_name": "output.mp4"
|
|
11038
|
-
* }
|
|
11039
|
-
*/
|
|
11040
|
-
video: Components.File;
|
|
11041
|
-
}
|
|
11042
|
-
|
|
11043
11154
|
export interface SharedType_4c9 {
|
|
11044
11155
|
/**
|
|
11045
11156
|
* Control Lora Image Url
|
|
@@ -11139,6 +11250,19 @@ export interface SharedType_4c9 {
|
|
|
11139
11250
|
sync_mode?: boolean;
|
|
11140
11251
|
}
|
|
11141
11252
|
|
|
11253
|
+
export interface SharedType_4c3 {
|
|
11254
|
+
/**
|
|
11255
|
+
* @description The generated video
|
|
11256
|
+
* @example {
|
|
11257
|
+
* "content_type": "video/mp4",
|
|
11258
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-v3/pro-i2v/out.mp4",
|
|
11259
|
+
* "file_size": 8431922,
|
|
11260
|
+
* "file_name": "out.mp4"
|
|
11261
|
+
* }
|
|
11262
|
+
*/
|
|
11263
|
+
video: Components.File;
|
|
11264
|
+
}
|
|
11265
|
+
|
|
11142
11266
|
export interface SharedType_4bc {
|
|
11143
11267
|
/**
|
|
11144
11268
|
* CFG Scale
|
|
@@ -11822,17 +11946,42 @@ export interface SharedType_43e {
|
|
|
11822
11946
|
image: Components.Image_2;
|
|
11823
11947
|
}
|
|
11824
11948
|
|
|
11825
|
-
export interface
|
|
11949
|
+
export interface SharedType_43b {
|
|
11826
11950
|
/**
|
|
11827
|
-
*
|
|
11828
|
-
* @
|
|
11829
|
-
* "content_type": "video/mp4",
|
|
11830
|
-
* "file_size": 3910577,
|
|
11831
|
-
* "url": "https://v3.fal.media/files/penguin/twy6u1yv09NvqsX0mMFM2_output.mp4",
|
|
11832
|
-
* "file_name": "output.mp4"
|
|
11833
|
-
* }
|
|
11951
|
+
* Has Nsfw Concepts
|
|
11952
|
+
* @description Whether the generated images contain NSFW concepts.
|
|
11834
11953
|
*/
|
|
11835
|
-
|
|
11954
|
+
has_nsfw_concepts: boolean[];
|
|
11955
|
+
/**
|
|
11956
|
+
* Images
|
|
11957
|
+
* @description The generated image files info.
|
|
11958
|
+
* @example [
|
|
11959
|
+
* {
|
|
11960
|
+
* "content_type": "image/png",
|
|
11961
|
+
* "url": "https://v3b.fal.media/files/b/0a9276c3/6KxxMb0bPmfNLH3DqcuSf_qRUe8cIL.png",
|
|
11962
|
+
* "width": 2048,
|
|
11963
|
+
* "height": 2048
|
|
11964
|
+
* }
|
|
11965
|
+
* ]
|
|
11966
|
+
*/
|
|
11967
|
+
images: Components.ImageFile[];
|
|
11968
|
+
/**
|
|
11969
|
+
* Prompt
|
|
11970
|
+
* @description The prompt used for generating the image.
|
|
11971
|
+
*/
|
|
11972
|
+
prompt: string;
|
|
11973
|
+
/**
|
|
11974
|
+
* Seed
|
|
11975
|
+
* @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.
|
|
11976
|
+
*/
|
|
11977
|
+
seed: number;
|
|
11978
|
+
/**
|
|
11979
|
+
* Timings
|
|
11980
|
+
* @description The timings of the generation process.
|
|
11981
|
+
*/
|
|
11982
|
+
timings: {
|
|
11983
|
+
[key: string]: number;
|
|
11984
|
+
};
|
|
11836
11985
|
}
|
|
11837
11986
|
|
|
11838
11987
|
export interface SharedType_41c {
|
|
@@ -12639,48 +12788,35 @@ export interface SharedType_2d6 {
|
|
|
12639
12788
|
video: Components.File;
|
|
12640
12789
|
}
|
|
12641
12790
|
|
|
12642
|
-
export interface
|
|
12791
|
+
export interface SharedType_2cb {
|
|
12643
12792
|
/**
|
|
12644
12793
|
* Prompt
|
|
12645
12794
|
* @description The prompt used for the generation.
|
|
12646
|
-
* @example
|
|
12795
|
+
* @example black-and-white video, a cowboy walks through a dusty town, film grain
|
|
12647
12796
|
*/
|
|
12648
12797
|
prompt: string;
|
|
12649
12798
|
/**
|
|
12650
12799
|
* Seed
|
|
12651
12800
|
* @description The seed used for the random number generator.
|
|
12652
|
-
* @example
|
|
12801
|
+
* @example 1490631192028410600
|
|
12653
12802
|
*/
|
|
12654
12803
|
seed: number;
|
|
12655
12804
|
/**
|
|
12656
12805
|
* @description The generated video.
|
|
12657
12806
|
* @example {
|
|
12658
|
-
* "
|
|
12807
|
+
* "duration": 6.44,
|
|
12808
|
+
* "file_name": "GHF1uJnBb0iuYWQDuZrzG_WAtgthsP.mp4",
|
|
12659
12809
|
* "fps": 25,
|
|
12660
|
-
* "
|
|
12810
|
+
* "content_type": "video/mp4",
|
|
12811
|
+
* "height": 704,
|
|
12812
|
+
* "url": "https://v3b.fal.media/files/b/0a922b2c/GHF1uJnBb0iuYWQDuZrzG_WAtgthsP.mp4",
|
|
12661
12813
|
* "num_frames": 161,
|
|
12662
|
-
* "
|
|
12663
|
-
* "url": "https://v3b.fal.media/files/b/0a8824b1/sdm0KfmenrlywesfzY1Y1_if6euPp1.mp4",
|
|
12664
|
-
* "file_name": "sdm0KfmenrlywesfzY1Y1_if6euPp1.mp4",
|
|
12665
|
-
* "height": 704
|
|
12814
|
+
* "width": 1248
|
|
12666
12815
|
* }
|
|
12667
12816
|
*/
|
|
12668
12817
|
video: Components.VideoFile;
|
|
12669
12818
|
}
|
|
12670
12819
|
|
|
12671
|
-
export interface SharedType_2b1 {
|
|
12672
|
-
/**
|
|
12673
|
-
* @description The generated video.
|
|
12674
|
-
* @example {
|
|
12675
|
-
* "content_type": "video/mp4",
|
|
12676
|
-
* "file_size": 7533071,
|
|
12677
|
-
* "url": "https://v3b.fal.media/files/b/0a86603b/YAlbB2535l07BTy1wpDeI_output.mp4",
|
|
12678
|
-
* "file_name": "output.mp4"
|
|
12679
|
-
* }
|
|
12680
|
-
*/
|
|
12681
|
-
video: Components.File;
|
|
12682
|
-
}
|
|
12683
|
-
|
|
12684
12820
|
export interface SharedType_2ac {
|
|
12685
12821
|
/**
|
|
12686
12822
|
* Camera Movement
|
|
@@ -12903,35 +13039,6 @@ export interface SharedType_266 {
|
|
|
12903
13039
|
video: Components.File;
|
|
12904
13040
|
}
|
|
12905
13041
|
|
|
12906
|
-
export interface SharedType_263 {
|
|
12907
|
-
/**
|
|
12908
|
-
* Prompt
|
|
12909
|
-
* @description The prompt used for the generation.
|
|
12910
|
-
* @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.
|
|
12911
|
-
*/
|
|
12912
|
-
prompt: string;
|
|
12913
|
-
/**
|
|
12914
|
-
* Seed
|
|
12915
|
-
* @description The seed used for the random number generator.
|
|
12916
|
-
* @example 2078003885
|
|
12917
|
-
*/
|
|
12918
|
-
seed: number;
|
|
12919
|
-
/**
|
|
12920
|
-
* @description The generated video.
|
|
12921
|
-
* @example {
|
|
12922
|
-
* "content_type": "video/mp4",
|
|
12923
|
-
* "fps": 25,
|
|
12924
|
-
* "width": 1248,
|
|
12925
|
-
* "num_frames": 161,
|
|
12926
|
-
* "duration": 6.44,
|
|
12927
|
-
* "url": "https://v3b.fal.media/files/b/0a894013/N9lnMTq7W3uMC0lOQg845_BknRPV8I.mp4",
|
|
12928
|
-
* "file_name": "CJcQGDrxOSRg2YFl5GNDt_glXPMoji.mp4",
|
|
12929
|
-
* "height": 704
|
|
12930
|
-
* }
|
|
12931
|
-
*/
|
|
12932
|
-
video: Components.VideoFile;
|
|
12933
|
-
}
|
|
12934
|
-
|
|
12935
13042
|
export interface SharedType_25d {
|
|
12936
13043
|
/**
|
|
12937
13044
|
* Aspect Ratio
|
|
@@ -13003,6 +13110,30 @@ export interface SharedType_25c {
|
|
|
13003
13110
|
video: Components.VideoFile;
|
|
13004
13111
|
}
|
|
13005
13112
|
|
|
13113
|
+
export interface SharedType_25a {
|
|
13114
|
+
/**
|
|
13115
|
+
* Prompt
|
|
13116
|
+
* @description The prompt used for the generation.
|
|
13117
|
+
* @example A woman speaks to the camera
|
|
13118
|
+
*/
|
|
13119
|
+
prompt: string;
|
|
13120
|
+
/**
|
|
13121
|
+
* Seed
|
|
13122
|
+
* @description The seed used for the random number generator.
|
|
13123
|
+
* @example 175932751
|
|
13124
|
+
*/
|
|
13125
|
+
seed: number;
|
|
13126
|
+
/**
|
|
13127
|
+
* @description The generated video.
|
|
13128
|
+
* @example {
|
|
13129
|
+
* "content_type": "video/mp4",
|
|
13130
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/ltx-2-a2v-output.mp4",
|
|
13131
|
+
* "file_name": "ltx-2-a2v-output.mp4"
|
|
13132
|
+
* }
|
|
13133
|
+
*/
|
|
13134
|
+
video: Components.VideoFile;
|
|
13135
|
+
}
|
|
13136
|
+
|
|
13006
13137
|
export interface SharedType_246 {
|
|
13007
13138
|
/**
|
|
13008
13139
|
* Enable Safety Checker
|
|
@@ -13187,78 +13318,6 @@ export interface SharedType_21d {
|
|
|
13187
13318
|
turn_off_cfg_start_si?: number;
|
|
13188
13319
|
}
|
|
13189
13320
|
|
|
13190
|
-
export interface SharedType_21c {
|
|
13191
|
-
audio_setting?: Components.AudioSetting;
|
|
13192
|
-
/**
|
|
13193
|
-
* Language Boost
|
|
13194
|
-
* @description Enhance recognition of specified languages and dialects
|
|
13195
|
-
*/
|
|
13196
|
-
language_boost?:
|
|
13197
|
-
| 'Chinese'
|
|
13198
|
-
| 'Chinese,Yue'
|
|
13199
|
-
| 'English'
|
|
13200
|
-
| 'Arabic'
|
|
13201
|
-
| 'Russian'
|
|
13202
|
-
| 'Spanish'
|
|
13203
|
-
| 'French'
|
|
13204
|
-
| 'Portuguese'
|
|
13205
|
-
| 'German'
|
|
13206
|
-
| 'Turkish'
|
|
13207
|
-
| 'Dutch'
|
|
13208
|
-
| 'Ukrainian'
|
|
13209
|
-
| 'Vietnamese'
|
|
13210
|
-
| 'Indonesian'
|
|
13211
|
-
| 'Japanese'
|
|
13212
|
-
| 'Italian'
|
|
13213
|
-
| 'Korean'
|
|
13214
|
-
| 'Thai'
|
|
13215
|
-
| 'Polish'
|
|
13216
|
-
| 'Romanian'
|
|
13217
|
-
| 'Greek'
|
|
13218
|
-
| 'Czech'
|
|
13219
|
-
| 'Finnish'
|
|
13220
|
-
| 'Hindi'
|
|
13221
|
-
| 'Bulgarian'
|
|
13222
|
-
| 'Danish'
|
|
13223
|
-
| 'Hebrew'
|
|
13224
|
-
| 'Malay'
|
|
13225
|
-
| 'Slovak'
|
|
13226
|
-
| 'Swedish'
|
|
13227
|
-
| 'Croatian'
|
|
13228
|
-
| 'Hungarian'
|
|
13229
|
-
| 'Norwegian'
|
|
13230
|
-
| 'Slovenian'
|
|
13231
|
-
| 'Catalan'
|
|
13232
|
-
| 'Nynorsk'
|
|
13233
|
-
| 'Afrikaans'
|
|
13234
|
-
| 'auto';
|
|
13235
|
-
/**
|
|
13236
|
-
* Output Format
|
|
13237
|
-
* @description Format of the output content (non-streaming only)
|
|
13238
|
-
* @default hex
|
|
13239
|
-
* @enum {string}
|
|
13240
|
-
*/
|
|
13241
|
-
output_format?: 'url' | 'hex';
|
|
13242
|
-
pronunciation_dict?: Components.PronunciationDict;
|
|
13243
|
-
/**
|
|
13244
|
-
* Text
|
|
13245
|
-
* @description Text to convert to speech (max 5000 characters, minimum 1 non-whitespace character)
|
|
13246
|
-
* @example Hello world! This is a test of the text-to-speech system.
|
|
13247
|
-
*/
|
|
13248
|
-
text: string;
|
|
13249
|
-
/**
|
|
13250
|
-
* @description Voice configuration settings
|
|
13251
|
-
* @default {
|
|
13252
|
-
* "pitch": 0,
|
|
13253
|
-
* "voice_id": "Wise_Woman",
|
|
13254
|
-
* "english_normalization": false,
|
|
13255
|
-
* "speed": 1,
|
|
13256
|
-
* "vol": 1
|
|
13257
|
-
* }
|
|
13258
|
-
*/
|
|
13259
|
-
voice_setting?: Components.VoiceSetting;
|
|
13260
|
-
}
|
|
13261
|
-
|
|
13262
13321
|
export interface SharedType_21b {
|
|
13263
13322
|
/**
|
|
13264
13323
|
* @description The generated video file
|
|
@@ -13603,44 +13662,6 @@ export interface SharedType_197 {
|
|
|
13603
13662
|
};
|
|
13604
13663
|
}
|
|
13605
13664
|
|
|
13606
|
-
export interface SharedType_18d {
|
|
13607
|
-
/**
|
|
13608
|
-
* Has Nsfw Concepts
|
|
13609
|
-
* @description Whether the generated images contain NSFW concepts.
|
|
13610
|
-
*/
|
|
13611
|
-
has_nsfw_concepts: boolean[];
|
|
13612
|
-
/**
|
|
13613
|
-
* Images
|
|
13614
|
-
* @description The generated image files info.
|
|
13615
|
-
* @example [
|
|
13616
|
-
* {
|
|
13617
|
-
* "height": 888,
|
|
13618
|
-
* "content_type": "image/png",
|
|
13619
|
-
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-inpaint-output.png",
|
|
13620
|
-
* "width": 512
|
|
13621
|
-
* }
|
|
13622
|
-
* ]
|
|
13623
|
-
*/
|
|
13624
|
-
images: Components.ImageFile[];
|
|
13625
|
-
/**
|
|
13626
|
-
* Prompt
|
|
13627
|
-
* @description The prompt used for generating the image.
|
|
13628
|
-
*/
|
|
13629
|
-
prompt: string;
|
|
13630
|
-
/**
|
|
13631
|
-
* Seed
|
|
13632
|
-
* @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.
|
|
13633
|
-
*/
|
|
13634
|
-
seed: number;
|
|
13635
|
-
/**
|
|
13636
|
-
* Timings
|
|
13637
|
-
* @description The timings of the generation process.
|
|
13638
|
-
*/
|
|
13639
|
-
timings: {
|
|
13640
|
-
[key: string]: number;
|
|
13641
|
-
};
|
|
13642
|
-
}
|
|
13643
|
-
|
|
13644
13665
|
export interface SharedType_189 {
|
|
13645
13666
|
/**
|
|
13646
13667
|
* @description The generated music
|
|
@@ -13781,6 +13802,44 @@ export interface SharedType_16d {
|
|
|
13781
13802
|
sync_mode?: boolean;
|
|
13782
13803
|
}
|
|
13783
13804
|
|
|
13805
|
+
export interface SharedType_169 {
|
|
13806
|
+
/**
|
|
13807
|
+
* Has Nsfw Concepts
|
|
13808
|
+
* @description Whether the generated images contain NSFW concepts.
|
|
13809
|
+
*/
|
|
13810
|
+
has_nsfw_concepts: boolean[];
|
|
13811
|
+
/**
|
|
13812
|
+
* Images
|
|
13813
|
+
* @description The generated image files info.
|
|
13814
|
+
* @example [
|
|
13815
|
+
* {
|
|
13816
|
+
* "content_type": "image/png",
|
|
13817
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-i2i-output.png",
|
|
13818
|
+
* "width": 992,
|
|
13819
|
+
* "height": 1728
|
|
13820
|
+
* }
|
|
13821
|
+
* ]
|
|
13822
|
+
*/
|
|
13823
|
+
images: Components.ImageFile[];
|
|
13824
|
+
/**
|
|
13825
|
+
* Prompt
|
|
13826
|
+
* @description The prompt used for generating the image.
|
|
13827
|
+
*/
|
|
13828
|
+
prompt: string;
|
|
13829
|
+
/**
|
|
13830
|
+
* Seed
|
|
13831
|
+
* @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.
|
|
13832
|
+
*/
|
|
13833
|
+
seed: number;
|
|
13834
|
+
/**
|
|
13835
|
+
* Timings
|
|
13836
|
+
* @description The timings of the generation process.
|
|
13837
|
+
*/
|
|
13838
|
+
timings: {
|
|
13839
|
+
[key: string]: number;
|
|
13840
|
+
};
|
|
13841
|
+
}
|
|
13842
|
+
|
|
13784
13843
|
export interface SharedType_168 {
|
|
13785
13844
|
/**
|
|
13786
13845
|
* @description Generated 3D object file.
|
|
@@ -13931,6 +13990,19 @@ export interface SharedType_129 {
|
|
|
13931
13990
|
results: string;
|
|
13932
13991
|
}
|
|
13933
13992
|
|
|
13993
|
+
export interface SharedType_11e {
|
|
13994
|
+
/**
|
|
13995
|
+
* @description The generated video.
|
|
13996
|
+
* @example {
|
|
13997
|
+
* "content_type": "video/mp4",
|
|
13998
|
+
* "url": "https://v3b.fal.media/files/b/koala/knryyyGF3ZVyMMrGr77CL_output.mp4",
|
|
13999
|
+
* "file_size": 27588984,
|
|
14000
|
+
* "file_name": "output.mp4"
|
|
14001
|
+
* }
|
|
14002
|
+
*/
|
|
14003
|
+
video: Components.File;
|
|
14004
|
+
}
|
|
14005
|
+
|
|
13934
14006
|
export interface SharedType_10f {
|
|
13935
14007
|
/**
|
|
13936
14008
|
* @description The generated video file
|
|
@@ -15731,11 +15803,11 @@ export interface OpenaiGptImage2EditOutput {
|
|
|
15731
15803
|
* @description The generated images.
|
|
15732
15804
|
* @example [
|
|
15733
15805
|
* {
|
|
15806
|
+
* "content_type": "image/png",
|
|
15807
|
+
* "file_name": "yUt7tifLSbg1WzWWgfj2o.png",
|
|
15734
15808
|
* "width": 1024,
|
|
15735
15809
|
* "url": "https://v3b.fal.media/files/b/0a8691b0/yUt7tifLSbg1WzWWgfj2o.png",
|
|
15736
|
-
* "
|
|
15737
|
-
* "height": 1024,
|
|
15738
|
-
* "file_name": "yUt7tifLSbg1WzWWgfj2o.png"
|
|
15810
|
+
* "height": 1024
|
|
15739
15811
|
* }
|
|
15740
15812
|
* ]
|
|
15741
15813
|
*/
|
|
@@ -15799,17 +15871,203 @@ export interface OpenaiGptImage2Output {
|
|
|
15799
15871
|
* @description The generated images.
|
|
15800
15872
|
* @example [
|
|
15801
15873
|
* {
|
|
15874
|
+
* "content_type": "image/png",
|
|
15875
|
+
* "file_name": "EnWrO3XWjPE0nxBDpaQrj.png",
|
|
15802
15876
|
* "width": 1024,
|
|
15803
15877
|
* "url": "https://v3b.fal.media/files/b/0a869129/EnWrO3XWjPE0nxBDpaQrj.png",
|
|
15804
|
-
* "
|
|
15805
|
-
* "height": 1024,
|
|
15806
|
-
* "file_name": "EnWrO3XWjPE0nxBDpaQrj.png"
|
|
15878
|
+
* "height": 1024
|
|
15807
15879
|
* }
|
|
15808
15880
|
* ]
|
|
15809
15881
|
*/
|
|
15810
15882
|
images: Components.ImageFile[];
|
|
15811
15883
|
}
|
|
15812
15884
|
|
|
15885
|
+
export interface NvidiaNemotron3NanoOmniVisionInput {
|
|
15886
|
+
/**
|
|
15887
|
+
* Image URL
|
|
15888
|
+
* @description URL of the image to reason about. RGB JPEG or PNG.
|
|
15889
|
+
* @example https://storage.googleapis.com/falserverless/example_inputs/nemotron-3-nano-omni/vision_in.jpg
|
|
15890
|
+
*/
|
|
15891
|
+
image_url: string;
|
|
15892
|
+
/**
|
|
15893
|
+
* Max Tokens
|
|
15894
|
+
* @description Maximum number of tokens to generate.
|
|
15895
|
+
* @default 1024
|
|
15896
|
+
*/
|
|
15897
|
+
max_tokens?: number;
|
|
15898
|
+
/**
|
|
15899
|
+
* Prompt
|
|
15900
|
+
* @description Text prompt to send to the model. English only.
|
|
15901
|
+
* @example Summarize the key capabilities of a multimodal agent.
|
|
15902
|
+
*/
|
|
15903
|
+
prompt: string;
|
|
15904
|
+
/**
|
|
15905
|
+
* Reasoning Mode
|
|
15906
|
+
* @description Whether the model should emit an explicit reasoning trace. `no_think` returns a direct answer; `think` returns chain-of-thought followed by the final answer.
|
|
15907
|
+
* @default no_think
|
|
15908
|
+
* @enum {string}
|
|
15909
|
+
*/
|
|
15910
|
+
reasoning_mode?: 'think' | 'no_think';
|
|
15911
|
+
/**
|
|
15912
|
+
* System Prompt
|
|
15913
|
+
* @description Optional system prompt to steer the model. If omitted, the reasoning_mode control token is used as the system message.
|
|
15914
|
+
* @example You are a concise enterprise assistant.
|
|
15915
|
+
*/
|
|
15916
|
+
system_prompt?: string;
|
|
15917
|
+
/**
|
|
15918
|
+
* Temperature
|
|
15919
|
+
* @description Sampling temperature. Lower is more deterministic.
|
|
15920
|
+
* @default 0.7
|
|
15921
|
+
*/
|
|
15922
|
+
temperature?: number;
|
|
15923
|
+
/**
|
|
15924
|
+
* Top P
|
|
15925
|
+
* @description Nucleus sampling probability mass.
|
|
15926
|
+
* @default 0.95
|
|
15927
|
+
*/
|
|
15928
|
+
top_p?: number;
|
|
15929
|
+
}
|
|
15930
|
+
|
|
15931
|
+
export interface NvidiaNemotron3NanoOmniVisionOutput extends SharedType_c61 {}
|
|
15932
|
+
|
|
15933
|
+
export interface NvidiaNemotron3NanoOmniVideoInput {
|
|
15934
|
+
/**
|
|
15935
|
+
* Max Tokens
|
|
15936
|
+
* @description Maximum number of tokens to generate.
|
|
15937
|
+
* @default 1024
|
|
15938
|
+
*/
|
|
15939
|
+
max_tokens?: number;
|
|
15940
|
+
/**
|
|
15941
|
+
* Prompt
|
|
15942
|
+
* @description Text prompt to send to the model. English only.
|
|
15943
|
+
* @example Summarize the key capabilities of a multimodal agent.
|
|
15944
|
+
*/
|
|
15945
|
+
prompt: string;
|
|
15946
|
+
/**
|
|
15947
|
+
* Reasoning Mode
|
|
15948
|
+
* @description Whether the model should emit an explicit reasoning trace. `no_think` returns a direct answer; `think` returns chain-of-thought followed by the final answer.
|
|
15949
|
+
* @default no_think
|
|
15950
|
+
* @enum {string}
|
|
15951
|
+
*/
|
|
15952
|
+
reasoning_mode?: 'think' | 'no_think';
|
|
15953
|
+
/**
|
|
15954
|
+
* System Prompt
|
|
15955
|
+
* @description Optional system prompt to steer the model. If omitted, the reasoning_mode control token is used as the system message.
|
|
15956
|
+
* @example You are a concise enterprise assistant.
|
|
15957
|
+
*/
|
|
15958
|
+
system_prompt?: string;
|
|
15959
|
+
/**
|
|
15960
|
+
* Temperature
|
|
15961
|
+
* @description Sampling temperature. Lower is more deterministic.
|
|
15962
|
+
* @default 0.7
|
|
15963
|
+
*/
|
|
15964
|
+
temperature?: number;
|
|
15965
|
+
/**
|
|
15966
|
+
* Top P
|
|
15967
|
+
* @description Nucleus sampling probability mass.
|
|
15968
|
+
* @default 0.95
|
|
15969
|
+
*/
|
|
15970
|
+
top_p?: number;
|
|
15971
|
+
/**
|
|
15972
|
+
* Video URL
|
|
15973
|
+
* @description URL of the video to reason about. mp4, up to 1080p, max 2 minutes.
|
|
15974
|
+
* @example https://storage.googleapis.com/falserverless/example_inputs/nemotron-3-nano-omni/video_in.mp4
|
|
15975
|
+
*/
|
|
15976
|
+
video_url: string;
|
|
15977
|
+
}
|
|
15978
|
+
|
|
15979
|
+
export interface NvidiaNemotron3NanoOmniVideoOutput extends SharedType_c61 {}
|
|
15980
|
+
|
|
15981
|
+
export interface NvidiaNemotron3NanoOmniAudioInput {
|
|
15982
|
+
/**
|
|
15983
|
+
* Audio URL
|
|
15984
|
+
* @description URL of the audio clip to reason about. wav or mp3, max 1 hour.
|
|
15985
|
+
* @example https://storage.googleapis.com/falserverless/example_inputs/nemotron-3-nano-omni/audio_in.mp3
|
|
15986
|
+
*/
|
|
15987
|
+
audio_url: string;
|
|
15988
|
+
/**
|
|
15989
|
+
* Max Tokens
|
|
15990
|
+
* @description Maximum number of tokens to generate.
|
|
15991
|
+
* @default 1024
|
|
15992
|
+
*/
|
|
15993
|
+
max_tokens?: number;
|
|
15994
|
+
/**
|
|
15995
|
+
* Prompt
|
|
15996
|
+
* @description Text prompt to send to the model. English only.
|
|
15997
|
+
* @example Summarize the key capabilities of a multimodal agent.
|
|
15998
|
+
*/
|
|
15999
|
+
prompt: string;
|
|
16000
|
+
/**
|
|
16001
|
+
* Reasoning Mode
|
|
16002
|
+
* @description Whether the model should emit an explicit reasoning trace. `no_think` returns a direct answer; `think` returns chain-of-thought followed by the final answer.
|
|
16003
|
+
* @default no_think
|
|
16004
|
+
* @enum {string}
|
|
16005
|
+
*/
|
|
16006
|
+
reasoning_mode?: 'think' | 'no_think';
|
|
16007
|
+
/**
|
|
16008
|
+
* System Prompt
|
|
16009
|
+
* @description Optional system prompt to steer the model. If omitted, the reasoning_mode control token is used as the system message.
|
|
16010
|
+
* @example You are a concise enterprise assistant.
|
|
16011
|
+
*/
|
|
16012
|
+
system_prompt?: string;
|
|
16013
|
+
/**
|
|
16014
|
+
* Temperature
|
|
16015
|
+
* @description Sampling temperature. Lower is more deterministic.
|
|
16016
|
+
* @default 0.7
|
|
16017
|
+
*/
|
|
16018
|
+
temperature?: number;
|
|
16019
|
+
/**
|
|
16020
|
+
* Top P
|
|
16021
|
+
* @description Nucleus sampling probability mass.
|
|
16022
|
+
* @default 0.95
|
|
16023
|
+
*/
|
|
16024
|
+
top_p?: number;
|
|
16025
|
+
}
|
|
16026
|
+
|
|
16027
|
+
export interface NvidiaNemotron3NanoOmniAudioOutput extends SharedType_c61 {}
|
|
16028
|
+
|
|
16029
|
+
export interface NvidiaNemotron3NanoOmniInput {
|
|
16030
|
+
/**
|
|
16031
|
+
* Max Tokens
|
|
16032
|
+
* @description Maximum number of tokens to generate.
|
|
16033
|
+
* @default 1024
|
|
16034
|
+
*/
|
|
16035
|
+
max_tokens?: number;
|
|
16036
|
+
/**
|
|
16037
|
+
* Prompt
|
|
16038
|
+
* @description Text prompt to send to the model. English only.
|
|
16039
|
+
* @example Summarize the key capabilities of a multimodal agent.
|
|
16040
|
+
*/
|
|
16041
|
+
prompt: string;
|
|
16042
|
+
/**
|
|
16043
|
+
* Reasoning Mode
|
|
16044
|
+
* @description Whether the model should emit an explicit reasoning trace. `no_think` returns a direct answer; `think` returns chain-of-thought followed by the final answer.
|
|
16045
|
+
* @default no_think
|
|
16046
|
+
* @enum {string}
|
|
16047
|
+
*/
|
|
16048
|
+
reasoning_mode?: 'think' | 'no_think';
|
|
16049
|
+
/**
|
|
16050
|
+
* System Prompt
|
|
16051
|
+
* @description Optional system prompt to steer the model. If omitted, the reasoning_mode control token is used as the system message.
|
|
16052
|
+
* @example You are a concise enterprise assistant.
|
|
16053
|
+
*/
|
|
16054
|
+
system_prompt?: string;
|
|
16055
|
+
/**
|
|
16056
|
+
* Temperature
|
|
16057
|
+
* @description Sampling temperature. Lower is more deterministic.
|
|
16058
|
+
* @default 0.7
|
|
16059
|
+
*/
|
|
16060
|
+
temperature?: number;
|
|
16061
|
+
/**
|
|
16062
|
+
* Top P
|
|
16063
|
+
* @description Nucleus sampling probability mass.
|
|
16064
|
+
* @default 0.95
|
|
16065
|
+
*/
|
|
16066
|
+
top_p?: number;
|
|
16067
|
+
}
|
|
16068
|
+
|
|
16069
|
+
export interface NvidiaNemotron3NanoOmniOutput extends SharedType_c61 {}
|
|
16070
|
+
|
|
15813
16071
|
export interface MoonvalleyMareyT2vInput {
|
|
15814
16072
|
/**
|
|
15815
16073
|
* Dimensions
|
|
@@ -16385,7 +16643,7 @@ export interface ZImageTurboTilingLoraInput {
|
|
|
16385
16643
|
tiling_mode?: 'both' | 'horizontal' | 'vertical';
|
|
16386
16644
|
}
|
|
16387
16645
|
|
|
16388
|
-
export interface ZImageTurboTilingLoraOutput extends
|
|
16646
|
+
export interface ZImageTurboTilingLoraOutput extends SharedType_43b {}
|
|
16389
16647
|
|
|
16390
16648
|
export interface ZImageTurboTilingInput {
|
|
16391
16649
|
/**
|
|
@@ -16497,7 +16755,7 @@ export interface ZImageTurboTilingInput {
|
|
|
16497
16755
|
tiling_mode?: 'both' | 'horizontal' | 'vertical';
|
|
16498
16756
|
}
|
|
16499
16757
|
|
|
16500
|
-
export interface ZImageTurboTilingOutput extends
|
|
16758
|
+
export interface ZImageTurboTilingOutput extends SharedType_43b {}
|
|
16501
16759
|
|
|
16502
16760
|
export interface ZImageTurboLoraInput {
|
|
16503
16761
|
/**
|
|
@@ -16579,43 +16837,7 @@ export interface ZImageTurboLoraInput {
|
|
|
16579
16837
|
sync_mode?: boolean;
|
|
16580
16838
|
}
|
|
16581
16839
|
|
|
16582
|
-
export interface ZImageTurboLoraOutput {
|
|
16583
|
-
/**
|
|
16584
|
-
* Has Nsfw Concepts
|
|
16585
|
-
* @description Whether the generated images contain NSFW concepts.
|
|
16586
|
-
*/
|
|
16587
|
-
has_nsfw_concepts: boolean[];
|
|
16588
|
-
/**
|
|
16589
|
-
* Images
|
|
16590
|
-
* @description The generated image files info.
|
|
16591
|
-
* @example [
|
|
16592
|
-
* {
|
|
16593
|
-
* "width": 1024,
|
|
16594
|
-
* "height": 768,
|
|
16595
|
-
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-output.png",
|
|
16596
|
-
* "content_type": "image/png"
|
|
16597
|
-
* }
|
|
16598
|
-
* ]
|
|
16599
|
-
*/
|
|
16600
|
-
images: Components.ImageFile[];
|
|
16601
|
-
/**
|
|
16602
|
-
* Prompt
|
|
16603
|
-
* @description The prompt used for generating the image.
|
|
16604
|
-
*/
|
|
16605
|
-
prompt: string;
|
|
16606
|
-
/**
|
|
16607
|
-
* Seed
|
|
16608
|
-
* @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.
|
|
16609
|
-
*/
|
|
16610
|
-
seed: number;
|
|
16611
|
-
/**
|
|
16612
|
-
* Timings
|
|
16613
|
-
* @description The timings of the generation process.
|
|
16614
|
-
*/
|
|
16615
|
-
timings: {
|
|
16616
|
-
[key: string]: number;
|
|
16617
|
-
};
|
|
16618
|
-
}
|
|
16840
|
+
export interface ZImageTurboLoraOutput extends SharedType_a25 {}
|
|
16619
16841
|
|
|
16620
16842
|
export interface ZImageTurboInpaintLoraInput {
|
|
16621
16843
|
/**
|
|
@@ -16734,7 +16956,7 @@ export interface ZImageTurboInpaintLoraInput {
|
|
|
16734
16956
|
sync_mode?: boolean;
|
|
16735
16957
|
}
|
|
16736
16958
|
|
|
16737
|
-
export interface ZImageTurboInpaintLoraOutput extends
|
|
16959
|
+
export interface ZImageTurboInpaintLoraOutput extends SharedType_e99 {}
|
|
16738
16960
|
|
|
16739
16961
|
export interface ZImageTurboInpaintInput {
|
|
16740
16962
|
/**
|
|
@@ -16847,7 +17069,7 @@ export interface ZImageTurboInpaintInput {
|
|
|
16847
17069
|
sync_mode?: boolean;
|
|
16848
17070
|
}
|
|
16849
17071
|
|
|
16850
|
-
export interface ZImageTurboInpaintOutput extends
|
|
17072
|
+
export interface ZImageTurboInpaintOutput extends SharedType_e99 {}
|
|
16851
17073
|
|
|
16852
17074
|
export interface ZImageTurboImageToImageLoraInput {
|
|
16853
17075
|
/**
|
|
@@ -16942,7 +17164,7 @@ export interface ZImageTurboImageToImageLoraInput {
|
|
|
16942
17164
|
sync_mode?: boolean;
|
|
16943
17165
|
}
|
|
16944
17166
|
|
|
16945
|
-
export interface ZImageTurboImageToImageLoraOutput extends
|
|
17167
|
+
export interface ZImageTurboImageToImageLoraOutput extends SharedType_169 {}
|
|
16946
17168
|
|
|
16947
17169
|
export interface ZImageTurboImageToImageInput {
|
|
16948
17170
|
/**
|
|
@@ -17031,7 +17253,7 @@ export interface ZImageTurboImageToImageInput {
|
|
|
17031
17253
|
sync_mode?: boolean;
|
|
17032
17254
|
}
|
|
17033
17255
|
|
|
17034
|
-
export interface ZImageTurboImageToImageOutput extends
|
|
17256
|
+
export interface ZImageTurboImageToImageOutput extends SharedType_169 {}
|
|
17035
17257
|
|
|
17036
17258
|
export interface ZImageTurboControlnetLoraInput {
|
|
17037
17259
|
/**
|
|
@@ -17145,7 +17367,7 @@ export interface ZImageTurboControlnetLoraInput {
|
|
|
17145
17367
|
sync_mode?: boolean;
|
|
17146
17368
|
}
|
|
17147
17369
|
|
|
17148
|
-
export interface ZImageTurboControlnetLoraOutput extends
|
|
17370
|
+
export interface ZImageTurboControlnetLoraOutput extends SharedType_5f5 {}
|
|
17149
17371
|
|
|
17150
17372
|
export interface ZImageTurboControlnetInput {
|
|
17151
17373
|
/**
|
|
@@ -17253,7 +17475,7 @@ export interface ZImageTurboControlnetInput {
|
|
|
17253
17475
|
sync_mode?: boolean;
|
|
17254
17476
|
}
|
|
17255
17477
|
|
|
17256
|
-
export interface ZImageTurboControlnetOutput extends
|
|
17478
|
+
export interface ZImageTurboControlnetOutput extends SharedType_5f5 {}
|
|
17257
17479
|
|
|
17258
17480
|
export interface ZImageTurboInput {
|
|
17259
17481
|
/**
|
|
@@ -17329,43 +17551,7 @@ export interface ZImageTurboInput {
|
|
|
17329
17551
|
sync_mode?: boolean;
|
|
17330
17552
|
}
|
|
17331
17553
|
|
|
17332
|
-
export interface ZImageTurboOutput {
|
|
17333
|
-
/**
|
|
17334
|
-
* Has Nsfw Concepts
|
|
17335
|
-
* @description Whether the generated images contain NSFW concepts.
|
|
17336
|
-
*/
|
|
17337
|
-
has_nsfw_concepts: boolean[];
|
|
17338
|
-
/**
|
|
17339
|
-
* Images
|
|
17340
|
-
* @description The generated image files info.
|
|
17341
|
-
* @example [
|
|
17342
|
-
* {
|
|
17343
|
-
* "height": 768,
|
|
17344
|
-
* "content_type": "image/png",
|
|
17345
|
-
* "url": "https://storage.googleapis.com/falserverless/example_outputs/z-image-turbo-output.png",
|
|
17346
|
-
* "width": 1024
|
|
17347
|
-
* }
|
|
17348
|
-
* ]
|
|
17349
|
-
*/
|
|
17350
|
-
images: Components.ImageFile[];
|
|
17351
|
-
/**
|
|
17352
|
-
* Prompt
|
|
17353
|
-
* @description The prompt used for generating the image.
|
|
17354
|
-
*/
|
|
17355
|
-
prompt: string;
|
|
17356
|
-
/**
|
|
17357
|
-
* Seed
|
|
17358
|
-
* @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.
|
|
17359
|
-
*/
|
|
17360
|
-
seed: number;
|
|
17361
|
-
/**
|
|
17362
|
-
* Timings
|
|
17363
|
-
* @description The timings of the generation process.
|
|
17364
|
-
*/
|
|
17365
|
-
timings: {
|
|
17366
|
-
[key: string]: number;
|
|
17367
|
-
};
|
|
17368
|
-
}
|
|
17554
|
+
export interface ZImageTurboOutput extends SharedType_a25 {}
|
|
17369
17555
|
|
|
17370
17556
|
export interface ZImageBaseLoraInput {
|
|
17371
17557
|
/**
|
|
@@ -17453,7 +17639,7 @@ export interface ZImageBaseLoraInput {
|
|
|
17453
17639
|
sync_mode?: boolean;
|
|
17454
17640
|
}
|
|
17455
17641
|
|
|
17456
|
-
export interface ZImageBaseLoraOutput extends
|
|
17642
|
+
export interface ZImageBaseLoraOutput extends SharedType_6d0 {}
|
|
17457
17643
|
|
|
17458
17644
|
export interface ZImageBaseInput {
|
|
17459
17645
|
/**
|
|
@@ -17535,7 +17721,7 @@ export interface ZImageBaseInput {
|
|
|
17535
17721
|
sync_mode?: boolean;
|
|
17536
17722
|
}
|
|
17537
17723
|
|
|
17538
|
-
export interface ZImageBaseOutput extends
|
|
17724
|
+
export interface ZImageBaseOutput extends SharedType_6d0 {}
|
|
17539
17725
|
|
|
17540
17726
|
export interface ZImageTurboTrainerV2Input extends SharedType_54d {}
|
|
17541
17727
|
|
|
@@ -31074,17 +31260,17 @@ export interface Sa2va8bVideoInput extends SharedType_f0c1 {}
|
|
|
31074
31260
|
|
|
31075
31261
|
export interface Sa2va8bVideoOutput extends SharedType_44f {}
|
|
31076
31262
|
|
|
31077
|
-
export interface Sa2va8bImageInput extends
|
|
31263
|
+
export interface Sa2va8bImageInput extends SharedType_f51 {}
|
|
31078
31264
|
|
|
31079
|
-
export interface Sa2va8bImageOutput extends
|
|
31265
|
+
export interface Sa2va8bImageOutput extends SharedType_f511 {}
|
|
31080
31266
|
|
|
31081
31267
|
export interface Sa2va4bVideoInput extends SharedType_f0c1 {}
|
|
31082
31268
|
|
|
31083
31269
|
export interface Sa2va4bVideoOutput extends SharedType_44f {}
|
|
31084
31270
|
|
|
31085
|
-
export interface Sa2va4bImageInput extends
|
|
31271
|
+
export interface Sa2va4bImageInput extends SharedType_f51 {}
|
|
31086
31272
|
|
|
31087
|
-
export interface Sa2va4bImageOutput extends
|
|
31273
|
+
export interface Sa2va4bImageOutput extends SharedType_f511 {}
|
|
31088
31274
|
|
|
31089
31275
|
export interface RifeVideoInput {
|
|
31090
31276
|
/**
|
|
@@ -40595,8 +40781,8 @@ export interface NanoBananaProEditOutput {
|
|
|
40595
40781
|
* @example [
|
|
40596
40782
|
* {
|
|
40597
40783
|
* "file_name": "nano-banana-pro-edit-output.png",
|
|
40598
|
-
* "
|
|
40599
|
-
* "
|
|
40784
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/nano-banana-pro-edit-output.png",
|
|
40785
|
+
* "content_type": "image/png"
|
|
40600
40786
|
* }
|
|
40601
40787
|
* ]
|
|
40602
40788
|
*/
|
|
@@ -40617,8 +40803,8 @@ export interface NanoBananaProOutput {
|
|
|
40617
40803
|
* @example [
|
|
40618
40804
|
* {
|
|
40619
40805
|
* "file_name": "nano-banana-pro-t2i-output.png",
|
|
40620
|
-
* "
|
|
40621
|
-
* "
|
|
40806
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/nano-banana-pro-t2i-output.png",
|
|
40807
|
+
* "content_type": "image/png"
|
|
40622
40808
|
* }
|
|
40623
40809
|
* ]
|
|
40624
40810
|
*/
|
|
@@ -41867,10 +42053,10 @@ export interface MinimaxSpeech28TurboInput {
|
|
|
41867
42053
|
* @description Voice configuration settings
|
|
41868
42054
|
* @default {
|
|
41869
42055
|
* "pitch": 0,
|
|
41870
|
-
* "
|
|
42056
|
+
* "vol": 1,
|
|
41871
42057
|
* "english_normalization": false,
|
|
41872
|
-
* "
|
|
41873
|
-
* "
|
|
42058
|
+
* "voice_id": "Wise_Woman",
|
|
42059
|
+
* "speed": 1
|
|
41874
42060
|
* }
|
|
41875
42061
|
*/
|
|
41876
42062
|
voice_setting?: Components.VoiceSetting;
|
|
@@ -41956,10 +42142,10 @@ export interface MinimaxSpeech28HdInput {
|
|
|
41956
42142
|
* @description Voice configuration settings
|
|
41957
42143
|
* @default {
|
|
41958
42144
|
* "pitch": 0,
|
|
41959
|
-
* "
|
|
42145
|
+
* "vol": 1,
|
|
41960
42146
|
* "english_normalization": false,
|
|
41961
|
-
* "
|
|
41962
|
-
* "
|
|
42147
|
+
* "voice_id": "Wise_Woman",
|
|
42148
|
+
* "speed": 1
|
|
41963
42149
|
* }
|
|
41964
42150
|
*/
|
|
41965
42151
|
voice_setting?: Components.VoiceSetting;
|
|
@@ -42044,10 +42230,10 @@ export interface MinimaxSpeech26TurboInput {
|
|
|
42044
42230
|
* @description Voice configuration settings
|
|
42045
42231
|
* @default {
|
|
42046
42232
|
* "pitch": 0,
|
|
42047
|
-
* "
|
|
42233
|
+
* "vol": 1,
|
|
42048
42234
|
* "english_normalization": false,
|
|
42049
|
-
* "
|
|
42050
|
-
* "
|
|
42235
|
+
* "voice_id": "Wise_Woman",
|
|
42236
|
+
* "speed": 1
|
|
42051
42237
|
* }
|
|
42052
42238
|
*/
|
|
42053
42239
|
voice_setting?: Components.VoiceSetting;
|
|
@@ -42132,10 +42318,10 @@ export interface MinimaxSpeech26HdInput {
|
|
|
42132
42318
|
* @description Voice configuration settings
|
|
42133
42319
|
* @default {
|
|
42134
42320
|
* "pitch": 0,
|
|
42135
|
-
* "
|
|
42321
|
+
* "vol": 1,
|
|
42136
42322
|
* "english_normalization": false,
|
|
42137
|
-
* "
|
|
42138
|
-
* "
|
|
42323
|
+
* "voice_id": "Wise_Woman",
|
|
42324
|
+
* "speed": 1
|
|
42139
42325
|
* }
|
|
42140
42326
|
*/
|
|
42141
42327
|
voice_setting?: Components.VoiceSetting;
|
|
@@ -42156,19 +42342,19 @@ export interface MinimaxSpeech26HdOutput {
|
|
|
42156
42342
|
duration_ms: number;
|
|
42157
42343
|
}
|
|
42158
42344
|
|
|
42159
|
-
export interface MinimaxSpeech02TurboInput extends
|
|
42345
|
+
export interface MinimaxSpeech02TurboInput extends SharedType_e43 {}
|
|
42160
42346
|
|
|
42161
42347
|
export interface MinimaxSpeech02TurboOutput extends SharedType_f60 {}
|
|
42162
42348
|
|
|
42163
|
-
export interface MinimaxSpeech02HdInput extends
|
|
42349
|
+
export interface MinimaxSpeech02HdInput extends SharedType_e43 {}
|
|
42164
42350
|
|
|
42165
42351
|
export interface MinimaxSpeech02HdOutput extends SharedType_f60 {}
|
|
42166
42352
|
|
|
42167
|
-
export interface MinimaxPreviewSpeech25TurboInput extends
|
|
42353
|
+
export interface MinimaxPreviewSpeech25TurboInput extends SharedType_89f {}
|
|
42168
42354
|
|
|
42169
42355
|
export interface MinimaxPreviewSpeech25TurboOutput extends SharedType_f60 {}
|
|
42170
42356
|
|
|
42171
|
-
export interface MinimaxPreviewSpeech25HdInput extends
|
|
42357
|
+
export interface MinimaxPreviewSpeech25HdInput extends SharedType_89f {}
|
|
42172
42358
|
|
|
42173
42359
|
export interface MinimaxPreviewSpeech25HdOutput extends SharedType_f60 {}
|
|
42174
42360
|
|
|
@@ -42212,10 +42398,10 @@ export interface MinimaxImage01SubjectReferenceOutput {
|
|
|
42212
42398
|
* @description Generated images
|
|
42213
42399
|
* @example [
|
|
42214
42400
|
* {
|
|
42215
|
-
* "file_size": 239709,
|
|
42216
|
-
* "url": "https://v3.fal.media/files/lion/1bfHvTwZGzK59EYAi2OG7_image.jpg",
|
|
42217
42401
|
* "content_type": "image/jpeg",
|
|
42218
|
-
* "file_name": "image.jpg"
|
|
42402
|
+
* "file_name": "image.jpg",
|
|
42403
|
+
* "url": "https://v3.fal.media/files/lion/1bfHvTwZGzK59EYAi2OG7_image.jpg",
|
|
42404
|
+
* "file_size": 239709
|
|
42219
42405
|
* }
|
|
42220
42406
|
* ]
|
|
42221
42407
|
*/
|
|
@@ -42256,10 +42442,10 @@ export interface MinimaxImage01Output {
|
|
|
42256
42442
|
* @description Generated images
|
|
42257
42443
|
* @example [
|
|
42258
42444
|
* {
|
|
42259
|
-
* "file_size": 351366,
|
|
42260
|
-
* "url": "https://v3.fal.media/files/tiger/xLcblZAbiw1kM6ZR_2D-r_image.jpg",
|
|
42261
42445
|
* "content_type": "image/jpeg",
|
|
42262
|
-
* "file_name": "image.jpg"
|
|
42446
|
+
* "file_name": "image.jpg",
|
|
42447
|
+
* "url": "https://v3.fal.media/files/tiger/xLcblZAbiw1kM6ZR_2D-r_image.jpg",
|
|
42448
|
+
* "file_size": 351366
|
|
42263
42449
|
* }
|
|
42264
42450
|
* ]
|
|
42265
42451
|
*/
|
|
@@ -46988,7 +47174,7 @@ export interface Ltx2322bVideoToVideoLoraInput {
|
|
|
46988
47174
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
46989
47175
|
}
|
|
46990
47176
|
|
|
46991
|
-
export interface Ltx2322bVideoToVideoLoraOutput extends
|
|
47177
|
+
export interface Ltx2322bVideoToVideoLoraOutput extends SharedType_2cb {}
|
|
46992
47178
|
|
|
46993
47179
|
export interface Ltx2322bVideoToVideoInput {
|
|
46994
47180
|
/**
|
|
@@ -47235,7 +47421,7 @@ export interface Ltx2322bVideoToVideoInput {
|
|
|
47235
47421
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
47236
47422
|
}
|
|
47237
47423
|
|
|
47238
|
-
export interface Ltx2322bVideoToVideoOutput extends
|
|
47424
|
+
export interface Ltx2322bVideoToVideoOutput extends SharedType_2cb {}
|
|
47239
47425
|
|
|
47240
47426
|
export interface Ltx2322bTextToVideoLoraInput {
|
|
47241
47427
|
/**
|
|
@@ -47456,7 +47642,7 @@ export interface Ltx2322bTextToVideoLoraInput {
|
|
|
47456
47642
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
47457
47643
|
}
|
|
47458
47644
|
|
|
47459
|
-
export interface Ltx2322bTextToVideoLoraOutput extends
|
|
47645
|
+
export interface Ltx2322bTextToVideoLoraOutput extends SharedType_f49 {}
|
|
47460
47646
|
|
|
47461
47647
|
export interface Ltx2322bTextToVideoInput {
|
|
47462
47648
|
/**
|
|
@@ -47672,7 +47858,7 @@ export interface Ltx2322bTextToVideoInput {
|
|
|
47672
47858
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
47673
47859
|
}
|
|
47674
47860
|
|
|
47675
|
-
export interface Ltx2322bTextToVideoOutput extends
|
|
47861
|
+
export interface Ltx2322bTextToVideoOutput extends SharedType_f49 {}
|
|
47676
47862
|
|
|
47677
47863
|
export interface Ltx2322bReferenceVideoToVideoLoraInput {
|
|
47678
47864
|
/**
|
|
@@ -47954,7 +48140,7 @@ export interface Ltx2322bReferenceVideoToVideoLoraInput {
|
|
|
47954
48140
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
47955
48141
|
}
|
|
47956
48142
|
|
|
47957
|
-
export interface Ltx2322bReferenceVideoToVideoLoraOutput extends
|
|
48143
|
+
export interface Ltx2322bReferenceVideoToVideoLoraOutput extends SharedType_684 {}
|
|
47958
48144
|
|
|
47959
48145
|
export interface Ltx2322bReferenceVideoToVideoInput {
|
|
47960
48146
|
/**
|
|
@@ -48231,7 +48417,7 @@ export interface Ltx2322bReferenceVideoToVideoInput {
|
|
|
48231
48417
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
48232
48418
|
}
|
|
48233
48419
|
|
|
48234
|
-
export interface Ltx2322bReferenceVideoToVideoOutput extends
|
|
48420
|
+
export interface Ltx2322bReferenceVideoToVideoOutput extends SharedType_684 {}
|
|
48235
48421
|
|
|
48236
48422
|
export interface Ltx2322bImageToVideoLoraInput {
|
|
48237
48423
|
/**
|
|
@@ -48483,7 +48669,7 @@ export interface Ltx2322bImageToVideoLoraInput {
|
|
|
48483
48669
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
48484
48670
|
}
|
|
48485
48671
|
|
|
48486
|
-
export interface Ltx2322bImageToVideoLoraOutput extends
|
|
48672
|
+
export interface Ltx2322bImageToVideoLoraOutput extends SharedType_54a1 {}
|
|
48487
48673
|
|
|
48488
48674
|
export interface Ltx2322bImageToVideoInput {
|
|
48489
48675
|
/**
|
|
@@ -48730,7 +48916,7 @@ export interface Ltx2322bImageToVideoInput {
|
|
|
48730
48916
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
48731
48917
|
}
|
|
48732
48918
|
|
|
48733
|
-
export interface Ltx2322bImageToVideoOutput extends
|
|
48919
|
+
export interface Ltx2322bImageToVideoOutput extends SharedType_54a1 {}
|
|
48734
48920
|
|
|
48735
48921
|
export interface Ltx2322bExtendVideoLoraInput {
|
|
48736
48922
|
/**
|
|
@@ -49000,7 +49186,7 @@ export interface Ltx2322bExtendVideoLoraInput {
|
|
|
49000
49186
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
49001
49187
|
}
|
|
49002
49188
|
|
|
49003
|
-
export interface Ltx2322bExtendVideoLoraOutput extends
|
|
49189
|
+
export interface Ltx2322bExtendVideoLoraOutput extends SharedType_64b {}
|
|
49004
49190
|
|
|
49005
49191
|
export interface Ltx2322bExtendVideoInput {
|
|
49006
49192
|
/**
|
|
@@ -49265,7 +49451,7 @@ export interface Ltx2322bExtendVideoInput {
|
|
|
49265
49451
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
49266
49452
|
}
|
|
49267
49453
|
|
|
49268
|
-
export interface Ltx2322bExtendVideoOutput extends
|
|
49454
|
+
export interface Ltx2322bExtendVideoOutput extends SharedType_64b {}
|
|
49269
49455
|
|
|
49270
49456
|
export interface Ltx2322bDistilledVideoToVideoLoraInput {
|
|
49271
49457
|
/**
|
|
@@ -49445,7 +49631,7 @@ export interface Ltx2322bDistilledVideoToVideoLoraInput {
|
|
|
49445
49631
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
49446
49632
|
}
|
|
49447
49633
|
|
|
49448
|
-
export interface Ltx2322bDistilledVideoToVideoLoraOutput extends
|
|
49634
|
+
export interface Ltx2322bDistilledVideoToVideoLoraOutput extends SharedType_2cb {}
|
|
49449
49635
|
|
|
49450
49636
|
export interface Ltx2322bDistilledVideoToVideoInput {
|
|
49451
49637
|
/**
|
|
@@ -49620,7 +49806,7 @@ export interface Ltx2322bDistilledVideoToVideoInput {
|
|
|
49620
49806
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
49621
49807
|
}
|
|
49622
49808
|
|
|
49623
|
-
export interface Ltx2322bDistilledVideoToVideoOutput extends
|
|
49809
|
+
export interface Ltx2322bDistilledVideoToVideoOutput extends SharedType_2cb {}
|
|
49624
49810
|
|
|
49625
49811
|
export interface Ltx2322bDistilledTextToVideoLoraInput {
|
|
49626
49812
|
/**
|
|
@@ -49769,7 +49955,7 @@ export interface Ltx2322bDistilledTextToVideoLoraInput {
|
|
|
49769
49955
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
49770
49956
|
}
|
|
49771
49957
|
|
|
49772
|
-
export interface Ltx2322bDistilledTextToVideoLoraOutput extends
|
|
49958
|
+
export interface Ltx2322bDistilledTextToVideoLoraOutput extends SharedType_f49 {}
|
|
49773
49959
|
|
|
49774
49960
|
export interface Ltx2322bDistilledTextToVideoInput {
|
|
49775
49961
|
/**
|
|
@@ -49913,7 +50099,7 @@ export interface Ltx2322bDistilledTextToVideoInput {
|
|
|
49913
50099
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
49914
50100
|
}
|
|
49915
50101
|
|
|
49916
|
-
export interface Ltx2322bDistilledTextToVideoOutput extends
|
|
50102
|
+
export interface Ltx2322bDistilledTextToVideoOutput extends SharedType_f49 {}
|
|
49917
50103
|
|
|
49918
50104
|
export interface Ltx2322bDistilledReferenceVideoToVideoLoraInput {
|
|
49919
50105
|
/**
|
|
@@ -50123,7 +50309,7 @@ export interface Ltx2322bDistilledReferenceVideoToVideoLoraInput {
|
|
|
50123
50309
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
50124
50310
|
}
|
|
50125
50311
|
|
|
50126
|
-
export interface Ltx2322bDistilledReferenceVideoToVideoLoraOutput extends
|
|
50312
|
+
export interface Ltx2322bDistilledReferenceVideoToVideoLoraOutput extends SharedType_684 {}
|
|
50127
50313
|
|
|
50128
50314
|
export interface Ltx2322bDistilledReferenceVideoToVideoInput {
|
|
50129
50315
|
/**
|
|
@@ -50328,7 +50514,7 @@ export interface Ltx2322bDistilledReferenceVideoToVideoInput {
|
|
|
50328
50514
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
50329
50515
|
}
|
|
50330
50516
|
|
|
50331
|
-
export interface Ltx2322bDistilledReferenceVideoToVideoOutput extends
|
|
50517
|
+
export interface Ltx2322bDistilledReferenceVideoToVideoOutput extends SharedType_684 {}
|
|
50332
50518
|
|
|
50333
50519
|
export interface Ltx2322bDistilledImageToVideoLoraInput {
|
|
50334
50520
|
/**
|
|
@@ -50508,7 +50694,7 @@ export interface Ltx2322bDistilledImageToVideoLoraInput {
|
|
|
50508
50694
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
50509
50695
|
}
|
|
50510
50696
|
|
|
50511
|
-
export interface Ltx2322bDistilledImageToVideoLoraOutput extends
|
|
50697
|
+
export interface Ltx2322bDistilledImageToVideoLoraOutput extends SharedType_54a1 {}
|
|
50512
50698
|
|
|
50513
50699
|
export interface Ltx2322bDistilledImageToVideoInput {
|
|
50514
50700
|
/**
|
|
@@ -50683,7 +50869,7 @@ export interface Ltx2322bDistilledImageToVideoInput {
|
|
|
50683
50869
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
50684
50870
|
}
|
|
50685
50871
|
|
|
50686
|
-
export interface Ltx2322bDistilledImageToVideoOutput extends
|
|
50872
|
+
export interface Ltx2322bDistilledImageToVideoOutput extends SharedType_54a1 {}
|
|
50687
50873
|
|
|
50688
50874
|
export interface Ltx2322bDistilledAudioToVideoLoraInput {
|
|
50689
50875
|
/**
|
|
@@ -50874,7 +51060,7 @@ export interface Ltx2322bDistilledAudioToVideoLoraInput {
|
|
|
50874
51060
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
50875
51061
|
}
|
|
50876
51062
|
|
|
50877
|
-
export interface Ltx2322bDistilledAudioToVideoLoraOutput extends
|
|
51063
|
+
export interface Ltx2322bDistilledAudioToVideoLoraOutput extends SharedType_25a {}
|
|
50878
51064
|
|
|
50879
51065
|
export interface Ltx2322bDistilledAudioToVideoInput {
|
|
50880
51066
|
/**
|
|
@@ -51060,7 +51246,7 @@ export interface Ltx2322bDistilledAudioToVideoInput {
|
|
|
51060
51246
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
51061
51247
|
}
|
|
51062
51248
|
|
|
51063
|
-
export interface Ltx2322bDistilledAudioToVideoOutput extends
|
|
51249
|
+
export interface Ltx2322bDistilledAudioToVideoOutput extends SharedType_25a {}
|
|
51064
51250
|
|
|
51065
51251
|
export interface Ltx2322bAudioToVideoLoraInput {
|
|
51066
51252
|
/**
|
|
@@ -51323,7 +51509,7 @@ export interface Ltx2322bAudioToVideoLoraInput {
|
|
|
51323
51509
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
51324
51510
|
}
|
|
51325
51511
|
|
|
51326
|
-
export interface Ltx2322bAudioToVideoLoraOutput extends
|
|
51512
|
+
export interface Ltx2322bAudioToVideoLoraOutput extends SharedType_25a {}
|
|
51327
51513
|
|
|
51328
51514
|
export interface Ltx2322bAudioToVideoInput {
|
|
51329
51515
|
/**
|
|
@@ -51581,7 +51767,7 @@ export interface Ltx2322bAudioToVideoInput {
|
|
|
51581
51767
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
51582
51768
|
}
|
|
51583
51769
|
|
|
51584
|
-
export interface Ltx2322bAudioToVideoOutput extends
|
|
51770
|
+
export interface Ltx2322bAudioToVideoOutput extends SharedType_25a {}
|
|
51585
51771
|
|
|
51586
51772
|
export interface Ltx219bVideoToVideoLoraInput {
|
|
51587
51773
|
/**
|
|
@@ -59236,8 +59422,8 @@ export interface KlingVideoV3StandardTextToVideoOutput {
|
|
|
59236
59422
|
* @description The generated video
|
|
59237
59423
|
* @example {
|
|
59238
59424
|
* "content_type": "video/mp4",
|
|
59239
|
-
* "file_size": 6797486,
|
|
59240
59425
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-v3/standard-t2v/out.mp4",
|
|
59426
|
+
* "file_size": 6797486,
|
|
59241
59427
|
* "file_name": "output.mp4"
|
|
59242
59428
|
* }
|
|
59243
59429
|
*/
|
|
@@ -59373,8 +59559,8 @@ export interface KlingVideoV3StandardImageToVideoOutput {
|
|
|
59373
59559
|
* @description The generated video
|
|
59374
59560
|
* @example {
|
|
59375
59561
|
* "content_type": "video/mp4",
|
|
59376
|
-
* "file_size": 3149129,
|
|
59377
59562
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-v3/standard-i2v/out.mp4",
|
|
59563
|
+
* "file_size": 3149129,
|
|
59378
59564
|
* "file_name": "out.mp4"
|
|
59379
59565
|
* }
|
|
59380
59566
|
*/
|
|
@@ -59383,7 +59569,7 @@ export interface KlingVideoV3StandardImageToVideoOutput {
|
|
|
59383
59569
|
|
|
59384
59570
|
export interface KlingVideoV3ProTextToVideoInput extends SharedType_4ae {}
|
|
59385
59571
|
|
|
59386
|
-
export interface KlingVideoV3ProTextToVideoOutput extends
|
|
59572
|
+
export interface KlingVideoV3ProTextToVideoOutput extends SharedType_e18 {}
|
|
59387
59573
|
|
|
59388
59574
|
export interface KlingVideoV3ProMotionControlInput {
|
|
59389
59575
|
/**
|
|
@@ -59436,15 +59622,15 @@ export interface KlingVideoV3ProMotionControlOutput {
|
|
|
59436
59622
|
|
|
59437
59623
|
export interface KlingVideoV3ProImageToVideoInput extends SharedType_8e1 {}
|
|
59438
59624
|
|
|
59439
|
-
export interface KlingVideoV3ProImageToVideoOutput extends
|
|
59625
|
+
export interface KlingVideoV3ProImageToVideoOutput extends SharedType_4c3 {}
|
|
59440
59626
|
|
|
59441
59627
|
export interface KlingVideoV34kTextToVideoInput extends SharedType_4ae {}
|
|
59442
59628
|
|
|
59443
|
-
export interface KlingVideoV34kTextToVideoOutput extends
|
|
59629
|
+
export interface KlingVideoV34kTextToVideoOutput extends SharedType_e18 {}
|
|
59444
59630
|
|
|
59445
59631
|
export interface KlingVideoV34kImageToVideoInput extends SharedType_8e1 {}
|
|
59446
59632
|
|
|
59447
|
-
export interface KlingVideoV34kImageToVideoOutput extends
|
|
59633
|
+
export interface KlingVideoV34kImageToVideoOutput extends SharedType_4c3 {}
|
|
59448
59634
|
|
|
59449
59635
|
export interface KlingVideoV2MasterTextToVideoInput {
|
|
59450
59636
|
/**
|
|
@@ -59535,7 +59721,7 @@ export interface KlingVideoV2MasterImageToVideoOutput {
|
|
|
59535
59721
|
|
|
59536
59722
|
export interface KlingVideoV26StandardMotionControlInput extends SharedType_778 {}
|
|
59537
59723
|
|
|
59538
|
-
export interface KlingVideoV26StandardMotionControlOutput extends
|
|
59724
|
+
export interface KlingVideoV26StandardMotionControlOutput extends SharedType_514 {}
|
|
59539
59725
|
|
|
59540
59726
|
export interface KlingVideoV26ProTextToVideoInput {
|
|
59541
59727
|
/**
|
|
@@ -59582,8 +59768,8 @@ export interface KlingVideoV26ProTextToVideoOutput {
|
|
|
59582
59768
|
* @description The generated video
|
|
59583
59769
|
* @example {
|
|
59584
59770
|
* "content_type": "video/mp4",
|
|
59585
|
-
* "file_size": 8195664,
|
|
59586
59771
|
* "url": "https://v3b.fal.media/files/b/0a84ab71/8hPbLs7n59WhWY-BN69yX_output.mp4",
|
|
59772
|
+
* "file_size": 8195664,
|
|
59587
59773
|
* "file_name": "output.mp4"
|
|
59588
59774
|
* }
|
|
59589
59775
|
*/
|
|
@@ -59592,7 +59778,7 @@ export interface KlingVideoV26ProTextToVideoOutput {
|
|
|
59592
59778
|
|
|
59593
59779
|
export interface KlingVideoV26ProMotionControlInput extends SharedType_778 {}
|
|
59594
59780
|
|
|
59595
|
-
export interface KlingVideoV26ProMotionControlOutput extends
|
|
59781
|
+
export interface KlingVideoV26ProMotionControlOutput extends SharedType_514 {}
|
|
59596
59782
|
|
|
59597
59783
|
export interface KlingVideoV26ProImageToVideoInput {
|
|
59598
59784
|
/**
|
|
@@ -59641,8 +59827,8 @@ export interface KlingVideoV26ProImageToVideoOutput {
|
|
|
59641
59827
|
* @description The generated video
|
|
59642
59828
|
* @example {
|
|
59643
59829
|
* "content_type": "video/mp4",
|
|
59644
|
-
* "file_size": 11814817,
|
|
59645
59830
|
* "url": "https://v3b.fal.media/files/b/0a84ab51/Qr1twf8UgtD5rZHpNXC2P_output.mp4",
|
|
59831
|
+
* "file_size": 11814817,
|
|
59646
59832
|
* "file_name": "output.mp4"
|
|
59647
59833
|
* }
|
|
59648
59834
|
*/
|
|
@@ -59687,8 +59873,8 @@ export interface KlingVideoV25TurboStandardImageToVideoOutput {
|
|
|
59687
59873
|
* @description The generated video
|
|
59688
59874
|
* @example {
|
|
59689
59875
|
* "content_type": "video/mp4",
|
|
59690
|
-
* "file_size": 16536912,
|
|
59691
59876
|
* "url": "https://v3b.fal.media/files/b/0a97541e/EiyjY6_Fjf7XPgR7nUli5_output.mp4",
|
|
59877
|
+
* "file_size": 16536912,
|
|
59692
59878
|
* "file_name": "output.mp4"
|
|
59693
59879
|
* }
|
|
59694
59880
|
*/
|
|
@@ -60189,7 +60375,7 @@ export interface KlingVideoV16StandardImageToVideoOutput extends SharedType_94e
|
|
|
60189
60375
|
|
|
60190
60376
|
export interface KlingVideoV16StandardElementsInput extends SharedType_6bb {}
|
|
60191
60377
|
|
|
60192
|
-
export interface KlingVideoV16StandardElementsOutput extends
|
|
60378
|
+
export interface KlingVideoV16StandardElementsOutput extends SharedType_8ac {}
|
|
60193
60379
|
|
|
60194
60380
|
export interface KlingVideoV16StandardEffectsInput extends SharedType_9db {}
|
|
60195
60381
|
|
|
@@ -60247,7 +60433,7 @@ export interface KlingVideoV16ProImageToVideoOutput extends SharedType_94e {}
|
|
|
60247
60433
|
|
|
60248
60434
|
export interface KlingVideoV16ProElementsInput extends SharedType_6bb {}
|
|
60249
60435
|
|
|
60250
|
-
export interface KlingVideoV16ProElementsOutput extends
|
|
60436
|
+
export interface KlingVideoV16ProElementsOutput extends SharedType_8ac {}
|
|
60251
60437
|
|
|
60252
60438
|
export interface KlingVideoV16ProEffectsInput extends SharedType_9db {}
|
|
60253
60439
|
|
|
@@ -60391,8 +60577,8 @@ export interface KlingVideoO3StandardVideoToVideoReferenceOutput {
|
|
|
60391
60577
|
* @description The generated video.
|
|
60392
60578
|
* @example {
|
|
60393
60579
|
* "content_type": "video/mp4",
|
|
60394
|
-
* "file_size": 7992288,
|
|
60395
60580
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-o3/standard-v2v-reference/output.mp4",
|
|
60581
|
+
* "file_size": 7992288,
|
|
60396
60582
|
* "file_name": "output.mp4"
|
|
60397
60583
|
* }
|
|
60398
60584
|
*/
|
|
@@ -60451,8 +60637,8 @@ export interface KlingVideoO3StandardVideoToVideoEditOutput {
|
|
|
60451
60637
|
* @description The generated video.
|
|
60452
60638
|
* @example {
|
|
60453
60639
|
* "content_type": "video/mp4",
|
|
60454
|
-
* "file_size": 4322769,
|
|
60455
60640
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-o3/standard-v2v-edit/output.mp4",
|
|
60641
|
+
* "file_size": 4322769,
|
|
60456
60642
|
* "file_name": "output.mp4"
|
|
60457
60643
|
* }
|
|
60458
60644
|
*/
|
|
@@ -60461,7 +60647,7 @@ export interface KlingVideoO3StandardVideoToVideoEditOutput {
|
|
|
60461
60647
|
|
|
60462
60648
|
export interface KlingVideoO3StandardTextToVideoInput extends SharedType_25d {}
|
|
60463
60649
|
|
|
60464
|
-
export interface KlingVideoO3StandardTextToVideoOutput extends
|
|
60650
|
+
export interface KlingVideoO3StandardTextToVideoOutput extends SharedType_f37 {}
|
|
60465
60651
|
|
|
60466
60652
|
export interface KlingVideoO3StandardReferenceToVideoInput {
|
|
60467
60653
|
/**
|
|
@@ -60549,8 +60735,8 @@ export interface KlingVideoO3StandardReferenceToVideoOutput {
|
|
|
60549
60735
|
* @description The generated video.
|
|
60550
60736
|
* @example {
|
|
60551
60737
|
* "content_type": "video/mp4",
|
|
60552
|
-
* "file_size": 3192162,
|
|
60553
60738
|
* "url": "https://v3b.fal.media/files/b/0a8d200d/ejCxI5DalzOPlP4yf6uP3_output.mp4",
|
|
60739
|
+
* "file_size": 3192162,
|
|
60554
60740
|
* "file_name": "output.mp4"
|
|
60555
60741
|
* }
|
|
60556
60742
|
*/
|
|
@@ -60559,7 +60745,7 @@ export interface KlingVideoO3StandardReferenceToVideoOutput {
|
|
|
60559
60745
|
|
|
60560
60746
|
export interface KlingVideoO3StandardImageToVideoInput extends SharedType_816 {}
|
|
60561
60747
|
|
|
60562
|
-
export interface KlingVideoO3StandardImageToVideoOutput extends
|
|
60748
|
+
export interface KlingVideoO3StandardImageToVideoOutput extends SharedType_7ad {}
|
|
60563
60749
|
|
|
60564
60750
|
export interface KlingVideoO3ProVideoToVideoReferenceInput {
|
|
60565
60751
|
/**
|
|
@@ -60631,8 +60817,8 @@ export interface KlingVideoO3ProVideoToVideoReferenceOutput {
|
|
|
60631
60817
|
* @description The generated video.
|
|
60632
60818
|
* @example {
|
|
60633
60819
|
* "content_type": "video/mp4",
|
|
60634
|
-
* "file_size": 15809901,
|
|
60635
60820
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-o3/pro-v2v-reference/output.mp4",
|
|
60821
|
+
* "file_size": 15809901,
|
|
60636
60822
|
* "file_name": "output.mp4"
|
|
60637
60823
|
* }
|
|
60638
60824
|
*/
|
|
@@ -60693,8 +60879,8 @@ export interface KlingVideoO3ProVideoToVideoEditOutput {
|
|
|
60693
60879
|
* @description The generated video.
|
|
60694
60880
|
* @example {
|
|
60695
60881
|
* "content_type": "video/mp4",
|
|
60696
|
-
* "file_size": 4322769,
|
|
60697
60882
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/kling-o3/pro-v2v-edit/output.mp4",
|
|
60883
|
+
* "file_size": 4322769,
|
|
60698
60884
|
* "file_name": "output.mp4"
|
|
60699
60885
|
* }
|
|
60700
60886
|
*/
|
|
@@ -60703,7 +60889,7 @@ export interface KlingVideoO3ProVideoToVideoEditOutput {
|
|
|
60703
60889
|
|
|
60704
60890
|
export interface KlingVideoO3ProTextToVideoInput extends SharedType_25d {}
|
|
60705
60891
|
|
|
60706
|
-
export interface KlingVideoO3ProTextToVideoOutput extends
|
|
60892
|
+
export interface KlingVideoO3ProTextToVideoOutput extends SharedType_f37 {}
|
|
60707
60893
|
|
|
60708
60894
|
export interface KlingVideoO3ProReferenceToVideoInput {
|
|
60709
60895
|
/**
|
|
@@ -60783,15 +60969,15 @@ export interface KlingVideoO3ProReferenceToVideoInput {
|
|
|
60783
60969
|
start_image_url?: string;
|
|
60784
60970
|
}
|
|
60785
60971
|
|
|
60786
|
-
export interface KlingVideoO3ProReferenceToVideoOutput extends
|
|
60972
|
+
export interface KlingVideoO3ProReferenceToVideoOutput extends SharedType_e96 {}
|
|
60787
60973
|
|
|
60788
60974
|
export interface KlingVideoO3ProImageToVideoInput extends SharedType_816 {}
|
|
60789
60975
|
|
|
60790
|
-
export interface KlingVideoO3ProImageToVideoOutput extends
|
|
60976
|
+
export interface KlingVideoO3ProImageToVideoOutput extends SharedType_7ad {}
|
|
60791
60977
|
|
|
60792
60978
|
export interface KlingVideoO34kTextToVideoInput extends SharedType_25d {}
|
|
60793
60979
|
|
|
60794
|
-
export interface KlingVideoO34kTextToVideoOutput extends
|
|
60980
|
+
export interface KlingVideoO34kTextToVideoOutput extends SharedType_f37 {}
|
|
60795
60981
|
|
|
60796
60982
|
export interface KlingVideoO34kReferenceToVideoInput {
|
|
60797
60983
|
/**
|
|
@@ -60860,43 +61046,43 @@ export interface KlingVideoO34kReferenceToVideoInput {
|
|
|
60860
61046
|
start_image_url?: string;
|
|
60861
61047
|
}
|
|
60862
61048
|
|
|
60863
|
-
export interface KlingVideoO34kReferenceToVideoOutput extends
|
|
61049
|
+
export interface KlingVideoO34kReferenceToVideoOutput extends SharedType_e96 {}
|
|
60864
61050
|
|
|
60865
61051
|
export interface KlingVideoO34kImageToVideoInput extends SharedType_816 {}
|
|
60866
61052
|
|
|
60867
|
-
export interface KlingVideoO34kImageToVideoOutput extends
|
|
61053
|
+
export interface KlingVideoO34kImageToVideoOutput extends SharedType_7ad {}
|
|
60868
61054
|
|
|
60869
61055
|
export interface KlingVideoO1VideoToVideoReferenceInput extends SharedType_cc5 {}
|
|
60870
61056
|
|
|
60871
|
-
export interface KlingVideoO1VideoToVideoReferenceOutput extends
|
|
61057
|
+
export interface KlingVideoO1VideoToVideoReferenceOutput extends SharedType_ccf {}
|
|
60872
61058
|
|
|
60873
61059
|
export interface KlingVideoO1VideoToVideoEditInput extends SharedType_bda {}
|
|
60874
61060
|
|
|
60875
|
-
export interface KlingVideoO1VideoToVideoEditOutput extends
|
|
61061
|
+
export interface KlingVideoO1VideoToVideoEditOutput extends SharedType_de0 {}
|
|
60876
61062
|
|
|
60877
61063
|
export interface KlingVideoO1StandardVideoToVideoReferenceInput extends SharedType_cc5 {}
|
|
60878
61064
|
|
|
60879
|
-
export interface KlingVideoO1StandardVideoToVideoReferenceOutput extends
|
|
61065
|
+
export interface KlingVideoO1StandardVideoToVideoReferenceOutput extends SharedType_ccf {}
|
|
60880
61066
|
|
|
60881
61067
|
export interface KlingVideoO1StandardVideoToVideoEditInput extends SharedType_bda {}
|
|
60882
61068
|
|
|
60883
|
-
export interface KlingVideoO1StandardVideoToVideoEditOutput extends
|
|
61069
|
+
export interface KlingVideoO1StandardVideoToVideoEditOutput extends SharedType_de0 {}
|
|
60884
61070
|
|
|
60885
61071
|
export interface KlingVideoO1StandardReferenceToVideoInput extends SharedType_ca4 {}
|
|
60886
61072
|
|
|
60887
|
-
export interface KlingVideoO1StandardReferenceToVideoOutput extends
|
|
61073
|
+
export interface KlingVideoO1StandardReferenceToVideoOutput extends SharedType_a63 {}
|
|
60888
61074
|
|
|
60889
61075
|
export interface KlingVideoO1StandardImageToVideoInput extends SharedType_732 {}
|
|
60890
61076
|
|
|
60891
|
-
export interface KlingVideoO1StandardImageToVideoOutput extends
|
|
61077
|
+
export interface KlingVideoO1StandardImageToVideoOutput extends SharedType_11e {}
|
|
60892
61078
|
|
|
60893
61079
|
export interface KlingVideoO1ReferenceToVideoInput extends SharedType_ca4 {}
|
|
60894
61080
|
|
|
60895
|
-
export interface KlingVideoO1ReferenceToVideoOutput extends
|
|
61081
|
+
export interface KlingVideoO1ReferenceToVideoOutput extends SharedType_a63 {}
|
|
60896
61082
|
|
|
60897
61083
|
export interface KlingVideoO1ImageToVideoInput extends SharedType_732 {}
|
|
60898
61084
|
|
|
60899
|
-
export interface KlingVideoO1ImageToVideoOutput extends
|
|
61085
|
+
export interface KlingVideoO1ImageToVideoOutput extends SharedType_11e {}
|
|
60900
61086
|
|
|
60901
61087
|
export interface KlingVideoLipsyncTextToVideoInput {
|
|
60902
61088
|
/**
|
|
@@ -66425,10 +66611,10 @@ export interface IdeogramUpscaleOutput {
|
|
|
66425
66611
|
* Images
|
|
66426
66612
|
* @example [
|
|
66427
66613
|
* {
|
|
66428
|
-
* "url": "https://fal.media/files/lion/DxTSV6683MLl4VPAVUHR3_image.png",
|
|
66429
|
-
* "file_size": 6548418,
|
|
66430
66614
|
* "content_type": "image/png",
|
|
66431
|
-
* "
|
|
66615
|
+
* "url": "https://fal.media/files/lion/DxTSV6683MLl4VPAVUHR3_image.png",
|
|
66616
|
+
* "file_name": "image.png",
|
|
66617
|
+
* "file_size": 6548418
|
|
66432
66618
|
* }
|
|
66433
66619
|
* ]
|
|
66434
66620
|
*/
|
|
@@ -72879,8 +73065,8 @@ export interface Gemini3ProImagePreviewEditOutput {
|
|
|
72879
73065
|
* @description The edited images.
|
|
72880
73066
|
* @example [
|
|
72881
73067
|
* {
|
|
72882
|
-
* "content_type": "image/png",
|
|
72883
73068
|
* "file_name": "nano-banana-pro-edit-output.png",
|
|
73069
|
+
* "content_type": "image/png",
|
|
72884
73070
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/nano-banana-pro-edit-output.png"
|
|
72885
73071
|
* }
|
|
72886
73072
|
* ]
|
|
@@ -72901,8 +73087,8 @@ export interface Gemini3ProImagePreviewOutput {
|
|
|
72901
73087
|
* @description The generated images.
|
|
72902
73088
|
* @example [
|
|
72903
73089
|
* {
|
|
72904
|
-
* "content_type": "image/png",
|
|
72905
73090
|
* "file_name": "nano-banana-pro-t2i-output.png",
|
|
73091
|
+
* "content_type": "image/png",
|
|
72906
73092
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/nano-banana-pro-t2i-output.png"
|
|
72907
73093
|
* }
|
|
72908
73094
|
* ]
|
|
@@ -80193,11 +80379,11 @@ export interface Flux2TrainerV2EditInput extends SharedType_a3d {}
|
|
|
80193
80379
|
|
|
80194
80380
|
export interface Flux2TrainerV2EditOutput extends SharedType_9a6 {}
|
|
80195
80381
|
|
|
80196
|
-
export interface Flux2TrainerV2Input extends
|
|
80382
|
+
export interface Flux2TrainerV2Input extends SharedType_e181 {}
|
|
80197
80383
|
|
|
80198
80384
|
export interface Flux2TrainerV2Output extends SharedType_9a6 {}
|
|
80199
80385
|
|
|
80200
|
-
export interface Flux2TrainerInput extends
|
|
80386
|
+
export interface Flux2TrainerInput extends SharedType_e181 {}
|
|
80201
80387
|
|
|
80202
80388
|
export interface Flux2TrainerOutput extends SharedType_9a6 {}
|
|
80203
80389
|
|
|
@@ -81710,7 +81896,7 @@ export interface Flux2Klein9bBaseTrainerEditInput extends SharedType_a3d {}
|
|
|
81710
81896
|
|
|
81711
81897
|
export interface Flux2Klein9bBaseTrainerEditOutput extends SharedType_9a6 {}
|
|
81712
81898
|
|
|
81713
|
-
export interface Flux2Klein9bBaseTrainerInput extends
|
|
81899
|
+
export interface Flux2Klein9bBaseTrainerInput extends SharedType_e181 {}
|
|
81714
81900
|
|
|
81715
81901
|
export interface Flux2Klein9bBaseTrainerOutput extends SharedType_9a6 {}
|
|
81716
81902
|
|
|
@@ -81718,7 +81904,7 @@ export interface Flux2Klein4bBaseTrainerEditInput extends SharedType_a3d {}
|
|
|
81718
81904
|
|
|
81719
81905
|
export interface Flux2Klein4bBaseTrainerEditOutput extends SharedType_9a6 {}
|
|
81720
81906
|
|
|
81721
|
-
export interface Flux2Klein4bBaseTrainerInput extends
|
|
81907
|
+
export interface Flux2Klein4bBaseTrainerInput extends SharedType_e181 {}
|
|
81722
81908
|
|
|
81723
81909
|
export interface Flux2Klein4bBaseTrainerOutput extends SharedType_9a6 {}
|
|
81724
81910
|
|
|
@@ -89065,9 +89251,9 @@ export interface CreatifyAuroraOutput {
|
|
|
89065
89251
|
/**
|
|
89066
89252
|
* @description The generated video file.
|
|
89067
89253
|
* @example {
|
|
89068
|
-
* "
|
|
89254
|
+
* "file_name": "output.mp4",
|
|
89069
89255
|
* "content_type": "video/mp4",
|
|
89070
|
-
* "
|
|
89256
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/creatify/aurora/output.mp4"
|
|
89071
89257
|
* }
|
|
89072
89258
|
*/
|
|
89073
89259
|
video: Components.VideoFile;
|
|
@@ -96650,4 +96836,196 @@ export interface ArgilAvatarsAudioToVideoInput {
|
|
|
96650
96836
|
|
|
96651
96837
|
export interface ArgilAvatarsAudioToVideoOutput extends SharedType_dbe {}
|
|
96652
96838
|
|
|
96839
|
+
export interface AlibabaHappyHorseVideoEditInput {
|
|
96840
|
+
/**
|
|
96841
|
+
* Audio Setting
|
|
96842
|
+
* @description Audio handling. 'auto': model decides whether to regenerate audio. 'origin': preserve the original audio from the input video.
|
|
96843
|
+
* @default auto
|
|
96844
|
+
* @enum {string}
|
|
96845
|
+
*/
|
|
96846
|
+
audio_setting?: 'auto' | 'origin';
|
|
96847
|
+
/**
|
|
96848
|
+
* Enable Safety Checker
|
|
96849
|
+
* @description Enable content moderation for input and output.
|
|
96850
|
+
* @default true
|
|
96851
|
+
*/
|
|
96852
|
+
enable_safety_checker?: boolean;
|
|
96853
|
+
/**
|
|
96854
|
+
* Prompt
|
|
96855
|
+
* @description Text prompt describing the desired edit. Reference any supplied reference images using @Image1, @Image2, ... up to @Image5. Max 2500 characters.
|
|
96856
|
+
* @example Recolor the sky to a deep purple sunset.
|
|
96857
|
+
*/
|
|
96858
|
+
prompt: string;
|
|
96859
|
+
/**
|
|
96860
|
+
* Reference Image Urls
|
|
96861
|
+
* @description Optional reference images used to guide the edit (up to 5). Formats: JPEG, JPG, PNG, WEBP. Dimensions must be at least 300px. Aspect ratio between 1:2.5 and 2.5:1. Max 10 MB each.
|
|
96862
|
+
*/
|
|
96863
|
+
reference_image_urls?: string[];
|
|
96864
|
+
/**
|
|
96865
|
+
* Resolution
|
|
96866
|
+
* @description Output video resolution tier.
|
|
96867
|
+
* @default 1080p
|
|
96868
|
+
* @enum {string}
|
|
96869
|
+
*/
|
|
96870
|
+
resolution?: '720p' | '1080p';
|
|
96871
|
+
/**
|
|
96872
|
+
* Seed
|
|
96873
|
+
* @description Random seed for reproducibility (0-2147483647).
|
|
96874
|
+
*/
|
|
96875
|
+
seed?: number;
|
|
96876
|
+
/**
|
|
96877
|
+
* Video Url
|
|
96878
|
+
* @description URL of the source video to edit. Formats: MP4, MOV (H.264 recommended). Duration: 3-60 s. Longer side ≤ 2160 px, shorter side ≥ 320 px. Aspect ratio between 1:2.5 and 2.5:1. Frame rate > 8 fps. Max 100 MB. The output video preserves the source aspect ratio. Output duration matches the input video, capped at 15 s (longer inputs are truncated to the first 15 s).
|
|
96879
|
+
* @example https://v3b.fal.media/files/b/0a8675cf/bCu9FiFXSjsSnIwOmjUOY_BVs2IFR3.mp4
|
|
96880
|
+
*/
|
|
96881
|
+
video_url: string;
|
|
96882
|
+
}
|
|
96883
|
+
|
|
96884
|
+
export interface AlibabaHappyHorseVideoEditOutput extends SharedType_75f {}
|
|
96885
|
+
|
|
96886
|
+
export interface AlibabaHappyHorseTextToVideoInput {
|
|
96887
|
+
/**
|
|
96888
|
+
* Aspect Ratio
|
|
96889
|
+
* @description Aspect ratio of the generated video.
|
|
96890
|
+
* @default 16:9
|
|
96891
|
+
* @enum {string}
|
|
96892
|
+
*/
|
|
96893
|
+
aspect_ratio?: '16:9' | '9:16' | '1:1' | '4:3' | '3:4';
|
|
96894
|
+
/**
|
|
96895
|
+
* Duration
|
|
96896
|
+
* @description Output video duration in seconds (3-15).
|
|
96897
|
+
* @default 5
|
|
96898
|
+
* @example 5
|
|
96899
|
+
* @example 10
|
|
96900
|
+
* @example 15
|
|
96901
|
+
* @enum {integer}
|
|
96902
|
+
*/
|
|
96903
|
+
duration?: 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
|
|
96904
|
+
/**
|
|
96905
|
+
* Enable Safety Checker
|
|
96906
|
+
* @description Enable content moderation for input and output.
|
|
96907
|
+
* @default true
|
|
96908
|
+
*/
|
|
96909
|
+
enable_safety_checker?: boolean;
|
|
96910
|
+
/**
|
|
96911
|
+
* Prompt
|
|
96912
|
+
* @description Text prompt describing the desired video. Max 2500 characters.
|
|
96913
|
+
* @example A little girl walking on the road at sunset, cinematic lighting, smooth camera movement.
|
|
96914
|
+
*/
|
|
96915
|
+
prompt: string;
|
|
96916
|
+
/**
|
|
96917
|
+
* Resolution
|
|
96918
|
+
* @description Output video resolution tier.
|
|
96919
|
+
* @default 1080p
|
|
96920
|
+
* @enum {string}
|
|
96921
|
+
*/
|
|
96922
|
+
resolution?: '720p' | '1080p';
|
|
96923
|
+
/**
|
|
96924
|
+
* Seed
|
|
96925
|
+
* @description Random seed for reproducibility (0-2147483647).
|
|
96926
|
+
*/
|
|
96927
|
+
seed?: number;
|
|
96928
|
+
}
|
|
96929
|
+
|
|
96930
|
+
export interface AlibabaHappyHorseTextToVideoOutput extends SharedType_75f {}
|
|
96931
|
+
|
|
96932
|
+
export interface AlibabaHappyHorseReferenceToVideoInput {
|
|
96933
|
+
/**
|
|
96934
|
+
* Aspect Ratio
|
|
96935
|
+
* @description Aspect ratio of the generated video.
|
|
96936
|
+
* @default 16:9
|
|
96937
|
+
* @enum {string}
|
|
96938
|
+
*/
|
|
96939
|
+
aspect_ratio?: '16:9' | '9:16' | '1:1' | '4:3' | '3:4';
|
|
96940
|
+
/**
|
|
96941
|
+
* Duration
|
|
96942
|
+
* @description Output video duration in seconds (3-15).
|
|
96943
|
+
* @default 5
|
|
96944
|
+
* @example 5
|
|
96945
|
+
* @example 10
|
|
96946
|
+
* @example 15
|
|
96947
|
+
* @enum {integer}
|
|
96948
|
+
*/
|
|
96949
|
+
duration?: 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
|
|
96950
|
+
/**
|
|
96951
|
+
* Enable Safety Checker
|
|
96952
|
+
* @description Enable content moderation for input and output.
|
|
96953
|
+
* @default true
|
|
96954
|
+
*/
|
|
96955
|
+
enable_safety_checker?: boolean;
|
|
96956
|
+
/**
|
|
96957
|
+
* Image Urls
|
|
96958
|
+
* @description Reference images for subject consistency (1-9 images). Formats: JPEG, JPG, PNG, WEBP. Shortest side must be at least 400 px (720P or higher recommended). Max 10 MB each.
|
|
96959
|
+
* @example [
|
|
96960
|
+
* "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250925/wpimhv/rap.png"
|
|
96961
|
+
* ]
|
|
96962
|
+
*/
|
|
96963
|
+
image_urls: string[];
|
|
96964
|
+
/**
|
|
96965
|
+
* Prompt
|
|
96966
|
+
* @description Text prompt describing the desired video. Reference subjects from your images using ``character1``, ``character2``, ... up to ``character9`` (the order matches the order of ``image_urls``). Max 2500 characters.
|
|
96967
|
+
* @example A dance battle between character1 and character2, cinematic lighting, smooth camera movement.
|
|
96968
|
+
*/
|
|
96969
|
+
prompt: string;
|
|
96970
|
+
/**
|
|
96971
|
+
* Resolution
|
|
96972
|
+
* @description Output video resolution tier.
|
|
96973
|
+
* @default 1080p
|
|
96974
|
+
* @enum {string}
|
|
96975
|
+
*/
|
|
96976
|
+
resolution?: '720p' | '1080p';
|
|
96977
|
+
/**
|
|
96978
|
+
* Seed
|
|
96979
|
+
* @description Random seed for reproducibility (0-2147483647).
|
|
96980
|
+
*/
|
|
96981
|
+
seed?: number;
|
|
96982
|
+
}
|
|
96983
|
+
|
|
96984
|
+
export interface AlibabaHappyHorseReferenceToVideoOutput extends SharedType_75f {}
|
|
96985
|
+
|
|
96986
|
+
export interface AlibabaHappyHorseImageToVideoInput {
|
|
96987
|
+
/**
|
|
96988
|
+
* Duration
|
|
96989
|
+
* @description Output video duration in seconds (3-15).
|
|
96990
|
+
* @default 5
|
|
96991
|
+
* @example 5
|
|
96992
|
+
* @example 10
|
|
96993
|
+
* @example 15
|
|
96994
|
+
* @enum {integer}
|
|
96995
|
+
*/
|
|
96996
|
+
duration?: 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
|
|
96997
|
+
/**
|
|
96998
|
+
* Enable Safety Checker
|
|
96999
|
+
* @description Enable content moderation for input and output.
|
|
97000
|
+
* @default true
|
|
97001
|
+
*/
|
|
97002
|
+
enable_safety_checker?: boolean;
|
|
97003
|
+
/**
|
|
97004
|
+
* Image Url
|
|
97005
|
+
* @description URL of the first frame image. Formats: JPEG, JPG, PNG, BMP, WEBP. Dimensions must be at least 300px. Aspect ratio must be between 1:2.5 and 2.5:1. Max 10 MB.
|
|
97006
|
+
* @example https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250925/wpimhv/rap.png
|
|
97007
|
+
*/
|
|
97008
|
+
image_url: string;
|
|
97009
|
+
/**
|
|
97010
|
+
* Prompt
|
|
97011
|
+
* @description Optional text prompt guiding the animation. Max 2500 characters.
|
|
97012
|
+
* @example Bring the scene in the image to life.
|
|
97013
|
+
*/
|
|
97014
|
+
prompt?: string;
|
|
97015
|
+
/**
|
|
97016
|
+
* Resolution
|
|
97017
|
+
* @description Output video resolution tier.
|
|
97018
|
+
* @default 1080p
|
|
97019
|
+
* @enum {string}
|
|
97020
|
+
*/
|
|
97021
|
+
resolution?: '720p' | '1080p';
|
|
97022
|
+
/**
|
|
97023
|
+
* Seed
|
|
97024
|
+
* @description Random seed for reproducibility (0-2147483647).
|
|
97025
|
+
*/
|
|
97026
|
+
seed?: number;
|
|
97027
|
+
}
|
|
97028
|
+
|
|
97029
|
+
export interface AlibabaHappyHorseImageToVideoOutput extends SharedType_75f {}
|
|
97030
|
+
|
|
96653
97031
|
export {};
|