fal-endpoint-types 1.3.48 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fal-endpoint-types",
3
- "version": "1.3.48",
3
+ "version": "1.3.50",
4
4
  "description": "TypeScript types for Fal AI endpoints generated from the OpenAPI schemas.",
5
5
  "homepage": "https://github.com/rawpixel-vincent/fal-endpoint-types#readme",
6
6
  "bugs": {
@@ -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;
@@ -2754,6 +2759,11 @@ declare global {
2754
2759
  output: falEndpoints.MeshyV6TextTo3dOutput;
2755
2760
  };
2756
2761
 
2762
+ 'fal-ai/meshy/v6/multi-image-to-3d': {
2763
+ input: falEndpoints.MeshyV6MultiImageTo3dInput;
2764
+ output: falEndpoints.MeshyV6MultiImageTo3dOutput;
2765
+ };
2766
+
2757
2767
  'fal-ai/meshy/v6/image-to-3d': {
2758
2768
  input: falEndpoints.MeshyV6ImageTo3dInput;
2759
2769
  output: falEndpoints.MeshyV6ImageTo3dOutput;
@@ -2834,6 +2844,11 @@ declare global {
2834
2844
  output: falEndpoints.Lyria2Output;
2835
2845
  };
2836
2846
 
2847
+ 'fal-ai/lyra-2/zoom': {
2848
+ input: falEndpoints.Lyra2ZoomInput;
2849
+ output: falEndpoints.Lyra2ZoomOutput;
2850
+ };
2851
+
2837
2852
  'fal-ai/lux-tts': {
2838
2853
  input: falEndpoints.LuxTtsInput;
2839
2854
  output: falEndpoints.LuxTtsOutput;
@@ -3579,6 +3594,16 @@ declare global {
3579
3594
  output: falEndpoints.KlingVideoV3ProImageToVideoOutput;
3580
3595
  };
3581
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
+
3582
3607
  'fal-ai/kling-video/v2/master/text-to-video': {
3583
3608
  input: falEndpoints.KlingVideoV2MasterTextToVideoInput;
3584
3609
  output: falEndpoints.KlingVideoV2MasterTextToVideoOutput;
@@ -3779,6 +3804,21 @@ declare global {
3779
3804
  output: falEndpoints.KlingVideoO3ProImageToVideoOutput;
3780
3805
  };
3781
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
+
3782
3822
  'fal-ai/kling-video/o1/video-to-video/reference': {
3783
3823
  input: falEndpoints.KlingVideoO1VideoToVideoReferenceInput;
3784
3824
  output: falEndpoints.KlingVideoO1VideoToVideoReferenceOutput;
@@ -4354,6 +4394,16 @@ declare global {
4354
4394
  output: falEndpoints.IdeogramUpscaleOutput;
4355
4395
  };
4356
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
+
4357
4407
  'fal-ai/ideogram/character/remix': {
4358
4408
  input: falEndpoints.IdeogramCharacterRemixInput;
4359
4409
  output: falEndpoints.IdeogramCharacterRemixOutput;
@@ -5924,6 +5974,11 @@ declare global {
5924
5974
  output: falEndpoints.ControlnextOutput;
5925
5975
  };
5926
5976
 
5977
+ 'fal-ai/cohere-transcribe': {
5978
+ input: falEndpoints.CohereTranscribeInput;
5979
+ output: falEndpoints.CohereTranscribeOutput;
5980
+ };
5981
+
5927
5982
  'fal-ai/cogview4': {
5928
5983
  input: falEndpoints.Cogview4Input;
5929
5984
  output: falEndpoints.Cogview4Output;