fal-endpoint-types 1.3.21 → 1.3.22
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.
|
@@ -31,20 +31,19 @@ export interface XaiGrokImagineVideoTextToVideoInput {
|
|
|
31
31
|
|
|
32
32
|
export interface XaiGrokImagineVideoTextToVideoOutput {
|
|
33
33
|
/**
|
|
34
|
-
* Video
|
|
35
34
|
* @description The generated video.
|
|
36
35
|
* @example {
|
|
37
36
|
* "height": 720,
|
|
38
37
|
* "duration": 6.041667,
|
|
39
38
|
* "url": "https://v3b.fal.media/files/b/0a8b90e4/RUAbFYlssdqnbjNLmE8qP_IX7BNYGP.mp4",
|
|
40
|
-
* "width": 1280,
|
|
41
39
|
* "fps": 24,
|
|
40
|
+
* "width": 1280,
|
|
42
41
|
* "file_name": "RUAbFYlssdqnbjNLmE8qP_IX7BNYGP.mp4",
|
|
43
|
-
* "
|
|
44
|
-
* "
|
|
42
|
+
* "content_type": "video/mp4",
|
|
43
|
+
* "num_frames": 145
|
|
45
44
|
* }
|
|
46
45
|
*/
|
|
47
|
-
video: Components.
|
|
46
|
+
video: Components.VideoFile_1;
|
|
48
47
|
}
|
|
49
48
|
|
|
50
49
|
export interface XaiGrokImagineVideoImageToVideoInput {
|
|
@@ -52,7 +51,6 @@ export interface XaiGrokImagineVideoImageToVideoInput {
|
|
|
52
51
|
* Aspect Ratio
|
|
53
52
|
* @description Aspect ratio of the generated video.
|
|
54
53
|
* @default auto
|
|
55
|
-
* @enum {string}
|
|
56
54
|
*/
|
|
57
55
|
aspect_ratio?: 'auto' | '16:9' | '4:3' | '3:2' | '1:1' | '2:3' | '3:4' | '9:16';
|
|
58
56
|
/**
|
|
@@ -84,20 +82,19 @@ export interface XaiGrokImagineVideoImageToVideoInput {
|
|
|
84
82
|
|
|
85
83
|
export interface XaiGrokImagineVideoImageToVideoOutput {
|
|
86
84
|
/**
|
|
87
|
-
* Video
|
|
88
85
|
* @description The generated video.
|
|
89
86
|
* @example {
|
|
90
87
|
* "height": 720,
|
|
91
88
|
* "duration": 6.041667,
|
|
92
89
|
* "url": "https://v3b.fal.media/files/b/0a8b90e0/0Ci1dviuSnEyUZzBUq-_5_nu7MrAAa.mp4",
|
|
93
|
-
* "width": 1280,
|
|
94
90
|
* "fps": 24,
|
|
91
|
+
* "width": 1280,
|
|
95
92
|
* "file_name": "0Ci1dviuSnEyUZzBUq-_5_nu7MrAAa.mp4",
|
|
96
|
-
* "
|
|
97
|
-
* "
|
|
93
|
+
* "content_type": "video/mp4",
|
|
94
|
+
* "num_frames": 145
|
|
98
95
|
* }
|
|
99
96
|
*/
|
|
100
|
-
video: Components.
|
|
97
|
+
video: Components.VideoFile_1;
|
|
101
98
|
}
|
|
102
99
|
|
|
103
100
|
export interface XaiGrokImagineVideoEditVideoInput {
|
|
@@ -124,20 +121,19 @@ export interface XaiGrokImagineVideoEditVideoInput {
|
|
|
124
121
|
|
|
125
122
|
export interface XaiGrokImagineVideoEditVideoOutput {
|
|
126
123
|
/**
|
|
127
|
-
* Video
|
|
128
124
|
* @description The generated video.
|
|
129
125
|
* @example {
|
|
130
126
|
* "height": 720,
|
|
131
127
|
* "duration": 5.041667,
|
|
132
128
|
* "url": "https://v3b.fal.media/files/b/0a8b9113/EuDrZuQTW9m1phBXOsauz_EpJH3s8X.mp4",
|
|
133
|
-
* "width": 1280,
|
|
134
129
|
* "fps": 24,
|
|
130
|
+
* "width": 1280,
|
|
135
131
|
* "file_name": "EuDrZuQTW9m1phBXOsauz_EpJH3s8X.mp4",
|
|
136
|
-
* "
|
|
137
|
-
* "
|
|
132
|
+
* "content_type": "video/mp4",
|
|
133
|
+
* "num_frames": 121
|
|
138
134
|
* }
|
|
139
135
|
*/
|
|
140
|
-
video: Components.
|
|
136
|
+
video: Components.VideoFile_1;
|
|
141
137
|
}
|
|
142
138
|
|
|
143
139
|
export interface XaiGrokImagineImageEditInput {
|
|
@@ -184,7 +180,7 @@ export interface XaiGrokImagineImageEditOutput {
|
|
|
184
180
|
* }
|
|
185
181
|
* ]
|
|
186
182
|
*/
|
|
187
|
-
images: Components.
|
|
183
|
+
images: Components.ImageFile_1[];
|
|
188
184
|
/**
|
|
189
185
|
* Revised Prompt
|
|
190
186
|
* @description The enhanced prompt that was used to generate the image.
|
|
@@ -250,7 +246,7 @@ export interface XaiGrokImagineImageOutput {
|
|
|
250
246
|
* }
|
|
251
247
|
* ]
|
|
252
248
|
*/
|
|
253
|
-
images: Components.
|
|
249
|
+
images: Components.ImageFile_1[];
|
|
254
250
|
/**
|
|
255
251
|
* Revised Prompt
|
|
256
252
|
* @description The enhanced prompt that was used to generate the image.
|
|
@@ -941,7 +937,7 @@ export interface VeedAvatarsTextToVideoInput {
|
|
|
941
937
|
text: string;
|
|
942
938
|
}
|
|
943
939
|
|
|
944
|
-
export interface VeedAvatarsTextToVideoOutput extends
|
|
940
|
+
export interface VeedAvatarsTextToVideoOutput extends SharedType_78a1 {}
|
|
945
941
|
|
|
946
942
|
export interface VeedAvatarsAudioToVideoInput {
|
|
947
943
|
/**
|
|
@@ -986,7 +982,7 @@ export interface VeedAvatarsAudioToVideoInput {
|
|
|
986
982
|
| 'any_female_side';
|
|
987
983
|
}
|
|
988
984
|
|
|
989
|
-
export interface VeedAvatarsAudioToVideoOutput extends
|
|
985
|
+
export interface VeedAvatarsAudioToVideoOutput extends SharedType_78a1 {}
|
|
990
986
|
|
|
991
987
|
export interface Tripo3dTripoV25MultiviewTo3dInput {
|
|
992
988
|
/**
|
|
@@ -2349,29 +2345,6 @@ export interface SharedType_ee0 {
|
|
|
2349
2345
|
speaker_embedding: Components.File;
|
|
2350
2346
|
}
|
|
2351
2347
|
|
|
2352
|
-
export interface SharedType_ec2 {
|
|
2353
|
-
/**
|
|
2354
|
-
* Prompt
|
|
2355
|
-
* @description The text prompt used for video generation.
|
|
2356
|
-
* @default
|
|
2357
|
-
* @example A close-up of a young woman smiling gently in the rain, raindrops glistening on her face and eyelashes. The video captures the delicate details of her expression and the water droplets, with soft light reflecting off her skin in the rainy atmosphere.
|
|
2358
|
-
*/
|
|
2359
|
-
prompt?: string;
|
|
2360
|
-
/**
|
|
2361
|
-
* Seed
|
|
2362
|
-
* @description The seed used for generation.
|
|
2363
|
-
*/
|
|
2364
|
-
seed: number;
|
|
2365
|
-
/**
|
|
2366
|
-
* Video
|
|
2367
|
-
* @description The generated video file.
|
|
2368
|
-
* @example {
|
|
2369
|
-
* "url": "https://storage.googleapis.com/falserverless/model_tests/wan/v2.2-woman-output.mp4"
|
|
2370
|
-
* }
|
|
2371
|
-
*/
|
|
2372
|
-
video: Components.File;
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
2348
|
export interface SharedType_ec0 {
|
|
2376
2349
|
/**
|
|
2377
2350
|
* Art Style
|
|
@@ -2617,6 +2590,94 @@ export interface SharedType_e4b {
|
|
|
2617
2590
|
steps?: number;
|
|
2618
2591
|
}
|
|
2619
2592
|
|
|
2593
|
+
export interface SharedType_e49 {
|
|
2594
|
+
/**
|
|
2595
|
+
* Actual Prompt
|
|
2596
|
+
* @description The actual prompt used if prompt expansion was enabled
|
|
2597
|
+
*/
|
|
2598
|
+
actual_prompt?: string;
|
|
2599
|
+
/**
|
|
2600
|
+
* Model Glb
|
|
2601
|
+
* @description Generated 3D object in GLB format.
|
|
2602
|
+
* @example {
|
|
2603
|
+
* "file_size": 9314028,
|
|
2604
|
+
* "file_name": "model.glb",
|
|
2605
|
+
* "content_type": "model/gltf-binary",
|
|
2606
|
+
* "url": "https://v3b.fal.media/files/b/penguin/DId89qXLu6BXu09RFAwAV_model.glb"
|
|
2607
|
+
* }
|
|
2608
|
+
*/
|
|
2609
|
+
model_glb: Components.File;
|
|
2610
|
+
/**
|
|
2611
|
+
* Model Urls
|
|
2612
|
+
* @description URLs for different 3D model formats
|
|
2613
|
+
* @example {
|
|
2614
|
+
* "fbx": {
|
|
2615
|
+
* "file_size": 5444380,
|
|
2616
|
+
* "file_name": "model.fbx",
|
|
2617
|
+
* "content_type": "application/octet-stream",
|
|
2618
|
+
* "url": "https://v3b.fal.media/files/b/kangaroo/7nUUw5dHN9a0DKlOpAKbP_model.fbx"
|
|
2619
|
+
* },
|
|
2620
|
+
* "usdz": {
|
|
2621
|
+
* "file_size": 9834246,
|
|
2622
|
+
* "file_name": "model.usdz",
|
|
2623
|
+
* "content_type": "model/vnd.usdz+zip",
|
|
2624
|
+
* "url": "https://v3b.fal.media/files/b/panda/XcC-mIJywUvH7coyrzENU_model.usdz"
|
|
2625
|
+
* },
|
|
2626
|
+
* "obj": {
|
|
2627
|
+
* "file_size": 2755145,
|
|
2628
|
+
* "file_name": "model.obj",
|
|
2629
|
+
* "content_type": "text/plain",
|
|
2630
|
+
* "url": "https://v3b.fal.media/files/b/monkey/cCNMHqUbKSNtDN1iGmiYm_model.obj"
|
|
2631
|
+
* },
|
|
2632
|
+
* "glb": {
|
|
2633
|
+
* "file_size": 9314028,
|
|
2634
|
+
* "file_name": "model.glb",
|
|
2635
|
+
* "content_type": "model/gltf-binary",
|
|
2636
|
+
* "url": "https://v3b.fal.media/files/b/penguin/DId89qXLu6BXu09RFAwAV_model.glb"
|
|
2637
|
+
* }
|
|
2638
|
+
* }
|
|
2639
|
+
*/
|
|
2640
|
+
model_urls: Components.ModelUrls;
|
|
2641
|
+
/**
|
|
2642
|
+
* Prompt
|
|
2643
|
+
* @description The text prompt used for generation
|
|
2644
|
+
* @example A rustic, antique wooden treasure chest with a curved, domed lid, constructed from weathered, dark brown planks exhibiting prominent wood grain and subtle distress. It's heavily reinforced with broad, dark grey, oxidized metal bands secured by numerous circular rivets. Ornate, dark iron decorative elements featuring swirling foliate patterns and dragon motifs adorn the corners and lid. A prominent, circular, intricately carved metal lock plate with a central keyhole dominates the front, flanked by two large, dark metallic pull rings.
|
|
2645
|
+
*/
|
|
2646
|
+
prompt: string;
|
|
2647
|
+
/**
|
|
2648
|
+
* Seed
|
|
2649
|
+
* @description The seed used for generation
|
|
2650
|
+
* @example 4002110719
|
|
2651
|
+
*/
|
|
2652
|
+
seed?: number;
|
|
2653
|
+
/**
|
|
2654
|
+
* Texture Urls
|
|
2655
|
+
* @description Array of texture file objects
|
|
2656
|
+
* @example [
|
|
2657
|
+
* {
|
|
2658
|
+
* "base_color": {
|
|
2659
|
+
* "file_size": 4254502,
|
|
2660
|
+
* "file_name": "texture_0.png",
|
|
2661
|
+
* "content_type": "image/png",
|
|
2662
|
+
* "url": "https://v3b.fal.media/files/b/panda/DoPKAuZY0tTjnr6C9ee-Q_texture_0.png"
|
|
2663
|
+
* }
|
|
2664
|
+
* }
|
|
2665
|
+
* ]
|
|
2666
|
+
*/
|
|
2667
|
+
texture_urls?: Components.TextureFiles[];
|
|
2668
|
+
/**
|
|
2669
|
+
* Thumbnail
|
|
2670
|
+
* @description Preview thumbnail of the generated model
|
|
2671
|
+
* @example {
|
|
2672
|
+
* "file_size": 173792,
|
|
2673
|
+
* "file_name": "preview.png",
|
|
2674
|
+
* "content_type": "image/png",
|
|
2675
|
+
* "url": "https://v3b.fal.media/files/b/koala/6LJISu4ilkZXcdOETwl_d_preview.png"
|
|
2676
|
+
* }
|
|
2677
|
+
*/
|
|
2678
|
+
thumbnail?: Components.File;
|
|
2679
|
+
}
|
|
2680
|
+
|
|
2620
2681
|
export interface SharedType_e3b {
|
|
2621
2682
|
/**
|
|
2622
2683
|
* Video
|
|
@@ -4113,6 +4174,17 @@ export interface SharedType_c7e {
|
|
|
4113
4174
|
audio: Components.File;
|
|
4114
4175
|
}
|
|
4115
4176
|
|
|
4177
|
+
export interface SharedType_c61 {
|
|
4178
|
+
/**
|
|
4179
|
+
* Video
|
|
4180
|
+
* @description The generated video from image using the Q3 model
|
|
4181
|
+
* @example {
|
|
4182
|
+
* "url": "https://v3b.fal.media/files/b/0a8c9189/n9z3uUDPqmU2msAtqr25-_output.mp4"
|
|
4183
|
+
* }
|
|
4184
|
+
*/
|
|
4185
|
+
video: Components.File;
|
|
4186
|
+
}
|
|
4187
|
+
|
|
4116
4188
|
export interface SharedType_c5e {
|
|
4117
4189
|
/**
|
|
4118
4190
|
* Acceleration
|
|
@@ -4309,6 +4381,21 @@ export interface SharedType_c3a {
|
|
|
4309
4381
|
speakers: Components.VibeVoiceSpeaker[];
|
|
4310
4382
|
}
|
|
4311
4383
|
|
|
4384
|
+
export interface SharedType_c0f {
|
|
4385
|
+
/**
|
|
4386
|
+
* @description The generated image file.
|
|
4387
|
+
* @example {
|
|
4388
|
+
* "url": "https://storage.googleapis.com/falserverless/example_outputs/wan/t2i-output.png"
|
|
4389
|
+
* }
|
|
4390
|
+
*/
|
|
4391
|
+
image: Components.File_1;
|
|
4392
|
+
/**
|
|
4393
|
+
* Seed
|
|
4394
|
+
* @description The seed used for generation.
|
|
4395
|
+
*/
|
|
4396
|
+
seed: number;
|
|
4397
|
+
}
|
|
4398
|
+
|
|
4312
4399
|
export interface SharedType_bf2 {
|
|
4313
4400
|
/**
|
|
4314
4401
|
* Image
|
|
@@ -4367,29 +4454,6 @@ export interface SharedType_bda {
|
|
|
4367
4454
|
video_url: string;
|
|
4368
4455
|
}
|
|
4369
4456
|
|
|
4370
|
-
export interface SharedType_bd3 {
|
|
4371
|
-
/**
|
|
4372
|
-
* Prompt
|
|
4373
|
-
* @description The text prompt used for video generation.
|
|
4374
|
-
* @default
|
|
4375
|
-
* @example The white dragon warrior stands still, eyes full of determination and strength. The camera slowly moves closer or circles around the warrior, highlighting the powerful presence and heroic spirit of the character.
|
|
4376
|
-
*/
|
|
4377
|
-
prompt?: string;
|
|
4378
|
-
/**
|
|
4379
|
-
* Seed
|
|
4380
|
-
* @description The seed used for generation.
|
|
4381
|
-
*/
|
|
4382
|
-
seed: number;
|
|
4383
|
-
/**
|
|
4384
|
-
* Video
|
|
4385
|
-
* @description The generated video file.
|
|
4386
|
-
* @example {
|
|
4387
|
-
* "url": "https://v3.fal.media/files/lion/Fbuh3lO_HMT-pS0DATbio_tmp08c3v477.mp4"
|
|
4388
|
-
* }
|
|
4389
|
-
*/
|
|
4390
|
-
video: Components.File;
|
|
4391
|
-
}
|
|
4392
|
-
|
|
4393
4457
|
export interface SharedType_bc9 {
|
|
4394
4458
|
/**
|
|
4395
4459
|
* Has Nsfw Concepts
|
|
@@ -4782,29 +4846,6 @@ export interface SharedType_b61 {
|
|
|
4782
4846
|
}[];
|
|
4783
4847
|
}
|
|
4784
4848
|
|
|
4785
|
-
export interface SharedType_b5a {
|
|
4786
|
-
/**
|
|
4787
|
-
* Prompt
|
|
4788
|
-
* @description The text prompt used for video generation.
|
|
4789
|
-
* @default
|
|
4790
|
-
* @example A medium shot establishes a modern, minimalist office setting: clean lines, muted grey walls, and polished wood surfaces. The focus shifts to a close-up on a woman in sharp, navy blue business attire. Her crisp white blouse contrasts with the deep blue of her tailored suit jacket. The subtle texture of the fabric is visible—a fine weave with a slight sheen. Her expression is serious, yet engaging, as she speaks to someone unseen just beyond the frame. Close-up on her eyes, showing the intensity of her gaze and the fine lines around them that hint at experience and focus. Her lips are slightly parted, as if mid-sentence. The light catches the subtle highlights in her auburn hair, meticulously styled. Note the slight catch of light on the silver band of her watch. High resolution 4k
|
|
4791
|
-
*/
|
|
4792
|
-
prompt?: string;
|
|
4793
|
-
/**
|
|
4794
|
-
* Seed
|
|
4795
|
-
* @description The seed used for generation.
|
|
4796
|
-
*/
|
|
4797
|
-
seed: number;
|
|
4798
|
-
/**
|
|
4799
|
-
* Video
|
|
4800
|
-
* @description The generated video file.
|
|
4801
|
-
* @example {
|
|
4802
|
-
* "url": "https://storage.googleapis.com/falserverless/model_tests/wan/v2.2-small-output.mp4"
|
|
4803
|
-
* }
|
|
4804
|
-
*/
|
|
4805
|
-
video: Components.File;
|
|
4806
|
-
}
|
|
4807
|
-
|
|
4808
4849
|
export interface SharedType_b59 {
|
|
4809
4850
|
/**
|
|
4810
4851
|
* Aspect Ratio
|
|
@@ -5109,94 +5150,6 @@ export interface SharedType_aed {
|
|
|
5109
5150
|
sync_mode?: boolean;
|
|
5110
5151
|
}
|
|
5111
5152
|
|
|
5112
|
-
export interface SharedType_ae3 {
|
|
5113
|
-
/**
|
|
5114
|
-
* Actual Prompt
|
|
5115
|
-
* @description The actual prompt used if prompt expansion was enabled
|
|
5116
|
-
*/
|
|
5117
|
-
actual_prompt?: string;
|
|
5118
|
-
/**
|
|
5119
|
-
* Model Glb
|
|
5120
|
-
* @description Generated 3D object in GLB format.
|
|
5121
|
-
* @example {
|
|
5122
|
-
* "file_size": 9314028,
|
|
5123
|
-
* "file_name": "model.glb",
|
|
5124
|
-
* "content_type": "model/gltf-binary",
|
|
5125
|
-
* "url": "https://v3b.fal.media/files/b/penguin/DId89qXLu6BXu09RFAwAV_model.glb"
|
|
5126
|
-
* }
|
|
5127
|
-
*/
|
|
5128
|
-
model_glb: Components.File;
|
|
5129
|
-
/**
|
|
5130
|
-
* Model Urls
|
|
5131
|
-
* @description URLs for different 3D model formats
|
|
5132
|
-
* @example {
|
|
5133
|
-
* "fbx": {
|
|
5134
|
-
* "file_size": 5444380,
|
|
5135
|
-
* "file_name": "model.fbx",
|
|
5136
|
-
* "content_type": "application/octet-stream",
|
|
5137
|
-
* "url": "https://v3b.fal.media/files/b/kangaroo/7nUUw5dHN9a0DKlOpAKbP_model.fbx"
|
|
5138
|
-
* },
|
|
5139
|
-
* "usdz": {
|
|
5140
|
-
* "file_size": 9834246,
|
|
5141
|
-
* "file_name": "model.usdz",
|
|
5142
|
-
* "content_type": "model/vnd.usdz+zip",
|
|
5143
|
-
* "url": "https://v3b.fal.media/files/b/panda/XcC-mIJywUvH7coyrzENU_model.usdz"
|
|
5144
|
-
* },
|
|
5145
|
-
* "glb": {
|
|
5146
|
-
* "file_size": 9314028,
|
|
5147
|
-
* "file_name": "model.glb",
|
|
5148
|
-
* "content_type": "model/gltf-binary",
|
|
5149
|
-
* "url": "https://v3b.fal.media/files/b/penguin/DId89qXLu6BXu09RFAwAV_model.glb"
|
|
5150
|
-
* },
|
|
5151
|
-
* "obj": {
|
|
5152
|
-
* "file_size": 2755145,
|
|
5153
|
-
* "file_name": "model.obj",
|
|
5154
|
-
* "content_type": "text/plain",
|
|
5155
|
-
* "url": "https://v3b.fal.media/files/b/monkey/cCNMHqUbKSNtDN1iGmiYm_model.obj"
|
|
5156
|
-
* }
|
|
5157
|
-
* }
|
|
5158
|
-
*/
|
|
5159
|
-
model_urls: Components.ModelUrls;
|
|
5160
|
-
/**
|
|
5161
|
-
* Prompt
|
|
5162
|
-
* @description The text prompt used for generation
|
|
5163
|
-
* @example A rustic, antique wooden treasure chest with a curved, domed lid, constructed from weathered, dark brown planks exhibiting prominent wood grain and subtle distress. It's heavily reinforced with broad, dark grey, oxidized metal bands secured by numerous circular rivets. Ornate, dark iron decorative elements featuring swirling foliate patterns and dragon motifs adorn the corners and lid. A prominent, circular, intricately carved metal lock plate with a central keyhole dominates the front, flanked by two large, dark metallic pull rings.
|
|
5164
|
-
*/
|
|
5165
|
-
prompt: string;
|
|
5166
|
-
/**
|
|
5167
|
-
* Seed
|
|
5168
|
-
* @description The seed used for generation
|
|
5169
|
-
* @example 4002110719
|
|
5170
|
-
*/
|
|
5171
|
-
seed?: number;
|
|
5172
|
-
/**
|
|
5173
|
-
* Texture Urls
|
|
5174
|
-
* @description Array of texture file objects
|
|
5175
|
-
* @example [
|
|
5176
|
-
* {
|
|
5177
|
-
* "base_color": {
|
|
5178
|
-
* "file_size": 4254502,
|
|
5179
|
-
* "file_name": "texture_0.png",
|
|
5180
|
-
* "content_type": "image/png",
|
|
5181
|
-
* "url": "https://v3b.fal.media/files/b/panda/DoPKAuZY0tTjnr6C9ee-Q_texture_0.png"
|
|
5182
|
-
* }
|
|
5183
|
-
* }
|
|
5184
|
-
* ]
|
|
5185
|
-
*/
|
|
5186
|
-
texture_urls?: Components.TextureFiles[];
|
|
5187
|
-
/**
|
|
5188
|
-
* Thumbnail
|
|
5189
|
-
* @description Preview thumbnail of the generated model
|
|
5190
|
-
* @example {
|
|
5191
|
-
* "file_size": 173792,
|
|
5192
|
-
* "file_name": "preview.png",
|
|
5193
|
-
* "content_type": "image/png",
|
|
5194
|
-
* "url": "https://v3b.fal.media/files/b/koala/6LJISu4ilkZXcdOETwl_d_preview.png"
|
|
5195
|
-
* }
|
|
5196
|
-
*/
|
|
5197
|
-
thumbnail?: Components.File;
|
|
5198
|
-
}
|
|
5199
|
-
|
|
5200
5153
|
export interface SharedType_ade {
|
|
5201
5154
|
/**
|
|
5202
5155
|
* Video
|
|
@@ -6261,7 +6214,7 @@ export interface SharedType_962 {
|
|
|
6261
6214
|
};
|
|
6262
6215
|
}
|
|
6263
6216
|
|
|
6264
|
-
export interface
|
|
6217
|
+
export interface SharedType_95d1 {
|
|
6265
6218
|
/**
|
|
6266
6219
|
* Video
|
|
6267
6220
|
* @description The generated video
|
|
@@ -6274,6 +6227,46 @@ export interface SharedType_95d {
|
|
|
6274
6227
|
video: Components.File;
|
|
6275
6228
|
}
|
|
6276
6229
|
|
|
6230
|
+
export interface SharedType_95d {
|
|
6231
|
+
/**
|
|
6232
|
+
* Aspect Ratio
|
|
6233
|
+
* @description The aspect ratio of the output video
|
|
6234
|
+
* @default 16:9
|
|
6235
|
+
* @enum {string}
|
|
6236
|
+
*/
|
|
6237
|
+
aspect_ratio?: '16:9' | '9:16' | '4:3' | '3:4' | '1:1';
|
|
6238
|
+
/**
|
|
6239
|
+
* Audio
|
|
6240
|
+
* @description Whether to use direct audio-video generation. When true, outputs video with sound.
|
|
6241
|
+
* @default true
|
|
6242
|
+
*/
|
|
6243
|
+
audio?: boolean;
|
|
6244
|
+
/**
|
|
6245
|
+
* Duration
|
|
6246
|
+
* @description Duration of the video in seconds
|
|
6247
|
+
* @default 5
|
|
6248
|
+
*/
|
|
6249
|
+
duration?: number;
|
|
6250
|
+
/**
|
|
6251
|
+
* Prompt
|
|
6252
|
+
* @description Text prompt for video generation, max 2000 characters
|
|
6253
|
+
* @example In an ultra-realistic fashion photography style featuring light blue and pale amber tones, an astronaut in a spacesuit walks through the fog.
|
|
6254
|
+
*/
|
|
6255
|
+
prompt: string;
|
|
6256
|
+
/**
|
|
6257
|
+
* Resolution
|
|
6258
|
+
* @description Output video resolution
|
|
6259
|
+
* @default 720p
|
|
6260
|
+
* @enum {string}
|
|
6261
|
+
*/
|
|
6262
|
+
resolution?: '360p' | '540p' | '720p' | '1080p';
|
|
6263
|
+
/**
|
|
6264
|
+
* Seed
|
|
6265
|
+
* @description Random seed for reproducibility. If None, a random seed is chosen.
|
|
6266
|
+
*/
|
|
6267
|
+
seed?: number;
|
|
6268
|
+
}
|
|
6269
|
+
|
|
6277
6270
|
export interface SharedType_95c {
|
|
6278
6271
|
/**
|
|
6279
6272
|
* Images
|
|
@@ -6583,6 +6576,83 @@ export interface SharedType_905 {
|
|
|
6583
6576
|
seed?: number;
|
|
6584
6577
|
}
|
|
6585
6578
|
|
|
6579
|
+
export interface SharedType_8f1 {
|
|
6580
|
+
/**
|
|
6581
|
+
* Model Glb
|
|
6582
|
+
* @description Generated 3D object in GLB format.
|
|
6583
|
+
* @example {
|
|
6584
|
+
* "file_size": 9242744,
|
|
6585
|
+
* "file_name": "model.glb",
|
|
6586
|
+
* "content_type": "model/gltf-binary",
|
|
6587
|
+
* "url": "https://v3b.fal.media/files/b/zebra/OXF1e1bO3JddPTaugv0eL_model.glb"
|
|
6588
|
+
* }
|
|
6589
|
+
*/
|
|
6590
|
+
model_glb: Components.File;
|
|
6591
|
+
/**
|
|
6592
|
+
* Model Urls
|
|
6593
|
+
* @description URLs for different 3D model formats
|
|
6594
|
+
* @example {
|
|
6595
|
+
* "fbx": {
|
|
6596
|
+
* "file_size": 5427052,
|
|
6597
|
+
* "file_name": "model.fbx",
|
|
6598
|
+
* "content_type": "application/octet-stream",
|
|
6599
|
+
* "url": "https://v3b.fal.media/files/b/kangaroo/4Q2qdpTvfLVdzAKH1-72v_model.fbx"
|
|
6600
|
+
* },
|
|
6601
|
+
* "usdz": {
|
|
6602
|
+
* "file_size": 9991969,
|
|
6603
|
+
* "file_name": "model.usdz",
|
|
6604
|
+
* "content_type": "model/vnd.usdz+zip",
|
|
6605
|
+
* "url": "https://v3b.fal.media/files/b/lion/RgJG9EBQ_GAHMVWV3wCis_model.usdz"
|
|
6606
|
+
* },
|
|
6607
|
+
* "obj": {
|
|
6608
|
+
* "file_size": 2744413,
|
|
6609
|
+
* "file_name": "model.obj",
|
|
6610
|
+
* "content_type": "text/plain",
|
|
6611
|
+
* "url": "https://v3b.fal.media/files/b/koala/_Vg0d084-hd3EdpIJDf7U_model.obj"
|
|
6612
|
+
* },
|
|
6613
|
+
* "glb": {
|
|
6614
|
+
* "file_size": 9242744,
|
|
6615
|
+
* "file_name": "model.glb",
|
|
6616
|
+
* "content_type": "model/gltf-binary",
|
|
6617
|
+
* "url": "https://v3b.fal.media/files/b/zebra/OXF1e1bO3JddPTaugv0eL_model.glb"
|
|
6618
|
+
* }
|
|
6619
|
+
* }
|
|
6620
|
+
*/
|
|
6621
|
+
model_urls: Components.ModelUrls;
|
|
6622
|
+
/**
|
|
6623
|
+
* Seed
|
|
6624
|
+
* @description The seed used for generation (if available)
|
|
6625
|
+
* @example 2009275957
|
|
6626
|
+
*/
|
|
6627
|
+
seed?: number;
|
|
6628
|
+
/**
|
|
6629
|
+
* Texture Urls
|
|
6630
|
+
* @description Array of texture file objects, matching Meshy API structure
|
|
6631
|
+
* @example [
|
|
6632
|
+
* {
|
|
6633
|
+
* "base_color": {
|
|
6634
|
+
* "file_size": 4328755,
|
|
6635
|
+
* "file_name": "texture_0.png",
|
|
6636
|
+
* "content_type": "image/png",
|
|
6637
|
+
* "url": "https://v3b.fal.media/files/b/tiger/NkgxcEom_42V4_8UUXiRR_texture_0.png"
|
|
6638
|
+
* }
|
|
6639
|
+
* }
|
|
6640
|
+
* ]
|
|
6641
|
+
*/
|
|
6642
|
+
texture_urls?: Components.TextureFiles[];
|
|
6643
|
+
/**
|
|
6644
|
+
* Thumbnail
|
|
6645
|
+
* @description Preview thumbnail of the generated model
|
|
6646
|
+
* @example {
|
|
6647
|
+
* "file_size": 54279,
|
|
6648
|
+
* "file_name": "preview.png",
|
|
6649
|
+
* "content_type": "image/png",
|
|
6650
|
+
* "url": "https://v3b.fal.media/files/b/penguin/rfnS6ClmeEWgDXp_oD5tN_preview.png"
|
|
6651
|
+
* }
|
|
6652
|
+
*/
|
|
6653
|
+
thumbnail?: Components.File;
|
|
6654
|
+
}
|
|
6655
|
+
|
|
6586
6656
|
export interface SharedType_8df {
|
|
6587
6657
|
/**
|
|
6588
6658
|
* Aspect Ratio
|
|
@@ -7577,7 +7647,7 @@ export interface SharedType_79c {
|
|
|
7577
7647
|
seed?: number;
|
|
7578
7648
|
}
|
|
7579
7649
|
|
|
7580
|
-
export interface
|
|
7650
|
+
export interface SharedType_78a1 {
|
|
7581
7651
|
/**
|
|
7582
7652
|
* @example {
|
|
7583
7653
|
* "content_type": "video/mp4",
|
|
@@ -7587,6 +7657,28 @@ export interface SharedType_78a {
|
|
|
7587
7657
|
video: Components.File_1;
|
|
7588
7658
|
}
|
|
7589
7659
|
|
|
7660
|
+
export interface SharedType_78a {
|
|
7661
|
+
/**
|
|
7662
|
+
* Prompt
|
|
7663
|
+
* @description The text prompt used for video generation.
|
|
7664
|
+
* @default
|
|
7665
|
+
* @example The white dragon warrior stands still, eyes full of determination and strength. The camera slowly moves closer or circles around the warrior, highlighting the powerful presence and heroic spirit of the character.
|
|
7666
|
+
*/
|
|
7667
|
+
prompt?: string;
|
|
7668
|
+
/**
|
|
7669
|
+
* Seed
|
|
7670
|
+
* @description The seed used for generation.
|
|
7671
|
+
*/
|
|
7672
|
+
seed: number;
|
|
7673
|
+
/**
|
|
7674
|
+
* @description The generated video file.
|
|
7675
|
+
* @example {
|
|
7676
|
+
* "url": "https://v3.fal.media/files/lion/Fbuh3lO_HMT-pS0DATbio_tmp08c3v477.mp4"
|
|
7677
|
+
* }
|
|
7678
|
+
*/
|
|
7679
|
+
video: Components.File_1;
|
|
7680
|
+
}
|
|
7681
|
+
|
|
7590
7682
|
export interface SharedType_778 {
|
|
7591
7683
|
/**
|
|
7592
7684
|
* Character Orientation
|
|
@@ -7739,83 +7831,6 @@ export interface SharedType_74f {
|
|
|
7739
7831
|
video: Components.File;
|
|
7740
7832
|
}
|
|
7741
7833
|
|
|
7742
|
-
export interface SharedType_748 {
|
|
7743
|
-
/**
|
|
7744
|
-
* Model Glb
|
|
7745
|
-
* @description Generated 3D object in GLB format.
|
|
7746
|
-
* @example {
|
|
7747
|
-
* "file_size": 9242744,
|
|
7748
|
-
* "file_name": "model.glb",
|
|
7749
|
-
* "content_type": "model/gltf-binary",
|
|
7750
|
-
* "url": "https://v3b.fal.media/files/b/zebra/OXF1e1bO3JddPTaugv0eL_model.glb"
|
|
7751
|
-
* }
|
|
7752
|
-
*/
|
|
7753
|
-
model_glb: Components.File;
|
|
7754
|
-
/**
|
|
7755
|
-
* Model Urls
|
|
7756
|
-
* @description URLs for different 3D model formats
|
|
7757
|
-
* @example {
|
|
7758
|
-
* "fbx": {
|
|
7759
|
-
* "file_size": 5427052,
|
|
7760
|
-
* "file_name": "model.fbx",
|
|
7761
|
-
* "content_type": "application/octet-stream",
|
|
7762
|
-
* "url": "https://v3b.fal.media/files/b/kangaroo/4Q2qdpTvfLVdzAKH1-72v_model.fbx"
|
|
7763
|
-
* },
|
|
7764
|
-
* "usdz": {
|
|
7765
|
-
* "file_size": 9991969,
|
|
7766
|
-
* "file_name": "model.usdz",
|
|
7767
|
-
* "content_type": "model/vnd.usdz+zip",
|
|
7768
|
-
* "url": "https://v3b.fal.media/files/b/lion/RgJG9EBQ_GAHMVWV3wCis_model.usdz"
|
|
7769
|
-
* },
|
|
7770
|
-
* "glb": {
|
|
7771
|
-
* "file_size": 9242744,
|
|
7772
|
-
* "file_name": "model.glb",
|
|
7773
|
-
* "content_type": "model/gltf-binary",
|
|
7774
|
-
* "url": "https://v3b.fal.media/files/b/zebra/OXF1e1bO3JddPTaugv0eL_model.glb"
|
|
7775
|
-
* },
|
|
7776
|
-
* "obj": {
|
|
7777
|
-
* "file_size": 2744413,
|
|
7778
|
-
* "file_name": "model.obj",
|
|
7779
|
-
* "content_type": "text/plain",
|
|
7780
|
-
* "url": "https://v3b.fal.media/files/b/koala/_Vg0d084-hd3EdpIJDf7U_model.obj"
|
|
7781
|
-
* }
|
|
7782
|
-
* }
|
|
7783
|
-
*/
|
|
7784
|
-
model_urls: Components.ModelUrls;
|
|
7785
|
-
/**
|
|
7786
|
-
* Seed
|
|
7787
|
-
* @description The seed used for generation (if available)
|
|
7788
|
-
* @example 2009275957
|
|
7789
|
-
*/
|
|
7790
|
-
seed?: number;
|
|
7791
|
-
/**
|
|
7792
|
-
* Texture Urls
|
|
7793
|
-
* @description Array of texture file objects, matching Meshy API structure
|
|
7794
|
-
* @example [
|
|
7795
|
-
* {
|
|
7796
|
-
* "base_color": {
|
|
7797
|
-
* "file_size": 4328755,
|
|
7798
|
-
* "file_name": "texture_0.png",
|
|
7799
|
-
* "content_type": "image/png",
|
|
7800
|
-
* "url": "https://v3b.fal.media/files/b/tiger/NkgxcEom_42V4_8UUXiRR_texture_0.png"
|
|
7801
|
-
* }
|
|
7802
|
-
* }
|
|
7803
|
-
* ]
|
|
7804
|
-
*/
|
|
7805
|
-
texture_urls?: Components.TextureFiles[];
|
|
7806
|
-
/**
|
|
7807
|
-
* Thumbnail
|
|
7808
|
-
* @description Preview thumbnail of the generated model
|
|
7809
|
-
* @example {
|
|
7810
|
-
* "file_size": 54279,
|
|
7811
|
-
* "file_name": "preview.png",
|
|
7812
|
-
* "content_type": "image/png",
|
|
7813
|
-
* "url": "https://v3b.fal.media/files/b/penguin/rfnS6ClmeEWgDXp_oD5tN_preview.png"
|
|
7814
|
-
* }
|
|
7815
|
-
*/
|
|
7816
|
-
thumbnail?: Components.File;
|
|
7817
|
-
}
|
|
7818
|
-
|
|
7819
7834
|
export interface SharedType_744 {
|
|
7820
7835
|
/**
|
|
7821
7836
|
* Image
|
|
@@ -8595,6 +8610,64 @@ export interface SharedType_5c6 {
|
|
|
8595
8610
|
results: Components.BoundingBoxes;
|
|
8596
8611
|
}
|
|
8597
8612
|
|
|
8613
|
+
export interface SharedType_5c5 {
|
|
8614
|
+
/**
|
|
8615
|
+
* Prompt
|
|
8616
|
+
* @description The text prompt used for video generation.
|
|
8617
|
+
* @default
|
|
8618
|
+
* @example A medium shot establishes a modern, minimalist office setting: clean lines, muted grey walls, and polished wood surfaces. The focus shifts to a close-up on a woman in sharp, navy blue business attire. Her crisp white blouse contrasts with the deep blue of her tailored suit jacket. The subtle texture of the fabric is visible—a fine weave with a slight sheen. Her expression is serious, yet engaging, as she speaks to someone unseen just beyond the frame. Close-up on her eyes, showing the intensity of her gaze and the fine lines around them that hint at experience and focus. Her lips are slightly parted, as if mid-sentence. The light catches the subtle highlights in her auburn hair, meticulously styled. Note the slight catch of light on the silver band of her watch. High resolution 4k
|
|
8619
|
+
*/
|
|
8620
|
+
prompt?: string;
|
|
8621
|
+
/**
|
|
8622
|
+
* Seed
|
|
8623
|
+
* @description The seed used for generation.
|
|
8624
|
+
*/
|
|
8625
|
+
seed: number;
|
|
8626
|
+
/**
|
|
8627
|
+
* @description The generated video file.
|
|
8628
|
+
* @example {
|
|
8629
|
+
* "url": "https://storage.googleapis.com/falserverless/model_tests/wan/v2.2-small-output.mp4"
|
|
8630
|
+
* }
|
|
8631
|
+
*/
|
|
8632
|
+
video: Components.File_1;
|
|
8633
|
+
}
|
|
8634
|
+
|
|
8635
|
+
export interface SharedType_5c2 {
|
|
8636
|
+
/**
|
|
8637
|
+
* Has Nsfw Concepts
|
|
8638
|
+
* @description Whether the generated images contain NSFW concepts.
|
|
8639
|
+
*/
|
|
8640
|
+
has_nsfw_concepts: boolean[];
|
|
8641
|
+
/**
|
|
8642
|
+
* Images
|
|
8643
|
+
* @description The generated image(s).
|
|
8644
|
+
* @example [
|
|
8645
|
+
* {
|
|
8646
|
+
* "height": 768,
|
|
8647
|
+
* "content_type": "image/jpeg",
|
|
8648
|
+
* "url": "https://v3b.fal.media/files/b/0a8e76a4/n8AJdfVTm-9msRC-sVQFn.jpg",
|
|
8649
|
+
* "width": 1024
|
|
8650
|
+
* }
|
|
8651
|
+
* ]
|
|
8652
|
+
*/
|
|
8653
|
+
images: Components.Image_1[];
|
|
8654
|
+
/**
|
|
8655
|
+
* Prompt
|
|
8656
|
+
* @description The prompt used for generating the image.
|
|
8657
|
+
*/
|
|
8658
|
+
prompt: string;
|
|
8659
|
+
/**
|
|
8660
|
+
* Seed
|
|
8661
|
+
* @description Seed of the generated Image. It will be the same value of the one passed in the
|
|
8662
|
+
* input or the randomly generated that was used in case none was passed.
|
|
8663
|
+
*/
|
|
8664
|
+
seed: number;
|
|
8665
|
+
/** Timings */
|
|
8666
|
+
timings: {
|
|
8667
|
+
[key: string]: number;
|
|
8668
|
+
};
|
|
8669
|
+
}
|
|
8670
|
+
|
|
8598
8671
|
export interface SharedType_5bd {
|
|
8599
8672
|
/**
|
|
8600
8673
|
* Model Mesh
|
|
@@ -9283,22 +9356,6 @@ export interface SharedType_524 {
|
|
|
9283
9356
|
video: Components.VideoFile_1;
|
|
9284
9357
|
}
|
|
9285
9358
|
|
|
9286
|
-
export interface SharedType_4f3 {
|
|
9287
|
-
/**
|
|
9288
|
-
* Image
|
|
9289
|
-
* @description The generated image file.
|
|
9290
|
-
* @example {
|
|
9291
|
-
* "url": "https://storage.googleapis.com/falserverless/example_outputs/wan/t2i-output.png"
|
|
9292
|
-
* }
|
|
9293
|
-
*/
|
|
9294
|
-
image: Components.File;
|
|
9295
|
-
/**
|
|
9296
|
-
* Seed
|
|
9297
|
-
* @description The seed used for generation.
|
|
9298
|
-
*/
|
|
9299
|
-
seed: number;
|
|
9300
|
-
}
|
|
9301
|
-
|
|
9302
9359
|
export interface SharedType_4c2 {
|
|
9303
9360
|
/**
|
|
9304
9361
|
* Video
|
|
@@ -10200,6 +10257,28 @@ export interface SharedType_386 {
|
|
|
10200
10257
|
images: Components.Image[];
|
|
10201
10258
|
}
|
|
10202
10259
|
|
|
10260
|
+
export interface SharedType_382 {
|
|
10261
|
+
/**
|
|
10262
|
+
* Prompt
|
|
10263
|
+
* @description The text prompt used for video generation.
|
|
10264
|
+
* @default
|
|
10265
|
+
* @example A close-up of a young woman smiling gently in the rain, raindrops glistening on her face and eyelashes. The video captures the delicate details of her expression and the water droplets, with soft light reflecting off her skin in the rainy atmosphere.
|
|
10266
|
+
*/
|
|
10267
|
+
prompt?: string;
|
|
10268
|
+
/**
|
|
10269
|
+
* Seed
|
|
10270
|
+
* @description The seed used for generation.
|
|
10271
|
+
*/
|
|
10272
|
+
seed: number;
|
|
10273
|
+
/**
|
|
10274
|
+
* @description The generated video file.
|
|
10275
|
+
* @example {
|
|
10276
|
+
* "url": "https://storage.googleapis.com/falserverless/model_tests/wan/v2.2-woman-output.mp4"
|
|
10277
|
+
* }
|
|
10278
|
+
*/
|
|
10279
|
+
video: Components.File_1;
|
|
10280
|
+
}
|
|
10281
|
+
|
|
10203
10282
|
export interface SharedType_377 {
|
|
10204
10283
|
/**
|
|
10205
10284
|
* Output
|
|
@@ -11854,6 +11933,17 @@ export interface SharedType_0ab {
|
|
|
11854
11933
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
11855
11934
|
}
|
|
11856
11935
|
|
|
11936
|
+
export interface SharedType_0a0 {
|
|
11937
|
+
/**
|
|
11938
|
+
* Video
|
|
11939
|
+
* @description The generated video from text using the Q3 model
|
|
11940
|
+
* @example {
|
|
11941
|
+
* "url": "https://v3b.fal.media/files/b/0a8c915a/8dtkty-vyhotySs--cTKS_output.mp4"
|
|
11942
|
+
* }
|
|
11943
|
+
*/
|
|
11944
|
+
video: Components.File;
|
|
11945
|
+
}
|
|
11946
|
+
|
|
11857
11947
|
export interface SharedType_096 {
|
|
11858
11948
|
/**
|
|
11859
11949
|
* Images
|
|
@@ -12253,6 +12343,51 @@ export interface SharedType_02c {
|
|
|
12253
12343
|
start_image_url: string;
|
|
12254
12344
|
}
|
|
12255
12345
|
|
|
12346
|
+
export interface SharedType_015 {
|
|
12347
|
+
/**
|
|
12348
|
+
* Audio
|
|
12349
|
+
* @description Whether to use direct audio-video generation. When true, outputs video with sound (including dialogue and sound effects).
|
|
12350
|
+
* @default true
|
|
12351
|
+
*/
|
|
12352
|
+
audio?: boolean;
|
|
12353
|
+
/**
|
|
12354
|
+
* Duration
|
|
12355
|
+
* @description Duration of the video in seconds (1-16 for Q3 models)
|
|
12356
|
+
* @default 5
|
|
12357
|
+
*/
|
|
12358
|
+
duration?: number;
|
|
12359
|
+
/**
|
|
12360
|
+
* End Image Url
|
|
12361
|
+
* @description URL of the image to use as the ending frame. When provided, generates a transition video between start and end frames.
|
|
12362
|
+
*/
|
|
12363
|
+
end_image_url?: string;
|
|
12364
|
+
/**
|
|
12365
|
+
* Image Url
|
|
12366
|
+
* @description URL or base64 image to use as the starting frame
|
|
12367
|
+
* @example https://prod-ss-images.s3.cn-northwest-1.amazonaws.com.cn/vidu-maas/template/image2video.png
|
|
12368
|
+
*/
|
|
12369
|
+
image_url: string;
|
|
12370
|
+
/**
|
|
12371
|
+
* Prompt
|
|
12372
|
+
* @description Text prompt for video generation, max 2000 characters
|
|
12373
|
+
* @default
|
|
12374
|
+
* @example The astronaut waved and the camera moved up.
|
|
12375
|
+
*/
|
|
12376
|
+
prompt?: string;
|
|
12377
|
+
/**
|
|
12378
|
+
* Resolution
|
|
12379
|
+
* @description Output video resolution. Note: 360p is not available when end_image_url is provided.
|
|
12380
|
+
* @default 720p
|
|
12381
|
+
* @enum {string}
|
|
12382
|
+
*/
|
|
12383
|
+
resolution?: '360p' | '540p' | '720p' | '1080p';
|
|
12384
|
+
/**
|
|
12385
|
+
* Seed
|
|
12386
|
+
* @description Random seed for reproducibility. If None, a random seed is chosen.
|
|
12387
|
+
*/
|
|
12388
|
+
seed?: number;
|
|
12389
|
+
}
|
|
12390
|
+
|
|
12256
12391
|
export interface SharedType_000 {
|
|
12257
12392
|
/**
|
|
12258
12393
|
* Aspect Ratio
|
|
@@ -16760,13 +16895,12 @@ export interface WanV22A14bVideoToVideoOutput {
|
|
|
16760
16895
|
*/
|
|
16761
16896
|
seed: number;
|
|
16762
16897
|
/**
|
|
16763
|
-
* Video
|
|
16764
16898
|
* @description The generated video file.
|
|
16765
16899
|
* @example {
|
|
16766
16900
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/wan-2.2-v2v-output.mp4"
|
|
16767
16901
|
* }
|
|
16768
16902
|
*/
|
|
16769
|
-
video: Components.
|
|
16903
|
+
video: Components.File_1;
|
|
16770
16904
|
}
|
|
16771
16905
|
|
|
16772
16906
|
export interface WanV22A14bTextToVideoTurboInput {
|
|
@@ -16860,13 +16994,12 @@ export interface WanV22A14bTextToVideoTurboOutput {
|
|
|
16860
16994
|
*/
|
|
16861
16995
|
seed: number;
|
|
16862
16996
|
/**
|
|
16863
|
-
* Video
|
|
16864
16997
|
* @description The generated video file.
|
|
16865
16998
|
* @example {
|
|
16866
16999
|
* "url": "https://storage.googleapis.com/falserverless/gallery/wan-t2v-turbo.mp4"
|
|
16867
17000
|
* }
|
|
16868
17001
|
*/
|
|
16869
|
-
video: Components.
|
|
17002
|
+
video: Components.File_1;
|
|
16870
17003
|
}
|
|
16871
17004
|
|
|
16872
17005
|
export interface WanV22A14bTextToVideoLoraInput {
|
|
@@ -17028,7 +17161,7 @@ export interface WanV22A14bTextToVideoLoraInput {
|
|
|
17028
17161
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
17029
17162
|
}
|
|
17030
17163
|
|
|
17031
|
-
export interface WanV22A14bTextToVideoLoraOutput extends
|
|
17164
|
+
export interface WanV22A14bTextToVideoLoraOutput extends SharedType_382 {}
|
|
17032
17165
|
|
|
17033
17166
|
export interface WanV22A14bTextToVideoInput {
|
|
17034
17167
|
/**
|
|
@@ -17177,7 +17310,7 @@ export interface WanV22A14bTextToVideoInput {
|
|
|
17177
17310
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
17178
17311
|
}
|
|
17179
17312
|
|
|
17180
|
-
export interface WanV22A14bTextToVideoOutput extends
|
|
17313
|
+
export interface WanV22A14bTextToVideoOutput extends SharedType_382 {}
|
|
17181
17314
|
|
|
17182
17315
|
export interface WanV22A14bTextToImageLoraInput {
|
|
17183
17316
|
/**
|
|
@@ -17292,7 +17425,7 @@ export interface WanV22A14bTextToImageLoraInput {
|
|
|
17292
17425
|
shift?: number;
|
|
17293
17426
|
}
|
|
17294
17427
|
|
|
17295
|
-
export interface WanV22A14bTextToImageLoraOutput extends
|
|
17428
|
+
export interface WanV22A14bTextToImageLoraOutput extends SharedType_c0f {}
|
|
17296
17429
|
|
|
17297
17430
|
export interface WanV22A14bTextToImageInput {
|
|
17298
17431
|
/**
|
|
@@ -17387,7 +17520,7 @@ export interface WanV22A14bTextToImageInput {
|
|
|
17387
17520
|
shift?: number;
|
|
17388
17521
|
}
|
|
17389
17522
|
|
|
17390
|
-
export interface WanV22A14bTextToImageOutput extends
|
|
17523
|
+
export interface WanV22A14bTextToImageOutput extends SharedType_c0f {}
|
|
17391
17524
|
|
|
17392
17525
|
export interface WanV22A14bImageToVideoTurboInput {
|
|
17393
17526
|
/**
|
|
@@ -17488,13 +17621,12 @@ export interface WanV22A14bImageToVideoTurboOutput {
|
|
|
17488
17621
|
*/
|
|
17489
17622
|
seed: number;
|
|
17490
17623
|
/**
|
|
17491
|
-
* Video
|
|
17492
17624
|
* @description The generated video file.
|
|
17493
17625
|
* @example {
|
|
17494
17626
|
* "url": "https://storage.googleapis.com/falserverless/gallery/wan-i2v-turbo.mp4"
|
|
17495
17627
|
* }
|
|
17496
17628
|
*/
|
|
17497
|
-
video: Components.
|
|
17629
|
+
video: Components.File_1;
|
|
17498
17630
|
}
|
|
17499
17631
|
|
|
17500
17632
|
export interface WanV22A14bImageToVideoLoraInput {
|
|
@@ -17664,7 +17796,7 @@ export interface WanV22A14bImageToVideoLoraInput {
|
|
|
17664
17796
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
17665
17797
|
}
|
|
17666
17798
|
|
|
17667
|
-
export interface WanV22A14bImageToVideoLoraOutput extends
|
|
17799
|
+
export interface WanV22A14bImageToVideoLoraOutput extends SharedType_78a {}
|
|
17668
17800
|
|
|
17669
17801
|
export interface WanV22A14bImageToVideoInput {
|
|
17670
17802
|
/**
|
|
@@ -17821,7 +17953,7 @@ export interface WanV22A14bImageToVideoInput {
|
|
|
17821
17953
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
17822
17954
|
}
|
|
17823
17955
|
|
|
17824
|
-
export interface WanV22A14bImageToVideoOutput extends
|
|
17956
|
+
export interface WanV22A14bImageToVideoOutput extends SharedType_78a {}
|
|
17825
17957
|
|
|
17826
17958
|
export interface WanV22A14bImageToImageInput {
|
|
17827
17959
|
/**
|
|
@@ -17937,13 +18069,12 @@ export interface WanV22A14bImageToImageInput {
|
|
|
17937
18069
|
|
|
17938
18070
|
export interface WanV22A14bImageToImageOutput {
|
|
17939
18071
|
/**
|
|
17940
|
-
* Image
|
|
17941
18072
|
* @description The generated image file.
|
|
17942
18073
|
* @example {
|
|
17943
18074
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/wan-image-to-image-output.png"
|
|
17944
18075
|
* }
|
|
17945
18076
|
*/
|
|
17946
|
-
image: Components.
|
|
18077
|
+
image: Components.File_1;
|
|
17947
18078
|
/**
|
|
17948
18079
|
* Prompt
|
|
17949
18080
|
* @description The text prompt used for image generation.
|
|
@@ -18076,7 +18207,7 @@ export interface WanV225bTextToVideoFastWanInput {
|
|
|
18076
18207
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
18077
18208
|
}
|
|
18078
18209
|
|
|
18079
|
-
export interface WanV225bTextToVideoFastWanOutput extends
|
|
18210
|
+
export interface WanV225bTextToVideoFastWanOutput extends SharedType_5c5 {}
|
|
18080
18211
|
|
|
18081
18212
|
export interface WanV225bTextToVideoDistillInput {
|
|
18082
18213
|
/**
|
|
@@ -18204,7 +18335,7 @@ export interface WanV225bTextToVideoDistillInput {
|
|
|
18204
18335
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
18205
18336
|
}
|
|
18206
18337
|
|
|
18207
|
-
export interface WanV225bTextToVideoDistillOutput extends
|
|
18338
|
+
export interface WanV225bTextToVideoDistillOutput extends SharedType_5c5 {}
|
|
18208
18339
|
|
|
18209
18340
|
export interface WanV225bTextToVideoInput {
|
|
18210
18341
|
/**
|
|
@@ -18338,7 +18469,7 @@ export interface WanV225bTextToVideoInput {
|
|
|
18338
18469
|
video_write_mode?: 'fast' | 'balanced' | 'small';
|
|
18339
18470
|
}
|
|
18340
18471
|
|
|
18341
|
-
export interface WanV225bTextToVideoOutput extends
|
|
18472
|
+
export interface WanV225bTextToVideoOutput extends SharedType_5c5 {}
|
|
18342
18473
|
|
|
18343
18474
|
export interface WanV225bTextToImageInput {
|
|
18344
18475
|
/**
|
|
@@ -18428,13 +18559,12 @@ export interface WanV225bTextToImageInput {
|
|
|
18428
18559
|
|
|
18429
18560
|
export interface WanV225bTextToImageOutput {
|
|
18430
18561
|
/**
|
|
18431
|
-
* Image
|
|
18432
18562
|
* @description The generated image file.
|
|
18433
18563
|
* @example {
|
|
18434
18564
|
* "url": "https://storage.googleapis.com/falserverless/example_outputs/wan/small-t2i-output-2.png"
|
|
18435
18565
|
* }
|
|
18436
18566
|
*/
|
|
18437
|
-
image: Components.
|
|
18567
|
+
image: Components.File_1;
|
|
18438
18568
|
/**
|
|
18439
18569
|
* Seed
|
|
18440
18570
|
* @description The seed used for generation.
|
|
@@ -18591,13 +18721,12 @@ export interface WanV225bImageToVideoOutput {
|
|
|
18591
18721
|
*/
|
|
18592
18722
|
seed: number;
|
|
18593
18723
|
/**
|
|
18594
|
-
* Video
|
|
18595
18724
|
* @description The generated video file.
|
|
18596
18725
|
* @example {
|
|
18597
18726
|
* "url": "https://storage.googleapis.com/falserverless/model_tests/wan/v2.2-small-i2v-output.mp4"
|
|
18598
18727
|
* }
|
|
18599
18728
|
*/
|
|
18600
|
-
video: Components.
|
|
18729
|
+
video: Components.File_1;
|
|
18601
18730
|
}
|
|
18602
18731
|
|
|
18603
18732
|
export interface WanV2214bSpeechToVideoInput {
|
|
@@ -18707,7 +18836,6 @@ export interface WanV2214bSpeechToVideoInput {
|
|
|
18707
18836
|
|
|
18708
18837
|
export interface WanV2214bSpeechToVideoOutput {
|
|
18709
18838
|
/**
|
|
18710
|
-
* Video
|
|
18711
18839
|
* @description The generated video file.
|
|
18712
18840
|
* @example {
|
|
18713
18841
|
* "file_size": 4685303,
|
|
@@ -18716,17 +18844,14 @@ export interface WanV2214bSpeechToVideoOutput {
|
|
|
18716
18844
|
* "url": "https://v3.fal.media/files/panda/f7tXRCjvwEcVlmxHuw8kO_2c7ab2540af44eceaf5ffde4e8d094ed.mp4"
|
|
18717
18845
|
* }
|
|
18718
18846
|
*/
|
|
18719
|
-
video: Components.
|
|
18847
|
+
video: Components.File_1;
|
|
18720
18848
|
}
|
|
18721
18849
|
|
|
18722
18850
|
export interface WanV2214bAnimateReplaceInput extends SharedType_cd2 {}
|
|
18723
18851
|
|
|
18724
18852
|
export interface WanV2214bAnimateReplaceOutput {
|
|
18725
|
-
/**
|
|
18726
|
-
|
|
18727
|
-
* @description ZIP archive of generated frames (if requested).
|
|
18728
|
-
*/
|
|
18729
|
-
frames_zip?: Components.File;
|
|
18853
|
+
/** @description ZIP archive of generated frames (if requested). */
|
|
18854
|
+
frames_zip?: Components.File_1;
|
|
18730
18855
|
/**
|
|
18731
18856
|
* Prompt
|
|
18732
18857
|
* @description The prompt used for generation (auto-generated by the model)
|
|
@@ -18740,23 +18865,19 @@ export interface WanV2214bAnimateReplaceOutput {
|
|
|
18740
18865
|
*/
|
|
18741
18866
|
seed: number;
|
|
18742
18867
|
/**
|
|
18743
|
-
* Video
|
|
18744
18868
|
* @description The generated video file.
|
|
18745
18869
|
* @example {
|
|
18746
18870
|
* "url": "https://v3b.fal.media/files/b/elephant/9Ofgiju3Peb3b5hriTuBH_wan_animate_output.mp4"
|
|
18747
18871
|
* }
|
|
18748
18872
|
*/
|
|
18749
|
-
video: Components.
|
|
18873
|
+
video: Components.File_1;
|
|
18750
18874
|
}
|
|
18751
18875
|
|
|
18752
18876
|
export interface WanV2214bAnimateMoveInput extends SharedType_cd2 {}
|
|
18753
18877
|
|
|
18754
18878
|
export interface WanV2214bAnimateMoveOutput {
|
|
18755
|
-
/**
|
|
18756
|
-
|
|
18757
|
-
* @description ZIP archive of generated frames (if requested).
|
|
18758
|
-
*/
|
|
18759
|
-
frames_zip?: Components.File;
|
|
18879
|
+
/** @description ZIP archive of generated frames (if requested). */
|
|
18880
|
+
frames_zip?: Components.File_1;
|
|
18760
18881
|
/**
|
|
18761
18882
|
* Prompt
|
|
18762
18883
|
* @description The prompt used for generation (auto-generated by the model)
|
|
@@ -18770,13 +18891,12 @@ export interface WanV2214bAnimateMoveOutput {
|
|
|
18770
18891
|
*/
|
|
18771
18892
|
seed: number;
|
|
18772
18893
|
/**
|
|
18773
|
-
* Video
|
|
18774
18894
|
* @description The generated video file.
|
|
18775
18895
|
* @example {
|
|
18776
18896
|
* "url": "https://v3b.fal.media/files/b/monkey/xjJYzO0jqMi7MxufJe5tx_wan_animate_output.mp4"
|
|
18777
18897
|
* }
|
|
18778
18898
|
*/
|
|
18779
|
-
video: Components.
|
|
18899
|
+
video: Components.File_1;
|
|
18780
18900
|
}
|
|
18781
18901
|
|
|
18782
18902
|
export interface WanVisionEnhancerInput {
|
|
@@ -21305,112 +21425,21 @@ export interface ViduReferenceToImageInput extends SharedType_79c {}
|
|
|
21305
21425
|
|
|
21306
21426
|
export interface ViduReferenceToImageOutput extends SharedType_b81 {}
|
|
21307
21427
|
|
|
21308
|
-
export interface
|
|
21309
|
-
/**
|
|
21310
|
-
* Aspect Ratio
|
|
21311
|
-
* @description The aspect ratio of the output video
|
|
21312
|
-
* @default 16:9
|
|
21313
|
-
* @enum {string}
|
|
21314
|
-
*/
|
|
21315
|
-
aspect_ratio?: '16:9' | '9:16' | '4:3' | '3:4' | '1:1';
|
|
21316
|
-
/**
|
|
21317
|
-
* Audio
|
|
21318
|
-
* @description Whether to use direct audio-video generation. When true, outputs video with sound.
|
|
21319
|
-
* @default true
|
|
21320
|
-
*/
|
|
21321
|
-
audio?: boolean;
|
|
21322
|
-
/**
|
|
21323
|
-
* Duration
|
|
21324
|
-
* @description Duration of the video in seconds
|
|
21325
|
-
* @default 5
|
|
21326
|
-
*/
|
|
21327
|
-
duration?: number;
|
|
21328
|
-
/**
|
|
21329
|
-
* Prompt
|
|
21330
|
-
* @description Text prompt for video generation, max 2000 characters
|
|
21331
|
-
* @example In an ultra-realistic fashion photography style featuring light blue and pale amber tones, an astronaut in a spacesuit walks through the fog.
|
|
21332
|
-
*/
|
|
21333
|
-
prompt: string;
|
|
21334
|
-
/**
|
|
21335
|
-
* Resolution
|
|
21336
|
-
* @description Output video resolution
|
|
21337
|
-
* @default 720p
|
|
21338
|
-
* @enum {string}
|
|
21339
|
-
*/
|
|
21340
|
-
resolution?: '360p' | '540p' | '720p' | '1080p';
|
|
21341
|
-
/**
|
|
21342
|
-
* Seed
|
|
21343
|
-
* @description Random seed for reproducibility. If None, a random seed is chosen.
|
|
21344
|
-
*/
|
|
21345
|
-
seed?: number;
|
|
21346
|
-
}
|
|
21428
|
+
export interface ViduQ3TextToVideoTurboInput extends SharedType_95d {}
|
|
21347
21429
|
|
|
21348
|
-
export interface
|
|
21349
|
-
/**
|
|
21350
|
-
* Video
|
|
21351
|
-
* @description The generated video from text using the Q3 model
|
|
21352
|
-
* @example {
|
|
21353
|
-
* "url": "https://v3b.fal.media/files/b/0a8c915a/8dtkty-vyhotySs--cTKS_output.mp4"
|
|
21354
|
-
* }
|
|
21355
|
-
*/
|
|
21356
|
-
video: Components.File;
|
|
21357
|
-
}
|
|
21430
|
+
export interface ViduQ3TextToVideoTurboOutput extends SharedType_0a0 {}
|
|
21358
21431
|
|
|
21359
|
-
export interface
|
|
21360
|
-
/**
|
|
21361
|
-
* Audio
|
|
21362
|
-
* @description Whether to use direct audio-video generation. When true, outputs video with sound (including dialogue and sound effects).
|
|
21363
|
-
* @default true
|
|
21364
|
-
*/
|
|
21365
|
-
audio?: boolean;
|
|
21366
|
-
/**
|
|
21367
|
-
* Duration
|
|
21368
|
-
* @description Duration of the video in seconds (1-16 for Q3 models)
|
|
21369
|
-
* @default 5
|
|
21370
|
-
*/
|
|
21371
|
-
duration?: number;
|
|
21372
|
-
/**
|
|
21373
|
-
* End Image Url
|
|
21374
|
-
* @description URL of the image to use as the ending frame. When provided, generates a transition video between start and end frames.
|
|
21375
|
-
*/
|
|
21376
|
-
end_image_url?: string;
|
|
21377
|
-
/**
|
|
21378
|
-
* Image Url
|
|
21379
|
-
* @description URL or base64 image to use as the starting frame
|
|
21380
|
-
* @example https://prod-ss-images.s3.cn-northwest-1.amazonaws.com.cn/vidu-maas/template/image2video.png
|
|
21381
|
-
*/
|
|
21382
|
-
image_url: string;
|
|
21383
|
-
/**
|
|
21384
|
-
* Prompt
|
|
21385
|
-
* @description Text prompt for video generation, max 2000 characters
|
|
21386
|
-
* @default
|
|
21387
|
-
* @example The astronaut waved and the camera moved up.
|
|
21388
|
-
*/
|
|
21389
|
-
prompt?: string;
|
|
21390
|
-
/**
|
|
21391
|
-
* Resolution
|
|
21392
|
-
* @description Output video resolution. Note: 360p is not available when end_image_url is provided.
|
|
21393
|
-
* @default 720p
|
|
21394
|
-
* @enum {string}
|
|
21395
|
-
*/
|
|
21396
|
-
resolution?: '360p' | '540p' | '720p' | '1080p';
|
|
21397
|
-
/**
|
|
21398
|
-
* Seed
|
|
21399
|
-
* @description Random seed for reproducibility. If None, a random seed is chosen.
|
|
21400
|
-
*/
|
|
21401
|
-
seed?: number;
|
|
21402
|
-
}
|
|
21432
|
+
export interface ViduQ3TextToVideoInput extends SharedType_95d {}
|
|
21403
21433
|
|
|
21404
|
-
export interface
|
|
21405
|
-
|
|
21406
|
-
|
|
21407
|
-
|
|
21408
|
-
|
|
21409
|
-
|
|
21410
|
-
|
|
21411
|
-
|
|
21412
|
-
|
|
21413
|
-
}
|
|
21434
|
+
export interface ViduQ3TextToVideoOutput extends SharedType_0a0 {}
|
|
21435
|
+
|
|
21436
|
+
export interface ViduQ3ImageToVideoTurboInput extends SharedType_015 {}
|
|
21437
|
+
|
|
21438
|
+
export interface ViduQ3ImageToVideoTurboOutput extends SharedType_c61 {}
|
|
21439
|
+
|
|
21440
|
+
export interface ViduQ3ImageToVideoInput extends SharedType_015 {}
|
|
21441
|
+
|
|
21442
|
+
export interface ViduQ3ImageToVideoOutput extends SharedType_c61 {}
|
|
21414
21443
|
|
|
21415
21444
|
export interface ViduQ2VideoExtensionProInput {
|
|
21416
21445
|
/**
|
|
@@ -22914,7 +22943,7 @@ export interface TrellisMultiOutput extends SharedType_0f9 {}
|
|
|
22914
22943
|
export interface Trellis2Input {
|
|
22915
22944
|
/**
|
|
22916
22945
|
* Decimation Target
|
|
22917
|
-
* @description Target
|
|
22946
|
+
* @description Target number of vertices in the final mesh. Lower values produce smaller files but less detail. 500k is good for most uses, reduce to 20k-50k for web/mobile.
|
|
22918
22947
|
* @default 500000
|
|
22919
22948
|
*/
|
|
22920
22949
|
decimation_target?: number;
|
|
@@ -22926,17 +22955,19 @@ export interface Trellis2Input {
|
|
|
22926
22955
|
image_url: string;
|
|
22927
22956
|
/**
|
|
22928
22957
|
* Remesh
|
|
22929
|
-
* @description
|
|
22958
|
+
* @description Rebuild the mesh topology for cleaner triangles. Slower but usually produces better results for downstream use (animation, 3D printing, etc).
|
|
22930
22959
|
* @default true
|
|
22931
22960
|
*/
|
|
22932
22961
|
remesh?: boolean;
|
|
22933
22962
|
/**
|
|
22934
22963
|
* Remesh Band
|
|
22964
|
+
* @description Controls how far remeshing can move vertices from the original surface. Higher values allow more smoothing but may lose fine details.
|
|
22935
22965
|
* @default 1
|
|
22936
22966
|
*/
|
|
22937
22967
|
remesh_band?: number;
|
|
22938
22968
|
/**
|
|
22939
22969
|
* Remesh Project
|
|
22970
|
+
* @description How much to project remeshed vertices back onto the original surface. 0 = no projection (smoother), 1 = full projection (preserves detail).
|
|
22940
22971
|
* @default 0
|
|
22941
22972
|
*/
|
|
22942
22973
|
remesh_project?: number;
|
|
@@ -22954,67 +22985,79 @@ export interface Trellis2Input {
|
|
|
22954
22985
|
seed?: number;
|
|
22955
22986
|
/**
|
|
22956
22987
|
* Shape Slat Guidance Rescale
|
|
22988
|
+
* @description Dampens artifacts from high guidance in the shape stage. Increase if you see noisy geometry.
|
|
22957
22989
|
* @default 0.5
|
|
22958
22990
|
*/
|
|
22959
22991
|
shape_slat_guidance_rescale?: number;
|
|
22960
22992
|
/**
|
|
22961
22993
|
* Shape Slat Guidance Strength
|
|
22994
|
+
* @description How closely the detailed geometry follows the input image. Higher values add more detail but may introduce noise.
|
|
22962
22995
|
* @default 7.5
|
|
22963
22996
|
*/
|
|
22964
22997
|
shape_slat_guidance_strength?: number;
|
|
22965
22998
|
/**
|
|
22966
22999
|
* Shape Slat Rescale T
|
|
23000
|
+
* @description Controls noise schedule sharpness for shape refinement. Higher values produce sharper geometric details.
|
|
22967
23001
|
* @default 3
|
|
22968
23002
|
*/
|
|
22969
23003
|
shape_slat_rescale_t?: number;
|
|
22970
23004
|
/**
|
|
22971
23005
|
* Shape Slat Sampling Steps
|
|
23006
|
+
* @description Number of denoising steps for shape refinement. More steps = slower but potentially smoother geometry.
|
|
22972
23007
|
* @default 12
|
|
22973
23008
|
*/
|
|
22974
23009
|
shape_slat_sampling_steps?: number;
|
|
22975
23010
|
/**
|
|
22976
23011
|
* Ss Guidance Rescale
|
|
23012
|
+
* @description Dampens artifacts from high guidance in stage 1. Lower values allow stronger guidance effects, higher values stabilize the output.
|
|
22977
23013
|
* @default 0.7
|
|
22978
23014
|
*/
|
|
22979
23015
|
ss_guidance_rescale?: number;
|
|
22980
23016
|
/**
|
|
22981
23017
|
* Ss Guidance Strength
|
|
23018
|
+
* @description How closely the initial 3D structure follows the input image. Higher values produce more faithful but potentially noisier results.
|
|
22982
23019
|
* @default 7.5
|
|
22983
23020
|
*/
|
|
22984
23021
|
ss_guidance_strength?: number;
|
|
22985
23022
|
/**
|
|
22986
23023
|
* Ss Rescale T
|
|
23024
|
+
* @description Controls noise schedule sharpness for structure generation. Higher values produce sharper transitions.
|
|
22987
23025
|
* @default 5
|
|
22988
23026
|
*/
|
|
22989
23027
|
ss_rescale_t?: number;
|
|
22990
23028
|
/**
|
|
22991
23029
|
* Ss Sampling Steps
|
|
23030
|
+
* @description Number of denoising steps for the initial structure. More steps = slower but potentially higher quality.
|
|
22992
23031
|
* @default 12
|
|
22993
23032
|
*/
|
|
22994
23033
|
ss_sampling_steps?: number;
|
|
22995
23034
|
/**
|
|
22996
23035
|
* Tex Slat Guidance Rescale
|
|
23036
|
+
* @description Dampens artifacts from high guidance in the texture stage. Increase if textures look noisy or have color banding.
|
|
22997
23037
|
* @default 0
|
|
22998
23038
|
*/
|
|
22999
23039
|
tex_slat_guidance_rescale?: number;
|
|
23000
23040
|
/**
|
|
23001
23041
|
* Tex Slat Guidance Strength
|
|
23042
|
+
* @description How closely the texture follows the input image colors. Higher values produce more vivid but potentially oversaturated textures.
|
|
23002
23043
|
* @default 1
|
|
23003
23044
|
*/
|
|
23004
23045
|
tex_slat_guidance_strength?: number;
|
|
23005
23046
|
/**
|
|
23006
23047
|
* Tex Slat Rescale T
|
|
23048
|
+
* @description Controls noise schedule sharpness for texture generation. Higher values produce sharper texture details.
|
|
23007
23049
|
* @default 3
|
|
23008
23050
|
*/
|
|
23009
23051
|
tex_slat_rescale_t?: number;
|
|
23010
23052
|
/**
|
|
23011
23053
|
* Tex Slat Sampling Steps
|
|
23054
|
+
* @description Number of denoising steps for texture generation. More steps = slower but potentially cleaner textures.
|
|
23012
23055
|
* @default 12
|
|
23013
23056
|
*/
|
|
23014
23057
|
tex_slat_sampling_steps?: number;
|
|
23015
23058
|
/**
|
|
23016
23059
|
* Texture Size
|
|
23017
|
-
* @description
|
|
23060
|
+
* @description Resolution of the texture image baked onto the mesh. Higher values capture finer surface details but produce larger files.
|
|
23018
23061
|
* @default 2048
|
|
23019
23062
|
* @enum {integer}
|
|
23020
23063
|
*/
|
|
@@ -23023,13 +23066,12 @@ export interface Trellis2Input {
|
|
|
23023
23066
|
|
|
23024
23067
|
export interface Trellis2Output {
|
|
23025
23068
|
/**
|
|
23026
|
-
* Model Glb
|
|
23027
23069
|
* @description Generated 3D GLB file
|
|
23028
23070
|
* @example {
|
|
23029
23071
|
* "url": "https://v3b.fal.media/files/b/0a86b61d/DNmTkiWHUQ8k-rG6aussB_trellis2_68d6300f70f34d23b69a912b5fe60487.glb"
|
|
23030
23072
|
* }
|
|
23031
23073
|
*/
|
|
23032
|
-
model_glb: Components.
|
|
23074
|
+
model_glb: Components.File_1;
|
|
23033
23075
|
}
|
|
23034
23076
|
|
|
23035
23077
|
export interface TrellisInput {
|
|
@@ -23191,12 +23233,13 @@ export interface TopazUpscaleVideoInput {
|
|
|
23191
23233
|
|
|
23192
23234
|
export interface TopazUpscaleVideoOutput {
|
|
23193
23235
|
/**
|
|
23236
|
+
* Video
|
|
23194
23237
|
* @description The upscaled video file
|
|
23195
23238
|
* @example {
|
|
23196
23239
|
* "url": "https://v3.fal.media/files/penguin/ztj_LB4gQlW6HIfVs8zX4_upscaled.mp4"
|
|
23197
23240
|
* }
|
|
23198
23241
|
*/
|
|
23199
|
-
video: Components.
|
|
23242
|
+
video: Components.File;
|
|
23200
23243
|
}
|
|
23201
23244
|
|
|
23202
23245
|
export interface TopazUpscaleImageInput {
|
|
@@ -23266,10 +23309,7 @@ export interface TopazUpscaleImageInput {
|
|
|
23266
23309
|
upscale_factor?: number;
|
|
23267
23310
|
}
|
|
23268
23311
|
|
|
23269
|
-
export interface TopazUpscaleImageOutput {
|
|
23270
|
-
/** @description The upscaled image. */
|
|
23271
|
-
image: Components.File_1;
|
|
23272
|
-
}
|
|
23312
|
+
export interface TopazUpscaleImageOutput extends SharedType_df4 {}
|
|
23273
23313
|
|
|
23274
23314
|
export interface ThinksoundAudioInput extends SharedType_4bc {}
|
|
23275
23315
|
|
|
@@ -23962,6 +24002,12 @@ export interface StarVectorInput {
|
|
|
23962
24002
|
* @example https://storage.googleapis.com/falserverless/star-vector/sample-18.png
|
|
23963
24003
|
*/
|
|
23964
24004
|
image_url: string;
|
|
24005
|
+
/**
|
|
24006
|
+
* Max Length
|
|
24007
|
+
* @description Maximum number of tokens for SVG generation. Increase for complex images.
|
|
24008
|
+
* @default 4000
|
|
24009
|
+
*/
|
|
24010
|
+
max_length?: number;
|
|
23965
24011
|
/**
|
|
23966
24012
|
* Seed
|
|
23967
24013
|
* @description seed to be used for generation
|
|
@@ -34464,12 +34510,13 @@ export interface OviImageToVideoOutput {
|
|
|
34464
34510
|
*/
|
|
34465
34511
|
seed: number;
|
|
34466
34512
|
/**
|
|
34513
|
+
* Video
|
|
34467
34514
|
* @description The generated video file.
|
|
34468
34515
|
* @example {
|
|
34469
34516
|
* "url": "https://storage.googleapis.com/falserverless/example_inputs/ovi_i2v_output.mp4"
|
|
34470
34517
|
* }
|
|
34471
34518
|
*/
|
|
34472
|
-
video?: Components.
|
|
34519
|
+
video?: Components.File;
|
|
34473
34520
|
}
|
|
34474
34521
|
|
|
34475
34522
|
export interface OviInput {
|
|
@@ -34525,12 +34572,13 @@ export interface OviOutput {
|
|
|
34525
34572
|
*/
|
|
34526
34573
|
seed: number;
|
|
34527
34574
|
/**
|
|
34575
|
+
* Video
|
|
34528
34576
|
* @description The generated video file.
|
|
34529
34577
|
* @example {
|
|
34530
34578
|
* "url": "https://storage.googleapis.com/falserverless/example_inputs/ovi_t2v_output.mp4"
|
|
34531
34579
|
* }
|
|
34532
34580
|
*/
|
|
34533
|
-
video?: Components.
|
|
34581
|
+
video?: Components.File;
|
|
34534
34582
|
}
|
|
34535
34583
|
|
|
34536
34584
|
export interface OrpheusTtsInput {
|
|
@@ -37216,19 +37264,19 @@ export interface MinimaxMusicOutput {
|
|
|
37216
37264
|
|
|
37217
37265
|
export interface MeshyV6TextTo3dInput extends SharedType_ec0 {}
|
|
37218
37266
|
|
|
37219
|
-
export interface MeshyV6TextTo3dOutput extends
|
|
37267
|
+
export interface MeshyV6TextTo3dOutput extends SharedType_e49 {}
|
|
37220
37268
|
|
|
37221
37269
|
export interface MeshyV6ImageTo3dInput extends SharedType_9af {}
|
|
37222
37270
|
|
|
37223
|
-
export interface MeshyV6ImageTo3dOutput extends
|
|
37271
|
+
export interface MeshyV6ImageTo3dOutput extends SharedType_8f1 {}
|
|
37224
37272
|
|
|
37225
37273
|
export interface MeshyV6PreviewTextTo3dInput extends SharedType_ec0 {}
|
|
37226
37274
|
|
|
37227
|
-
export interface MeshyV6PreviewTextTo3dOutput extends
|
|
37275
|
+
export interface MeshyV6PreviewTextTo3dOutput extends SharedType_e49 {}
|
|
37228
37276
|
|
|
37229
37277
|
export interface MeshyV6PreviewImageTo3dInput extends SharedType_9af {}
|
|
37230
37278
|
|
|
37231
|
-
export interface MeshyV6PreviewImageTo3dOutput extends
|
|
37279
|
+
export interface MeshyV6PreviewImageTo3dOutput extends SharedType_8f1 {}
|
|
37232
37280
|
|
|
37233
37281
|
export interface MeshyV5RetextureInput {
|
|
37234
37282
|
/**
|
|
@@ -37301,17 +37349,17 @@ export interface MeshyV5RetextureOutput {
|
|
|
37301
37349
|
* "content_type": "model/vnd.usdz+zip",
|
|
37302
37350
|
* "url": "https://v3b.fal.media/files/b/panda/4ItUhLHiH4foEw30qcWZv_model.usdz"
|
|
37303
37351
|
* },
|
|
37304
|
-
* "glb": {
|
|
37305
|
-
* "file_size": 4097640,
|
|
37306
|
-
* "file_name": "model.glb",
|
|
37307
|
-
* "content_type": "model/gltf-binary",
|
|
37308
|
-
* "url": "https://v3b.fal.media/files/b/tiger/pU0TtsRTxXM6VnKEYTHSV_model.glb"
|
|
37309
|
-
* },
|
|
37310
37352
|
* "obj": {
|
|
37311
37353
|
* "file_size": 2964508,
|
|
37312
37354
|
* "file_name": "model.obj",
|
|
37313
37355
|
* "content_type": "text/plain",
|
|
37314
37356
|
* "url": "https://v3b.fal.media/files/b/zebra/M5aK_b6vKH7KeGCZoSLq7_model.obj"
|
|
37357
|
+
* },
|
|
37358
|
+
* "glb": {
|
|
37359
|
+
* "file_size": 4097640,
|
|
37360
|
+
* "file_name": "model.glb",
|
|
37361
|
+
* "content_type": "model/gltf-binary",
|
|
37362
|
+
* "url": "https://v3b.fal.media/files/b/tiger/pU0TtsRTxXM6VnKEYTHSV_model.glb"
|
|
37315
37363
|
* }
|
|
37316
37364
|
* }
|
|
37317
37365
|
*/
|
|
@@ -37532,17 +37580,17 @@ export interface MeshyV5MultiImageTo3dOutput {
|
|
|
37532
37580
|
* "content_type": "model/vnd.usdz+zip",
|
|
37533
37581
|
* "url": "https://v3b.fal.media/files/b/panda/fSGLGmtgzUjhepklN06Zw_model.usdz"
|
|
37534
37582
|
* },
|
|
37535
|
-
* "glb": {
|
|
37536
|
-
* "file_size": 7875308,
|
|
37537
|
-
* "file_name": "model.glb",
|
|
37538
|
-
* "content_type": "model/gltf-binary",
|
|
37539
|
-
* "url": "https://v3b.fal.media/files/b/tiger/62QMEQqZ3pjUds4DfuVtX_model.glb"
|
|
37540
|
-
* },
|
|
37541
37583
|
* "obj": {
|
|
37542
37584
|
* "file_size": 2761323,
|
|
37543
37585
|
* "file_name": "model.obj",
|
|
37544
37586
|
* "content_type": "text/plain",
|
|
37545
37587
|
* "url": "https://v3b.fal.media/files/b/koala/xmOnmSeePfuROe3pqHpf0_model.obj"
|
|
37588
|
+
* },
|
|
37589
|
+
* "glb": {
|
|
37590
|
+
* "file_size": 7875308,
|
|
37591
|
+
* "file_name": "model.glb",
|
|
37592
|
+
* "content_type": "model/gltf-binary",
|
|
37593
|
+
* "url": "https://v3b.fal.media/files/b/tiger/62QMEQqZ3pjUds4DfuVtX_model.glb"
|
|
37546
37594
|
* }
|
|
37547
37595
|
* }
|
|
37548
37596
|
*/
|
|
@@ -47905,9 +47953,7 @@ export interface LcmSd15I2iInput {
|
|
|
47905
47953
|
strength?: number;
|
|
47906
47954
|
/**
|
|
47907
47955
|
* Sync Mode
|
|
47908
|
-
* @description If
|
|
47909
|
-
* before returning the response. This will increase the latency of the function but
|
|
47910
|
-
* it allows you to get the image directly in the response without going through the CDN.
|
|
47956
|
+
* @description If `True`, the media will be returned as a data URI and the output data won't be available in the request history.
|
|
47911
47957
|
* @default false
|
|
47912
47958
|
*/
|
|
47913
47959
|
sync_mode?: boolean;
|
|
@@ -49972,7 +50018,7 @@ export interface KlingVideoV1StandardImageToVideoOutput extends SharedType_b2d {
|
|
|
49972
50018
|
|
|
49973
50019
|
export interface KlingVideoV1StandardEffectsInput extends SharedType_9db {}
|
|
49974
50020
|
|
|
49975
|
-
export interface KlingVideoV1StandardEffectsOutput extends
|
|
50021
|
+
export interface KlingVideoV1StandardEffectsOutput extends SharedType_95d1 {}
|
|
49976
50022
|
|
|
49977
50023
|
export interface KlingVideoV1StandardAiAvatarInput extends SharedType_c85 {}
|
|
49978
50024
|
|
|
@@ -50026,7 +50072,7 @@ export interface KlingVideoV16StandardElementsOutput extends SharedType_d98 {}
|
|
|
50026
50072
|
|
|
50027
50073
|
export interface KlingVideoV16StandardEffectsInput extends SharedType_9db {}
|
|
50028
50074
|
|
|
50029
|
-
export interface KlingVideoV16StandardEffectsOutput extends
|
|
50075
|
+
export interface KlingVideoV16StandardEffectsOutput extends SharedType_95d1 {}
|
|
50030
50076
|
|
|
50031
50077
|
export interface KlingVideoV16ProTextToVideoInput extends SharedType_a8a {}
|
|
50032
50078
|
|
|
@@ -50084,7 +50130,7 @@ export interface KlingVideoV16ProElementsOutput extends SharedType_d98 {}
|
|
|
50084
50130
|
|
|
50085
50131
|
export interface KlingVideoV16ProEffectsInput extends SharedType_9db {}
|
|
50086
50132
|
|
|
50087
|
-
export interface KlingVideoV16ProEffectsOutput extends
|
|
50133
|
+
export interface KlingVideoV16ProEffectsOutput extends SharedType_95d1 {}
|
|
50088
50134
|
|
|
50089
50135
|
export interface KlingVideoV15ProTextToVideoInput extends SharedType_a8a {}
|
|
50090
50136
|
|
|
@@ -50149,7 +50195,7 @@ export interface KlingVideoV15ProImageToVideoOutput extends SharedType_b2d {}
|
|
|
50149
50195
|
|
|
50150
50196
|
export interface KlingVideoV15ProEffectsInput extends SharedType_9db {}
|
|
50151
50197
|
|
|
50152
|
-
export interface KlingVideoV15ProEffectsOutput extends
|
|
50198
|
+
export interface KlingVideoV15ProEffectsOutput extends SharedType_95d1 {}
|
|
50153
50199
|
|
|
50154
50200
|
export interface KlingVideoO3StandardVideoToVideoReferenceInput {
|
|
50155
50201
|
/**
|
|
@@ -54203,12 +54249,6 @@ export interface ImageAppsV2VirtualTryOnOutput {
|
|
|
54203
54249
|
* ]
|
|
54204
54250
|
*/
|
|
54205
54251
|
images: Components.Image_2[];
|
|
54206
|
-
/**
|
|
54207
|
-
* Inference Time Ms
|
|
54208
|
-
* @description Total inference time in milliseconds
|
|
54209
|
-
* @example 15234
|
|
54210
|
-
*/
|
|
54211
|
-
inference_time_ms: number;
|
|
54212
54252
|
}
|
|
54213
54253
|
|
|
54214
54254
|
export interface ImageAppsV2TextureTransformInput {
|
|
@@ -54261,12 +54301,6 @@ export interface ImageAppsV2TextureTransformOutput {
|
|
|
54261
54301
|
* ]
|
|
54262
54302
|
*/
|
|
54263
54303
|
images: Components.Image_2[];
|
|
54264
|
-
/**
|
|
54265
|
-
* Inference Time Ms
|
|
54266
|
-
* @description Total inference time in milliseconds
|
|
54267
|
-
* @example 15234
|
|
54268
|
-
*/
|
|
54269
|
-
inference_time_ms: number;
|
|
54270
54304
|
}
|
|
54271
54305
|
|
|
54272
54306
|
export interface ImageAppsV2StyleTransferInput {
|
|
@@ -54328,12 +54362,6 @@ export interface ImageAppsV2StyleTransferOutput {
|
|
|
54328
54362
|
* ]
|
|
54329
54363
|
*/
|
|
54330
54364
|
images: Components.Image_2[];
|
|
54331
|
-
/**
|
|
54332
|
-
* Inference Time Ms
|
|
54333
|
-
* @description Total inference time in milliseconds
|
|
54334
|
-
* @example 15234
|
|
54335
|
-
*/
|
|
54336
|
-
inference_time_ms: number;
|
|
54337
54365
|
}
|
|
54338
54366
|
|
|
54339
54367
|
export interface ImageAppsV2RelightingInput {
|
|
@@ -54382,12 +54410,6 @@ export interface ImageAppsV2RelightingOutput {
|
|
|
54382
54410
|
* ]
|
|
54383
54411
|
*/
|
|
54384
54412
|
images: Components.Image_2[];
|
|
54385
|
-
/**
|
|
54386
|
-
* Inference Time Ms
|
|
54387
|
-
* @description Total inference time in milliseconds
|
|
54388
|
-
* @example 15234
|
|
54389
|
-
*/
|
|
54390
|
-
inference_time_ms: number;
|
|
54391
54413
|
}
|
|
54392
54414
|
|
|
54393
54415
|
export interface ImageAppsV2ProductPhotographyInput {
|
|
@@ -54412,12 +54434,6 @@ export interface ImageAppsV2ProductPhotographyOutput {
|
|
|
54412
54434
|
* ]
|
|
54413
54435
|
*/
|
|
54414
54436
|
images: Components.Image_2[];
|
|
54415
|
-
/**
|
|
54416
|
-
* Inference Time Ms
|
|
54417
|
-
* @description Total inference time in milliseconds
|
|
54418
|
-
* @example 15234
|
|
54419
|
-
*/
|
|
54420
|
-
inference_time_ms: number;
|
|
54421
54437
|
}
|
|
54422
54438
|
|
|
54423
54439
|
export interface ImageAppsV2ProductHoldingInput {
|
|
@@ -54448,12 +54464,6 @@ export interface ImageAppsV2ProductHoldingOutput {
|
|
|
54448
54464
|
* ]
|
|
54449
54465
|
*/
|
|
54450
54466
|
images: Components.Image_2[];
|
|
54451
|
-
/**
|
|
54452
|
-
* Inference Time Ms
|
|
54453
|
-
* @description Total inference time in milliseconds
|
|
54454
|
-
* @example 15234
|
|
54455
|
-
*/
|
|
54456
|
-
inference_time_ms: number;
|
|
54457
54467
|
}
|
|
54458
54468
|
|
|
54459
54469
|
export interface ImageAppsV2PortraitEnhanceInput {
|
|
@@ -54478,12 +54488,6 @@ export interface ImageAppsV2PortraitEnhanceOutput {
|
|
|
54478
54488
|
* ]
|
|
54479
54489
|
*/
|
|
54480
54490
|
images: Components.Image_2[];
|
|
54481
|
-
/**
|
|
54482
|
-
* Inference Time Ms
|
|
54483
|
-
* @description Total inference time in milliseconds
|
|
54484
|
-
* @example 15234
|
|
54485
|
-
*/
|
|
54486
|
-
inference_time_ms: number;
|
|
54487
54491
|
}
|
|
54488
54492
|
|
|
54489
54493
|
export interface ImageAppsV2PhotographyEffectsInput {
|
|
@@ -54530,12 +54534,6 @@ export interface ImageAppsV2PhotographyEffectsOutput {
|
|
|
54530
54534
|
* ]
|
|
54531
54535
|
*/
|
|
54532
54536
|
images: Components.Image_2[];
|
|
54533
|
-
/**
|
|
54534
|
-
* Inference Time Ms
|
|
54535
|
-
* @description Total inference time in milliseconds
|
|
54536
|
-
* @example 15234
|
|
54537
|
-
*/
|
|
54538
|
-
inference_time_ms: number;
|
|
54539
54537
|
}
|
|
54540
54538
|
|
|
54541
54539
|
export interface ImageAppsV2PhotoRestorationInput {
|
|
@@ -54575,12 +54573,6 @@ export interface ImageAppsV2PhotoRestorationOutput {
|
|
|
54575
54573
|
* ]
|
|
54576
54574
|
*/
|
|
54577
54575
|
images: Components.Image_2[];
|
|
54578
|
-
/**
|
|
54579
|
-
* Inference Time Ms
|
|
54580
|
-
* @description Total inference time in milliseconds
|
|
54581
|
-
* @example 15234
|
|
54582
|
-
*/
|
|
54583
|
-
inference_time_ms: number;
|
|
54584
54576
|
}
|
|
54585
54577
|
|
|
54586
54578
|
export interface ImageAppsV2PerspectiveInput {
|
|
@@ -54620,12 +54612,6 @@ export interface ImageAppsV2PerspectiveOutput {
|
|
|
54620
54612
|
* ]
|
|
54621
54613
|
*/
|
|
54622
54614
|
images: Components.Image_2[];
|
|
54623
|
-
/**
|
|
54624
|
-
* Inference Time Ms
|
|
54625
|
-
* @description Total inference time in milliseconds
|
|
54626
|
-
* @example 15234
|
|
54627
|
-
*/
|
|
54628
|
-
inference_time_ms: number;
|
|
54629
54615
|
}
|
|
54630
54616
|
|
|
54631
54617
|
export interface ImageAppsV2OutpaintInput {
|
|
@@ -54738,12 +54724,6 @@ export interface ImageAppsV2ObjectRemovalOutput {
|
|
|
54738
54724
|
* ]
|
|
54739
54725
|
*/
|
|
54740
54726
|
images: Components.Image_2[];
|
|
54741
|
-
/**
|
|
54742
|
-
* Inference Time Ms
|
|
54743
|
-
* @description Total inference time in milliseconds
|
|
54744
|
-
* @example 15234
|
|
54745
|
-
*/
|
|
54746
|
-
inference_time_ms: number;
|
|
54747
54727
|
}
|
|
54748
54728
|
|
|
54749
54729
|
export interface ImageAppsV2MakeupApplicationInput {
|
|
@@ -54791,12 +54771,6 @@ export interface ImageAppsV2MakeupApplicationOutput {
|
|
|
54791
54771
|
* ]
|
|
54792
54772
|
*/
|
|
54793
54773
|
images: Components.Image_2[];
|
|
54794
|
-
/**
|
|
54795
|
-
* Inference Time Ms
|
|
54796
|
-
* @description Total inference time in milliseconds
|
|
54797
|
-
* @example 15234
|
|
54798
|
-
*/
|
|
54799
|
-
inference_time_ms: number;
|
|
54800
54774
|
}
|
|
54801
54775
|
|
|
54802
54776
|
export interface ImageAppsV2HeadshotPhotoInput {
|
|
@@ -54827,12 +54801,6 @@ export interface ImageAppsV2HeadshotPhotoOutput {
|
|
|
54827
54801
|
* ]
|
|
54828
54802
|
*/
|
|
54829
54803
|
images: Components.Image_2[];
|
|
54830
|
-
/**
|
|
54831
|
-
* Inference Time Ms
|
|
54832
|
-
* @description Total inference time in milliseconds
|
|
54833
|
-
* @example 15234
|
|
54834
|
-
*/
|
|
54835
|
-
inference_time_ms: number;
|
|
54836
54804
|
}
|
|
54837
54805
|
|
|
54838
54806
|
export interface ImageAppsV2HairChangeInput {
|
|
@@ -54905,12 +54873,6 @@ export interface ImageAppsV2HairChangeOutput {
|
|
|
54905
54873
|
* ]
|
|
54906
54874
|
*/
|
|
54907
54875
|
images: Components.Image_2[];
|
|
54908
|
-
/**
|
|
54909
|
-
* Inference Time Ms
|
|
54910
|
-
* @description Total inference time in milliseconds
|
|
54911
|
-
* @example 15234
|
|
54912
|
-
*/
|
|
54913
|
-
inference_time_ms: number;
|
|
54914
54876
|
}
|
|
54915
54877
|
|
|
54916
54878
|
export interface ImageAppsV2ExpressionChangeInput {
|
|
@@ -54961,12 +54923,6 @@ export interface ImageAppsV2ExpressionChangeOutput {
|
|
|
54961
54923
|
* ]
|
|
54962
54924
|
*/
|
|
54963
54925
|
images: Components.Image_2[];
|
|
54964
|
-
/**
|
|
54965
|
-
* Inference Time Ms
|
|
54966
|
-
* @description Total inference time in milliseconds
|
|
54967
|
-
* @example 15234
|
|
54968
|
-
*/
|
|
54969
|
-
inference_time_ms: number;
|
|
54970
54926
|
}
|
|
54971
54927
|
|
|
54972
54928
|
export interface ImageAppsV2CityTeleportInput {
|
|
@@ -55032,12 +54988,6 @@ export interface ImageAppsV2CityTeleportOutput {
|
|
|
55032
54988
|
* ]
|
|
55033
54989
|
*/
|
|
55034
54990
|
images: Components.Image_2[];
|
|
55035
|
-
/**
|
|
55036
|
-
* Inference Time Ms
|
|
55037
|
-
* @description Total inference time in milliseconds
|
|
55038
|
-
* @example 15234
|
|
55039
|
-
*/
|
|
55040
|
-
inference_time_ms: number;
|
|
55041
54991
|
}
|
|
55042
54992
|
|
|
55043
54993
|
export interface ImageAppsV2AgeModifyInput {
|
|
@@ -55072,12 +55022,6 @@ export interface ImageAppsV2AgeModifyOutput {
|
|
|
55072
55022
|
* ]
|
|
55073
55023
|
*/
|
|
55074
55024
|
images: Components.Image_2[];
|
|
55075
|
-
/**
|
|
55076
|
-
* Inference Time Ms
|
|
55077
|
-
* @description Total inference time in milliseconds
|
|
55078
|
-
* @example 15234
|
|
55079
|
-
*/
|
|
55080
|
-
inference_time_ms: number;
|
|
55081
55025
|
}
|
|
55082
55026
|
|
|
55083
55027
|
export interface IllusionDiffusionInput {
|
|
@@ -59960,6 +59904,115 @@ export interface GhiblifyOutput {
|
|
|
59960
59904
|
image: Components.Image_2;
|
|
59961
59905
|
}
|
|
59962
59906
|
|
|
59907
|
+
export interface GenfocusAllInFocusInput {
|
|
59908
|
+
/**
|
|
59909
|
+
* Enable Safety Checker
|
|
59910
|
+
* @description If set to true, the safety checker will be enabled.
|
|
59911
|
+
* @default true
|
|
59912
|
+
*/
|
|
59913
|
+
enable_safety_checker?: boolean;
|
|
59914
|
+
/**
|
|
59915
|
+
* Image URL
|
|
59916
|
+
* @description The URL of the image to deblur and restore to all-in-focus.
|
|
59917
|
+
* @example https://v3b.fal.media/files/b/0a8e76a1/AOVtMeklSm7IGoCTMd2T3.jpg
|
|
59918
|
+
*/
|
|
59919
|
+
image_url: string;
|
|
59920
|
+
/**
|
|
59921
|
+
* Num Inference Steps
|
|
59922
|
+
* @description The number of inference steps to perform. Lower values are faster but may reduce quality.
|
|
59923
|
+
* @default 28
|
|
59924
|
+
*/
|
|
59925
|
+
num_inference_steps?: number;
|
|
59926
|
+
/**
|
|
59927
|
+
* Output Format
|
|
59928
|
+
* @description The format of the generated image.
|
|
59929
|
+
* @default jpeg
|
|
59930
|
+
* @enum {string}
|
|
59931
|
+
*/
|
|
59932
|
+
output_format?: 'jpeg' | 'png';
|
|
59933
|
+
/**
|
|
59934
|
+
* Seed
|
|
59935
|
+
* @description The same seed and the same input given to the same version of the model will output the same image every time.
|
|
59936
|
+
*/
|
|
59937
|
+
seed?: number;
|
|
59938
|
+
/**
|
|
59939
|
+
* Sync Mode
|
|
59940
|
+
* @description If `True`, the media will be returned as a data URI and the output data won't be available in the request history.
|
|
59941
|
+
* @default false
|
|
59942
|
+
*/
|
|
59943
|
+
sync_mode?: boolean;
|
|
59944
|
+
/**
|
|
59945
|
+
* Target Long Side
|
|
59946
|
+
* @description Resize the image so the longer side matches this value (in pixels). If not set, the original resolution is used (aligned to 16px). Recommended range: 512 to 2000.
|
|
59947
|
+
* @default 512
|
|
59948
|
+
*/
|
|
59949
|
+
target_long_side?: number;
|
|
59950
|
+
}
|
|
59951
|
+
|
|
59952
|
+
export interface GenfocusAllInFocusOutput extends SharedType_5c2 {}
|
|
59953
|
+
|
|
59954
|
+
export interface GenfocusInput {
|
|
59955
|
+
/**
|
|
59956
|
+
* Blur Strength (K)
|
|
59957
|
+
* @description Blur strength (K value). Higher values produce stronger bokeh/defocus. Set to 0 to only perform all-in-focus (deblur) estimation without bokeh.
|
|
59958
|
+
* @default 8
|
|
59959
|
+
*/
|
|
59960
|
+
blur_strength?: number;
|
|
59961
|
+
/**
|
|
59962
|
+
* Enable Safety Checker
|
|
59963
|
+
* @description If set to true, the safety checker will be enabled.
|
|
59964
|
+
* @default true
|
|
59965
|
+
*/
|
|
59966
|
+
enable_safety_checker?: boolean;
|
|
59967
|
+
/**
|
|
59968
|
+
* Focus Point
|
|
59969
|
+
* @description The [x, y] coordinates of the focus point as fractions of image dimensions (0.0 to 1.0). For example, [0.5, 0.5] means center. If not provided, the center of the image is used.
|
|
59970
|
+
* @default [
|
|
59971
|
+
* 0.5,
|
|
59972
|
+
* 0.5
|
|
59973
|
+
* ]
|
|
59974
|
+
*/
|
|
59975
|
+
focus_point?: number[];
|
|
59976
|
+
/**
|
|
59977
|
+
* Image URL
|
|
59978
|
+
* @description The URL of the image to refocus.
|
|
59979
|
+
* @example https://v3b.fal.media/files/b/0a8e76a1/AOVtMeklSm7IGoCTMd2T3.jpg
|
|
59980
|
+
*/
|
|
59981
|
+
image_url: string;
|
|
59982
|
+
/**
|
|
59983
|
+
* Num Inference Steps
|
|
59984
|
+
* @description The number of inference steps to perform. Lower values are faster but may reduce quality.
|
|
59985
|
+
* @default 28
|
|
59986
|
+
*/
|
|
59987
|
+
num_inference_steps?: number;
|
|
59988
|
+
/**
|
|
59989
|
+
* Output Format
|
|
59990
|
+
* @description The format of the generated image.
|
|
59991
|
+
* @default jpeg
|
|
59992
|
+
* @enum {string}
|
|
59993
|
+
*/
|
|
59994
|
+
output_format?: 'jpeg' | 'png';
|
|
59995
|
+
/**
|
|
59996
|
+
* Seed
|
|
59997
|
+
* @description The same seed and the same input given to the same version of the model will output the same image every time.
|
|
59998
|
+
*/
|
|
59999
|
+
seed?: number;
|
|
60000
|
+
/**
|
|
60001
|
+
* Sync Mode
|
|
60002
|
+
* @description If `True`, the media will be returned as a data URI and the output data won't be available in the request history.
|
|
60003
|
+
* @default false
|
|
60004
|
+
*/
|
|
60005
|
+
sync_mode?: boolean;
|
|
60006
|
+
/**
|
|
60007
|
+
* Target Long Side
|
|
60008
|
+
* @description Resize the image so the longer side matches this value (in pixels). If not set, the original resolution is used (aligned to 16px). Recommended range: 512 to 2000.
|
|
60009
|
+
* @default 512
|
|
60010
|
+
*/
|
|
60011
|
+
target_long_side?: number;
|
|
60012
|
+
}
|
|
60013
|
+
|
|
60014
|
+
export interface GenfocusOutput extends SharedType_5c2 {}
|
|
60015
|
+
|
|
59963
60016
|
export interface GeminiFlashEditMultiInput {
|
|
59964
60017
|
/**
|
|
59965
60018
|
* Input Image Urls
|
|
@@ -68254,7 +68307,7 @@ export interface Flux2LoraGalleryVirtualTryonOutput {
|
|
|
68254
68307
|
* }
|
|
68255
68308
|
* ]
|
|
68256
68309
|
*/
|
|
68257
|
-
images: Components.
|
|
68310
|
+
images: Components.Image[];
|
|
68258
68311
|
/**
|
|
68259
68312
|
* Prompt
|
|
68260
68313
|
* @description The prompt used for generation
|
|
@@ -68358,7 +68411,7 @@ export interface Flux2LoraGallerySepiaVintageOutput {
|
|
|
68358
68411
|
* }
|
|
68359
68412
|
* ]
|
|
68360
68413
|
*/
|
|
68361
|
-
images: Components.
|
|
68414
|
+
images: Components.Image[];
|
|
68362
68415
|
/**
|
|
68363
68416
|
* Prompt
|
|
68364
68417
|
* @description The prompt used for generation
|
|
@@ -68462,7 +68515,7 @@ export interface Flux2LoraGallerySatelliteViewStyleOutput {
|
|
|
68462
68515
|
* }
|
|
68463
68516
|
* ]
|
|
68464
68517
|
*/
|
|
68465
|
-
images: Components.
|
|
68518
|
+
images: Components.Image[];
|
|
68466
68519
|
/**
|
|
68467
68520
|
* Prompt
|
|
68468
68521
|
* @description The prompt used for generation
|
|
@@ -68567,7 +68620,7 @@ export interface Flux2LoraGalleryRealismOutput {
|
|
|
68567
68620
|
* }
|
|
68568
68621
|
* ]
|
|
68569
68622
|
*/
|
|
68570
|
-
images: Components.
|
|
68623
|
+
images: Components.Image[];
|
|
68571
68624
|
/**
|
|
68572
68625
|
* Prompt
|
|
68573
68626
|
* @description The prompt used for generation
|
|
@@ -68688,7 +68741,7 @@ export interface Flux2LoraGalleryMultipleAnglesOutput {
|
|
|
68688
68741
|
* }
|
|
68689
68742
|
* ]
|
|
68690
68743
|
*/
|
|
68691
|
-
images: Components.
|
|
68744
|
+
images: Components.Image[];
|
|
68692
68745
|
/**
|
|
68693
68746
|
* Prompt
|
|
68694
68747
|
* @description The prompt used for generation
|
|
@@ -68793,7 +68846,7 @@ export interface Flux2LoraGalleryHdrStyleOutput {
|
|
|
68793
68846
|
* }
|
|
68794
68847
|
* ]
|
|
68795
68848
|
*/
|
|
68796
|
-
images: Components.
|
|
68849
|
+
images: Components.Image[];
|
|
68797
68850
|
/**
|
|
68798
68851
|
* Prompt
|
|
68799
68852
|
* @description The prompt used for generation
|
|
@@ -68905,7 +68958,7 @@ export interface Flux2LoraGalleryFaceToFullPortraitOutput {
|
|
|
68905
68958
|
* }
|
|
68906
68959
|
* ]
|
|
68907
68960
|
*/
|
|
68908
|
-
images: Components.
|
|
68961
|
+
images: Components.Image[];
|
|
68909
68962
|
/**
|
|
68910
68963
|
* Prompt
|
|
68911
68964
|
* @description The prompt used for generation
|
|
@@ -69009,7 +69062,7 @@ export interface Flux2LoraGalleryDigitalComicArtOutput {
|
|
|
69009
69062
|
* }
|
|
69010
69063
|
* ]
|
|
69011
69064
|
*/
|
|
69012
|
-
images: Components.
|
|
69065
|
+
images: Components.Image[];
|
|
69013
69066
|
/**
|
|
69014
69067
|
* Prompt
|
|
69015
69068
|
* @description The prompt used for generation
|
|
@@ -69113,7 +69166,7 @@ export interface Flux2LoraGalleryBallpointPenSketchOutput {
|
|
|
69113
69166
|
* }
|
|
69114
69167
|
* ]
|
|
69115
69168
|
*/
|
|
69116
|
-
images: Components.
|
|
69169
|
+
images: Components.Image[];
|
|
69117
69170
|
/**
|
|
69118
69171
|
* Prompt
|
|
69119
69172
|
* @description The prompt used for generation
|
|
@@ -69224,7 +69277,7 @@ export interface Flux2LoraGalleryApartmentStagingOutput {
|
|
|
69224
69277
|
* }
|
|
69225
69278
|
* ]
|
|
69226
69279
|
*/
|
|
69227
|
-
images: Components.
|
|
69280
|
+
images: Components.Image[];
|
|
69228
69281
|
/**
|
|
69229
69282
|
* Prompt
|
|
69230
69283
|
* @description The prompt used for generation
|
|
@@ -69337,7 +69390,7 @@ export interface Flux2LoraGalleryAddBackgroundOutput {
|
|
|
69337
69390
|
* }
|
|
69338
69391
|
* ]
|
|
69339
69392
|
*/
|
|
69340
|
-
images: Components.
|
|
69393
|
+
images: Components.Image[];
|
|
69341
69394
|
/**
|
|
69342
69395
|
* Prompt
|
|
69343
69396
|
* @description The prompt used for generation
|
|
@@ -73572,7 +73625,7 @@ export interface F5TtsOutput {
|
|
|
73572
73625
|
* Generated Speech
|
|
73573
73626
|
* @description The audio file containing the generated speech.
|
|
73574
73627
|
*/
|
|
73575
|
-
audio_url: Components.
|
|
73628
|
+
audio_url: Components.AudioFile_2;
|
|
73576
73629
|
}
|
|
73577
73630
|
|
|
73578
73631
|
export interface FLiteTextureInput extends SharedType_b7d {}
|
|
@@ -75676,7 +75729,7 @@ export interface Deepfilternet3Output {
|
|
|
75676
75729
|
* "bitrate": "192k"
|
|
75677
75730
|
* }
|
|
75678
75731
|
*/
|
|
75679
|
-
audio_file: Components.
|
|
75732
|
+
audio_file: Components.AudioFile;
|
|
75680
75733
|
/**
|
|
75681
75734
|
* Timings
|
|
75682
75735
|
* @description Timings for each step in the pipeline.
|
|
@@ -82334,7 +82387,7 @@ export interface BriaFiboEditEditInput {
|
|
|
82334
82387
|
/**
|
|
82335
82388
|
* Steps Num
|
|
82336
82389
|
* @description Number of inference steps.
|
|
82337
|
-
* @default
|
|
82390
|
+
* @default 30
|
|
82338
82391
|
*/
|
|
82339
82392
|
steps_num?: number;
|
|
82340
82393
|
/** @description The structured prompt to generate an image from. */
|