fal-endpoint-types 1.3.42 → 1.3.44

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.42",
3
+ "version": "1.3.44",
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": {
@@ -3363,6 +3363,29 @@ export interface LoudnessNormalizationSetting {
3363
3363
  target_range?: number;
3364
3364
  }
3365
3365
 
3366
+ export interface LoraWeight_6 {
3367
+ /**
3368
+ * Force
3369
+ * @description If set to true, the embedding will be forced to be used.
3370
+ * @default false
3371
+ */
3372
+ force?: boolean;
3373
+ /**
3374
+ * Path
3375
+ * @description URL or path to a LoRA safetensors file. Or HF model name that resolves to safetensors weights.
3376
+ * @example https://civitai.com/api/download/models/135931
3377
+ * @example https://filebin.net/3chfqasxpqu21y8n/my-custom-lora-v1.safetensors
3378
+ */
3379
+ path: string;
3380
+ /**
3381
+ * Scale
3382
+ * @description The scale of the LoRA weight. This is used to scale the LoRA weight
3383
+ * before merging it with the base model.
3384
+ * @default 1
3385
+ */
3386
+ scale?: number;
3387
+ }
3388
+
3366
3389
  export interface LoraWeight_5 {
3367
3390
  /**
3368
3391
  * Path
@@ -824,6 +824,11 @@ declare global {
824
824
  output: falEndpoints.ViduQ3TextToVideoOutput;
825
825
  };
826
826
 
827
+ 'fal-ai/vidu/q3/reference-to-video/mix': {
828
+ input: falEndpoints.ViduQ3ReferenceToVideoMixInput;
829
+ output: falEndpoints.ViduQ3ReferenceToVideoMixOutput;
830
+ };
831
+
827
832
  'fal-ai/vidu/q3/image-to-video/turbo': {
828
833
  input: falEndpoints.ViduQ3ImageToVideoTurboInput;
829
834
  output: falEndpoints.ViduQ3ImageToVideoTurboOutput;
@@ -1119,6 +1124,11 @@ declare global {
1119
1124
  output: falEndpoints.T2vTurboOutput;
1120
1125
  };
1121
1126
 
1127
+ 'fal-ai/sync-lipsync/v3': {
1128
+ input: falEndpoints.SyncLipsyncV3Input;
1129
+ output: falEndpoints.SyncLipsyncV3Output;
1130
+ };
1131
+
1122
1132
  'fal-ai/sync-lipsync/v2/pro': {
1123
1133
  input: falEndpoints.SyncLipsyncV2ProInput;
1124
1134
  output: falEndpoints.SyncLipsyncV2ProOutput;
@@ -1559,6 +1569,11 @@ declare global {
1559
1569
  output: falEndpoints.Recraft20bOutput;
1560
1570
  };
1561
1571
 
1572
+ 'fal-ai/reconviagen-0.5': {
1573
+ input: falEndpoints.Reconviagen05Input;
1574
+ output: falEndpoints.Reconviagen05Output;
1575
+ };
1576
+
1562
1577
  'fal-ai/realistic-vision': {
1563
1578
  input: falEndpoints.RealisticVisionInput;
1564
1579
  output: falEndpoints.RealisticVisionOutput;
@@ -3679,6 +3694,11 @@ declare global {
3679
3694
  output: falEndpoints.Kandinsky5ProImageToVideoOutput;
3680
3695
  };
3681
3696
 
3697
+ 'fal-ai/joyai-image-edit': {
3698
+ input: falEndpoints.JoyaiImageEditInput;
3699
+ output: falEndpoints.JoyaiImageEditOutput;
3700
+ };
3701
+
3682
3702
  'fal-ai/janus': {
3683
3703
  input: falEndpoints.JanusInput;
3684
3704
  output: falEndpoints.JanusOutput;
@@ -4064,6 +4084,16 @@ declare global {
4064
4084
  output: falEndpoints.IdeogramV3ReframeOutput;
4065
4085
  };
4066
4086
 
4087
+ 'fal-ai/ideogram/v3/layerize-text': {
4088
+ input: falEndpoints.IdeogramV3LayerizeTextInput;
4089
+ output: falEndpoints.IdeogramV3LayerizeTextOutput;
4090
+ };
4091
+
4092
+ 'fal-ai/ideogram/v3/generate-transparent': {
4093
+ input: falEndpoints.IdeogramV3GenerateTransparentInput;
4094
+ output: falEndpoints.IdeogramV3GenerateTransparentOutput;
4095
+ };
4096
+
4067
4097
  'fal-ai/ideogram/v3/edit': {
4068
4098
  input: falEndpoints.IdeogramV3EditInput;
4069
4099
  output: falEndpoints.IdeogramV3EditOutput;
@@ -4224,11 +4254,6 @@ declare global {
4224
4254
  output: falEndpoints.Hunyuan3dV3ImageTo3dOutput;
4225
4255
  };
4226
4256
 
4227
- 'fal-ai/hunyuan3d-v21': {
4228
- input: falEndpoints.Hunyuan3dV21Input;
4229
- output: falEndpoints.Hunyuan3dV21Output;
4230
- };
4231
-
4232
4257
  'fal-ai/hunyuan-video/video-to-video': {
4233
4258
  input: falEndpoints.HunyuanVideoVideoToVideoInput;
4234
4259
  output: falEndpoints.HunyuanVideoVideoToVideoOutput;
@@ -6170,8 +6195,8 @@ declare global {
6170
6195
  };
6171
6196
 
6172
6197
  'bria/text-to-image/3.2': {
6173
- input: falEndpoints.BriaTextToImage32Input;
6174
- output: falEndpoints.BriaTextToImage32Output;
6198
+ input: { [x in string]: any };
6199
+ output: { [x in string]: any };
6175
6200
  };
6176
6201
 
6177
6202
  'bria/replace-background': {