fal-endpoint-types 1.3.42 → 1.3.43
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 +27 -7
- package/types/fal/endpoints/schema.d.ts +1622 -1243
package/package.json
CHANGED
|
@@ -1119,6 +1119,11 @@ declare global {
|
|
|
1119
1119
|
output: falEndpoints.T2vTurboOutput;
|
|
1120
1120
|
};
|
|
1121
1121
|
|
|
1122
|
+
'fal-ai/sync-lipsync/v3': {
|
|
1123
|
+
input: falEndpoints.SyncLipsyncV3Input;
|
|
1124
|
+
output: falEndpoints.SyncLipsyncV3Output;
|
|
1125
|
+
};
|
|
1126
|
+
|
|
1122
1127
|
'fal-ai/sync-lipsync/v2/pro': {
|
|
1123
1128
|
input: falEndpoints.SyncLipsyncV2ProInput;
|
|
1124
1129
|
output: falEndpoints.SyncLipsyncV2ProOutput;
|
|
@@ -1559,6 +1564,11 @@ declare global {
|
|
|
1559
1564
|
output: falEndpoints.Recraft20bOutput;
|
|
1560
1565
|
};
|
|
1561
1566
|
|
|
1567
|
+
'fal-ai/reconviagen-0.5': {
|
|
1568
|
+
input: falEndpoints.Reconviagen05Input;
|
|
1569
|
+
output: falEndpoints.Reconviagen05Output;
|
|
1570
|
+
};
|
|
1571
|
+
|
|
1562
1572
|
'fal-ai/realistic-vision': {
|
|
1563
1573
|
input: falEndpoints.RealisticVisionInput;
|
|
1564
1574
|
output: falEndpoints.RealisticVisionOutput;
|
|
@@ -3679,6 +3689,11 @@ declare global {
|
|
|
3679
3689
|
output: falEndpoints.Kandinsky5ProImageToVideoOutput;
|
|
3680
3690
|
};
|
|
3681
3691
|
|
|
3692
|
+
'fal-ai/joyai-image-edit': {
|
|
3693
|
+
input: falEndpoints.JoyaiImageEditInput;
|
|
3694
|
+
output: falEndpoints.JoyaiImageEditOutput;
|
|
3695
|
+
};
|
|
3696
|
+
|
|
3682
3697
|
'fal-ai/janus': {
|
|
3683
3698
|
input: falEndpoints.JanusInput;
|
|
3684
3699
|
output: falEndpoints.JanusOutput;
|
|
@@ -4064,6 +4079,16 @@ declare global {
|
|
|
4064
4079
|
output: falEndpoints.IdeogramV3ReframeOutput;
|
|
4065
4080
|
};
|
|
4066
4081
|
|
|
4082
|
+
'fal-ai/ideogram/v3/layerize-text': {
|
|
4083
|
+
input: falEndpoints.IdeogramV3LayerizeTextInput;
|
|
4084
|
+
output: falEndpoints.IdeogramV3LayerizeTextOutput;
|
|
4085
|
+
};
|
|
4086
|
+
|
|
4087
|
+
'fal-ai/ideogram/v3/generate-transparent': {
|
|
4088
|
+
input: falEndpoints.IdeogramV3GenerateTransparentInput;
|
|
4089
|
+
output: falEndpoints.IdeogramV3GenerateTransparentOutput;
|
|
4090
|
+
};
|
|
4091
|
+
|
|
4067
4092
|
'fal-ai/ideogram/v3/edit': {
|
|
4068
4093
|
input: falEndpoints.IdeogramV3EditInput;
|
|
4069
4094
|
output: falEndpoints.IdeogramV3EditOutput;
|
|
@@ -4224,11 +4249,6 @@ declare global {
|
|
|
4224
4249
|
output: falEndpoints.Hunyuan3dV3ImageTo3dOutput;
|
|
4225
4250
|
};
|
|
4226
4251
|
|
|
4227
|
-
'fal-ai/hunyuan3d-v21': {
|
|
4228
|
-
input: falEndpoints.Hunyuan3dV21Input;
|
|
4229
|
-
output: falEndpoints.Hunyuan3dV21Output;
|
|
4230
|
-
};
|
|
4231
|
-
|
|
4232
4252
|
'fal-ai/hunyuan-video/video-to-video': {
|
|
4233
4253
|
input: falEndpoints.HunyuanVideoVideoToVideoInput;
|
|
4234
4254
|
output: falEndpoints.HunyuanVideoVideoToVideoOutput;
|
|
@@ -6170,8 +6190,8 @@ declare global {
|
|
|
6170
6190
|
};
|
|
6171
6191
|
|
|
6172
6192
|
'bria/text-to-image/3.2': {
|
|
6173
|
-
input:
|
|
6174
|
-
output:
|
|
6193
|
+
input: { [x in string]: any };
|
|
6194
|
+
output: { [x in string]: any };
|
|
6175
6195
|
};
|
|
6176
6196
|
|
|
6177
6197
|
'bria/replace-background': {
|