getaiapi 1.0.3 → 1.0.4

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.
@@ -23306,7 +23306,9 @@ var registry_default = [
23306
23306
  ],
23307
23307
  modality: {
23308
23308
  inputs: [
23309
- "image"
23309
+ "image",
23310
+ "text",
23311
+ "audio"
23310
23312
  ],
23311
23313
  outputs: [
23312
23314
  "video"
@@ -23321,12 +23323,12 @@ var registry_default = [
23321
23323
  param_map: {
23322
23324
  image: "image_url",
23323
23325
  prompt: "prompt",
23324
- negative_prompt: "negative_prompt",
23325
- seed: "seed",
23326
- guidance: "guidance_scale",
23327
- steps: "num_inference_steps",
23328
- format: "output_format",
23329
- safety: "enable_safety_checker"
23326
+ audio: "audio_url",
23327
+ voice: "voice",
23328
+ resolution: "resolution",
23329
+ caption: "caption",
23330
+ talking_style: "talking_style",
23331
+ expression: "expression"
23330
23332
  },
23331
23333
  output_map: {
23332
23334
  type: "video",
@@ -43891,7 +43893,8 @@ var registry_default = [
43891
43893
  ],
43892
43894
  modality: {
43893
43895
  inputs: [
43894
- "audio"
43896
+ "audio",
43897
+ "text"
43895
43898
  ],
43896
43899
  outputs: [
43897
43900
  "audio"
@@ -43904,7 +43907,12 @@ var registry_default = [
43904
43907
  endpoint: "fal-ai/minimax/voice-clone",
43905
43908
  auth_env: "FAL_KEY",
43906
43909
  param_map: {
43907
- image: "images_data_url"
43910
+ audio: "audio_url",
43911
+ prompt: "text",
43912
+ model: "model",
43913
+ accuracy: "accuracy",
43914
+ noise_reduction: "noise_reduction",
43915
+ volume_normalization: "need_volume_normalization"
43908
43916
  },
43909
43917
  output_map: {
43910
43918
  type: "audio",
@@ -72494,4 +72502,4 @@ export {
72494
72502
  listModels,
72495
72503
  deriveCategory
72496
72504
  };
72497
- //# sourceMappingURL=chunk-3DXKHPWP.js.map
72505
+ //# sourceMappingURL=chunk-4KILZBQH.js.map