getaiapi 1.0.3 → 1.0.5
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
|
-
|
|
23325
|
-
|
|
23326
|
-
|
|
23327
|
-
|
|
23328
|
-
|
|
23329
|
-
|
|
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
|
-
|
|
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",
|
|
@@ -60160,13 +60168,9 @@ var registry_default = [
|
|
|
60160
60168
|
auth_env: "FAL_KEY",
|
|
60161
60169
|
param_map: {
|
|
60162
60170
|
video: "video_url",
|
|
60163
|
-
|
|
60164
|
-
|
|
60165
|
-
|
|
60166
|
-
seed: "seed",
|
|
60167
|
-
guidance: "guidance_scale",
|
|
60168
|
-
steps: "num_inference_steps",
|
|
60169
|
-
safety: "enable_safety_checker"
|
|
60171
|
+
audio: "audio_url",
|
|
60172
|
+
model: "model",
|
|
60173
|
+
sync_mode: "sync_mode"
|
|
60170
60174
|
},
|
|
60171
60175
|
output_map: {
|
|
60172
60176
|
type: "video",
|
|
@@ -72494,4 +72498,4 @@ export {
|
|
|
72494
72498
|
listModels,
|
|
72495
72499
|
deriveCategory
|
|
72496
72500
|
};
|
|
72497
|
-
//# sourceMappingURL=chunk-
|
|
72501
|
+
//# sourceMappingURL=chunk-ONS4P4YK.js.map
|