fal-endpoint-types 1.3.31 → 1.3.33
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 +25 -0
- package/types/fal/endpoints/schema.d.ts +932 -871
package/package.json
CHANGED
|
@@ -1024,6 +1024,16 @@ declare global {
|
|
|
1024
1024
|
output: falEndpoints.TheraOutput;
|
|
1025
1025
|
};
|
|
1026
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
|
+
|
|
1027
1037
|
'fal-ai/t2v-turbo': {
|
|
1028
1038
|
input: falEndpoints.T2vTurboInput;
|
|
1029
1039
|
output: falEndpoints.T2vTurboOutput;
|
|
@@ -1194,6 +1204,11 @@ declare global {
|
|
|
1194
1204
|
output: falEndpoints.Sora2ImageToVideoOutput;
|
|
1195
1205
|
};
|
|
1196
1206
|
|
|
1207
|
+
'fal-ai/sora-2/characters': {
|
|
1208
|
+
input: falEndpoints.Sora2CharactersInput;
|
|
1209
|
+
output: falEndpoints.Sora2CharactersOutput;
|
|
1210
|
+
};
|
|
1211
|
+
|
|
1197
1212
|
'fal-ai/smart-turn': {
|
|
1198
1213
|
input: falEndpoints.SmartTurnInput;
|
|
1199
1214
|
output: falEndpoints.SmartTurnOutput;
|
|
@@ -2064,6 +2079,11 @@ declare global {
|
|
|
2064
2079
|
output: falEndpoints.PiflowOutput;
|
|
2065
2080
|
};
|
|
2066
2081
|
|
|
2082
|
+
'fal-ai/physic-edit': {
|
|
2083
|
+
input: falEndpoints.PhysicEditInput;
|
|
2084
|
+
output: falEndpoints.PhysicEditOutput;
|
|
2085
|
+
};
|
|
2086
|
+
|
|
2067
2087
|
'fal-ai/photomaker': {
|
|
2068
2088
|
input: falEndpoints.PhotomakerInput;
|
|
2069
2089
|
output: falEndpoints.PhotomakerOutput;
|
|
@@ -2559,6 +2579,11 @@ declare global {
|
|
|
2559
2579
|
output: falEndpoints.Lyria2Output;
|
|
2560
2580
|
};
|
|
2561
2581
|
|
|
2582
|
+
'fal-ai/lux-tts': {
|
|
2583
|
+
input: falEndpoints.LuxTtsInput;
|
|
2584
|
+
output: falEndpoints.LuxTtsOutput;
|
|
2585
|
+
};
|
|
2586
|
+
|
|
2562
2587
|
'fal-ai/lumina-image/v2': {
|
|
2563
2588
|
input: falEndpoints.LuminaImageV2Input;
|
|
2564
2589
|
output: falEndpoints.LuminaImageV2Output;
|