fal-endpoint-types 1.3.46 → 1.3.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/fal/endpoints/components.d.ts +7 -1
- package/types/fal/endpoints/index.d.ts +75 -10
- package/types/fal/endpoints/schema.d.ts +4059 -1584
package/package.json
CHANGED
|
@@ -3267,13 +3267,19 @@ export interface MoondreamInputParam {
|
|
|
3267
3267
|
prompt?: string;
|
|
3268
3268
|
}
|
|
3269
3269
|
|
|
3270
|
-
export interface
|
|
3270
|
+
export interface ModelUrls_3 {
|
|
3271
3271
|
fbx?: File;
|
|
3272
3272
|
glb?: File;
|
|
3273
3273
|
obj?: File;
|
|
3274
3274
|
usdz?: File;
|
|
3275
3275
|
}
|
|
3276
3276
|
|
|
3277
|
+
export interface ModelUrls_2 {
|
|
3278
|
+
base_model?: File;
|
|
3279
|
+
glb?: File;
|
|
3280
|
+
pbr_model?: File;
|
|
3281
|
+
}
|
|
3282
|
+
|
|
3277
3283
|
export interface ModelUrls_1 {
|
|
3278
3284
|
fbx?: File;
|
|
3279
3285
|
glb?: File;
|
|
@@ -134,6 +134,31 @@ declare global {
|
|
|
134
134
|
output: falEndpoints.Tripo3dTripoV25ImageTo3dOutput;
|
|
135
135
|
};
|
|
136
136
|
|
|
137
|
+
'tripo3d/p1/text-to-3d': {
|
|
138
|
+
input: falEndpoints.Tripo3dP1TextTo3dInput;
|
|
139
|
+
output: falEndpoints.Tripo3dP1TextTo3dOutput;
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
'tripo3d/p1/image-to-3d': {
|
|
143
|
+
input: falEndpoints.Tripo3dP1ImageTo3dInput;
|
|
144
|
+
output: falEndpoints.Tripo3dP1ImageTo3dOutput;
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
'tripo3d/h3.1/text-to-3d': {
|
|
148
|
+
input: falEndpoints.Tripo3dH31TextTo3dInput;
|
|
149
|
+
output: falEndpoints.Tripo3dH31TextTo3dOutput;
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
'tripo3d/h3.1/multiview-to-3d': {
|
|
153
|
+
input: falEndpoints.Tripo3dH31MultiviewTo3dInput;
|
|
154
|
+
output: falEndpoints.Tripo3dH31MultiviewTo3dOutput;
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
'tripo3d/h3.1/image-to-3d': {
|
|
158
|
+
input: falEndpoints.Tripo3dH31ImageTo3dInput;
|
|
159
|
+
output: falEndpoints.Tripo3dH31ImageTo3dOutput;
|
|
160
|
+
};
|
|
161
|
+
|
|
137
162
|
'sonauto/v2/text-to-music': {
|
|
138
163
|
input: falEndpoints.SonautoV2TextToMusicInput;
|
|
139
164
|
output: falEndpoints.SonautoV2TextToMusicOutput;
|
|
@@ -299,6 +324,11 @@ declare global {
|
|
|
299
324
|
output: falEndpoints.MireloaiSfxV15VideoToAudioOutput;
|
|
300
325
|
};
|
|
301
326
|
|
|
327
|
+
'imagineart/imagineart-2.0-preview/text-to-image': {
|
|
328
|
+
input: falEndpoints.ImagineartImagineart20PreviewTextToImageInput;
|
|
329
|
+
output: falEndpoints.ImagineartImagineart20PreviewTextToImageOutput;
|
|
330
|
+
};
|
|
331
|
+
|
|
302
332
|
'imagineart/imagineart-1.5-pro-preview/text-to-image': {
|
|
303
333
|
input: falEndpoints.ImagineartImagineart15ProPreviewTextToImageInput;
|
|
304
334
|
output: falEndpoints.ImagineartImagineart15ProPreviewTextToImageOutput;
|
|
@@ -794,6 +824,11 @@ declare global {
|
|
|
794
824
|
output: falEndpoints.Wan22ImageTrainerOutput;
|
|
795
825
|
};
|
|
796
826
|
|
|
827
|
+
'fal-ai/void-video-inpainting': {
|
|
828
|
+
input: falEndpoints.VoidVideoInpaintingInput;
|
|
829
|
+
output: falEndpoints.VoidVideoInpaintingOutput;
|
|
830
|
+
};
|
|
831
|
+
|
|
797
832
|
'fal-ai/vidu/template-to-video': {
|
|
798
833
|
input: falEndpoints.ViduTemplateToVideoInput;
|
|
799
834
|
output: falEndpoints.ViduTemplateToVideoOutput;
|
|
@@ -2379,6 +2414,11 @@ declare global {
|
|
|
2379
2414
|
output: falEndpoints.ObjectRemovalOutput;
|
|
2380
2415
|
};
|
|
2381
2416
|
|
|
2417
|
+
'fal-ai/nucleus-image': {
|
|
2418
|
+
input: falEndpoints.NucleusImageInput;
|
|
2419
|
+
output: falEndpoints.NucleusImageOutput;
|
|
2420
|
+
};
|
|
2421
|
+
|
|
2382
2422
|
'fal-ai/nova-sr': {
|
|
2383
2423
|
input: falEndpoints.NovaSrInput;
|
|
2384
2424
|
output: falEndpoints.NovaSrOutput;
|
|
@@ -3629,16 +3669,6 @@ declare global {
|
|
|
3629
3669
|
output: falEndpoints.KlingVideoV1StandardAiAvatarOutput;
|
|
3630
3670
|
};
|
|
3631
3671
|
|
|
3632
|
-
'fal-ai/kling-video/v1/pro/text-to-video': {
|
|
3633
|
-
input: { [x in string]: any };
|
|
3634
|
-
output: { [x in string]: any };
|
|
3635
|
-
};
|
|
3636
|
-
|
|
3637
|
-
'fal-ai/kling-video/v1/pro/image-to-video': {
|
|
3638
|
-
input: { [x in string]: any };
|
|
3639
|
-
output: { [x in string]: any };
|
|
3640
|
-
};
|
|
3641
|
-
|
|
3642
3672
|
'fal-ai/kling-video/v1/pro/ai-avatar': {
|
|
3643
3673
|
input: falEndpoints.KlingVideoV1ProAiAvatarInput;
|
|
3644
3674
|
output: falEndpoints.KlingVideoV1ProAiAvatarOutput;
|
|
@@ -4584,6 +4614,21 @@ declare global {
|
|
|
4584
4614
|
output: falEndpoints.HidreamE11Output;
|
|
4585
4615
|
};
|
|
4586
4616
|
|
|
4617
|
+
'fal-ai/heygen/v3/video-agent': {
|
|
4618
|
+
input: falEndpoints.HeygenV3VideoAgentInput;
|
|
4619
|
+
output: falEndpoints.HeygenV3VideoAgentOutput;
|
|
4620
|
+
};
|
|
4621
|
+
|
|
4622
|
+
'fal-ai/heygen/v3/lipsync/speed': {
|
|
4623
|
+
input: falEndpoints.HeygenV3LipsyncSpeedInput;
|
|
4624
|
+
output: falEndpoints.HeygenV3LipsyncSpeedOutput;
|
|
4625
|
+
};
|
|
4626
|
+
|
|
4627
|
+
'fal-ai/heygen/v3/lipsync/precision': {
|
|
4628
|
+
input: falEndpoints.HeygenV3LipsyncPrecisionInput;
|
|
4629
|
+
output: falEndpoints.HeygenV3LipsyncPrecisionOutput;
|
|
4630
|
+
};
|
|
4631
|
+
|
|
4587
4632
|
'fal-ai/heygen/v2/video-agent': {
|
|
4588
4633
|
input: falEndpoints.HeygenV2VideoAgentInput;
|
|
4589
4634
|
output: falEndpoints.HeygenV2VideoAgentOutput;
|
|
@@ -4694,6 +4739,11 @@ declare global {
|
|
|
4694
4739
|
output: falEndpoints.GeminiFlashEditOutput;
|
|
4695
4740
|
};
|
|
4696
4741
|
|
|
4742
|
+
'fal-ai/gemini-3.1-flash-tts': {
|
|
4743
|
+
input: falEndpoints.Gemini31FlashTtsInput;
|
|
4744
|
+
output: falEndpoints.Gemini31FlashTtsOutput;
|
|
4745
|
+
};
|
|
4746
|
+
|
|
4697
4747
|
'fal-ai/gemini-3.1-flash-image-preview/edit': {
|
|
4698
4748
|
input: falEndpoints.Gemini31FlashImagePreviewEditInput;
|
|
4699
4749
|
output: falEndpoints.Gemini31FlashImagePreviewEditOutput;
|
|
@@ -5639,6 +5689,21 @@ declare global {
|
|
|
5639
5689
|
output: falEndpoints.ErnieImageTurboOutput;
|
|
5640
5690
|
};
|
|
5641
5691
|
|
|
5692
|
+
'fal-ai/ernie-image/lora/turbo': {
|
|
5693
|
+
input: falEndpoints.ErnieImageLoraTurboInput;
|
|
5694
|
+
output: falEndpoints.ErnieImageLoraTurboOutput;
|
|
5695
|
+
};
|
|
5696
|
+
|
|
5697
|
+
'fal-ai/ernie-image/lora': {
|
|
5698
|
+
input: falEndpoints.ErnieImageLoraInput;
|
|
5699
|
+
output: falEndpoints.ErnieImageLoraOutput;
|
|
5700
|
+
};
|
|
5701
|
+
|
|
5702
|
+
'fal-ai/ernie-image-trainer': {
|
|
5703
|
+
input: falEndpoints.ErnieImageTrainerInput;
|
|
5704
|
+
output: falEndpoints.ErnieImageTrainerOutput;
|
|
5705
|
+
};
|
|
5706
|
+
|
|
5642
5707
|
'fal-ai/ernie-image': {
|
|
5643
5708
|
input: falEndpoints.ErnieImageInput;
|
|
5644
5709
|
output: falEndpoints.ErnieImageOutput;
|