getaiapi 1.0.2 → 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",
@@ -30467,6 +30469,7 @@ var registry_default = [
30467
30469
  endpoint: "fal-ai/kling-video/ai-avatar/v2/pro",
30468
30470
  auth_env: "FAL_KEY",
30469
30471
  param_map: {
30472
+ audio: "audio_url",
30470
30473
  image: "image_url",
30471
30474
  prompt: "prompt",
30472
30475
  negative_prompt: "negative_prompt",
@@ -43890,7 +43893,8 @@ var registry_default = [
43890
43893
  ],
43891
43894
  modality: {
43892
43895
  inputs: [
43893
- "audio"
43896
+ "audio",
43897
+ "text"
43894
43898
  ],
43895
43899
  outputs: [
43896
43900
  "audio"
@@ -43903,7 +43907,12 @@ var registry_default = [
43903
43907
  endpoint: "fal-ai/minimax/voice-clone",
43904
43908
  auth_env: "FAL_KEY",
43905
43909
  param_map: {
43906
- 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"
43907
43916
  },
43908
43917
  output_map: {
43909
43918
  type: "audio",
@@ -72493,4 +72502,4 @@ export {
72493
72502
  listModels,
72494
72503
  deriveCategory
72495
72504
  };
72496
- //# sourceMappingURL=chunk-PVXMWUHJ.js.map
72505
+ //# sourceMappingURL=chunk-4KILZBQH.js.map