fal-endpoint-types 1.3.47 → 1.3.49
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 +15 -15
- package/types/fal/endpoints/schema.d.ts +2523 -2014
package/package.json
CHANGED
|
@@ -284,6 +284,16 @@ declare global {
|
|
|
284
284
|
output: falEndpoints.OpenrouterRouterOutput;
|
|
285
285
|
};
|
|
286
286
|
|
|
287
|
+
'openai/gpt-image-2/edit': {
|
|
288
|
+
input: falEndpoints.OpenaiGptImage2EditInput;
|
|
289
|
+
output: falEndpoints.OpenaiGptImage2EditOutput;
|
|
290
|
+
};
|
|
291
|
+
|
|
292
|
+
'openai/gpt-image-2': {
|
|
293
|
+
input: falEndpoints.OpenaiGptImage2Input;
|
|
294
|
+
output: falEndpoints.OpenaiGptImage2Output;
|
|
295
|
+
};
|
|
296
|
+
|
|
287
297
|
'moonvalley/marey/t2v': {
|
|
288
298
|
input: falEndpoints.MoonvalleyMareyT2vInput;
|
|
289
299
|
output: falEndpoints.MoonvalleyMareyT2vOutput;
|
|
@@ -789,11 +799,6 @@ declare global {
|
|
|
789
799
|
output: falEndpoints.Wan22VaceFunA14bReframeOutput;
|
|
790
800
|
};
|
|
791
801
|
|
|
792
|
-
'fal-ai/wan-22-vace-fun-a14b/pose': {
|
|
793
|
-
input: falEndpoints.Wan22VaceFunA14bPoseInput;
|
|
794
|
-
output: falEndpoints.Wan22VaceFunA14bPoseOutput;
|
|
795
|
-
};
|
|
796
|
-
|
|
797
802
|
'fal-ai/wan-22-vace-fun-a14b/outpainting': {
|
|
798
803
|
input: falEndpoints.Wan22VaceFunA14bOutpaintingInput;
|
|
799
804
|
output: falEndpoints.Wan22VaceFunA14bOutpaintingOutput;
|
|
@@ -2834,6 +2839,11 @@ declare global {
|
|
|
2834
2839
|
output: falEndpoints.Lyria2Output;
|
|
2835
2840
|
};
|
|
2836
2841
|
|
|
2842
|
+
'fal-ai/lyra-2/zoom': {
|
|
2843
|
+
input: falEndpoints.Lyra2ZoomInput;
|
|
2844
|
+
output: falEndpoints.Lyra2ZoomOutput;
|
|
2845
|
+
};
|
|
2846
|
+
|
|
2837
2847
|
'fal-ai/lux-tts': {
|
|
2838
2848
|
input: falEndpoints.LuxTtsInput;
|
|
2839
2849
|
output: falEndpoints.LuxTtsOutput;
|
|
@@ -3669,16 +3679,6 @@ declare global {
|
|
|
3669
3679
|
output: falEndpoints.KlingVideoV1StandardAiAvatarOutput;
|
|
3670
3680
|
};
|
|
3671
3681
|
|
|
3672
|
-
'fal-ai/kling-video/v1/pro/text-to-video': {
|
|
3673
|
-
input: { [x in string]: any };
|
|
3674
|
-
output: { [x in string]: any };
|
|
3675
|
-
};
|
|
3676
|
-
|
|
3677
|
-
'fal-ai/kling-video/v1/pro/image-to-video': {
|
|
3678
|
-
input: { [x in string]: any };
|
|
3679
|
-
output: { [x in string]: any };
|
|
3680
|
-
};
|
|
3681
|
-
|
|
3682
3682
|
'fal-ai/kling-video/v1/pro/ai-avatar': {
|
|
3683
3683
|
input: falEndpoints.KlingVideoV1ProAiAvatarInput;
|
|
3684
3684
|
output: falEndpoints.KlingVideoV1ProAiAvatarOutput;
|