fal-endpoint-types 1.3.40 → 1.3.41
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 +55 -0
- package/types/fal/endpoints/schema.d.ts +1828 -1327
package/package.json
CHANGED
|
@@ -454,6 +454,26 @@ declare global {
|
|
|
454
454
|
output: falEndpoints.WhisperOutput;
|
|
455
455
|
};
|
|
456
456
|
|
|
457
|
+
'fal-ai/wan/v2.7/text-to-image': {
|
|
458
|
+
input: falEndpoints.WanV27TextToImageInput;
|
|
459
|
+
output: falEndpoints.WanV27TextToImageOutput;
|
|
460
|
+
};
|
|
461
|
+
|
|
462
|
+
'fal-ai/wan/v2.7/pro/text-to-image': {
|
|
463
|
+
input: falEndpoints.WanV27ProTextToImageInput;
|
|
464
|
+
output: falEndpoints.WanV27ProTextToImageOutput;
|
|
465
|
+
};
|
|
466
|
+
|
|
467
|
+
'fal-ai/wan/v2.7/pro/edit': {
|
|
468
|
+
input: falEndpoints.WanV27ProEditInput;
|
|
469
|
+
output: falEndpoints.WanV27ProEditOutput;
|
|
470
|
+
};
|
|
471
|
+
|
|
472
|
+
'fal-ai/wan/v2.7/edit': {
|
|
473
|
+
input: falEndpoints.WanV27EditInput;
|
|
474
|
+
output: falEndpoints.WanV27EditOutput;
|
|
475
|
+
};
|
|
476
|
+
|
|
457
477
|
'fal-ai/wan/v2.2-a14b/video-to-video': {
|
|
458
478
|
input: falEndpoints.WanV22A14bVideoToVideoInput;
|
|
459
479
|
output: falEndpoints.WanV22A14bVideoToVideoOutput;
|
|
@@ -5574,6 +5594,11 @@ declare global {
|
|
|
5574
5594
|
output: falEndpoints.DdcolorOutput;
|
|
5575
5595
|
};
|
|
5576
5596
|
|
|
5597
|
+
'fal-ai/davinci-magihuman': {
|
|
5598
|
+
input: falEndpoints.DavinciMagihumanInput;
|
|
5599
|
+
output: falEndpoints.DavinciMagihumanOutput;
|
|
5600
|
+
};
|
|
5601
|
+
|
|
5577
5602
|
'fal-ai/csm-1b': {
|
|
5578
5603
|
input: falEndpoints.Csm1bInput;
|
|
5579
5604
|
output: falEndpoints.Csm1bOutput;
|
|
@@ -6059,6 +6084,36 @@ declare global {
|
|
|
6059
6084
|
output: falEndpoints.CassetteaiMusicGeneratorOutput;
|
|
6060
6085
|
};
|
|
6061
6086
|
|
|
6087
|
+
'bytedance/seedance-2.0/text-to-video': {
|
|
6088
|
+
input: falEndpoints.BytedanceSeedance20TextToVideoInput;
|
|
6089
|
+
output: falEndpoints.BytedanceSeedance20TextToVideoOutput;
|
|
6090
|
+
};
|
|
6091
|
+
|
|
6092
|
+
'bytedance/seedance-2.0/reference-to-video': {
|
|
6093
|
+
input: falEndpoints.BytedanceSeedance20ReferenceToVideoInput;
|
|
6094
|
+
output: falEndpoints.BytedanceSeedance20ReferenceToVideoOutput;
|
|
6095
|
+
};
|
|
6096
|
+
|
|
6097
|
+
'bytedance/seedance-2.0/image-to-video': {
|
|
6098
|
+
input: falEndpoints.BytedanceSeedance20ImageToVideoInput;
|
|
6099
|
+
output: falEndpoints.BytedanceSeedance20ImageToVideoOutput;
|
|
6100
|
+
};
|
|
6101
|
+
|
|
6102
|
+
'bytedance/seedance-2.0/fast/text-to-video': {
|
|
6103
|
+
input: falEndpoints.BytedanceSeedance20FastTextToVideoInput;
|
|
6104
|
+
output: falEndpoints.BytedanceSeedance20FastTextToVideoOutput;
|
|
6105
|
+
};
|
|
6106
|
+
|
|
6107
|
+
'bytedance/seedance-2.0/fast/reference-to-video': {
|
|
6108
|
+
input: falEndpoints.BytedanceSeedance20FastReferenceToVideoInput;
|
|
6109
|
+
output: falEndpoints.BytedanceSeedance20FastReferenceToVideoOutput;
|
|
6110
|
+
};
|
|
6111
|
+
|
|
6112
|
+
'bytedance/seedance-2.0/fast/image-to-video': {
|
|
6113
|
+
input: falEndpoints.BytedanceSeedance20FastImageToVideoInput;
|
|
6114
|
+
output: falEndpoints.BytedanceSeedance20FastImageToVideoOutput;
|
|
6115
|
+
};
|
|
6116
|
+
|
|
6062
6117
|
'bytedance/lynx': {
|
|
6063
6118
|
input: falEndpoints.BytedanceLynxInput;
|
|
6064
6119
|
output: falEndpoints.BytedanceLynxOutput;
|