getaiapi 1.0.0-alpha.2 → 1.0.0-alpha.3

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.
@@ -32511,11 +32511,9 @@ var registry_default = [
32511
32511
  video: "video_url",
32512
32512
  image: "image_url",
32513
32513
  prompt: "prompt",
32514
- resolution: "resolution",
32515
- seed: "seed",
32516
- guidance: "guidance_scale",
32517
- steps: "num_inference_steps",
32518
- safety: "enable_safety_checker"
32514
+ character_orientation: "character_orientation",
32515
+ keep_audio: "keep_original_sound",
32516
+ elements: "elements"
32519
32517
  },
32520
32518
  output_map: {
32521
32519
  type: "video",
@@ -32530,13 +32528,11 @@ var registry_default = [
32530
32528
  auth_env: "REPLICATE_API_TOKEN",
32531
32529
  param_map: {
32532
32530
  video: "video",
32533
- image: "character_image",
32531
+ image: "image",
32534
32532
  prompt: "prompt",
32535
- resolution: "resolution",
32536
- seed: "seed",
32537
- guidance: "guidance_scale",
32538
- steps: "num_inference_steps",
32539
- safety: "enable_safety_checker"
32533
+ character_orientation: "character_orientation",
32534
+ mode: "mode",
32535
+ keep_audio: "keep_original_sound"
32540
32536
  },
32541
32537
  output_map: {
32542
32538
  type: "video",
@@ -45366,15 +45362,15 @@ var registry_default = [
45366
45362
  auth_env: "FAL_KEY",
45367
45363
  param_map: {
45368
45364
  prompt: "prompt",
45369
- negative_prompt: "negative_prompt",
45365
+ images: "image_urls",
45370
45366
  count: "num_images",
45371
- size: "image_size",
45372
- guidance: "guidance_scale",
45373
- steps: "num_inference_steps",
45374
45367
  seed: "seed",
45368
+ resolution: "resolution",
45369
+ aspect_ratio: "aspect_ratio",
45375
45370
  format: "output_format",
45376
- quality: "quality",
45377
- safety: "enable_safety_checker"
45371
+ safety_tolerance: "safety_tolerance",
45372
+ web_search: "enable_web_search",
45373
+ thinking_level: "thinking_level"
45378
45374
  },
45379
45375
  output_map: {
45380
45376
  type: "image",
@@ -45389,18 +45385,12 @@ var registry_default = [
45389
45385
  auth_env: "REPLICATE_API_TOKEN",
45390
45386
  param_map: {
45391
45387
  prompt: "prompt",
45392
- negative_prompt: "negative_prompt",
45393
- count: "num_outputs",
45394
- size: [
45395
- "width",
45396
- "height"
45397
- ],
45398
- guidance: "guidance",
45399
- steps: "num_inference_steps",
45400
- seed: "seed",
45388
+ images: "image_input",
45389
+ resolution: "resolution",
45390
+ aspect_ratio: "aspect_ratio",
45401
45391
  format: "output_format",
45402
- quality: "output_quality",
45403
- safety: "disable_safety_checker"
45392
+ web_search: "google_search",
45393
+ image_search: "image_search"
45404
45394
  },
45405
45395
  output_map: {
45406
45396
  type: "image",
@@ -45432,15 +45422,16 @@ var registry_default = [
45432
45422
  endpoint: "fal-ai/nano-banana-2/edit",
45433
45423
  auth_env: "FAL_KEY",
45434
45424
  param_map: {
45435
- image: "image_url",
45436
- images: "image_urls",
45437
45425
  prompt: "prompt",
45438
- strength: "strength",
45439
- mask: "mask_url",
45426
+ images: "image_urls",
45427
+ count: "num_images",
45440
45428
  seed: "seed",
45429
+ resolution: "resolution",
45430
+ aspect_ratio: "aspect_ratio",
45441
45431
  format: "output_format",
45442
- quality: "quality",
45443
- safety: "enable_safety_checker"
45432
+ safety_tolerance: "safety_tolerance",
45433
+ web_search: "enable_web_search",
45434
+ thinking_level: "thinking_level"
45444
45435
  },
45445
45436
  output_map: {
45446
45437
  type: "image",
@@ -45454,15 +45445,11 @@ var registry_default = [
45454
45445
  endpoint: "google/nano-banana-2/edit",
45455
45446
  auth_env: "WAVESPEED_API_KEY",
45456
45447
  param_map: {
45457
- image: "image_url",
45458
- images: "image_urls",
45459
45448
  prompt: "prompt",
45460
- strength: "strength",
45461
- mask: "mask_url",
45449
+ image: "image",
45450
+ images: "image_urls",
45462
45451
  seed: "seed",
45463
- format: "output_format",
45464
- quality: "quality",
45465
- safety: "enable_safety_checker"
45452
+ format: "output_format"
45466
45453
  },
45467
45454
  output_map: {
45468
45455
  type: "image",
@@ -48632,6 +48619,7 @@ var registry_default = [
48632
48619
  modality: {
48633
48620
  inputs: [
48634
48621
  "audio",
48622
+ "text",
48635
48623
  "video"
48636
48624
  ],
48637
48625
  outputs: [
@@ -48646,13 +48634,9 @@ var registry_default = [
48646
48634
  auth_env: "FAL_KEY",
48647
48635
  param_map: {
48648
48636
  video: "video_url",
48649
- image: "image_url",
48650
- prompt: "prompt",
48651
- resolution: "resolution",
48652
- seed: "seed",
48653
- guidance: "guidance_scale",
48654
- steps: "num_inference_steps",
48655
- safety: "enable_safety_checker"
48637
+ audio: "audio_url",
48638
+ text: "text",
48639
+ voice_id: "voice_id"
48656
48640
  },
48657
48641
  output_map: {
48658
48642
  type: "video",
@@ -48667,13 +48651,7 @@ var registry_default = [
48667
48651
  auth_env: "REPLICATE_API_TOKEN",
48668
48652
  param_map: {
48669
48653
  video: "video",
48670
- image: "character_image",
48671
- prompt: "prompt",
48672
- resolution: "resolution",
48673
- seed: "seed",
48674
- guidance: "guidance_scale",
48675
- steps: "num_inference_steps",
48676
- safety: "enable_safety_checker"
48654
+ audio: "audio"
48677
48655
  },
48678
48656
  output_map: {
48679
48657
  type: "video",
@@ -48950,12 +48928,11 @@ var registry_default = [
48950
48928
  param_map: {
48951
48929
  video: "video_url",
48952
48930
  image: "image_url",
48953
- prompt: "prompt",
48954
48931
  resolution: "resolution",
48955
48932
  seed: "seed",
48956
- guidance: "guidance_scale",
48957
- steps: "num_inference_steps",
48958
- safety: "enable_safety_checker"
48933
+ mode: "mode",
48934
+ keep_audio: "original_sound_switch",
48935
+ keyframe: "keyframe_id"
48959
48936
  },
48960
48937
  output_map: {
48961
48938
  type: "video",
@@ -64763,14 +64740,19 @@ var registry_default = [
64763
64740
  endpoint: "fal-ai/wan/v2.2-14b/animate/move",
64764
64741
  auth_env: "FAL_KEY",
64765
64742
  param_map: {
64743
+ video: "video_url",
64766
64744
  image: "image_url",
64767
- prompt: "prompt",
64768
- negative_prompt: "negative_prompt",
64745
+ resolution: "resolution",
64769
64746
  seed: "seed",
64770
64747
  guidance: "guidance_scale",
64771
64748
  steps: "num_inference_steps",
64772
- format: "output_format",
64773
- safety: "enable_safety_checker"
64749
+ safety: "enable_safety_checker",
64750
+ shift: "shift",
64751
+ video_write_mode: "video_write_mode",
64752
+ video_quality: "video_quality",
64753
+ turbo: "use_turbo",
64754
+ output_safety: "enable_output_safety_checker",
64755
+ return_frames_zip: "return_frames_zip"
64774
64756
  },
64775
64757
  output_map: {
64776
64758
  type: "video",
@@ -64804,12 +64786,17 @@ var registry_default = [
64804
64786
  param_map: {
64805
64787
  video: "video_url",
64806
64788
  image: "image_url",
64807
- prompt: "prompt",
64808
64789
  resolution: "resolution",
64809
64790
  seed: "seed",
64810
64791
  guidance: "guidance_scale",
64811
64792
  steps: "num_inference_steps",
64812
- safety: "enable_safety_checker"
64793
+ safety: "enable_safety_checker",
64794
+ shift: "shift",
64795
+ video_write_mode: "video_write_mode",
64796
+ video_quality: "video_quality",
64797
+ turbo: "use_turbo",
64798
+ output_safety: "enable_output_safety_checker",
64799
+ return_frames_zip: "return_frames_zip"
64813
64800
  },
64814
64801
  output_map: {
64815
64802
  type: "video",
@@ -64825,12 +64812,10 @@ var registry_default = [
64825
64812
  param_map: {
64826
64813
  video: "video",
64827
64814
  image: "character_image",
64828
- prompt: "prompt",
64829
64815
  resolution: "resolution",
64830
64816
  seed: "seed",
64831
- guidance: "guidance_scale",
64832
- steps: "num_inference_steps",
64833
- safety: "enable_safety_checker"
64817
+ keep_audio: "merge_audio",
64818
+ turbo: "go_fast"
64834
64819
  },
64835
64820
  output_map: {
64836
64821
  type: "video",
@@ -72080,4 +72065,4 @@ export {
72080
72065
  listModels,
72081
72066
  deriveCategory
72082
72067
  };
72083
- //# sourceMappingURL=chunk-34X3VRM3.js.map
72068
+ //# sourceMappingURL=chunk-HNBZJY7Z.js.map