fal-endpoint-types 1.3.46 → 1.3.47
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
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;
|
|
@@ -4584,6 +4624,21 @@ declare global {
|
|
|
4584
4624
|
output: falEndpoints.HidreamE11Output;
|
|
4585
4625
|
};
|
|
4586
4626
|
|
|
4627
|
+
'fal-ai/heygen/v3/video-agent': {
|
|
4628
|
+
input: falEndpoints.HeygenV3VideoAgentInput;
|
|
4629
|
+
output: falEndpoints.HeygenV3VideoAgentOutput;
|
|
4630
|
+
};
|
|
4631
|
+
|
|
4632
|
+
'fal-ai/heygen/v3/lipsync/speed': {
|
|
4633
|
+
input: falEndpoints.HeygenV3LipsyncSpeedInput;
|
|
4634
|
+
output: falEndpoints.HeygenV3LipsyncSpeedOutput;
|
|
4635
|
+
};
|
|
4636
|
+
|
|
4637
|
+
'fal-ai/heygen/v3/lipsync/precision': {
|
|
4638
|
+
input: falEndpoints.HeygenV3LipsyncPrecisionInput;
|
|
4639
|
+
output: falEndpoints.HeygenV3LipsyncPrecisionOutput;
|
|
4640
|
+
};
|
|
4641
|
+
|
|
4587
4642
|
'fal-ai/heygen/v2/video-agent': {
|
|
4588
4643
|
input: falEndpoints.HeygenV2VideoAgentInput;
|
|
4589
4644
|
output: falEndpoints.HeygenV2VideoAgentOutput;
|
|
@@ -4694,6 +4749,11 @@ declare global {
|
|
|
4694
4749
|
output: falEndpoints.GeminiFlashEditOutput;
|
|
4695
4750
|
};
|
|
4696
4751
|
|
|
4752
|
+
'fal-ai/gemini-3.1-flash-tts': {
|
|
4753
|
+
input: falEndpoints.Gemini31FlashTtsInput;
|
|
4754
|
+
output: falEndpoints.Gemini31FlashTtsOutput;
|
|
4755
|
+
};
|
|
4756
|
+
|
|
4697
4757
|
'fal-ai/gemini-3.1-flash-image-preview/edit': {
|
|
4698
4758
|
input: falEndpoints.Gemini31FlashImagePreviewEditInput;
|
|
4699
4759
|
output: falEndpoints.Gemini31FlashImagePreviewEditOutput;
|
|
@@ -5639,6 +5699,21 @@ declare global {
|
|
|
5639
5699
|
output: falEndpoints.ErnieImageTurboOutput;
|
|
5640
5700
|
};
|
|
5641
5701
|
|
|
5702
|
+
'fal-ai/ernie-image/lora/turbo': {
|
|
5703
|
+
input: falEndpoints.ErnieImageLoraTurboInput;
|
|
5704
|
+
output: falEndpoints.ErnieImageLoraTurboOutput;
|
|
5705
|
+
};
|
|
5706
|
+
|
|
5707
|
+
'fal-ai/ernie-image/lora': {
|
|
5708
|
+
input: falEndpoints.ErnieImageLoraInput;
|
|
5709
|
+
output: falEndpoints.ErnieImageLoraOutput;
|
|
5710
|
+
};
|
|
5711
|
+
|
|
5712
|
+
'fal-ai/ernie-image-trainer': {
|
|
5713
|
+
input: falEndpoints.ErnieImageTrainerInput;
|
|
5714
|
+
output: falEndpoints.ErnieImageTrainerOutput;
|
|
5715
|
+
};
|
|
5716
|
+
|
|
5642
5717
|
'fal-ai/ernie-image': {
|
|
5643
5718
|
input: falEndpoints.ErnieImageInput;
|
|
5644
5719
|
output: falEndpoints.ErnieImageOutput;
|