fal-endpoint-types 1.3.41 → 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,11 +454,21 @@ 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
|
+
|
|
457
462
|
'fal-ai/wan/v2.7/text-to-image': {
|
|
458
463
|
input: falEndpoints.WanV27TextToImageInput;
|
|
459
464
|
output: falEndpoints.WanV27TextToImageOutput;
|
|
460
465
|
};
|
|
461
466
|
|
|
467
|
+
'fal-ai/wan/v2.7/reference-to-video': {
|
|
468
|
+
input: falEndpoints.WanV27ReferenceToVideoInput;
|
|
469
|
+
output: falEndpoints.WanV27ReferenceToVideoOutput;
|
|
470
|
+
};
|
|
471
|
+
|
|
462
472
|
'fal-ai/wan/v2.7/pro/text-to-image': {
|
|
463
473
|
input: falEndpoints.WanV27ProTextToImageInput;
|
|
464
474
|
output: falEndpoints.WanV27ProTextToImageOutput;
|
|
@@ -469,6 +479,16 @@ declare global {
|
|
|
469
479
|
output: falEndpoints.WanV27ProEditOutput;
|
|
470
480
|
};
|
|
471
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
|
+
|
|
472
492
|
'fal-ai/wan/v2.7/edit': {
|
|
473
493
|
input: falEndpoints.WanV27EditInput;
|
|
474
494
|
output: falEndpoints.WanV27EditOutput;
|