fal-endpoint-types 1.3.40 → 1.3.42
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
|
@@ -4486,12 +4486,12 @@ export interface DynamicMask {
|
|
|
4486
4486
|
* @description List of trajectories
|
|
4487
4487
|
* @example [
|
|
4488
4488
|
* {
|
|
4489
|
-
* "
|
|
4490
|
-
* "
|
|
4489
|
+
* "x": 279,
|
|
4490
|
+
* "y": 219
|
|
4491
4491
|
* },
|
|
4492
4492
|
* {
|
|
4493
|
-
* "
|
|
4494
|
-
* "
|
|
4493
|
+
* "x": 417,
|
|
4494
|
+
* "y": 65
|
|
4495
4495
|
* }
|
|
4496
4496
|
* ]
|
|
4497
4497
|
*/
|
|
@@ -454,6 +454,46 @@ declare global {
|
|
|
454
454
|
output: falEndpoints.WhisperOutput;
|
|
455
455
|
};
|
|
456
456
|
|
|
457
|
+
'fal-ai/wan/v2.7/text-to-video': {
|
|
458
|
+
input: falEndpoints.WanV27TextToVideoInput;
|
|
459
|
+
output: falEndpoints.WanV27TextToVideoOutput;
|
|
460
|
+
};
|
|
461
|
+
|
|
462
|
+
'fal-ai/wan/v2.7/text-to-image': {
|
|
463
|
+
input: falEndpoints.WanV27TextToImageInput;
|
|
464
|
+
output: falEndpoints.WanV27TextToImageOutput;
|
|
465
|
+
};
|
|
466
|
+
|
|
467
|
+
'fal-ai/wan/v2.7/reference-to-video': {
|
|
468
|
+
input: falEndpoints.WanV27ReferenceToVideoInput;
|
|
469
|
+
output: falEndpoints.WanV27ReferenceToVideoOutput;
|
|
470
|
+
};
|
|
471
|
+
|
|
472
|
+
'fal-ai/wan/v2.7/pro/text-to-image': {
|
|
473
|
+
input: falEndpoints.WanV27ProTextToImageInput;
|
|
474
|
+
output: falEndpoints.WanV27ProTextToImageOutput;
|
|
475
|
+
};
|
|
476
|
+
|
|
477
|
+
'fal-ai/wan/v2.7/pro/edit': {
|
|
478
|
+
input: falEndpoints.WanV27ProEditInput;
|
|
479
|
+
output: falEndpoints.WanV27ProEditOutput;
|
|
480
|
+
};
|
|
481
|
+
|
|
482
|
+
'fal-ai/wan/v2.7/image-to-video': {
|
|
483
|
+
input: falEndpoints.WanV27ImageToVideoInput;
|
|
484
|
+
output: falEndpoints.WanV27ImageToVideoOutput;
|
|
485
|
+
};
|
|
486
|
+
|
|
487
|
+
'fal-ai/wan/v2.7/edit-video': {
|
|
488
|
+
input: falEndpoints.WanV27EditVideoInput;
|
|
489
|
+
output: falEndpoints.WanV27EditVideoOutput;
|
|
490
|
+
};
|
|
491
|
+
|
|
492
|
+
'fal-ai/wan/v2.7/edit': {
|
|
493
|
+
input: falEndpoints.WanV27EditInput;
|
|
494
|
+
output: falEndpoints.WanV27EditOutput;
|
|
495
|
+
};
|
|
496
|
+
|
|
457
497
|
'fal-ai/wan/v2.2-a14b/video-to-video': {
|
|
458
498
|
input: falEndpoints.WanV22A14bVideoToVideoInput;
|
|
459
499
|
output: falEndpoints.WanV22A14bVideoToVideoOutput;
|
|
@@ -5574,6 +5614,11 @@ declare global {
|
|
|
5574
5614
|
output: falEndpoints.DdcolorOutput;
|
|
5575
5615
|
};
|
|
5576
5616
|
|
|
5617
|
+
'fal-ai/davinci-magihuman': {
|
|
5618
|
+
input: falEndpoints.DavinciMagihumanInput;
|
|
5619
|
+
output: falEndpoints.DavinciMagihumanOutput;
|
|
5620
|
+
};
|
|
5621
|
+
|
|
5577
5622
|
'fal-ai/csm-1b': {
|
|
5578
5623
|
input: falEndpoints.Csm1bInput;
|
|
5579
5624
|
output: falEndpoints.Csm1bOutput;
|
|
@@ -6059,6 +6104,36 @@ declare global {
|
|
|
6059
6104
|
output: falEndpoints.CassetteaiMusicGeneratorOutput;
|
|
6060
6105
|
};
|
|
6061
6106
|
|
|
6107
|
+
'bytedance/seedance-2.0/text-to-video': {
|
|
6108
|
+
input: falEndpoints.BytedanceSeedance20TextToVideoInput;
|
|
6109
|
+
output: falEndpoints.BytedanceSeedance20TextToVideoOutput;
|
|
6110
|
+
};
|
|
6111
|
+
|
|
6112
|
+
'bytedance/seedance-2.0/reference-to-video': {
|
|
6113
|
+
input: falEndpoints.BytedanceSeedance20ReferenceToVideoInput;
|
|
6114
|
+
output: falEndpoints.BytedanceSeedance20ReferenceToVideoOutput;
|
|
6115
|
+
};
|
|
6116
|
+
|
|
6117
|
+
'bytedance/seedance-2.0/image-to-video': {
|
|
6118
|
+
input: falEndpoints.BytedanceSeedance20ImageToVideoInput;
|
|
6119
|
+
output: falEndpoints.BytedanceSeedance20ImageToVideoOutput;
|
|
6120
|
+
};
|
|
6121
|
+
|
|
6122
|
+
'bytedance/seedance-2.0/fast/text-to-video': {
|
|
6123
|
+
input: falEndpoints.BytedanceSeedance20FastTextToVideoInput;
|
|
6124
|
+
output: falEndpoints.BytedanceSeedance20FastTextToVideoOutput;
|
|
6125
|
+
};
|
|
6126
|
+
|
|
6127
|
+
'bytedance/seedance-2.0/fast/reference-to-video': {
|
|
6128
|
+
input: falEndpoints.BytedanceSeedance20FastReferenceToVideoInput;
|
|
6129
|
+
output: falEndpoints.BytedanceSeedance20FastReferenceToVideoOutput;
|
|
6130
|
+
};
|
|
6131
|
+
|
|
6132
|
+
'bytedance/seedance-2.0/fast/image-to-video': {
|
|
6133
|
+
input: falEndpoints.BytedanceSeedance20FastImageToVideoInput;
|
|
6134
|
+
output: falEndpoints.BytedanceSeedance20FastImageToVideoOutput;
|
|
6135
|
+
};
|
|
6136
|
+
|
|
6062
6137
|
'bytedance/lynx': {
|
|
6063
6138
|
input: falEndpoints.BytedanceLynxInput;
|
|
6064
6139
|
output: falEndpoints.BytedanceLynxOutput;
|