fal-endpoint-types 1.3.21 → 1.3.22
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
|
@@ -3674,7 +3674,7 @@ export interface AudioSetting {
|
|
|
3674
3674
|
sample_rate?: 8000 | 16000 | 22050 | 24000 | 32000 | 44100;
|
|
3675
3675
|
}
|
|
3676
3676
|
|
|
3677
|
-
export interface
|
|
3677
|
+
export interface AudioFile_2 {
|
|
3678
3678
|
/**
|
|
3679
3679
|
* Content Type
|
|
3680
3680
|
* @default audio/wav
|
|
@@ -3700,58 +3700,6 @@ export interface AudioFile_3 {
|
|
|
3700
3700
|
url: string;
|
|
3701
3701
|
}
|
|
3702
3702
|
|
|
3703
|
-
export interface AudioFile_2 {
|
|
3704
|
-
/**
|
|
3705
|
-
* Bitrate
|
|
3706
|
-
* @description The bitrate of the audio
|
|
3707
|
-
*/
|
|
3708
|
-
bitrate?: string;
|
|
3709
|
-
/**
|
|
3710
|
-
* Channels
|
|
3711
|
-
* @description The number of channels in the audio
|
|
3712
|
-
*/
|
|
3713
|
-
channels?: number;
|
|
3714
|
-
/**
|
|
3715
|
-
* Content Type
|
|
3716
|
-
* @description The mime type of the file.
|
|
3717
|
-
* @example image/png
|
|
3718
|
-
*/
|
|
3719
|
-
content_type?: string;
|
|
3720
|
-
/**
|
|
3721
|
-
* Duration
|
|
3722
|
-
* @description The duration of the audio
|
|
3723
|
-
*/
|
|
3724
|
-
duration?: number;
|
|
3725
|
-
/**
|
|
3726
|
-
* File Data
|
|
3727
|
-
* Format: binary
|
|
3728
|
-
* @description File data
|
|
3729
|
-
*/
|
|
3730
|
-
file_data?: string;
|
|
3731
|
-
/**
|
|
3732
|
-
* File Name
|
|
3733
|
-
* @description The name of the file. It will be auto-generated if not provided.
|
|
3734
|
-
* @example z9RV14K95DvU.png
|
|
3735
|
-
*/
|
|
3736
|
-
file_name?: string;
|
|
3737
|
-
/**
|
|
3738
|
-
* File Size
|
|
3739
|
-
* @description The size of the file in bytes.
|
|
3740
|
-
* @example 4404019
|
|
3741
|
-
*/
|
|
3742
|
-
file_size?: number;
|
|
3743
|
-
/**
|
|
3744
|
-
* Sample Rate
|
|
3745
|
-
* @description The sample rate of the audio
|
|
3746
|
-
*/
|
|
3747
|
-
sample_rate?: number;
|
|
3748
|
-
/**
|
|
3749
|
-
* Url
|
|
3750
|
-
* @description The URL where the file can be downloaded from.
|
|
3751
|
-
*/
|
|
3752
|
-
url: string;
|
|
3753
|
-
}
|
|
3754
|
-
|
|
3755
3703
|
export interface AudioFile_1 {
|
|
3756
3704
|
/**
|
|
3757
3705
|
* Content Type
|
|
@@ -759,11 +759,21 @@ declare global {
|
|
|
759
759
|
output: falEndpoints.ViduReferenceToImageOutput;
|
|
760
760
|
};
|
|
761
761
|
|
|
762
|
+
'fal-ai/vidu/q3/text-to-video/turbo': {
|
|
763
|
+
input: falEndpoints.ViduQ3TextToVideoTurboInput;
|
|
764
|
+
output: falEndpoints.ViduQ3TextToVideoTurboOutput;
|
|
765
|
+
};
|
|
766
|
+
|
|
762
767
|
'fal-ai/vidu/q3/text-to-video': {
|
|
763
768
|
input: falEndpoints.ViduQ3TextToVideoInput;
|
|
764
769
|
output: falEndpoints.ViduQ3TextToVideoOutput;
|
|
765
770
|
};
|
|
766
771
|
|
|
772
|
+
'fal-ai/vidu/q3/image-to-video/turbo': {
|
|
773
|
+
input: falEndpoints.ViduQ3ImageToVideoTurboInput;
|
|
774
|
+
output: falEndpoints.ViduQ3ImageToVideoTurboOutput;
|
|
775
|
+
};
|
|
776
|
+
|
|
767
777
|
'fal-ai/vidu/q3/image-to-video': {
|
|
768
778
|
input: falEndpoints.ViduQ3ImageToVideoInput;
|
|
769
779
|
output: falEndpoints.ViduQ3ImageToVideoOutput;
|
|
@@ -4139,6 +4149,16 @@ declare global {
|
|
|
4139
4149
|
output: falEndpoints.GhiblifyOutput;
|
|
4140
4150
|
};
|
|
4141
4151
|
|
|
4152
|
+
'fal-ai/genfocus/all-in-focus': {
|
|
4153
|
+
input: falEndpoints.GenfocusAllInFocusInput;
|
|
4154
|
+
output: falEndpoints.GenfocusAllInFocusOutput;
|
|
4155
|
+
};
|
|
4156
|
+
|
|
4157
|
+
'fal-ai/genfocus': {
|
|
4158
|
+
input: falEndpoints.GenfocusInput;
|
|
4159
|
+
output: falEndpoints.GenfocusOutput;
|
|
4160
|
+
};
|
|
4161
|
+
|
|
4142
4162
|
'fal-ai/gemini-flash-edit/multi': {
|
|
4143
4163
|
input: falEndpoints.GeminiFlashEditMultiInput;
|
|
4144
4164
|
output: falEndpoints.GeminiFlashEditMultiOutput;
|