fal-endpoint-types 1.3.30 → 1.3.32
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
|
@@ -6359,6 +6359,15 @@ export interface BBoxPromptBase {
|
|
|
6359
6359
|
y_min?: number;
|
|
6360
6360
|
}
|
|
6361
6361
|
|
|
6362
|
+
export interface BasicAnimations {
|
|
6363
|
+
running_armature_glb?: File;
|
|
6364
|
+
running_fbx?: File;
|
|
6365
|
+
running_glb?: File;
|
|
6366
|
+
walking_armature_glb?: File;
|
|
6367
|
+
walking_fbx?: File;
|
|
6368
|
+
walking_glb?: File;
|
|
6369
|
+
}
|
|
6370
|
+
|
|
6362
6371
|
export interface AvatarIVBackground {
|
|
6363
6372
|
/**
|
|
6364
6373
|
* Type
|
|
@@ -189,6 +189,11 @@ declare global {
|
|
|
189
189
|
output: falEndpoints.ResembleaiChatterboxhdSpeechToSpeechOutput;
|
|
190
190
|
};
|
|
191
191
|
|
|
192
|
+
'pixelcut/background-removal': {
|
|
193
|
+
input: falEndpoints.PixelcutBackgroundRemovalInput;
|
|
194
|
+
output: falEndpoints.PixelcutBackgroundRemovalOutput;
|
|
195
|
+
};
|
|
196
|
+
|
|
192
197
|
'perceptron/isaac-01/openai/v1/chat/completions': {
|
|
193
198
|
input: { [x in string]: any };
|
|
194
199
|
output: { [x in string]: any };
|
|
@@ -934,6 +939,16 @@ declare global {
|
|
|
934
939
|
output: falEndpoints.Veo2Output;
|
|
935
940
|
};
|
|
936
941
|
|
|
942
|
+
'fal-ai/vecglypher/image-to-svg': {
|
|
943
|
+
input: falEndpoints.VecglypherImageToSvgInput;
|
|
944
|
+
output: falEndpoints.VecglypherImageToSvgOutput;
|
|
945
|
+
};
|
|
946
|
+
|
|
947
|
+
'fal-ai/vecglypher': {
|
|
948
|
+
input: falEndpoints.VecglypherInput;
|
|
949
|
+
output: falEndpoints.VecglypherOutput;
|
|
950
|
+
};
|
|
951
|
+
|
|
937
952
|
'fal-ai/uso': {
|
|
938
953
|
input: falEndpoints.UsoInput;
|
|
939
954
|
output: falEndpoints.UsoOutput;
|
|
@@ -1009,6 +1024,16 @@ declare global {
|
|
|
1009
1024
|
output: falEndpoints.TheraOutput;
|
|
1010
1025
|
};
|
|
1011
1026
|
|
|
1027
|
+
'fal-ai/tada/3b/text-to-speech': {
|
|
1028
|
+
input: falEndpoints.Tada3bTextToSpeechInput;
|
|
1029
|
+
output: falEndpoints.Tada3bTextToSpeechOutput;
|
|
1030
|
+
};
|
|
1031
|
+
|
|
1032
|
+
'fal-ai/tada/1b/text-to-speech': {
|
|
1033
|
+
input: falEndpoints.Tada1bTextToSpeechInput;
|
|
1034
|
+
output: falEndpoints.Tada1bTextToSpeechOutput;
|
|
1035
|
+
};
|
|
1036
|
+
|
|
1012
1037
|
'fal-ai/t2v-turbo': {
|
|
1013
1038
|
input: falEndpoints.T2vTurboInput;
|
|
1014
1039
|
output: falEndpoints.T2vTurboOutput;
|
|
@@ -2049,6 +2074,11 @@ declare global {
|
|
|
2049
2074
|
output: falEndpoints.PiflowOutput;
|
|
2050
2075
|
};
|
|
2051
2076
|
|
|
2077
|
+
'fal-ai/physic-edit': {
|
|
2078
|
+
input: falEndpoints.PhysicEditInput;
|
|
2079
|
+
output: falEndpoints.PhysicEditOutput;
|
|
2080
|
+
};
|
|
2081
|
+
|
|
2052
2082
|
'fal-ai/photomaker': {
|
|
2053
2083
|
input: falEndpoints.PhotomakerInput;
|
|
2054
2084
|
output: falEndpoints.PhotomakerOutput;
|
|
@@ -2544,6 +2574,11 @@ declare global {
|
|
|
2544
2574
|
output: falEndpoints.Lyria2Output;
|
|
2545
2575
|
};
|
|
2546
2576
|
|
|
2577
|
+
'fal-ai/lux-tts': {
|
|
2578
|
+
input: falEndpoints.LuxTtsInput;
|
|
2579
|
+
output: falEndpoints.LuxTtsOutput;
|
|
2580
|
+
};
|
|
2581
|
+
|
|
2547
2582
|
'fal-ai/lumina-image/v2': {
|
|
2548
2583
|
input: falEndpoints.LuminaImageV2Input;
|
|
2549
2584
|
output: falEndpoints.LuminaImageV2Output;
|