fal-endpoint-types 1.3.49 → 1.3.50
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/index.d.ts +45 -0
- package/types/fal/endpoints/schema.d.ts +1361 -1088
package/package.json
CHANGED
|
@@ -2759,6 +2759,11 @@ declare global {
|
|
|
2759
2759
|
output: falEndpoints.MeshyV6TextTo3dOutput;
|
|
2760
2760
|
};
|
|
2761
2761
|
|
|
2762
|
+
'fal-ai/meshy/v6/multi-image-to-3d': {
|
|
2763
|
+
input: falEndpoints.MeshyV6MultiImageTo3dInput;
|
|
2764
|
+
output: falEndpoints.MeshyV6MultiImageTo3dOutput;
|
|
2765
|
+
};
|
|
2766
|
+
|
|
2762
2767
|
'fal-ai/meshy/v6/image-to-3d': {
|
|
2763
2768
|
input: falEndpoints.MeshyV6ImageTo3dInput;
|
|
2764
2769
|
output: falEndpoints.MeshyV6ImageTo3dOutput;
|
|
@@ -3589,6 +3594,16 @@ declare global {
|
|
|
3589
3594
|
output: falEndpoints.KlingVideoV3ProImageToVideoOutput;
|
|
3590
3595
|
};
|
|
3591
3596
|
|
|
3597
|
+
'fal-ai/kling-video/v3/4k/text-to-video': {
|
|
3598
|
+
input: falEndpoints.KlingVideoV34kTextToVideoInput;
|
|
3599
|
+
output: falEndpoints.KlingVideoV34kTextToVideoOutput;
|
|
3600
|
+
};
|
|
3601
|
+
|
|
3602
|
+
'fal-ai/kling-video/v3/4k/image-to-video': {
|
|
3603
|
+
input: falEndpoints.KlingVideoV34kImageToVideoInput;
|
|
3604
|
+
output: falEndpoints.KlingVideoV34kImageToVideoOutput;
|
|
3605
|
+
};
|
|
3606
|
+
|
|
3592
3607
|
'fal-ai/kling-video/v2/master/text-to-video': {
|
|
3593
3608
|
input: falEndpoints.KlingVideoV2MasterTextToVideoInput;
|
|
3594
3609
|
output: falEndpoints.KlingVideoV2MasterTextToVideoOutput;
|
|
@@ -3789,6 +3804,21 @@ declare global {
|
|
|
3789
3804
|
output: falEndpoints.KlingVideoO3ProImageToVideoOutput;
|
|
3790
3805
|
};
|
|
3791
3806
|
|
|
3807
|
+
'fal-ai/kling-video/o3/4k/text-to-video': {
|
|
3808
|
+
input: falEndpoints.KlingVideoO34kTextToVideoInput;
|
|
3809
|
+
output: falEndpoints.KlingVideoO34kTextToVideoOutput;
|
|
3810
|
+
};
|
|
3811
|
+
|
|
3812
|
+
'fal-ai/kling-video/o3/4k/reference-to-video': {
|
|
3813
|
+
input: falEndpoints.KlingVideoO34kReferenceToVideoInput;
|
|
3814
|
+
output: falEndpoints.KlingVideoO34kReferenceToVideoOutput;
|
|
3815
|
+
};
|
|
3816
|
+
|
|
3817
|
+
'fal-ai/kling-video/o3/4k/image-to-video': {
|
|
3818
|
+
input: falEndpoints.KlingVideoO34kImageToVideoInput;
|
|
3819
|
+
output: falEndpoints.KlingVideoO34kImageToVideoOutput;
|
|
3820
|
+
};
|
|
3821
|
+
|
|
3792
3822
|
'fal-ai/kling-video/o1/video-to-video/reference': {
|
|
3793
3823
|
input: falEndpoints.KlingVideoO1VideoToVideoReferenceInput;
|
|
3794
3824
|
output: falEndpoints.KlingVideoO1VideoToVideoReferenceOutput;
|
|
@@ -4364,6 +4394,16 @@ declare global {
|
|
|
4364
4394
|
output: falEndpoints.IdeogramUpscaleOutput;
|
|
4365
4395
|
};
|
|
4366
4396
|
|
|
4397
|
+
'fal-ai/ideogram/custom-models/generate': {
|
|
4398
|
+
input: falEndpoints.IdeogramCustomModelsGenerateInput;
|
|
4399
|
+
output: falEndpoints.IdeogramCustomModelsGenerateOutput;
|
|
4400
|
+
};
|
|
4401
|
+
|
|
4402
|
+
'fal-ai/ideogram/custom-models': {
|
|
4403
|
+
input: falEndpoints.IdeogramCustomModelsInput;
|
|
4404
|
+
output: falEndpoints.IdeogramCustomModelsOutput;
|
|
4405
|
+
};
|
|
4406
|
+
|
|
4367
4407
|
'fal-ai/ideogram/character/remix': {
|
|
4368
4408
|
input: falEndpoints.IdeogramCharacterRemixInput;
|
|
4369
4409
|
output: falEndpoints.IdeogramCharacterRemixOutput;
|
|
@@ -5934,6 +5974,11 @@ declare global {
|
|
|
5934
5974
|
output: falEndpoints.ControlnextOutput;
|
|
5935
5975
|
};
|
|
5936
5976
|
|
|
5977
|
+
'fal-ai/cohere-transcribe': {
|
|
5978
|
+
input: falEndpoints.CohereTranscribeInput;
|
|
5979
|
+
output: falEndpoints.CohereTranscribeOutput;
|
|
5980
|
+
};
|
|
5981
|
+
|
|
5937
5982
|
'fal-ai/cogview4': {
|
|
5938
5983
|
input: falEndpoints.Cogview4Input;
|
|
5939
5984
|
output: falEndpoints.Cogview4Output;
|