getaiapi 1.2.0 → 1.3.1

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.
@@ -30181,12 +30181,13 @@ var registry_default = [
30181
30181
  ]
30182
30182
  },
30183
30183
  {
30184
- canonical_name: "kling-v1-ai-multi-shot",
30184
+ canonical_name: "kling-image-o1",
30185
30185
  aliases: [
30186
- "kling-multi-shot"
30186
+ "kling-image-o1"
30187
30187
  ],
30188
30188
  modality: {
30189
30189
  inputs: [
30190
+ "image",
30190
30191
  "text"
30191
30192
  ],
30192
30193
  outputs: [
@@ -30195,100 +30196,53 @@ var registry_default = [
30195
30196
  },
30196
30197
  providers: [
30197
30198
  {
30198
- provider: "kling",
30199
- skill_id: "kling-ai-multi-shot",
30200
- endpoint: "v1/images/ai-multi-shot",
30201
- auth_env: "KLING_ACCESS_KEY",
30199
+ provider: "fal-ai",
30200
+ skill_id: "fal-ai-kling-image-o1",
30201
+ endpoint: "fal-ai/kling-image/o1",
30202
+ auth_env: "FAL_KEY",
30202
30203
  param_map: {
30204
+ image: "image_url",
30203
30205
  prompt: "prompt",
30204
- image: "element_frontal_image"
30206
+ strength: "strength",
30207
+ seed: "seed",
30208
+ guidance: "guidance_scale",
30209
+ format: "output_format",
30210
+ quality: "quality",
30211
+ safety: "enable_safety_checker"
30205
30212
  },
30206
30213
  output_map: {
30207
30214
  type: "image",
30208
- extract_path: "task_result.images[].url",
30215
+ extract_path: "images[].url",
30209
30216
  content_type: "image/png"
30210
- },
30211
- defaults: {
30212
- model_name: "kling-v1"
30213
30217
  }
30214
- }
30215
- ]
30216
- },
30217
- {
30218
- canonical_name: "kling-v1-extend-image",
30219
- aliases: [
30220
- "kling-image-expansion"
30221
- ],
30222
- modality: {
30223
- inputs: [
30224
- "image",
30225
- "text"
30226
- ],
30227
- outputs: [
30228
- "image"
30229
- ]
30230
- },
30231
- providers: [
30218
+ },
30232
30219
  {
30233
30220
  provider: "kling",
30234
- skill_id: "kling-extend-image",
30235
- endpoint: "v1/images/image-expansion",
30236
30221
  auth_env: "KLING_ACCESS_KEY",
30222
+ skill_id: "kling-image-omni",
30223
+ endpoint: "v1/images/omni-image",
30237
30224
  param_map: {
30238
30225
  image: "image",
30239
- prompt: "prompt"
30226
+ prompt: "prompt",
30227
+ count: "n",
30228
+ aspect_ratio: "aspect_ratio"
30229
+ },
30230
+ defaults: {
30231
+ model_name: "kling-image-o1"
30240
30232
  },
30241
30233
  output_map: {
30242
30234
  type: "image",
30243
30235
  extract_path: "task_result.images[].url",
30244
30236
  content_type: "image/png"
30245
- },
30246
- defaults: {
30247
- model_name: "kling-v1"
30248
- }
30249
- }
30250
- ]
30251
- },
30252
- {
30253
- canonical_name: "kling-v1-extend-video",
30254
- aliases: [
30255
- "kling-video-extend"
30256
- ],
30257
- modality: {
30258
- inputs: [
30259
- "video",
30260
- "text"
30261
- ],
30262
- outputs: [
30263
- "video"
30264
- ]
30265
- },
30266
- providers: [
30267
- {
30268
- provider: "kling",
30269
- skill_id: "kling-extend-video",
30270
- endpoint: "v1/videos/video-extend",
30271
- auth_env: "KLING_ACCESS_KEY",
30272
- param_map: {
30273
- prompt: "prompt",
30274
- negative_prompt: "negative_prompt",
30275
- video: "video_id"
30276
- },
30277
- output_map: {
30278
- type: "video",
30279
- extract_path: "task_result.videos[].url",
30280
- content_type: "video/mp4"
30281
- },
30282
- defaults: {
30283
- model_name: "kling-v1"
30284
30237
  }
30285
30238
  }
30286
30239
  ]
30287
30240
  },
30288
30241
  {
30289
- canonical_name: "kling-image-o1",
30242
+ canonical_name: "kling-image-o3-image-to-image",
30290
30243
  aliases: [
30291
- "kling-image-o1"
30244
+ "kling-image-o3-image-to-image",
30245
+ "kling-image-o3"
30292
30246
  ],
30293
30247
  modality: {
30294
30248
  inputs: [
@@ -30300,30 +30254,10 @@ var registry_default = [
30300
30254
  ]
30301
30255
  },
30302
30256
  providers: [
30303
- {
30304
- provider: "kling",
30305
- auth_env: "KLING_ACCESS_KEY",
30306
- skill_id: "kling-image-to-image",
30307
- endpoint: "v1/images/generations",
30308
- param_map: {
30309
- prompt: "prompt",
30310
- negative_prompt: "negative_prompt",
30311
- image: "image",
30312
- count: "n"
30313
- },
30314
- defaults: {
30315
- model_name: "kling-image-o1"
30316
- },
30317
- output_map: {
30318
- type: "image",
30319
- extract_path: "task_result.images[].url",
30320
- content_type: "image/png"
30321
- }
30322
- },
30323
30257
  {
30324
30258
  provider: "fal-ai",
30325
- skill_id: "fal-ai-kling-image-o1",
30326
- endpoint: "fal-ai/kling-image/o1",
30259
+ skill_id: "fal-ai-kling-image-o3-image-to-image",
30260
+ endpoint: "fal-ai/kling-image/o3/image-to-image",
30327
30261
  auth_env: "FAL_KEY",
30328
30262
  param_map: {
30329
30263
  image: "image_url",
@@ -30340,34 +30274,17 @@ var registry_default = [
30340
30274
  extract_path: "images[].url",
30341
30275
  content_type: "image/png"
30342
30276
  }
30343
- }
30344
- ]
30345
- },
30346
- {
30347
- canonical_name: "kling-image-o3-image-to-image",
30348
- aliases: [
30349
- "kling-image-o3-image-to-image",
30350
- "kling-image-o3"
30351
- ],
30352
- modality: {
30353
- inputs: [
30354
- "image",
30355
- "text"
30356
- ],
30357
- outputs: [
30358
- "image"
30359
- ]
30360
- },
30361
- providers: [
30277
+ },
30362
30278
  {
30363
30279
  provider: "kling",
30364
30280
  auth_env: "KLING_ACCESS_KEY",
30365
- skill_id: "kling-image-to-image",
30366
- endpoint: "v1/images/generations",
30281
+ skill_id: "kling-image-omni",
30282
+ endpoint: "v1/images/omni-image",
30367
30283
  param_map: {
30368
- prompt: "prompt",
30369
30284
  image: "image",
30370
- count: "n"
30285
+ prompt: "prompt",
30286
+ count: "n",
30287
+ aspect_ratio: "aspect_ratio"
30371
30288
  },
30372
30289
  defaults: {
30373
30290
  model_name: "kling-v3-omni"
@@ -30377,27 +30294,6 @@ var registry_default = [
30377
30294
  extract_path: "task_result.images[].url",
30378
30295
  content_type: "image/png"
30379
30296
  }
30380
- },
30381
- {
30382
- provider: "fal-ai",
30383
- skill_id: "fal-ai-kling-image-o3-image-to-image",
30384
- endpoint: "fal-ai/kling-image/o3/image-to-image",
30385
- auth_env: "FAL_KEY",
30386
- param_map: {
30387
- image: "image_url",
30388
- prompt: "prompt",
30389
- strength: "strength",
30390
- seed: "seed",
30391
- guidance: "guidance_scale",
30392
- format: "output_format",
30393
- quality: "quality",
30394
- safety: "enable_safety_checker"
30395
- },
30396
- output_map: {
30397
- type: "image",
30398
- extract_path: "images[].url",
30399
- content_type: "image/png"
30400
- }
30401
30297
  }
30402
30298
  ]
30403
30299
  },
@@ -30415,25 +30311,6 @@ var registry_default = [
30415
30311
  ]
30416
30312
  },
30417
30313
  providers: [
30418
- {
30419
- provider: "kling",
30420
- auth_env: "KLING_ACCESS_KEY",
30421
- skill_id: "kling-text-to-image",
30422
- endpoint: "v1/images/generations",
30423
- param_map: {
30424
- prompt: "prompt",
30425
- negative_prompt: "negative_prompt",
30426
- count: "n"
30427
- },
30428
- defaults: {
30429
- model_name: "kling-v3-omni"
30430
- },
30431
- output_map: {
30432
- type: "image",
30433
- extract_path: "task_result.images[].url",
30434
- content_type: "image/png"
30435
- }
30436
- },
30437
30314
  {
30438
30315
  provider: "fal-ai",
30439
30316
  skill_id: "fal-ai-kling-image-o3-text-to-image",
@@ -30456,39 +30333,25 @@ var registry_default = [
30456
30333
  extract_path: "images[].url",
30457
30334
  content_type: "image/png"
30458
30335
  }
30459
- }
30460
- ]
30461
- },
30462
- {
30463
- canonical_name: "kling-v1-image-recognize",
30464
- aliases: [
30465
- "kling-image-understanding"
30466
- ],
30467
- modality: {
30468
- inputs: [
30469
- "image",
30470
- "text"
30471
- ],
30472
- outputs: [
30473
- "text"
30474
- ]
30475
- },
30476
- providers: [
30336
+ },
30477
30337
  {
30478
30338
  provider: "kling",
30479
- skill_id: "kling-image-recognize",
30480
- endpoint: "v1/images/image-recognize",
30481
30339
  auth_env: "KLING_ACCESS_KEY",
30340
+ skill_id: "kling-image-omni",
30341
+ endpoint: "v1/images/omni-image",
30482
30342
  param_map: {
30483
- image: "image"
30484
- },
30485
- output_map: {
30486
- type: "text",
30487
- extract_path: "task_result.text",
30488
- content_type: "text/plain"
30343
+ prompt: "prompt",
30344
+ negative_prompt: "negative_prompt",
30345
+ count: "n",
30346
+ aspect_ratio: "aspect_ratio"
30489
30347
  },
30490
30348
  defaults: {
30491
- model_name: "kling-v1"
30349
+ model_name: "kling-v3-omni"
30350
+ },
30351
+ output_map: {
30352
+ type: "image",
30353
+ extract_path: "task_result.images[].url",
30354
+ content_type: "image/png"
30492
30355
  }
30493
30356
  }
30494
30357
  ]
@@ -30509,25 +30372,6 @@ var registry_default = [
30509
30372
  ]
30510
30373
  },
30511
30374
  providers: [
30512
- {
30513
- provider: "kling",
30514
- auth_env: "KLING_ACCESS_KEY",
30515
- skill_id: "kling-image-to-image",
30516
- endpoint: "v1/images/generations",
30517
- param_map: {
30518
- prompt: "prompt",
30519
- image: "image",
30520
- count: "n"
30521
- },
30522
- defaults: {
30523
- model_name: "kling-v3"
30524
- },
30525
- output_map: {
30526
- type: "image",
30527
- extract_path: "task_result.images[].url",
30528
- content_type: "image/png"
30529
- }
30530
- },
30531
30375
  {
30532
30376
  provider: "fal-ai",
30533
30377
  skill_id: "fal-ai-kling-image-v3-image-to-image",
@@ -30548,6 +30392,26 @@ var registry_default = [
30548
30392
  extract_path: "images[].url",
30549
30393
  content_type: "image/png"
30550
30394
  }
30395
+ },
30396
+ {
30397
+ provider: "kling",
30398
+ auth_env: "KLING_ACCESS_KEY",
30399
+ skill_id: "kling-image-generation",
30400
+ endpoint: "v1/images/generations",
30401
+ param_map: {
30402
+ image: "image",
30403
+ prompt: "prompt",
30404
+ count: "n",
30405
+ aspect_ratio: "aspect_ratio"
30406
+ },
30407
+ defaults: {
30408
+ model_name: "kling-v3"
30409
+ },
30410
+ output_map: {
30411
+ type: "image",
30412
+ extract_path: "task_result.images[].url",
30413
+ content_type: "image/png"
30414
+ }
30551
30415
  }
30552
30416
  ]
30553
30417
  },
@@ -30565,25 +30429,6 @@ var registry_default = [
30565
30429
  ]
30566
30430
  },
30567
30431
  providers: [
30568
- {
30569
- provider: "kling",
30570
- auth_env: "KLING_ACCESS_KEY",
30571
- skill_id: "kling-text-to-image",
30572
- endpoint: "v1/images/generations",
30573
- param_map: {
30574
- prompt: "prompt",
30575
- negative_prompt: "negative_prompt",
30576
- count: "n"
30577
- },
30578
- defaults: {
30579
- model_name: "kling-v3"
30580
- },
30581
- output_map: {
30582
- type: "image",
30583
- extract_path: "task_result.images[].url",
30584
- content_type: "image/png"
30585
- }
30586
- },
30587
30432
  {
30588
30433
  provider: "fal-ai",
30589
30434
  skill_id: "fal-ai-kling-image-v3-text-to-image",
@@ -30606,38 +30451,25 @@ var registry_default = [
30606
30451
  extract_path: "images[].url",
30607
30452
  content_type: "image/png"
30608
30453
  }
30609
- }
30610
- ]
30611
- },
30612
- {
30613
- canonical_name: "kling-v1-text-to-audio",
30614
- aliases: [
30615
- "kling-audio-generation"
30616
- ],
30617
- modality: {
30618
- inputs: [
30619
- "text"
30620
- ],
30621
- outputs: [
30622
- "audio"
30623
- ]
30624
- },
30625
- providers: [
30454
+ },
30626
30455
  {
30627
30456
  provider: "kling",
30628
- skill_id: "kling-text-to-audio",
30629
- endpoint: "v1/audios/generation",
30630
30457
  auth_env: "KLING_ACCESS_KEY",
30458
+ skill_id: "kling-image-generation",
30459
+ endpoint: "v1/images/generations",
30631
30460
  param_map: {
30632
- prompt: "prompt"
30633
- },
30634
- output_map: {
30635
- type: "audio",
30636
- extract_path: "task_result.audios[].url",
30637
- content_type: "audio/mpeg"
30461
+ prompt: "prompt",
30462
+ negative_prompt: "negative_prompt",
30463
+ count: "n",
30464
+ aspect_ratio: "aspect_ratio"
30638
30465
  },
30639
30466
  defaults: {
30640
- model_name: "kling-v1"
30467
+ model_name: "kling-v3"
30468
+ },
30469
+ output_map: {
30470
+ type: "image",
30471
+ extract_path: "task_result.images[].url",
30472
+ content_type: "image/png"
30641
30473
  }
30642
30474
  }
30643
30475
  ]
@@ -30656,23 +30488,6 @@ var registry_default = [
30656
30488
  ]
30657
30489
  },
30658
30490
  providers: [
30659
- {
30660
- provider: "kling",
30661
- auth_env: "KLING_ACCESS_KEY",
30662
- skill_id: "kling-virtual-try-on",
30663
- endpoint: "v1/images/kolors-virtual-try-on",
30664
- param_map: {
30665
- image: "human_image"
30666
- },
30667
- defaults: {
30668
- model_name: "kolors-virtual-try-on"
30669
- },
30670
- output_map: {
30671
- type: "image",
30672
- extract_path: "task_result.images[].url",
30673
- content_type: "image/png"
30674
- }
30675
- },
30676
30491
  {
30677
30492
  provider: "fal-ai",
30678
30493
  skill_id: "fal-ai-kling-v1-5-kolors-virtual-try-on",
@@ -30693,6 +30508,24 @@ var registry_default = [
30693
30508
  extract_path: "images[].url",
30694
30509
  content_type: "image/png"
30695
30510
  }
30511
+ },
30512
+ {
30513
+ provider: "kling",
30514
+ auth_env: "KLING_ACCESS_KEY",
30515
+ skill_id: "kling-virtual-try-on",
30516
+ endpoint: "v1/images/kolors-virtual-try-on",
30517
+ param_map: {
30518
+ image: "human_image",
30519
+ cloth_image: "cloth_image"
30520
+ },
30521
+ defaults: {
30522
+ model_name: "kolors-virtual-try-on-v1-5"
30523
+ },
30524
+ output_map: {
30525
+ type: "image",
30526
+ extract_path: "task_result.images[].url",
30527
+ content_type: "image/png"
30528
+ }
30696
30529
  }
30697
30530
  ]
30698
30531
  },
@@ -30748,26 +30581,6 @@ var registry_default = [
30748
30581
  ]
30749
30582
  },
30750
30583
  providers: [
30751
- {
30752
- provider: "kling",
30753
- auth_env: "KLING_ACCESS_KEY",
30754
- skill_id: "kling-avatar",
30755
- endpoint: "v1/videos/avatar",
30756
- param_map: {
30757
- image: "image",
30758
- prompt: "text",
30759
- audio: "audio_url"
30760
- },
30761
- defaults: {
30762
- model_name: "kling-v1",
30763
- mode: "pro"
30764
- },
30765
- output_map: {
30766
- type: "video",
30767
- extract_path: "task_result.videos[].url",
30768
- content_type: "video/mp4"
30769
- }
30770
- },
30771
30584
  {
30772
30585
  provider: "fal-ai",
30773
30586
  skill_id: "fal-ai-kling-video-ai-avatar-v2-pro",
@@ -30789,6 +30602,25 @@ var registry_default = [
30789
30602
  extract_path: "video.url",
30790
30603
  content_type: "video/mp4"
30791
30604
  }
30605
+ },
30606
+ {
30607
+ provider: "kling",
30608
+ auth_env: "KLING_ACCESS_KEY",
30609
+ skill_id: "kling-avatar",
30610
+ endpoint: "v1/videos/avatar/image2video",
30611
+ param_map: {
30612
+ image: "image",
30613
+ audio: "sound_file",
30614
+ prompt: "prompt"
30615
+ },
30616
+ defaults: {
30617
+ mode: "pro"
30618
+ },
30619
+ output_map: {
30620
+ type: "video",
30621
+ extract_path: "task_result.videos[].url",
30622
+ content_type: "video/mp4"
30623
+ }
30792
30624
  }
30793
30625
  ]
30794
30626
  },
@@ -30807,26 +30639,6 @@ var registry_default = [
30807
30639
  ]
30808
30640
  },
30809
30641
  providers: [
30810
- {
30811
- provider: "kling",
30812
- auth_env: "KLING_ACCESS_KEY",
30813
- skill_id: "kling-avatar",
30814
- endpoint: "v1/videos/avatar",
30815
- param_map: {
30816
- image: "image",
30817
- prompt: "text",
30818
- audio: "audio_url"
30819
- },
30820
- defaults: {
30821
- model_name: "kling-v1",
30822
- mode: "std"
30823
- },
30824
- output_map: {
30825
- type: "video",
30826
- extract_path: "task_result.videos[].url",
30827
- content_type: "video/mp4"
30828
- }
30829
- },
30830
30642
  {
30831
30643
  provider: "fal-ai",
30832
30644
  skill_id: "fal-ai-kling-video-ai-avatar-v2-standard",
@@ -30847,6 +30659,25 @@ var registry_default = [
30847
30659
  extract_path: "video.url",
30848
30660
  content_type: "video/mp4"
30849
30661
  }
30662
+ },
30663
+ {
30664
+ provider: "kling",
30665
+ auth_env: "KLING_ACCESS_KEY",
30666
+ skill_id: "kling-avatar",
30667
+ endpoint: "v1/videos/avatar/image2video",
30668
+ param_map: {
30669
+ image: "image",
30670
+ audio: "sound_file",
30671
+ prompt: "prompt"
30672
+ },
30673
+ defaults: {
30674
+ mode: "std"
30675
+ },
30676
+ output_map: {
30677
+ type: "video",
30678
+ extract_path: "task_result.videos[].url",
30679
+ content_type: "video/mp4"
30680
+ }
30850
30681
  }
30851
30682
  ]
30852
30683
  },
@@ -30865,23 +30696,6 @@ var registry_default = [
30865
30696
  ]
30866
30697
  },
30867
30698
  providers: [
30868
- {
30869
- provider: "kling",
30870
- auth_env: "KLING_ACCESS_KEY",
30871
- skill_id: "kling-voice-clone",
30872
- endpoint: "v1/audios/voice-clone",
30873
- param_map: {
30874
- audio: "voice_url"
30875
- },
30876
- defaults: {
30877
- model_name: "kling-v1"
30878
- },
30879
- output_map: {
30880
- type: "audio",
30881
- extract_path: "task_result.audios[].url",
30882
- content_type: "audio/mpeg"
30883
- }
30884
- },
30885
30699
  {
30886
30700
  provider: "fal-ai",
30887
30701
  skill_id: "fal-ai-kling-video-create-voice",
@@ -30895,6 +30709,20 @@ var registry_default = [
30895
30709
  extract_path: "voice_id",
30896
30710
  content_type: "text/plain"
30897
30711
  }
30712
+ },
30713
+ {
30714
+ provider: "kling",
30715
+ auth_env: "KLING_ACCESS_KEY",
30716
+ skill_id: "kling-voice-clone",
30717
+ endpoint: "v1/general/custom-voices",
30718
+ param_map: {
30719
+ audio: "voice_url"
30720
+ },
30721
+ output_map: {
30722
+ type: "audio",
30723
+ extract_path: "task_result.audios[].url",
30724
+ content_type: "audio/mpeg"
30725
+ }
30898
30726
  }
30899
30727
  ]
30900
30728
  },
@@ -30913,25 +30741,6 @@ var registry_default = [
30913
30741
  ]
30914
30742
  },
30915
30743
  providers: [
30916
- {
30917
- provider: "kling",
30918
- auth_env: "KLING_ACCESS_KEY",
30919
- skill_id: "kling-lip-sync",
30920
- endpoint: "v1/videos/lip-sync",
30921
- param_map: {
30922
- video: "video_url",
30923
- prompt: "text",
30924
- audio: "sound_file"
30925
- },
30926
- defaults: {
30927
- model_name: "kling-v1"
30928
- },
30929
- output_map: {
30930
- type: "video",
30931
- extract_path: "task_result.videos[].url",
30932
- content_type: "video/mp4"
30933
- }
30934
- },
30935
30744
  {
30936
30745
  provider: "fal-ai",
30937
30746
  skill_id: "fal-ai-kling-video-lipsync-audio-to-video",
@@ -30952,6 +30761,20 @@ var registry_default = [
30952
30761
  extract_path: "video.url",
30953
30762
  content_type: "video/mp4"
30954
30763
  }
30764
+ },
30765
+ {
30766
+ provider: "kling",
30767
+ auth_env: "KLING_ACCESS_KEY",
30768
+ skill_id: "kling-lip-sync",
30769
+ endpoint: "v1/videos/advanced-lip-sync",
30770
+ param_map: {
30771
+ audio: "sound_file"
30772
+ },
30773
+ output_map: {
30774
+ type: "video",
30775
+ extract_path: "task_result.videos[].url",
30776
+ content_type: "video/mp4"
30777
+ }
30955
30778
  }
30956
30779
  ]
30957
30780
  },
@@ -30971,25 +30794,6 @@ var registry_default = [
30971
30794
  ]
30972
30795
  },
30973
30796
  providers: [
30974
- {
30975
- provider: "kling",
30976
- auth_env: "KLING_ACCESS_KEY",
30977
- skill_id: "kling-lip-sync",
30978
- endpoint: "v1/videos/lip-sync",
30979
- param_map: {
30980
- video: "video_url",
30981
- prompt: "text",
30982
- audio: "sound_file"
30983
- },
30984
- defaults: {
30985
- model_name: "kling-v1"
30986
- },
30987
- output_map: {
30988
- type: "video",
30989
- extract_path: "task_result.videos[].url",
30990
- content_type: "video/mp4"
30991
- }
30992
- },
30993
30797
  {
30994
30798
  provider: "fal-ai",
30995
30799
  skill_id: "fal-ai-kling-video-lipsync-text-to-video",
@@ -31010,6 +30814,20 @@ var registry_default = [
31010
30814
  extract_path: "video.url",
31011
30815
  content_type: "video/mp4"
31012
30816
  }
30817
+ },
30818
+ {
30819
+ provider: "kling",
30820
+ auth_env: "KLING_ACCESS_KEY",
30821
+ skill_id: "kling-lip-sync",
30822
+ endpoint: "v1/videos/advanced-lip-sync",
30823
+ param_map: {
30824
+ audio: "sound_file"
30825
+ },
30826
+ output_map: {
30827
+ type: "video",
30828
+ extract_path: "task_result.videos[].url",
30829
+ content_type: "video/mp4"
30830
+ }
31013
30831
  }
31014
30832
  ]
31015
30833
  },
@@ -31029,29 +30847,6 @@ var registry_default = [
31029
30847
  ]
31030
30848
  },
31031
30849
  providers: [
31032
- {
31033
- provider: "kling",
31034
- auth_env: "KLING_ACCESS_KEY",
31035
- skill_id: "kling-image-to-video",
31036
- endpoint: "v1/videos/image2video",
31037
- param_map: {
31038
- prompt: "prompt",
31039
- negative_prompt: "negative_prompt",
31040
- image: "image",
31041
- duration: "duration",
31042
- size: "aspect_ratio",
31043
- guidance: "cfg_scale"
31044
- },
31045
- defaults: {
31046
- model_name: "kling-video-o1",
31047
- mode: "pro"
31048
- },
31049
- output_map: {
31050
- type: "video",
31051
- extract_path: "task_result.videos[].url",
31052
- content_type: "video/mp4"
31053
- }
31054
- },
31055
30850
  {
31056
30851
  provider: "fal-ai",
31057
30852
  skill_id: "fal-ai-kling-video-o1-image-to-video",
@@ -31072,6 +30867,30 @@ var registry_default = [
31072
30867
  extract_path: "video.url",
31073
30868
  content_type: "video/mp4"
31074
30869
  }
30870
+ },
30871
+ {
30872
+ provider: "kling",
30873
+ auth_env: "KLING_ACCESS_KEY",
30874
+ skill_id: "kling-video-omni",
30875
+ endpoint: "v1/videos/omni-video",
30876
+ param_map: {
30877
+ prompt: "prompt",
30878
+ duration: "duration",
30879
+ aspect_ratio: "aspect_ratio",
30880
+ image: "image",
30881
+ negative_prompt: "negative_prompt",
30882
+ cfg_scale: "cfg_scale",
30883
+ generate_audio: "sound",
30884
+ elements: "element_list"
30885
+ },
30886
+ defaults: {
30887
+ model_name: "kling-video-o1"
30888
+ },
30889
+ output_map: {
30890
+ type: "video",
30891
+ extract_path: "task_result.videos[].url",
30892
+ content_type: "video/mp4"
30893
+ }
31075
30894
  }
31076
30895
  ]
31077
30896
  },
@@ -31089,29 +30908,6 @@ var registry_default = [
31089
30908
  ]
31090
30909
  },
31091
30910
  providers: [
31092
- {
31093
- provider: "kling",
31094
- auth_env: "KLING_ACCESS_KEY",
31095
- skill_id: "kling-image-to-video",
31096
- endpoint: "v1/videos/image2video",
31097
- param_map: {
31098
- prompt: "prompt",
31099
- negative_prompt: "negative_prompt",
31100
- image: "image",
31101
- duration: "duration",
31102
- size: "aspect_ratio",
31103
- guidance: "cfg_scale"
31104
- },
31105
- defaults: {
31106
- model_name: "kling-video-o1",
31107
- mode: "pro"
31108
- },
31109
- output_map: {
31110
- type: "video",
31111
- extract_path: "task_result.videos[].url",
31112
- content_type: "video/mp4"
31113
- }
31114
- },
31115
30911
  {
31116
30912
  provider: "fal-ai",
31117
30913
  skill_id: "fal-ai-kling-video-o1-reference-to-video",
@@ -31132,6 +30928,30 @@ var registry_default = [
31132
30928
  extract_path: "video.url",
31133
30929
  content_type: "video/mp4"
31134
30930
  }
30931
+ },
30932
+ {
30933
+ provider: "kling",
30934
+ auth_env: "KLING_ACCESS_KEY",
30935
+ skill_id: "kling-video-omni",
30936
+ endpoint: "v1/videos/omni-video",
30937
+ param_map: {
30938
+ prompt: "prompt",
30939
+ duration: "duration",
30940
+ aspect_ratio: "aspect_ratio",
30941
+ image: "image",
30942
+ negative_prompt: "negative_prompt",
30943
+ cfg_scale: "cfg_scale",
30944
+ generate_audio: "sound",
30945
+ elements: "element_list"
30946
+ },
30947
+ defaults: {
30948
+ model_name: "kling-video-o1"
30949
+ },
30950
+ output_map: {
30951
+ type: "video",
30952
+ extract_path: "task_result.videos[].url",
30953
+ content_type: "video/mp4"
30954
+ }
31135
30955
  }
31136
30956
  ]
31137
30957
  },
@@ -31151,29 +30971,6 @@ var registry_default = [
31151
30971
  ]
31152
30972
  },
31153
30973
  providers: [
31154
- {
31155
- provider: "kling",
31156
- auth_env: "KLING_ACCESS_KEY",
31157
- skill_id: "kling-image-to-video",
31158
- endpoint: "v1/videos/image2video",
31159
- param_map: {
31160
- prompt: "prompt",
31161
- negative_prompt: "negative_prompt",
31162
- image: "image",
31163
- duration: "duration",
31164
- size: "aspect_ratio",
31165
- guidance: "cfg_scale"
31166
- },
31167
- defaults: {
31168
- model_name: "kling-video-o1",
31169
- mode: "std"
31170
- },
31171
- output_map: {
31172
- type: "video",
31173
- extract_path: "task_result.videos[].url",
31174
- content_type: "video/mp4"
31175
- }
31176
- },
31177
30974
  {
31178
30975
  provider: "fal-ai",
31179
30976
  skill_id: "fal-ai-kling-video-o1-standard-image-to-video",
@@ -31194,6 +30991,31 @@ var registry_default = [
31194
30991
  extract_path: "video.url",
31195
30992
  content_type: "video/mp4"
31196
30993
  }
30994
+ },
30995
+ {
30996
+ provider: "kling",
30997
+ auth_env: "KLING_ACCESS_KEY",
30998
+ skill_id: "kling-video-omni",
30999
+ endpoint: "v1/videos/omni-video",
31000
+ param_map: {
31001
+ prompt: "prompt",
31002
+ duration: "duration",
31003
+ aspect_ratio: "aspect_ratio",
31004
+ image: "image",
31005
+ negative_prompt: "negative_prompt",
31006
+ cfg_scale: "cfg_scale",
31007
+ generate_audio: "sound",
31008
+ elements: "element_list"
31009
+ },
31010
+ defaults: {
31011
+ model_name: "kling-video-o1",
31012
+ mode: "std"
31013
+ },
31014
+ output_map: {
31015
+ type: "video",
31016
+ extract_path: "task_result.videos[].url",
31017
+ content_type: "video/mp4"
31018
+ }
31197
31019
  }
31198
31020
  ]
31199
31021
  },
@@ -31211,29 +31033,6 @@ var registry_default = [
31211
31033
  ]
31212
31034
  },
31213
31035
  providers: [
31214
- {
31215
- provider: "kling",
31216
- auth_env: "KLING_ACCESS_KEY",
31217
- skill_id: "kling-image-to-video",
31218
- endpoint: "v1/videos/image2video",
31219
- param_map: {
31220
- prompt: "prompt",
31221
- negative_prompt: "negative_prompt",
31222
- image: "image",
31223
- duration: "duration",
31224
- size: "aspect_ratio",
31225
- guidance: "cfg_scale"
31226
- },
31227
- defaults: {
31228
- model_name: "kling-video-o1",
31229
- mode: "std"
31230
- },
31231
- output_map: {
31232
- type: "video",
31233
- extract_path: "task_result.videos[].url",
31234
- content_type: "video/mp4"
31235
- }
31236
- },
31237
31036
  {
31238
31037
  provider: "fal-ai",
31239
31038
  skill_id: "fal-ai-kling-video-o1-standard-reference-to-video",
@@ -31254,6 +31053,31 @@ var registry_default = [
31254
31053
  extract_path: "video.url",
31255
31054
  content_type: "video/mp4"
31256
31055
  }
31056
+ },
31057
+ {
31058
+ provider: "kling",
31059
+ auth_env: "KLING_ACCESS_KEY",
31060
+ skill_id: "kling-video-omni",
31061
+ endpoint: "v1/videos/omni-video",
31062
+ param_map: {
31063
+ prompt: "prompt",
31064
+ duration: "duration",
31065
+ aspect_ratio: "aspect_ratio",
31066
+ image: "image",
31067
+ negative_prompt: "negative_prompt",
31068
+ cfg_scale: "cfg_scale",
31069
+ generate_audio: "sound",
31070
+ elements: "element_list"
31071
+ },
31072
+ defaults: {
31073
+ model_name: "kling-video-o1",
31074
+ mode: "std"
31075
+ },
31076
+ output_map: {
31077
+ type: "video",
31078
+ extract_path: "task_result.videos[].url",
31079
+ content_type: "video/mp4"
31080
+ }
31257
31081
  }
31258
31082
  ]
31259
31083
  },
@@ -31292,6 +31116,30 @@ var registry_default = [
31292
31116
  extract_path: "images[].url",
31293
31117
  content_type: "video/mp4"
31294
31118
  }
31119
+ },
31120
+ {
31121
+ provider: "kling",
31122
+ auth_env: "KLING_ACCESS_KEY",
31123
+ skill_id: "kling-video-omni",
31124
+ endpoint: "v1/videos/omni-video",
31125
+ param_map: {
31126
+ prompt: "prompt",
31127
+ duration: "duration",
31128
+ aspect_ratio: "aspect_ratio",
31129
+ negative_prompt: "negative_prompt",
31130
+ cfg_scale: "cfg_scale",
31131
+ generate_audio: "sound",
31132
+ elements: "element_list"
31133
+ },
31134
+ defaults: {
31135
+ model_name: "kling-video-o1",
31136
+ mode: "std"
31137
+ },
31138
+ output_map: {
31139
+ type: "video",
31140
+ extract_path: "task_result.videos[].url",
31141
+ content_type: "video/mp4"
31142
+ }
31295
31143
  }
31296
31144
  ]
31297
31145
  },
@@ -31330,6 +31178,30 @@ var registry_default = [
31330
31178
  extract_path: "video.url",
31331
31179
  content_type: "video/mp4"
31332
31180
  }
31181
+ },
31182
+ {
31183
+ provider: "kling",
31184
+ auth_env: "KLING_ACCESS_KEY",
31185
+ skill_id: "kling-video-omni",
31186
+ endpoint: "v1/videos/omni-video",
31187
+ param_map: {
31188
+ prompt: "prompt",
31189
+ duration: "duration",
31190
+ aspect_ratio: "aspect_ratio",
31191
+ negative_prompt: "negative_prompt",
31192
+ cfg_scale: "cfg_scale",
31193
+ generate_audio: "sound",
31194
+ elements: "element_list"
31195
+ },
31196
+ defaults: {
31197
+ model_name: "kling-video-o1",
31198
+ mode: "std"
31199
+ },
31200
+ output_map: {
31201
+ type: "video",
31202
+ extract_path: "task_result.videos[].url",
31203
+ content_type: "video/mp4"
31204
+ }
31333
31205
  }
31334
31206
  ]
31335
31207
  },
@@ -31368,6 +31240,29 @@ var registry_default = [
31368
31240
  extract_path: "images[].url",
31369
31241
  content_type: "video/mp4"
31370
31242
  }
31243
+ },
31244
+ {
31245
+ provider: "kling",
31246
+ auth_env: "KLING_ACCESS_KEY",
31247
+ skill_id: "kling-video-omni",
31248
+ endpoint: "v1/videos/omni-video",
31249
+ param_map: {
31250
+ prompt: "prompt",
31251
+ duration: "duration",
31252
+ aspect_ratio: "aspect_ratio",
31253
+ negative_prompt: "negative_prompt",
31254
+ cfg_scale: "cfg_scale",
31255
+ generate_audio: "sound",
31256
+ elements: "element_list"
31257
+ },
31258
+ defaults: {
31259
+ model_name: "kling-video-o1"
31260
+ },
31261
+ output_map: {
31262
+ type: "video",
31263
+ extract_path: "task_result.videos[].url",
31264
+ content_type: "video/mp4"
31265
+ }
31371
31266
  }
31372
31267
  ]
31373
31268
  },
@@ -31406,6 +31301,29 @@ var registry_default = [
31406
31301
  extract_path: "video.url",
31407
31302
  content_type: "video/mp4"
31408
31303
  }
31304
+ },
31305
+ {
31306
+ provider: "kling",
31307
+ auth_env: "KLING_ACCESS_KEY",
31308
+ skill_id: "kling-video-omni",
31309
+ endpoint: "v1/videos/omni-video",
31310
+ param_map: {
31311
+ prompt: "prompt",
31312
+ duration: "duration",
31313
+ aspect_ratio: "aspect_ratio",
31314
+ negative_prompt: "negative_prompt",
31315
+ cfg_scale: "cfg_scale",
31316
+ generate_audio: "sound",
31317
+ elements: "element_list"
31318
+ },
31319
+ defaults: {
31320
+ model_name: "kling-video-o1"
31321
+ },
31322
+ output_map: {
31323
+ type: "video",
31324
+ extract_path: "task_result.videos[].url",
31325
+ content_type: "video/mp4"
31326
+ }
31409
31327
  }
31410
31328
  ]
31411
31329
  },
@@ -31424,29 +31342,6 @@ var registry_default = [
31424
31342
  ]
31425
31343
  },
31426
31344
  providers: [
31427
- {
31428
- provider: "kling",
31429
- auth_env: "KLING_ACCESS_KEY",
31430
- skill_id: "kling-image-to-video",
31431
- endpoint: "v1/videos/image2video",
31432
- param_map: {
31433
- prompt: "prompt",
31434
- negative_prompt: "negative_prompt",
31435
- image: "image",
31436
- duration: "duration",
31437
- size: "aspect_ratio",
31438
- guidance: "cfg_scale"
31439
- },
31440
- defaults: {
31441
- model_name: "kling-v3-omni",
31442
- mode: "pro"
31443
- },
31444
- output_map: {
31445
- type: "video",
31446
- extract_path: "task_result.videos[].url",
31447
- content_type: "video/mp4"
31448
- }
31449
- },
31450
31345
  {
31451
31346
  provider: "fal-ai",
31452
31347
  skill_id: "fal-ai-kling-video-o3-pro-image-to-video",
@@ -31467,6 +31362,31 @@ var registry_default = [
31467
31362
  extract_path: "video.url",
31468
31363
  content_type: "video/mp4"
31469
31364
  }
31365
+ },
31366
+ {
31367
+ provider: "kling",
31368
+ auth_env: "KLING_ACCESS_KEY",
31369
+ skill_id: "kling-video-omni",
31370
+ endpoint: "v1/videos/omni-video",
31371
+ param_map: {
31372
+ prompt: "prompt",
31373
+ duration: "duration",
31374
+ aspect_ratio: "aspect_ratio",
31375
+ image: "image",
31376
+ negative_prompt: "negative_prompt",
31377
+ cfg_scale: "cfg_scale",
31378
+ generate_audio: "sound",
31379
+ elements: "element_list"
31380
+ },
31381
+ defaults: {
31382
+ model_name: "kling-v3-omni",
31383
+ mode: "pro"
31384
+ },
31385
+ output_map: {
31386
+ type: "video",
31387
+ extract_path: "task_result.videos[].url",
31388
+ content_type: "video/mp4"
31389
+ }
31470
31390
  }
31471
31391
  ]
31472
31392
  },
@@ -31484,29 +31404,6 @@ var registry_default = [
31484
31404
  ]
31485
31405
  },
31486
31406
  providers: [
31487
- {
31488
- provider: "kling",
31489
- auth_env: "KLING_ACCESS_KEY",
31490
- skill_id: "kling-image-to-video",
31491
- endpoint: "v1/videos/image2video",
31492
- param_map: {
31493
- prompt: "prompt",
31494
- negative_prompt: "negative_prompt",
31495
- image: "image",
31496
- duration: "duration",
31497
- size: "aspect_ratio",
31498
- guidance: "cfg_scale"
31499
- },
31500
- defaults: {
31501
- model_name: "kling-v3-omni",
31502
- mode: "pro"
31503
- },
31504
- output_map: {
31505
- type: "video",
31506
- extract_path: "task_result.videos[].url",
31507
- content_type: "video/mp4"
31508
- }
31509
- },
31510
31407
  {
31511
31408
  provider: "fal-ai",
31512
31409
  skill_id: "fal-ai-kling-video-o3-pro-reference-to-video",
@@ -31528,6 +31425,31 @@ var registry_default = [
31528
31425
  extract_path: "video.url",
31529
31426
  content_type: "video/mp4"
31530
31427
  }
31428
+ },
31429
+ {
31430
+ provider: "kling",
31431
+ auth_env: "KLING_ACCESS_KEY",
31432
+ skill_id: "kling-video-omni",
31433
+ endpoint: "v1/videos/omni-video",
31434
+ param_map: {
31435
+ prompt: "prompt",
31436
+ duration: "duration",
31437
+ aspect_ratio: "aspect_ratio",
31438
+ image: "image",
31439
+ negative_prompt: "negative_prompt",
31440
+ cfg_scale: "cfg_scale",
31441
+ generate_audio: "sound",
31442
+ elements: "element_list"
31443
+ },
31444
+ defaults: {
31445
+ model_name: "kling-v3-omni",
31446
+ mode: "pro"
31447
+ },
31448
+ output_map: {
31449
+ type: "video",
31450
+ extract_path: "task_result.videos[].url",
31451
+ content_type: "video/mp4"
31452
+ }
31531
31453
  }
31532
31454
  ]
31533
31455
  },
@@ -31545,28 +31467,6 @@ var registry_default = [
31545
31467
  ]
31546
31468
  },
31547
31469
  providers: [
31548
- {
31549
- provider: "kling",
31550
- auth_env: "KLING_ACCESS_KEY",
31551
- skill_id: "kling-text-to-video",
31552
- endpoint: "v1/videos/text2video",
31553
- param_map: {
31554
- prompt: "prompt",
31555
- negative_prompt: "negative_prompt",
31556
- duration: "duration",
31557
- size: "aspect_ratio",
31558
- guidance: "cfg_scale"
31559
- },
31560
- defaults: {
31561
- model_name: "kling-v3-omni",
31562
- mode: "pro"
31563
- },
31564
- output_map: {
31565
- type: "video",
31566
- extract_path: "task_result.videos[].url",
31567
- content_type: "video/mp4"
31568
- }
31569
- },
31570
31470
  {
31571
31471
  provider: "fal-ai",
31572
31472
  skill_id: "fal-ai-kling-video-o3-pro-text-to-video",
@@ -31588,6 +31488,30 @@ var registry_default = [
31588
31488
  extract_path: "video.url",
31589
31489
  content_type: "video/mp4"
31590
31490
  }
31491
+ },
31492
+ {
31493
+ provider: "kling",
31494
+ auth_env: "KLING_ACCESS_KEY",
31495
+ skill_id: "kling-video-omni",
31496
+ endpoint: "v1/videos/omni-video",
31497
+ param_map: {
31498
+ prompt: "prompt",
31499
+ duration: "duration",
31500
+ aspect_ratio: "aspect_ratio",
31501
+ negative_prompt: "negative_prompt",
31502
+ cfg_scale: "cfg_scale",
31503
+ generate_audio: "sound",
31504
+ elements: "element_list"
31505
+ },
31506
+ defaults: {
31507
+ model_name: "kling-v3-omni",
31508
+ mode: "pro"
31509
+ },
31510
+ output_map: {
31511
+ type: "video",
31512
+ extract_path: "task_result.videos[].url",
31513
+ content_type: "video/mp4"
31514
+ }
31591
31515
  }
31592
31516
  ]
31593
31517
  },
@@ -31626,6 +31550,30 @@ var registry_default = [
31626
31550
  extract_path: "images[].url",
31627
31551
  content_type: "video/mp4"
31628
31552
  }
31553
+ },
31554
+ {
31555
+ provider: "kling",
31556
+ auth_env: "KLING_ACCESS_KEY",
31557
+ skill_id: "kling-video-omni",
31558
+ endpoint: "v1/videos/omni-video",
31559
+ param_map: {
31560
+ prompt: "prompt",
31561
+ duration: "duration",
31562
+ aspect_ratio: "aspect_ratio",
31563
+ negative_prompt: "negative_prompt",
31564
+ cfg_scale: "cfg_scale",
31565
+ generate_audio: "sound",
31566
+ elements: "element_list"
31567
+ },
31568
+ defaults: {
31569
+ model_name: "kling-v3-omni",
31570
+ mode: "pro"
31571
+ },
31572
+ output_map: {
31573
+ type: "video",
31574
+ extract_path: "task_result.videos[].url",
31575
+ content_type: "video/mp4"
31576
+ }
31629
31577
  }
31630
31578
  ]
31631
31579
  },
@@ -31664,6 +31612,30 @@ var registry_default = [
31664
31612
  extract_path: "video.url",
31665
31613
  content_type: "video/mp4"
31666
31614
  }
31615
+ },
31616
+ {
31617
+ provider: "kling",
31618
+ auth_env: "KLING_ACCESS_KEY",
31619
+ skill_id: "kling-video-omni",
31620
+ endpoint: "v1/videos/omni-video",
31621
+ param_map: {
31622
+ prompt: "prompt",
31623
+ duration: "duration",
31624
+ aspect_ratio: "aspect_ratio",
31625
+ negative_prompt: "negative_prompt",
31626
+ cfg_scale: "cfg_scale",
31627
+ generate_audio: "sound",
31628
+ elements: "element_list"
31629
+ },
31630
+ defaults: {
31631
+ model_name: "kling-v3-omni",
31632
+ mode: "pro"
31633
+ },
31634
+ output_map: {
31635
+ type: "video",
31636
+ extract_path: "task_result.videos[].url",
31637
+ content_type: "video/mp4"
31638
+ }
31667
31639
  }
31668
31640
  ]
31669
31641
  },
@@ -31681,29 +31653,6 @@ var registry_default = [
31681
31653
  ]
31682
31654
  },
31683
31655
  providers: [
31684
- {
31685
- provider: "kling",
31686
- auth_env: "KLING_ACCESS_KEY",
31687
- skill_id: "kling-image-to-video",
31688
- endpoint: "v1/videos/image2video",
31689
- param_map: {
31690
- prompt: "prompt",
31691
- negative_prompt: "negative_prompt",
31692
- image: "image",
31693
- duration: "duration",
31694
- size: "aspect_ratio",
31695
- guidance: "cfg_scale"
31696
- },
31697
- defaults: {
31698
- model_name: "kling-v3-omni",
31699
- mode: "std"
31700
- },
31701
- output_map: {
31702
- type: "video",
31703
- extract_path: "task_result.videos[].url",
31704
- content_type: "video/mp4"
31705
- }
31706
- },
31707
31656
  {
31708
31657
  provider: "fal-ai",
31709
31658
  skill_id: "fal-ai-kling-video-o3-standard-reference-to-video",
@@ -31725,6 +31674,31 @@ var registry_default = [
31725
31674
  extract_path: "video.url",
31726
31675
  content_type: "video/mp4"
31727
31676
  }
31677
+ },
31678
+ {
31679
+ provider: "kling",
31680
+ auth_env: "KLING_ACCESS_KEY",
31681
+ skill_id: "kling-video-omni",
31682
+ endpoint: "v1/videos/omni-video",
31683
+ param_map: {
31684
+ prompt: "prompt",
31685
+ duration: "duration",
31686
+ aspect_ratio: "aspect_ratio",
31687
+ image: "image",
31688
+ negative_prompt: "negative_prompt",
31689
+ cfg_scale: "cfg_scale",
31690
+ generate_audio: "sound",
31691
+ elements: "element_list"
31692
+ },
31693
+ defaults: {
31694
+ model_name: "kling-v3-omni",
31695
+ mode: "std"
31696
+ },
31697
+ output_map: {
31698
+ type: "video",
31699
+ extract_path: "task_result.videos[].url",
31700
+ content_type: "video/mp4"
31701
+ }
31728
31702
  }
31729
31703
  ]
31730
31704
  },
@@ -31743,28 +31717,6 @@ var registry_default = [
31743
31717
  ]
31744
31718
  },
31745
31719
  providers: [
31746
- {
31747
- provider: "kling",
31748
- auth_env: "KLING_ACCESS_KEY",
31749
- skill_id: "kling-text-to-video",
31750
- endpoint: "v1/videos/text2video",
31751
- param_map: {
31752
- prompt: "prompt",
31753
- negative_prompt: "negative_prompt",
31754
- duration: "duration",
31755
- size: "aspect_ratio",
31756
- guidance: "cfg_scale"
31757
- },
31758
- defaults: {
31759
- model_name: "kling-v3-omni",
31760
- mode: "std"
31761
- },
31762
- output_map: {
31763
- type: "video",
31764
- extract_path: "task_result.videos[].url",
31765
- content_type: "video/mp4"
31766
- }
31767
- },
31768
31720
  {
31769
31721
  provider: "fal-ai",
31770
31722
  skill_id: "fal-ai-kling-video-o3-standard-text-to-video",
@@ -31786,6 +31738,30 @@ var registry_default = [
31786
31738
  extract_path: "video.url",
31787
31739
  content_type: "video/mp4"
31788
31740
  }
31741
+ },
31742
+ {
31743
+ provider: "kling",
31744
+ auth_env: "KLING_ACCESS_KEY",
31745
+ skill_id: "kling-video-omni",
31746
+ endpoint: "v1/videos/omni-video",
31747
+ param_map: {
31748
+ prompt: "prompt",
31749
+ duration: "duration",
31750
+ aspect_ratio: "aspect_ratio",
31751
+ negative_prompt: "negative_prompt",
31752
+ cfg_scale: "cfg_scale",
31753
+ generate_audio: "sound",
31754
+ elements: "element_list"
31755
+ },
31756
+ defaults: {
31757
+ model_name: "kling-v3-omni",
31758
+ mode: "std"
31759
+ },
31760
+ output_map: {
31761
+ type: "video",
31762
+ extract_path: "task_result.videos[].url",
31763
+ content_type: "video/mp4"
31764
+ }
31789
31765
  }
31790
31766
  ]
31791
31767
  },
@@ -31824,6 +31800,30 @@ var registry_default = [
31824
31800
  extract_path: "images[].url",
31825
31801
  content_type: "video/mp4"
31826
31802
  }
31803
+ },
31804
+ {
31805
+ provider: "kling",
31806
+ auth_env: "KLING_ACCESS_KEY",
31807
+ skill_id: "kling-video-omni",
31808
+ endpoint: "v1/videos/omni-video",
31809
+ param_map: {
31810
+ prompt: "prompt",
31811
+ duration: "duration",
31812
+ aspect_ratio: "aspect_ratio",
31813
+ negative_prompt: "negative_prompt",
31814
+ cfg_scale: "cfg_scale",
31815
+ generate_audio: "sound",
31816
+ elements: "element_list"
31817
+ },
31818
+ defaults: {
31819
+ model_name: "kling-v3-omni",
31820
+ mode: "std"
31821
+ },
31822
+ output_map: {
31823
+ type: "video",
31824
+ extract_path: "task_result.videos[].url",
31825
+ content_type: "video/mp4"
31826
+ }
31827
31827
  }
31828
31828
  ]
31829
31829
  },
@@ -31862,6 +31862,30 @@ var registry_default = [
31862
31862
  extract_path: "video.url",
31863
31863
  content_type: "video/mp4"
31864
31864
  }
31865
+ },
31866
+ {
31867
+ provider: "kling",
31868
+ auth_env: "KLING_ACCESS_KEY",
31869
+ skill_id: "kling-video-omni",
31870
+ endpoint: "v1/videos/omni-video",
31871
+ param_map: {
31872
+ prompt: "prompt",
31873
+ duration: "duration",
31874
+ aspect_ratio: "aspect_ratio",
31875
+ negative_prompt: "negative_prompt",
31876
+ cfg_scale: "cfg_scale",
31877
+ generate_audio: "sound",
31878
+ elements: "element_list"
31879
+ },
31880
+ defaults: {
31881
+ model_name: "kling-v3-omni",
31882
+ mode: "std"
31883
+ },
31884
+ output_map: {
31885
+ type: "video",
31886
+ extract_path: "task_result.videos[].url",
31887
+ content_type: "video/mp4"
31888
+ }
31865
31889
  }
31866
31890
  ]
31867
31891
  },
@@ -31880,26 +31904,6 @@ var registry_default = [
31880
31904
  ]
31881
31905
  },
31882
31906
  providers: [
31883
- {
31884
- provider: "kling",
31885
- auth_env: "KLING_ACCESS_KEY",
31886
- skill_id: "kling-avatar",
31887
- endpoint: "v1/videos/avatar",
31888
- param_map: {
31889
- image: "image",
31890
- prompt: "text",
31891
- audio: "audio_url"
31892
- },
31893
- defaults: {
31894
- model_name: "kling-v1",
31895
- mode: "pro"
31896
- },
31897
- output_map: {
31898
- type: "video",
31899
- extract_path: "task_result.videos[].url",
31900
- content_type: "video/mp4"
31901
- }
31902
- },
31903
31907
  {
31904
31908
  provider: "fal-ai",
31905
31909
  skill_id: "fal-ai-kling-video-v1-pro-ai-avatar",
@@ -31920,6 +31924,25 @@ var registry_default = [
31920
31924
  extract_path: "video.url",
31921
31925
  content_type: "video/mp4"
31922
31926
  }
31927
+ },
31928
+ {
31929
+ provider: "kling",
31930
+ auth_env: "KLING_ACCESS_KEY",
31931
+ skill_id: "kling-avatar",
31932
+ endpoint: "v1/videos/avatar/image2video",
31933
+ param_map: {
31934
+ image: "image",
31935
+ audio: "sound_file",
31936
+ prompt: "prompt"
31937
+ },
31938
+ defaults: {
31939
+ mode: "pro"
31940
+ },
31941
+ output_map: {
31942
+ type: "video",
31943
+ extract_path: "task_result.videos[].url",
31944
+ content_type: "video/mp4"
31945
+ }
31923
31946
  }
31924
31947
  ]
31925
31948
  },
@@ -31938,26 +31961,6 @@ var registry_default = [
31938
31961
  ]
31939
31962
  },
31940
31963
  providers: [
31941
- {
31942
- provider: "kling",
31943
- auth_env: "KLING_ACCESS_KEY",
31944
- skill_id: "kling-avatar",
31945
- endpoint: "v1/videos/avatar",
31946
- param_map: {
31947
- image: "image",
31948
- prompt: "text",
31949
- audio: "audio_url"
31950
- },
31951
- defaults: {
31952
- model_name: "kling-v1",
31953
- mode: "std"
31954
- },
31955
- output_map: {
31956
- type: "video",
31957
- extract_path: "task_result.videos[].url",
31958
- content_type: "video/mp4"
31959
- }
31960
- },
31961
31964
  {
31962
31965
  provider: "fal-ai",
31963
31966
  skill_id: "fal-ai-kling-video-v1-standard-ai-avatar",
@@ -31978,6 +31981,25 @@ var registry_default = [
31978
31981
  extract_path: "video.url",
31979
31982
  content_type: "video/mp4"
31980
31983
  }
31984
+ },
31985
+ {
31986
+ provider: "kling",
31987
+ auth_env: "KLING_ACCESS_KEY",
31988
+ skill_id: "kling-avatar",
31989
+ endpoint: "v1/videos/avatar/image2video",
31990
+ param_map: {
31991
+ image: "image",
31992
+ audio: "sound_file",
31993
+ prompt: "prompt"
31994
+ },
31995
+ defaults: {
31996
+ mode: "std"
31997
+ },
31998
+ output_map: {
31999
+ type: "video",
32000
+ extract_path: "task_result.videos[].url",
32001
+ content_type: "video/mp4"
32002
+ }
31981
32003
  }
31982
32004
  ]
31983
32005
  },
@@ -31995,24 +32017,6 @@ var registry_default = [
31995
32017
  ]
31996
32018
  },
31997
32019
  providers: [
31998
- {
31999
- provider: "kling",
32000
- auth_env: "KLING_ACCESS_KEY",
32001
- skill_id: "kling-video-effects",
32002
- endpoint: "v1/videos/effects",
32003
- param_map: {
32004
- image: "image"
32005
- },
32006
- defaults: {
32007
- model_name: "kling-v1",
32008
- mode: "std"
32009
- },
32010
- output_map: {
32011
- type: "video",
32012
- extract_path: "task_result.videos[].url",
32013
- content_type: "video/mp4"
32014
- }
32015
- },
32016
32020
  {
32017
32021
  provider: "fal-ai",
32018
32022
  skill_id: "fal-ai-kling-video-v1-standard-effects",
@@ -32034,6 +32038,20 @@ var registry_default = [
32034
32038
  extract_path: "video.url",
32035
32039
  content_type: "video/mp4"
32036
32040
  }
32041
+ },
32042
+ {
32043
+ provider: "kling",
32044
+ auth_env: "KLING_ACCESS_KEY",
32045
+ skill_id: "kling-video-effects",
32046
+ endpoint: "v1/videos/effects",
32047
+ param_map: {
32048
+ image: "image"
32049
+ },
32050
+ output_map: {
32051
+ type: "video",
32052
+ extract_path: "task_result.videos[].url",
32053
+ content_type: "video/mp4"
32054
+ }
32037
32055
  }
32038
32056
  ]
32039
32057
  },
@@ -32053,29 +32071,6 @@ var registry_default = [
32053
32071
  ]
32054
32072
  },
32055
32073
  providers: [
32056
- {
32057
- provider: "kling",
32058
- auth_env: "KLING_ACCESS_KEY",
32059
- skill_id: "kling-image-to-video",
32060
- endpoint: "v1/videos/image2video",
32061
- param_map: {
32062
- prompt: "prompt",
32063
- negative_prompt: "negative_prompt",
32064
- image: "image",
32065
- duration: "duration",
32066
- size: "aspect_ratio",
32067
- guidance: "cfg_scale"
32068
- },
32069
- defaults: {
32070
- model_name: "kling-v1",
32071
- mode: "std"
32072
- },
32073
- output_map: {
32074
- type: "video",
32075
- extract_path: "task_result.videos[].url",
32076
- content_type: "video/mp4"
32077
- }
32078
- },
32079
32074
  {
32080
32075
  provider: "fal-ai",
32081
32076
  skill_id: "fal-ai-kling-video-v1-standard-image-to-video",
@@ -32096,34 +32091,23 @@ var registry_default = [
32096
32091
  extract_path: "video.url",
32097
32092
  content_type: "video/mp4"
32098
32093
  }
32099
- }
32100
- ]
32101
- },
32102
- {
32103
- canonical_name: "kling-video-v1-standard-text-to-video",
32104
- aliases: [
32105
- "kling-video-v1-standard-text-to-video"
32106
- ],
32107
- modality: {
32108
- inputs: [
32109
- "text"
32110
- ],
32111
- outputs: [
32112
- "video"
32113
- ]
32114
- },
32115
- providers: [
32094
+ },
32116
32095
  {
32117
32096
  provider: "kling",
32118
32097
  auth_env: "KLING_ACCESS_KEY",
32119
- skill_id: "kling-text-to-video",
32120
- endpoint: "v1/videos/text2video",
32098
+ skill_id: "kling-image2video",
32099
+ endpoint: "v1/videos/image2video",
32121
32100
  param_map: {
32122
32101
  prompt: "prompt",
32123
32102
  negative_prompt: "negative_prompt",
32124
32103
  duration: "duration",
32125
- size: "aspect_ratio",
32126
- guidance: "cfg_scale"
32104
+ aspect_ratio: "aspect_ratio",
32105
+ image: "image",
32106
+ cfg_scale: "cfg_scale",
32107
+ generate_audio: "sound",
32108
+ end_image_url: "image_tail",
32109
+ voice_ids: "voice_list",
32110
+ elements: "element_list"
32127
32111
  },
32128
32112
  defaults: {
32129
32113
  model_name: "kling-v1",
@@ -32134,7 +32118,23 @@ var registry_default = [
32134
32118
  extract_path: "task_result.videos[].url",
32135
32119
  content_type: "video/mp4"
32136
32120
  }
32137
- },
32121
+ }
32122
+ ]
32123
+ },
32124
+ {
32125
+ canonical_name: "kling-video-v1-standard-text-to-video",
32126
+ aliases: [
32127
+ "kling-video-v1-standard-text-to-video"
32128
+ ],
32129
+ modality: {
32130
+ inputs: [
32131
+ "text"
32132
+ ],
32133
+ outputs: [
32134
+ "video"
32135
+ ]
32136
+ },
32137
+ providers: [
32138
32138
  {
32139
32139
  provider: "fal-ai",
32140
32140
  skill_id: "fal-ai-kling-video-v1-standard-text-to-video",
@@ -32156,6 +32156,29 @@ var registry_default = [
32156
32156
  extract_path: "video.url",
32157
32157
  content_type: "video/mp4"
32158
32158
  }
32159
+ },
32160
+ {
32161
+ provider: "kling",
32162
+ auth_env: "KLING_ACCESS_KEY",
32163
+ skill_id: "kling-text2video",
32164
+ endpoint: "v1/videos/text2video",
32165
+ param_map: {
32166
+ prompt: "prompt",
32167
+ negative_prompt: "negative_prompt",
32168
+ duration: "duration",
32169
+ aspect_ratio: "aspect_ratio",
32170
+ cfg_scale: "cfg_scale",
32171
+ generate_audio: "sound"
32172
+ },
32173
+ defaults: {
32174
+ model_name: "kling-v1",
32175
+ mode: "std"
32176
+ },
32177
+ output_map: {
32178
+ type: "video",
32179
+ extract_path: "task_result.videos[].url",
32180
+ content_type: "video/mp4"
32181
+ }
32159
32182
  }
32160
32183
  ]
32161
32184
  },
@@ -32173,23 +32196,6 @@ var registry_default = [
32173
32196
  ]
32174
32197
  },
32175
32198
  providers: [
32176
- {
32177
- provider: "kling",
32178
- auth_env: "KLING_ACCESS_KEY",
32179
- skill_id: "kling-tts",
32180
- endpoint: "v1/audios/tts",
32181
- param_map: {
32182
- prompt: "text"
32183
- },
32184
- defaults: {
32185
- model_name: "kling-v1"
32186
- },
32187
- output_map: {
32188
- type: "audio",
32189
- extract_path: "task_result.audios[].url",
32190
- content_type: "audio/mpeg"
32191
- }
32192
- },
32193
32199
  {
32194
32200
  provider: "fal-ai",
32195
32201
  skill_id: "fal-ai-kling-video-v1-tts",
@@ -32206,6 +32212,20 @@ var registry_default = [
32206
32212
  extract_path: "audio.url",
32207
32213
  content_type: "audio/mpeg"
32208
32214
  }
32215
+ },
32216
+ {
32217
+ provider: "kling",
32218
+ auth_env: "KLING_ACCESS_KEY",
32219
+ skill_id: "kling-tts",
32220
+ endpoint: "v1/audio/tts",
32221
+ param_map: {
32222
+ prompt: "text"
32223
+ },
32224
+ output_map: {
32225
+ type: "audio",
32226
+ extract_path: "task_result.audios[].url",
32227
+ content_type: "audio/mpeg"
32228
+ }
32209
32229
  }
32210
32230
  ]
32211
32231
  },
@@ -32223,24 +32243,6 @@ var registry_default = [
32223
32243
  ]
32224
32244
  },
32225
32245
  providers: [
32226
- {
32227
- provider: "kling",
32228
- auth_env: "KLING_ACCESS_KEY",
32229
- skill_id: "kling-video-effects",
32230
- endpoint: "v1/videos/effects",
32231
- param_map: {
32232
- image: "image"
32233
- },
32234
- defaults: {
32235
- model_name: "kling-v1-5",
32236
- mode: "pro"
32237
- },
32238
- output_map: {
32239
- type: "video",
32240
- extract_path: "task_result.videos[].url",
32241
- content_type: "video/mp4"
32242
- }
32243
- },
32244
32246
  {
32245
32247
  provider: "fal-ai",
32246
32248
  skill_id: "fal-ai-kling-video-v1.5-pro-effects",
@@ -32259,7 +32261,21 @@ var registry_default = [
32259
32261
  },
32260
32262
  output_map: {
32261
32263
  type: "video",
32262
- extract_path: "video.url",
32264
+ extract_path: "video.url",
32265
+ content_type: "video/mp4"
32266
+ }
32267
+ },
32268
+ {
32269
+ provider: "kling",
32270
+ auth_env: "KLING_ACCESS_KEY",
32271
+ skill_id: "kling-video-effects",
32272
+ endpoint: "v1/videos/effects",
32273
+ param_map: {
32274
+ image: "image"
32275
+ },
32276
+ output_map: {
32277
+ type: "video",
32278
+ extract_path: "task_result.videos[].url",
32263
32279
  content_type: "video/mp4"
32264
32280
  }
32265
32281
  }
@@ -32281,29 +32297,6 @@ var registry_default = [
32281
32297
  ]
32282
32298
  },
32283
32299
  providers: [
32284
- {
32285
- provider: "kling",
32286
- auth_env: "KLING_ACCESS_KEY",
32287
- skill_id: "kling-image-to-video",
32288
- endpoint: "v1/videos/image2video",
32289
- param_map: {
32290
- prompt: "prompt",
32291
- negative_prompt: "negative_prompt",
32292
- image: "image",
32293
- duration: "duration",
32294
- size: "aspect_ratio",
32295
- guidance: "cfg_scale"
32296
- },
32297
- defaults: {
32298
- model_name: "kling-v1-5",
32299
- mode: "pro"
32300
- },
32301
- output_map: {
32302
- type: "video",
32303
- extract_path: "task_result.videos[].url",
32304
- content_type: "video/mp4"
32305
- }
32306
- },
32307
32300
  {
32308
32301
  provider: "fal-ai",
32309
32302
  skill_id: "fal-ai-kling-video-v1.5-pro-image-to-video",
@@ -32324,34 +32317,23 @@ var registry_default = [
32324
32317
  extract_path: "video.url",
32325
32318
  content_type: "video/mp4"
32326
32319
  }
32327
- }
32328
- ]
32329
- },
32330
- {
32331
- canonical_name: "kling-video-v1.5-pro-text-to-video",
32332
- aliases: [
32333
- "kling-video-v1.5-pro-text-to-video"
32334
- ],
32335
- modality: {
32336
- inputs: [
32337
- "text"
32338
- ],
32339
- outputs: [
32340
- "video"
32341
- ]
32342
- },
32343
- providers: [
32320
+ },
32344
32321
  {
32345
32322
  provider: "kling",
32346
32323
  auth_env: "KLING_ACCESS_KEY",
32347
- skill_id: "kling-text-to-video",
32348
- endpoint: "v1/videos/text2video",
32324
+ skill_id: "kling-image2video",
32325
+ endpoint: "v1/videos/image2video",
32349
32326
  param_map: {
32350
32327
  prompt: "prompt",
32351
32328
  negative_prompt: "negative_prompt",
32352
32329
  duration: "duration",
32353
- size: "aspect_ratio",
32354
- guidance: "cfg_scale"
32330
+ aspect_ratio: "aspect_ratio",
32331
+ image: "image",
32332
+ cfg_scale: "cfg_scale",
32333
+ generate_audio: "sound",
32334
+ end_image_url: "image_tail",
32335
+ voice_ids: "voice_list",
32336
+ elements: "element_list"
32355
32337
  },
32356
32338
  defaults: {
32357
32339
  model_name: "kling-v1-5",
@@ -32362,7 +32344,23 @@ var registry_default = [
32362
32344
  extract_path: "task_result.videos[].url",
32363
32345
  content_type: "video/mp4"
32364
32346
  }
32365
- },
32347
+ }
32348
+ ]
32349
+ },
32350
+ {
32351
+ canonical_name: "kling-video-v1.5-pro-text-to-video",
32352
+ aliases: [
32353
+ "kling-video-v1.5-pro-text-to-video"
32354
+ ],
32355
+ modality: {
32356
+ inputs: [
32357
+ "text"
32358
+ ],
32359
+ outputs: [
32360
+ "video"
32361
+ ]
32362
+ },
32363
+ providers: [
32366
32364
  {
32367
32365
  provider: "fal-ai",
32368
32366
  skill_id: "fal-ai-kling-video-v1.5-pro-text-to-video",
@@ -32401,24 +32399,6 @@ var registry_default = [
32401
32399
  ]
32402
32400
  },
32403
32401
  providers: [
32404
- {
32405
- provider: "kling",
32406
- auth_env: "KLING_ACCESS_KEY",
32407
- skill_id: "kling-video-effects",
32408
- endpoint: "v1/videos/effects",
32409
- param_map: {
32410
- image: "image"
32411
- },
32412
- defaults: {
32413
- model_name: "kling-v1-6",
32414
- mode: "pro"
32415
- },
32416
- output_map: {
32417
- type: "video",
32418
- extract_path: "task_result.videos[].url",
32419
- content_type: "video/mp4"
32420
- }
32421
- },
32422
32402
  {
32423
32403
  provider: "fal-ai",
32424
32404
  skill_id: "fal-ai-kling-video-v1.6-pro-effects",
@@ -32440,6 +32420,20 @@ var registry_default = [
32440
32420
  extract_path: "video.url",
32441
32421
  content_type: "video/mp4"
32442
32422
  }
32423
+ },
32424
+ {
32425
+ provider: "kling",
32426
+ auth_env: "KLING_ACCESS_KEY",
32427
+ skill_id: "kling-video-effects",
32428
+ endpoint: "v1/videos/effects",
32429
+ param_map: {
32430
+ image: "image"
32431
+ },
32432
+ output_map: {
32433
+ type: "video",
32434
+ extract_path: "task_result.videos[].url",
32435
+ content_type: "video/mp4"
32436
+ }
32443
32437
  }
32444
32438
  ]
32445
32439
  },
@@ -32458,29 +32452,6 @@ var registry_default = [
32458
32452
  ]
32459
32453
  },
32460
32454
  providers: [
32461
- {
32462
- provider: "kling",
32463
- auth_env: "KLING_ACCESS_KEY",
32464
- skill_id: "kling-image-to-video",
32465
- endpoint: "v1/videos/image2video",
32466
- param_map: {
32467
- prompt: "prompt",
32468
- negative_prompt: "negative_prompt",
32469
- image: "image",
32470
- duration: "duration",
32471
- size: "aspect_ratio",
32472
- guidance: "cfg_scale"
32473
- },
32474
- defaults: {
32475
- model_name: "kling-v1-6",
32476
- mode: "pro"
32477
- },
32478
- output_map: {
32479
- type: "video",
32480
- extract_path: "task_result.videos[].url",
32481
- content_type: "video/mp4"
32482
- }
32483
- },
32484
32455
  {
32485
32456
  provider: "fal-ai",
32486
32457
  skill_id: "fal-ai-kling-video-v1.6-pro-elements",
@@ -32520,29 +32491,6 @@ var registry_default = [
32520
32491
  ]
32521
32492
  },
32522
32493
  providers: [
32523
- {
32524
- provider: "kling",
32525
- auth_env: "KLING_ACCESS_KEY",
32526
- skill_id: "kling-image-to-video",
32527
- endpoint: "v1/videos/image2video",
32528
- param_map: {
32529
- prompt: "prompt",
32530
- negative_prompt: "negative_prompt",
32531
- image: "image",
32532
- duration: "duration",
32533
- size: "aspect_ratio",
32534
- guidance: "cfg_scale"
32535
- },
32536
- defaults: {
32537
- model_name: "kling-v1-6",
32538
- mode: "pro"
32539
- },
32540
- output_map: {
32541
- type: "video",
32542
- extract_path: "task_result.videos[].url",
32543
- content_type: "video/mp4"
32544
- }
32545
- },
32546
32494
  {
32547
32495
  provider: "fal-ai",
32548
32496
  skill_id: "fal-ai-kling-video-v1.6-pro-image-to-video",
@@ -32563,34 +32511,23 @@ var registry_default = [
32563
32511
  extract_path: "video.url",
32564
32512
  content_type: "video/mp4"
32565
32513
  }
32566
- }
32567
- ]
32568
- },
32569
- {
32570
- canonical_name: "kling-video-v1.6-pro-text-to-video",
32571
- aliases: [
32572
- "kling-video-v1.6-pro-text-to-video"
32573
- ],
32574
- modality: {
32575
- inputs: [
32576
- "text"
32577
- ],
32578
- outputs: [
32579
- "video"
32580
- ]
32581
- },
32582
- providers: [
32514
+ },
32583
32515
  {
32584
32516
  provider: "kling",
32585
32517
  auth_env: "KLING_ACCESS_KEY",
32586
- skill_id: "kling-text-to-video",
32587
- endpoint: "v1/videos/text2video",
32518
+ skill_id: "kling-image2video",
32519
+ endpoint: "v1/videos/image2video",
32588
32520
  param_map: {
32589
32521
  prompt: "prompt",
32590
32522
  negative_prompt: "negative_prompt",
32591
32523
  duration: "duration",
32592
- size: "aspect_ratio",
32593
- guidance: "cfg_scale"
32524
+ aspect_ratio: "aspect_ratio",
32525
+ image: "image",
32526
+ cfg_scale: "cfg_scale",
32527
+ generate_audio: "sound",
32528
+ end_image_url: "image_tail",
32529
+ voice_ids: "voice_list",
32530
+ elements: "element_list"
32594
32531
  },
32595
32532
  defaults: {
32596
32533
  model_name: "kling-v1-6",
@@ -32601,7 +32538,23 @@ var registry_default = [
32601
32538
  extract_path: "task_result.videos[].url",
32602
32539
  content_type: "video/mp4"
32603
32540
  }
32604
- },
32541
+ }
32542
+ ]
32543
+ },
32544
+ {
32545
+ canonical_name: "kling-video-v1.6-pro-text-to-video",
32546
+ aliases: [
32547
+ "kling-video-v1.6-pro-text-to-video"
32548
+ ],
32549
+ modality: {
32550
+ inputs: [
32551
+ "text"
32552
+ ],
32553
+ outputs: [
32554
+ "video"
32555
+ ]
32556
+ },
32557
+ providers: [
32605
32558
  {
32606
32559
  provider: "fal-ai",
32607
32560
  skill_id: "fal-ai-kling-video-v1.6-pro-text-to-video",
@@ -32623,6 +32576,29 @@ var registry_default = [
32623
32576
  extract_path: "video.url",
32624
32577
  content_type: "video/mp4"
32625
32578
  }
32579
+ },
32580
+ {
32581
+ provider: "kling",
32582
+ auth_env: "KLING_ACCESS_KEY",
32583
+ skill_id: "kling-text2video",
32584
+ endpoint: "v1/videos/text2video",
32585
+ param_map: {
32586
+ prompt: "prompt",
32587
+ negative_prompt: "negative_prompt",
32588
+ duration: "duration",
32589
+ aspect_ratio: "aspect_ratio",
32590
+ cfg_scale: "cfg_scale",
32591
+ generate_audio: "sound"
32592
+ },
32593
+ defaults: {
32594
+ model_name: "kling-v1-6",
32595
+ mode: "pro"
32596
+ },
32597
+ output_map: {
32598
+ type: "video",
32599
+ extract_path: "task_result.videos[].url",
32600
+ content_type: "video/mp4"
32601
+ }
32626
32602
  }
32627
32603
  ]
32628
32604
  },
@@ -32640,24 +32616,6 @@ var registry_default = [
32640
32616
  ]
32641
32617
  },
32642
32618
  providers: [
32643
- {
32644
- provider: "kling",
32645
- auth_env: "KLING_ACCESS_KEY",
32646
- skill_id: "kling-video-effects",
32647
- endpoint: "v1/videos/effects",
32648
- param_map: {
32649
- image: "image"
32650
- },
32651
- defaults: {
32652
- model_name: "kling-v1-6",
32653
- mode: "std"
32654
- },
32655
- output_map: {
32656
- type: "video",
32657
- extract_path: "task_result.videos[].url",
32658
- content_type: "video/mp4"
32659
- }
32660
- },
32661
32619
  {
32662
32620
  provider: "fal-ai",
32663
32621
  skill_id: "fal-ai-kling-video-v1.6-standard-effects",
@@ -32679,6 +32637,20 @@ var registry_default = [
32679
32637
  extract_path: "video.url",
32680
32638
  content_type: "video/mp4"
32681
32639
  }
32640
+ },
32641
+ {
32642
+ provider: "kling",
32643
+ auth_env: "KLING_ACCESS_KEY",
32644
+ skill_id: "kling-video-effects",
32645
+ endpoint: "v1/videos/effects",
32646
+ param_map: {
32647
+ image: "image"
32648
+ },
32649
+ output_map: {
32650
+ type: "video",
32651
+ extract_path: "task_result.videos[].url",
32652
+ content_type: "video/mp4"
32653
+ }
32682
32654
  }
32683
32655
  ]
32684
32656
  },
@@ -32697,29 +32669,6 @@ var registry_default = [
32697
32669
  ]
32698
32670
  },
32699
32671
  providers: [
32700
- {
32701
- provider: "kling",
32702
- auth_env: "KLING_ACCESS_KEY",
32703
- skill_id: "kling-image-to-video",
32704
- endpoint: "v1/videos/image2video",
32705
- param_map: {
32706
- prompt: "prompt",
32707
- negative_prompt: "negative_prompt",
32708
- image: "image",
32709
- duration: "duration",
32710
- size: "aspect_ratio",
32711
- guidance: "cfg_scale"
32712
- },
32713
- defaults: {
32714
- model_name: "kling-v1-6",
32715
- mode: "std"
32716
- },
32717
- output_map: {
32718
- type: "video",
32719
- extract_path: "task_result.videos[].url",
32720
- content_type: "video/mp4"
32721
- }
32722
- },
32723
32672
  {
32724
32673
  provider: "fal-ai",
32725
32674
  skill_id: "fal-ai-kling-video-v1.6-standard-elements",
@@ -32759,29 +32708,6 @@ var registry_default = [
32759
32708
  ]
32760
32709
  },
32761
32710
  providers: [
32762
- {
32763
- provider: "kling",
32764
- auth_env: "KLING_ACCESS_KEY",
32765
- skill_id: "kling-image-to-video",
32766
- endpoint: "v1/videos/image2video",
32767
- param_map: {
32768
- prompt: "prompt",
32769
- negative_prompt: "negative_prompt",
32770
- image: "image",
32771
- duration: "duration",
32772
- size: "aspect_ratio",
32773
- guidance: "cfg_scale"
32774
- },
32775
- defaults: {
32776
- model_name: "kling-v1-6",
32777
- mode: "std"
32778
- },
32779
- output_map: {
32780
- type: "video",
32781
- extract_path: "task_result.videos[].url",
32782
- content_type: "video/mp4"
32783
- }
32784
- },
32785
32711
  {
32786
32712
  provider: "fal-ai",
32787
32713
  skill_id: "fal-ai-kling-video-v1.6-standard-image-to-video",
@@ -32802,34 +32728,23 @@ var registry_default = [
32802
32728
  extract_path: "video.url",
32803
32729
  content_type: "video/mp4"
32804
32730
  }
32805
- }
32806
- ]
32807
- },
32808
- {
32809
- canonical_name: "kling-video-v1.6-standard-text-to-video",
32810
- aliases: [
32811
- "kling-video-v1.6-standard-text-to-video"
32812
- ],
32813
- modality: {
32814
- inputs: [
32815
- "text"
32816
- ],
32817
- outputs: [
32818
- "video"
32819
- ]
32820
- },
32821
- providers: [
32731
+ },
32822
32732
  {
32823
32733
  provider: "kling",
32824
32734
  auth_env: "KLING_ACCESS_KEY",
32825
- skill_id: "kling-text-to-video",
32826
- endpoint: "v1/videos/text2video",
32735
+ skill_id: "kling-image2video",
32736
+ endpoint: "v1/videos/image2video",
32827
32737
  param_map: {
32828
32738
  prompt: "prompt",
32829
32739
  negative_prompt: "negative_prompt",
32830
32740
  duration: "duration",
32831
- size: "aspect_ratio",
32832
- guidance: "cfg_scale"
32741
+ aspect_ratio: "aspect_ratio",
32742
+ image: "image",
32743
+ cfg_scale: "cfg_scale",
32744
+ generate_audio: "sound",
32745
+ end_image_url: "image_tail",
32746
+ voice_ids: "voice_list",
32747
+ elements: "element_list"
32833
32748
  },
32834
32749
  defaults: {
32835
32750
  model_name: "kling-v1-6",
@@ -32840,7 +32755,23 @@ var registry_default = [
32840
32755
  extract_path: "task_result.videos[].url",
32841
32756
  content_type: "video/mp4"
32842
32757
  }
32843
- },
32758
+ }
32759
+ ]
32760
+ },
32761
+ {
32762
+ canonical_name: "kling-video-v1.6-standard-text-to-video",
32763
+ aliases: [
32764
+ "kling-video-v1.6-standard-text-to-video"
32765
+ ],
32766
+ modality: {
32767
+ inputs: [
32768
+ "text"
32769
+ ],
32770
+ outputs: [
32771
+ "video"
32772
+ ]
32773
+ },
32774
+ providers: [
32844
32775
  {
32845
32776
  provider: "fal-ai",
32846
32777
  skill_id: "fal-ai-kling-video-v1.6-standard-text-to-video",
@@ -32862,6 +32793,29 @@ var registry_default = [
32862
32793
  extract_path: "video.url",
32863
32794
  content_type: "video/mp4"
32864
32795
  }
32796
+ },
32797
+ {
32798
+ provider: "kling",
32799
+ auth_env: "KLING_ACCESS_KEY",
32800
+ skill_id: "kling-text2video",
32801
+ endpoint: "v1/videos/text2video",
32802
+ param_map: {
32803
+ prompt: "prompt",
32804
+ negative_prompt: "negative_prompt",
32805
+ duration: "duration",
32806
+ aspect_ratio: "aspect_ratio",
32807
+ cfg_scale: "cfg_scale",
32808
+ generate_audio: "sound"
32809
+ },
32810
+ defaults: {
32811
+ model_name: "kling-v1-6",
32812
+ mode: "std"
32813
+ },
32814
+ output_map: {
32815
+ type: "video",
32816
+ extract_path: "task_result.videos[].url",
32817
+ content_type: "video/mp4"
32818
+ }
32865
32819
  }
32866
32820
  ]
32867
32821
  },
@@ -32881,28 +32835,6 @@ var registry_default = [
32881
32835
  ]
32882
32836
  },
32883
32837
  providers: [
32884
- {
32885
- provider: "kling",
32886
- auth_env: "KLING_ACCESS_KEY",
32887
- skill_id: "kling-image-to-video",
32888
- endpoint: "v1/videos/image2video",
32889
- param_map: {
32890
- prompt: "prompt",
32891
- negative_prompt: "negative_prompt",
32892
- image: "image",
32893
- duration: "duration",
32894
- size: "aspect_ratio",
32895
- guidance: "cfg_scale"
32896
- },
32897
- defaults: {
32898
- model_name: "kling-v2-master"
32899
- },
32900
- output_map: {
32901
- type: "video",
32902
- extract_path: "task_result.videos[].url",
32903
- content_type: "video/mp4"
32904
- }
32905
- },
32906
32838
  {
32907
32839
  provider: "fal-ai",
32908
32840
  skill_id: "fal-ai-kling-video-v2-master-image-to-video",
@@ -32923,6 +32855,32 @@ var registry_default = [
32923
32855
  extract_path: "video.url",
32924
32856
  content_type: "video/mp4"
32925
32857
  }
32858
+ },
32859
+ {
32860
+ provider: "kling",
32861
+ auth_env: "KLING_ACCESS_KEY",
32862
+ skill_id: "kling-image2video",
32863
+ endpoint: "v1/videos/image2video",
32864
+ param_map: {
32865
+ prompt: "prompt",
32866
+ negative_prompt: "negative_prompt",
32867
+ duration: "duration",
32868
+ aspect_ratio: "aspect_ratio",
32869
+ image: "image",
32870
+ cfg_scale: "cfg_scale",
32871
+ generate_audio: "sound",
32872
+ end_image_url: "image_tail",
32873
+ voice_ids: "voice_list",
32874
+ elements: "element_list"
32875
+ },
32876
+ defaults: {
32877
+ model_name: "kling-v2-master"
32878
+ },
32879
+ output_map: {
32880
+ type: "video",
32881
+ extract_path: "task_result.videos[].url",
32882
+ content_type: "video/mp4"
32883
+ }
32926
32884
  }
32927
32885
  ]
32928
32886
  },
@@ -32940,27 +32898,6 @@ var registry_default = [
32940
32898
  ]
32941
32899
  },
32942
32900
  providers: [
32943
- {
32944
- provider: "kling",
32945
- auth_env: "KLING_ACCESS_KEY",
32946
- skill_id: "kling-text-to-video",
32947
- endpoint: "v1/videos/text2video",
32948
- param_map: {
32949
- prompt: "prompt",
32950
- negative_prompt: "negative_prompt",
32951
- duration: "duration",
32952
- size: "aspect_ratio",
32953
- guidance: "cfg_scale"
32954
- },
32955
- defaults: {
32956
- model_name: "kling-v2-master"
32957
- },
32958
- output_map: {
32959
- type: "video",
32960
- extract_path: "task_result.videos[].url",
32961
- content_type: "video/mp4"
32962
- }
32963
- },
32964
32901
  {
32965
32902
  provider: "fal-ai",
32966
32903
  skill_id: "fal-ai-kling-video-v2-master-text-to-video",
@@ -32982,6 +32919,28 @@ var registry_default = [
32982
32919
  extract_path: "video.url",
32983
32920
  content_type: "video/mp4"
32984
32921
  }
32922
+ },
32923
+ {
32924
+ provider: "kling",
32925
+ auth_env: "KLING_ACCESS_KEY",
32926
+ skill_id: "kling-text2video",
32927
+ endpoint: "v1/videos/text2video",
32928
+ param_map: {
32929
+ prompt: "prompt",
32930
+ negative_prompt: "negative_prompt",
32931
+ duration: "duration",
32932
+ aspect_ratio: "aspect_ratio",
32933
+ cfg_scale: "cfg_scale",
32934
+ generate_audio: "sound"
32935
+ },
32936
+ defaults: {
32937
+ model_name: "kling-v2-master"
32938
+ },
32939
+ output_map: {
32940
+ type: "video",
32941
+ extract_path: "task_result.videos[].url",
32942
+ content_type: "video/mp4"
32943
+ }
32985
32944
  }
32986
32945
  ]
32987
32946
  },
@@ -33001,28 +32960,6 @@ var registry_default = [
33001
32960
  ]
33002
32961
  },
33003
32962
  providers: [
33004
- {
33005
- provider: "kling",
33006
- auth_env: "KLING_ACCESS_KEY",
33007
- skill_id: "kling-image-to-video",
33008
- endpoint: "v1/videos/image2video",
33009
- param_map: {
33010
- prompt: "prompt",
33011
- negative_prompt: "negative_prompt",
33012
- image: "image",
33013
- duration: "duration",
33014
- size: "aspect_ratio",
33015
- guidance: "cfg_scale"
33016
- },
33017
- defaults: {
33018
- model_name: "kling-v2-1-master"
33019
- },
33020
- output_map: {
33021
- type: "video",
33022
- extract_path: "task_result.videos[].url",
33023
- content_type: "video/mp4"
33024
- }
33025
- },
33026
32963
  {
33027
32964
  provider: "fal-ai",
33028
32965
  skill_id: "fal-ai-kling-video-v2.1-master-image-to-video",
@@ -33043,6 +32980,32 @@ var registry_default = [
33043
32980
  extract_path: "video.url",
33044
32981
  content_type: "video/mp4"
33045
32982
  }
32983
+ },
32984
+ {
32985
+ provider: "kling",
32986
+ auth_env: "KLING_ACCESS_KEY",
32987
+ skill_id: "kling-image2video",
32988
+ endpoint: "v1/videos/image2video",
32989
+ param_map: {
32990
+ prompt: "prompt",
32991
+ negative_prompt: "negative_prompt",
32992
+ duration: "duration",
32993
+ aspect_ratio: "aspect_ratio",
32994
+ image: "image",
32995
+ cfg_scale: "cfg_scale",
32996
+ generate_audio: "sound",
32997
+ end_image_url: "image_tail",
32998
+ voice_ids: "voice_list",
32999
+ elements: "element_list"
33000
+ },
33001
+ defaults: {
33002
+ model_name: "kling-v2-1-master"
33003
+ },
33004
+ output_map: {
33005
+ type: "video",
33006
+ extract_path: "task_result.videos[].url",
33007
+ content_type: "video/mp4"
33008
+ }
33046
33009
  }
33047
33010
  ]
33048
33011
  },
@@ -33060,27 +33023,6 @@ var registry_default = [
33060
33023
  ]
33061
33024
  },
33062
33025
  providers: [
33063
- {
33064
- provider: "kling",
33065
- auth_env: "KLING_ACCESS_KEY",
33066
- skill_id: "kling-text-to-video",
33067
- endpoint: "v1/videos/text2video",
33068
- param_map: {
33069
- prompt: "prompt",
33070
- negative_prompt: "negative_prompt",
33071
- duration: "duration",
33072
- size: "aspect_ratio",
33073
- guidance: "cfg_scale"
33074
- },
33075
- defaults: {
33076
- model_name: "kling-v2-1-master"
33077
- },
33078
- output_map: {
33079
- type: "video",
33080
- extract_path: "task_result.videos[].url",
33081
- content_type: "video/mp4"
33082
- }
33083
- },
33084
33026
  {
33085
33027
  provider: "fal-ai",
33086
33028
  skill_id: "fal-ai-kling-video-v2.1-master-text-to-video",
@@ -33102,6 +33044,28 @@ var registry_default = [
33102
33044
  extract_path: "video.url",
33103
33045
  content_type: "video/mp4"
33104
33046
  }
33047
+ },
33048
+ {
33049
+ provider: "kling",
33050
+ auth_env: "KLING_ACCESS_KEY",
33051
+ skill_id: "kling-text2video",
33052
+ endpoint: "v1/videos/text2video",
33053
+ param_map: {
33054
+ prompt: "prompt",
33055
+ negative_prompt: "negative_prompt",
33056
+ duration: "duration",
33057
+ aspect_ratio: "aspect_ratio",
33058
+ cfg_scale: "cfg_scale",
33059
+ generate_audio: "sound"
33060
+ },
33061
+ defaults: {
33062
+ model_name: "kling-v2-1-master"
33063
+ },
33064
+ output_map: {
33065
+ type: "video",
33066
+ extract_path: "task_result.videos[].url",
33067
+ content_type: "video/mp4"
33068
+ }
33105
33069
  }
33106
33070
  ]
33107
33071
  },
@@ -33121,29 +33085,6 @@ var registry_default = [
33121
33085
  ]
33122
33086
  },
33123
33087
  providers: [
33124
- {
33125
- provider: "kling",
33126
- auth_env: "KLING_ACCESS_KEY",
33127
- skill_id: "kling-image-to-video",
33128
- endpoint: "v1/videos/image2video",
33129
- param_map: {
33130
- prompt: "prompt",
33131
- negative_prompt: "negative_prompt",
33132
- image: "image",
33133
- duration: "duration",
33134
- size: "aspect_ratio",
33135
- guidance: "cfg_scale"
33136
- },
33137
- defaults: {
33138
- model_name: "kling-v2-1",
33139
- mode: "pro"
33140
- },
33141
- output_map: {
33142
- type: "video",
33143
- extract_path: "task_result.videos[].url",
33144
- content_type: "video/mp4"
33145
- }
33146
- },
33147
33088
  {
33148
33089
  provider: "fal-ai",
33149
33090
  skill_id: "fal-ai-kling-video-v2.1-pro-image-to-video",
@@ -33161,7 +33102,34 @@ var registry_default = [
33161
33102
  },
33162
33103
  output_map: {
33163
33104
  type: "video",
33164
- extract_path: "video.url",
33105
+ extract_path: "video.url",
33106
+ content_type: "video/mp4"
33107
+ }
33108
+ },
33109
+ {
33110
+ provider: "kling",
33111
+ auth_env: "KLING_ACCESS_KEY",
33112
+ skill_id: "kling-image2video",
33113
+ endpoint: "v1/videos/image2video",
33114
+ param_map: {
33115
+ prompt: "prompt",
33116
+ negative_prompt: "negative_prompt",
33117
+ duration: "duration",
33118
+ aspect_ratio: "aspect_ratio",
33119
+ image: "image",
33120
+ cfg_scale: "cfg_scale",
33121
+ generate_audio: "sound",
33122
+ end_image_url: "image_tail",
33123
+ voice_ids: "voice_list",
33124
+ elements: "element_list"
33125
+ },
33126
+ defaults: {
33127
+ model_name: "kling-v2-1",
33128
+ mode: "pro"
33129
+ },
33130
+ output_map: {
33131
+ type: "video",
33132
+ extract_path: "task_result.videos[].url",
33165
33133
  content_type: "video/mp4"
33166
33134
  }
33167
33135
  }
@@ -33183,29 +33151,6 @@ var registry_default = [
33183
33151
  ]
33184
33152
  },
33185
33153
  providers: [
33186
- {
33187
- provider: "kling",
33188
- auth_env: "KLING_ACCESS_KEY",
33189
- skill_id: "kling-image-to-video",
33190
- endpoint: "v1/videos/image2video",
33191
- param_map: {
33192
- prompt: "prompt",
33193
- negative_prompt: "negative_prompt",
33194
- image: "image",
33195
- duration: "duration",
33196
- size: "aspect_ratio",
33197
- guidance: "cfg_scale"
33198
- },
33199
- defaults: {
33200
- model_name: "kling-v2-1",
33201
- mode: "std"
33202
- },
33203
- output_map: {
33204
- type: "video",
33205
- extract_path: "task_result.videos[].url",
33206
- content_type: "video/mp4"
33207
- }
33208
- },
33209
33154
  {
33210
33155
  provider: "fal-ai",
33211
33156
  skill_id: "fal-ai-kling-video-v2.1-standard-image-to-video",
@@ -33226,6 +33171,33 @@ var registry_default = [
33226
33171
  extract_path: "video.url",
33227
33172
  content_type: "video/mp4"
33228
33173
  }
33174
+ },
33175
+ {
33176
+ provider: "kling",
33177
+ auth_env: "KLING_ACCESS_KEY",
33178
+ skill_id: "kling-image2video",
33179
+ endpoint: "v1/videos/image2video",
33180
+ param_map: {
33181
+ prompt: "prompt",
33182
+ negative_prompt: "negative_prompt",
33183
+ duration: "duration",
33184
+ aspect_ratio: "aspect_ratio",
33185
+ image: "image",
33186
+ cfg_scale: "cfg_scale",
33187
+ generate_audio: "sound",
33188
+ end_image_url: "image_tail",
33189
+ voice_ids: "voice_list",
33190
+ elements: "element_list"
33191
+ },
33192
+ defaults: {
33193
+ model_name: "kling-v2-1",
33194
+ mode: "std"
33195
+ },
33196
+ output_map: {
33197
+ type: "video",
33198
+ extract_path: "task_result.videos[].url",
33199
+ content_type: "video/mp4"
33200
+ }
33229
33201
  }
33230
33202
  ]
33231
33203
  },
@@ -33245,29 +33217,6 @@ var registry_default = [
33245
33217
  ]
33246
33218
  },
33247
33219
  providers: [
33248
- {
33249
- provider: "kling",
33250
- auth_env: "KLING_ACCESS_KEY",
33251
- skill_id: "kling-image-to-video",
33252
- endpoint: "v1/videos/image2video",
33253
- param_map: {
33254
- prompt: "prompt",
33255
- negative_prompt: "negative_prompt",
33256
- image: "image",
33257
- duration: "duration",
33258
- size: "aspect_ratio",
33259
- guidance: "cfg_scale"
33260
- },
33261
- defaults: {
33262
- model_name: "kling-v2-5-turbo",
33263
- mode: "pro"
33264
- },
33265
- output_map: {
33266
- type: "video",
33267
- extract_path: "task_result.videos[].url",
33268
- content_type: "video/mp4"
33269
- }
33270
- },
33271
33220
  {
33272
33221
  provider: "fal-ai",
33273
33222
  skill_id: "fal-ai-kling-video-v2.5-turbo-pro-image-to-video",
@@ -33288,34 +33237,23 @@ var registry_default = [
33288
33237
  extract_path: "video.url",
33289
33238
  content_type: "video/mp4"
33290
33239
  }
33291
- }
33292
- ]
33293
- },
33294
- {
33295
- canonical_name: "kling-video-v2.5-turbo-pro-text-to-video",
33296
- aliases: [
33297
- "kling-video-v2.5-turbo-pro-text-to-video"
33298
- ],
33299
- modality: {
33300
- inputs: [
33301
- "text"
33302
- ],
33303
- outputs: [
33304
- "video"
33305
- ]
33306
- },
33307
- providers: [
33240
+ },
33308
33241
  {
33309
33242
  provider: "kling",
33310
33243
  auth_env: "KLING_ACCESS_KEY",
33311
- skill_id: "kling-text-to-video",
33312
- endpoint: "v1/videos/text2video",
33244
+ skill_id: "kling-image2video",
33245
+ endpoint: "v1/videos/image2video",
33313
33246
  param_map: {
33314
33247
  prompt: "prompt",
33315
33248
  negative_prompt: "negative_prompt",
33316
33249
  duration: "duration",
33317
- size: "aspect_ratio",
33318
- guidance: "cfg_scale"
33250
+ aspect_ratio: "aspect_ratio",
33251
+ image: "image",
33252
+ cfg_scale: "cfg_scale",
33253
+ generate_audio: "sound",
33254
+ end_image_url: "image_tail",
33255
+ voice_ids: "voice_list",
33256
+ elements: "element_list"
33319
33257
  },
33320
33258
  defaults: {
33321
33259
  model_name: "kling-v2-5-turbo",
@@ -33326,7 +33264,23 @@ var registry_default = [
33326
33264
  extract_path: "task_result.videos[].url",
33327
33265
  content_type: "video/mp4"
33328
33266
  }
33329
- },
33267
+ }
33268
+ ]
33269
+ },
33270
+ {
33271
+ canonical_name: "kling-video-v2.5-turbo-pro-text-to-video",
33272
+ aliases: [
33273
+ "kling-video-v2.5-turbo-pro-text-to-video"
33274
+ ],
33275
+ modality: {
33276
+ inputs: [
33277
+ "text"
33278
+ ],
33279
+ outputs: [
33280
+ "video"
33281
+ ]
33282
+ },
33283
+ providers: [
33330
33284
  {
33331
33285
  provider: "fal-ai",
33332
33286
  skill_id: "fal-ai-kling-video-v2.5-turbo-pro-text-to-video",
@@ -33348,6 +33302,29 @@ var registry_default = [
33348
33302
  extract_path: "video.url",
33349
33303
  content_type: "video/mp4"
33350
33304
  }
33305
+ },
33306
+ {
33307
+ provider: "kling",
33308
+ auth_env: "KLING_ACCESS_KEY",
33309
+ skill_id: "kling-text2video",
33310
+ endpoint: "v1/videos/text2video",
33311
+ param_map: {
33312
+ prompt: "prompt",
33313
+ negative_prompt: "negative_prompt",
33314
+ duration: "duration",
33315
+ aspect_ratio: "aspect_ratio",
33316
+ cfg_scale: "cfg_scale",
33317
+ generate_audio: "sound"
33318
+ },
33319
+ defaults: {
33320
+ model_name: "kling-v2-5-turbo",
33321
+ mode: "pro"
33322
+ },
33323
+ output_map: {
33324
+ type: "video",
33325
+ extract_path: "task_result.videos[].url",
33326
+ content_type: "video/mp4"
33327
+ }
33351
33328
  }
33352
33329
  ]
33353
33330
  },
@@ -33367,29 +33344,6 @@ var registry_default = [
33367
33344
  ]
33368
33345
  },
33369
33346
  providers: [
33370
- {
33371
- provider: "kling",
33372
- auth_env: "KLING_ACCESS_KEY",
33373
- skill_id: "kling-image-to-video",
33374
- endpoint: "v1/videos/image2video",
33375
- param_map: {
33376
- prompt: "prompt",
33377
- negative_prompt: "negative_prompt",
33378
- image: "image",
33379
- duration: "duration",
33380
- size: "aspect_ratio",
33381
- guidance: "cfg_scale"
33382
- },
33383
- defaults: {
33384
- model_name: "kling-v2-5-turbo",
33385
- mode: "std"
33386
- },
33387
- output_map: {
33388
- type: "video",
33389
- extract_path: "task_result.videos[].url",
33390
- content_type: "video/mp4"
33391
- }
33392
- },
33393
33347
  {
33394
33348
  provider: "fal-ai",
33395
33349
  skill_id: "fal-ai-kling-video-v2.5-turbo-standard-image-to-video",
@@ -33410,6 +33364,33 @@ var registry_default = [
33410
33364
  extract_path: "video.url",
33411
33365
  content_type: "video/mp4"
33412
33366
  }
33367
+ },
33368
+ {
33369
+ provider: "kling",
33370
+ auth_env: "KLING_ACCESS_KEY",
33371
+ skill_id: "kling-image2video",
33372
+ endpoint: "v1/videos/image2video",
33373
+ param_map: {
33374
+ prompt: "prompt",
33375
+ negative_prompt: "negative_prompt",
33376
+ duration: "duration",
33377
+ aspect_ratio: "aspect_ratio",
33378
+ image: "image",
33379
+ cfg_scale: "cfg_scale",
33380
+ generate_audio: "sound",
33381
+ end_image_url: "image_tail",
33382
+ voice_ids: "voice_list",
33383
+ elements: "element_list"
33384
+ },
33385
+ defaults: {
33386
+ model_name: "kling-v2-5-turbo",
33387
+ mode: "std"
33388
+ },
33389
+ output_map: {
33390
+ type: "video",
33391
+ extract_path: "task_result.videos[].url",
33392
+ content_type: "video/mp4"
33393
+ }
33413
33394
  }
33414
33395
  ]
33415
33396
  },
@@ -33430,47 +33411,49 @@ var registry_default = [
33430
33411
  },
33431
33412
  providers: [
33432
33413
  {
33433
- provider: "kling",
33434
- auth_env: "KLING_ACCESS_KEY",
33435
- skill_id: "kling-image-to-video",
33436
- endpoint: "v1/videos/image2video",
33414
+ provider: "fal-ai",
33415
+ skill_id: "fal-ai-kling-video-v2.6-pro-image-to-video",
33416
+ endpoint: "fal-ai/kling-video/v2.6/pro/image-to-video",
33417
+ auth_env: "FAL_KEY",
33437
33418
  param_map: {
33419
+ image: "start_image_url",
33420
+ image_tail: "end_image_url",
33438
33421
  prompt: "prompt",
33439
33422
  negative_prompt: "negative_prompt",
33440
- image: "image",
33441
- image_tail: "image_tail",
33442
33423
  duration: "duration",
33443
- size: "aspect_ratio",
33444
- voice_list: "voice_list",
33445
- sound: "sound"
33446
- },
33447
- defaults: {
33448
- model_name: "kling-v2-6",
33449
- mode: "pro"
33424
+ voice_ids: "voice_ids",
33425
+ generate_audio: "generate_audio"
33450
33426
  },
33451
33427
  output_map: {
33452
33428
  type: "video",
33453
- extract_path: "task_result.videos[].url",
33429
+ extract_path: "video.url",
33454
33430
  content_type: "video/mp4"
33455
33431
  }
33456
33432
  },
33457
33433
  {
33458
- provider: "fal-ai",
33459
- skill_id: "fal-ai-kling-video-v2.6-pro-image-to-video",
33460
- endpoint: "fal-ai/kling-video/v2.6/pro/image-to-video",
33461
- auth_env: "FAL_KEY",
33434
+ provider: "kling",
33435
+ auth_env: "KLING_ACCESS_KEY",
33436
+ skill_id: "kling-image2video",
33437
+ endpoint: "v1/videos/image2video",
33462
33438
  param_map: {
33463
- image: "start_image_url",
33464
- image_tail: "end_image_url",
33465
33439
  prompt: "prompt",
33466
33440
  negative_prompt: "negative_prompt",
33467
33441
  duration: "duration",
33468
- voice_ids: "voice_ids",
33469
- generate_audio: "generate_audio"
33442
+ aspect_ratio: "aspect_ratio",
33443
+ image: "image",
33444
+ cfg_scale: "cfg_scale",
33445
+ generate_audio: "sound",
33446
+ end_image_url: "image_tail",
33447
+ voice_ids: "voice_list",
33448
+ elements: "element_list"
33449
+ },
33450
+ defaults: {
33451
+ model_name: "kling-v2-6",
33452
+ mode: "pro"
33470
33453
  },
33471
33454
  output_map: {
33472
33455
  type: "video",
33473
- extract_path: "video.url",
33456
+ extract_path: "task_result.videos[].url",
33474
33457
  content_type: "video/mp4"
33475
33458
  }
33476
33459
  }
@@ -33493,29 +33476,6 @@ var registry_default = [
33493
33476
  ]
33494
33477
  },
33495
33478
  providers: [
33496
- {
33497
- provider: "kling",
33498
- auth_env: "KLING_ACCESS_KEY",
33499
- skill_id: "kling-image-to-video",
33500
- endpoint: "v1/videos/image2video",
33501
- param_map: {
33502
- prompt: "prompt",
33503
- negative_prompt: "negative_prompt",
33504
- image: "image",
33505
- duration: "duration",
33506
- size: "aspect_ratio",
33507
- guidance: "cfg_scale"
33508
- },
33509
- defaults: {
33510
- model_name: "kling-v2-6",
33511
- mode: "pro"
33512
- },
33513
- output_map: {
33514
- type: "video",
33515
- extract_path: "task_result.videos[].url",
33516
- content_type: "video/mp4"
33517
- }
33518
- },
33519
33479
  {
33520
33480
  provider: "fal-ai",
33521
33481
  skill_id: "fal-ai-kling-video-v2.6-pro-motion-control",
@@ -33557,6 +33517,29 @@ var registry_default = [
33557
33517
  extract_path: "output[]",
33558
33518
  content_type: "video/mp4"
33559
33519
  }
33520
+ },
33521
+ {
33522
+ provider: "kling",
33523
+ auth_env: "KLING_ACCESS_KEY",
33524
+ skill_id: "kling-motion-control",
33525
+ endpoint: "v1/videos/motion-control",
33526
+ param_map: {
33527
+ image: "image_url",
33528
+ video: "video_url",
33529
+ prompt: "prompt",
33530
+ keep_audio: "keep_original_sound",
33531
+ character_orientation: "character_orientation",
33532
+ elements: "element_list"
33533
+ },
33534
+ defaults: {
33535
+ model_name: "kling-v2-6",
33536
+ mode: "pro"
33537
+ },
33538
+ output_map: {
33539
+ type: "video",
33540
+ extract_path: "task_result.videos[].url",
33541
+ content_type: "video/mp4"
33542
+ }
33560
33543
  }
33561
33544
  ]
33562
33545
  },
@@ -33574,28 +33557,6 @@ var registry_default = [
33574
33557
  ]
33575
33558
  },
33576
33559
  providers: [
33577
- {
33578
- provider: "kling",
33579
- auth_env: "KLING_ACCESS_KEY",
33580
- skill_id: "kling-text-to-video",
33581
- endpoint: "v1/videos/text2video",
33582
- param_map: {
33583
- prompt: "prompt",
33584
- negative_prompt: "negative_prompt",
33585
- duration: "duration",
33586
- size: "aspect_ratio",
33587
- guidance: "cfg_scale"
33588
- },
33589
- defaults: {
33590
- model_name: "kling-v2-6",
33591
- mode: "pro"
33592
- },
33593
- output_map: {
33594
- type: "video",
33595
- extract_path: "task_result.videos[].url",
33596
- content_type: "video/mp4"
33597
- }
33598
- },
33599
33560
  {
33600
33561
  provider: "fal-ai",
33601
33562
  skill_id: "fal-ai-kling-video-v2.6-pro-text-to-video",
@@ -33617,6 +33578,29 @@ var registry_default = [
33617
33578
  extract_path: "video.url",
33618
33579
  content_type: "video/mp4"
33619
33580
  }
33581
+ },
33582
+ {
33583
+ provider: "kling",
33584
+ auth_env: "KLING_ACCESS_KEY",
33585
+ skill_id: "kling-text2video",
33586
+ endpoint: "v1/videos/text2video",
33587
+ param_map: {
33588
+ prompt: "prompt",
33589
+ negative_prompt: "negative_prompt",
33590
+ duration: "duration",
33591
+ aspect_ratio: "aspect_ratio",
33592
+ cfg_scale: "cfg_scale",
33593
+ generate_audio: "sound"
33594
+ },
33595
+ defaults: {
33596
+ model_name: "kling-v2-6",
33597
+ mode: "pro"
33598
+ },
33599
+ output_map: {
33600
+ type: "video",
33601
+ extract_path: "task_result.videos[].url",
33602
+ content_type: "video/mp4"
33603
+ }
33620
33604
  }
33621
33605
  ]
33622
33606
  },
@@ -33636,29 +33620,6 @@ var registry_default = [
33636
33620
  ]
33637
33621
  },
33638
33622
  providers: [
33639
- {
33640
- provider: "kling",
33641
- auth_env: "KLING_ACCESS_KEY",
33642
- skill_id: "kling-image-to-video",
33643
- endpoint: "v1/videos/image2video",
33644
- param_map: {
33645
- prompt: "prompt",
33646
- negative_prompt: "negative_prompt",
33647
- image: "image",
33648
- duration: "duration",
33649
- size: "aspect_ratio",
33650
- guidance: "cfg_scale"
33651
- },
33652
- defaults: {
33653
- model_name: "kling-v2-6",
33654
- mode: "std"
33655
- },
33656
- output_map: {
33657
- type: "video",
33658
- extract_path: "task_result.videos[].url",
33659
- content_type: "video/mp4"
33660
- }
33661
- },
33662
33623
  {
33663
33624
  provider: "fal-ai",
33664
33625
  skill_id: "fal-ai-kling-video-v2.6-standard-motion-control",
@@ -33679,6 +33640,29 @@ var registry_default = [
33679
33640
  extract_path: "video.url",
33680
33641
  content_type: "video/mp4"
33681
33642
  }
33643
+ },
33644
+ {
33645
+ provider: "kling",
33646
+ auth_env: "KLING_ACCESS_KEY",
33647
+ skill_id: "kling-motion-control",
33648
+ endpoint: "v1/videos/motion-control",
33649
+ param_map: {
33650
+ image: "image_url",
33651
+ video: "video_url",
33652
+ prompt: "prompt",
33653
+ keep_audio: "keep_original_sound",
33654
+ character_orientation: "character_orientation",
33655
+ elements: "element_list"
33656
+ },
33657
+ defaults: {
33658
+ model_name: "kling-v2-6",
33659
+ mode: "std"
33660
+ },
33661
+ output_map: {
33662
+ type: "video",
33663
+ extract_path: "task_result.videos[].url",
33664
+ content_type: "video/mp4"
33665
+ }
33682
33666
  }
33683
33667
  ]
33684
33668
  },
@@ -33698,29 +33682,6 @@ var registry_default = [
33698
33682
  ]
33699
33683
  },
33700
33684
  providers: [
33701
- {
33702
- provider: "kling",
33703
- auth_env: "KLING_ACCESS_KEY",
33704
- skill_id: "kling-image-to-video",
33705
- endpoint: "v1/videos/image2video",
33706
- param_map: {
33707
- prompt: "prompt",
33708
- negative_prompt: "negative_prompt",
33709
- image: "image",
33710
- duration: "duration",
33711
- size: "aspect_ratio",
33712
- guidance: "cfg_scale"
33713
- },
33714
- defaults: {
33715
- model_name: "kling-v3",
33716
- mode: "pro"
33717
- },
33718
- output_map: {
33719
- type: "video",
33720
- extract_path: "task_result.videos[].url",
33721
- content_type: "video/mp4"
33722
- }
33723
- },
33724
33685
  {
33725
33686
  provider: "fal-ai",
33726
33687
  skill_id: "fal-ai-kling-video-pro",
@@ -33743,6 +33704,33 @@ var registry_default = [
33743
33704
  extract_path: "video.url",
33744
33705
  content_type: "video/mp4"
33745
33706
  }
33707
+ },
33708
+ {
33709
+ provider: "kling",
33710
+ auth_env: "KLING_ACCESS_KEY",
33711
+ skill_id: "kling-image2video",
33712
+ endpoint: "v1/videos/image2video",
33713
+ param_map: {
33714
+ prompt: "prompt",
33715
+ negative_prompt: "negative_prompt",
33716
+ duration: "duration",
33717
+ aspect_ratio: "aspect_ratio",
33718
+ image: "image",
33719
+ cfg_scale: "cfg_scale",
33720
+ generate_audio: "sound",
33721
+ end_image_url: "image_tail",
33722
+ voice_ids: "voice_list",
33723
+ elements: "element_list"
33724
+ },
33725
+ defaults: {
33726
+ model_name: "kling-v3",
33727
+ mode: "pro"
33728
+ },
33729
+ output_map: {
33730
+ type: "video",
33731
+ extract_path: "task_result.videos[].url",
33732
+ content_type: "video/mp4"
33733
+ }
33746
33734
  }
33747
33735
  ]
33748
33736
  },
@@ -33763,29 +33751,6 @@ var registry_default = [
33763
33751
  ]
33764
33752
  },
33765
33753
  providers: [
33766
- {
33767
- provider: "kling",
33768
- auth_env: "KLING_ACCESS_KEY",
33769
- skill_id: "kling-image-to-video",
33770
- endpoint: "v1/videos/image2video",
33771
- param_map: {
33772
- prompt: "prompt",
33773
- negative_prompt: "negative_prompt",
33774
- image: "image",
33775
- duration: "duration",
33776
- size: "aspect_ratio",
33777
- guidance: "cfg_scale"
33778
- },
33779
- defaults: {
33780
- model_name: "kling-v3",
33781
- mode: "pro"
33782
- },
33783
- output_map: {
33784
- type: "video",
33785
- extract_path: "task_result.videos[].url",
33786
- content_type: "video/mp4"
33787
- }
33788
- },
33789
33754
  {
33790
33755
  provider: "fal-ai",
33791
33756
  skill_id: "fal-ai-kling-video-v3-pro-motion-control",
@@ -33823,6 +33788,29 @@ var registry_default = [
33823
33788
  extract_path: "output[]",
33824
33789
  content_type: "video/mp4"
33825
33790
  }
33791
+ },
33792
+ {
33793
+ provider: "kling",
33794
+ auth_env: "KLING_ACCESS_KEY",
33795
+ skill_id: "kling-motion-control",
33796
+ endpoint: "v1/videos/motion-control",
33797
+ param_map: {
33798
+ image: "image_url",
33799
+ video: "video_url",
33800
+ prompt: "prompt",
33801
+ keep_audio: "keep_original_sound",
33802
+ character_orientation: "character_orientation",
33803
+ elements: "element_list"
33804
+ },
33805
+ defaults: {
33806
+ model_name: "kling-v3",
33807
+ mode: "pro"
33808
+ },
33809
+ output_map: {
33810
+ type: "video",
33811
+ extract_path: "task_result.videos[].url",
33812
+ content_type: "video/mp4"
33813
+ }
33826
33814
  }
33827
33815
  ]
33828
33816
  },
@@ -33841,28 +33829,6 @@ var registry_default = [
33841
33829
  ]
33842
33830
  },
33843
33831
  providers: [
33844
- {
33845
- provider: "kling",
33846
- auth_env: "KLING_ACCESS_KEY",
33847
- skill_id: "kling-text-to-video",
33848
- endpoint: "v1/videos/text2video",
33849
- param_map: {
33850
- prompt: "prompt",
33851
- negative_prompt: "negative_prompt",
33852
- duration: "duration",
33853
- size: "aspect_ratio",
33854
- guidance: "cfg_scale"
33855
- },
33856
- defaults: {
33857
- model_name: "kling-v3",
33858
- mode: "pro"
33859
- },
33860
- output_map: {
33861
- type: "video",
33862
- extract_path: "task_result.videos[].url",
33863
- content_type: "video/mp4"
33864
- }
33865
- },
33866
33832
  {
33867
33833
  provider: "fal-ai",
33868
33834
  skill_id: "fal-ai-kling-video-v3-pro-text-to-video",
@@ -33884,6 +33850,29 @@ var registry_default = [
33884
33850
  extract_path: "video.url",
33885
33851
  content_type: "video/mp4"
33886
33852
  }
33853
+ },
33854
+ {
33855
+ provider: "kling",
33856
+ auth_env: "KLING_ACCESS_KEY",
33857
+ skill_id: "kling-text2video",
33858
+ endpoint: "v1/videos/text2video",
33859
+ param_map: {
33860
+ prompt: "prompt",
33861
+ negative_prompt: "negative_prompt",
33862
+ duration: "duration",
33863
+ aspect_ratio: "aspect_ratio",
33864
+ cfg_scale: "cfg_scale",
33865
+ generate_audio: "sound"
33866
+ },
33867
+ defaults: {
33868
+ model_name: "kling-v3",
33869
+ mode: "pro"
33870
+ },
33871
+ output_map: {
33872
+ type: "video",
33873
+ extract_path: "task_result.videos[].url",
33874
+ content_type: "video/mp4"
33875
+ }
33887
33876
  }
33888
33877
  ]
33889
33878
  },
@@ -33902,29 +33891,6 @@ var registry_default = [
33902
33891
  ]
33903
33892
  },
33904
33893
  providers: [
33905
- {
33906
- provider: "kling",
33907
- auth_env: "KLING_ACCESS_KEY",
33908
- skill_id: "kling-image-to-video",
33909
- endpoint: "v1/videos/image2video",
33910
- param_map: {
33911
- prompt: "prompt",
33912
- negative_prompt: "negative_prompt",
33913
- image: "image",
33914
- duration: "duration",
33915
- size: "aspect_ratio",
33916
- guidance: "cfg_scale"
33917
- },
33918
- defaults: {
33919
- model_name: "kling-v3",
33920
- mode: "std"
33921
- },
33922
- output_map: {
33923
- type: "video",
33924
- extract_path: "task_result.videos[].url",
33925
- content_type: "video/mp4"
33926
- }
33927
- },
33928
33894
  {
33929
33895
  provider: "fal-ai",
33930
33896
  skill_id: "fal-ai-kling-video-v3-standard-image-to-video",
@@ -33945,6 +33911,33 @@ var registry_default = [
33945
33911
  extract_path: "video.url",
33946
33912
  content_type: "video/mp4"
33947
33913
  }
33914
+ },
33915
+ {
33916
+ provider: "kling",
33917
+ auth_env: "KLING_ACCESS_KEY",
33918
+ skill_id: "kling-image2video",
33919
+ endpoint: "v1/videos/image2video",
33920
+ param_map: {
33921
+ prompt: "prompt",
33922
+ negative_prompt: "negative_prompt",
33923
+ duration: "duration",
33924
+ aspect_ratio: "aspect_ratio",
33925
+ image: "image",
33926
+ cfg_scale: "cfg_scale",
33927
+ generate_audio: "sound",
33928
+ end_image_url: "image_tail",
33929
+ voice_ids: "voice_list",
33930
+ elements: "element_list"
33931
+ },
33932
+ defaults: {
33933
+ model_name: "kling-v3",
33934
+ mode: "std"
33935
+ },
33936
+ output_map: {
33937
+ type: "video",
33938
+ extract_path: "task_result.videos[].url",
33939
+ content_type: "video/mp4"
33940
+ }
33948
33941
  }
33949
33942
  ]
33950
33943
  },
@@ -33965,29 +33958,6 @@ var registry_default = [
33965
33958
  ]
33966
33959
  },
33967
33960
  providers: [
33968
- {
33969
- provider: "kling",
33970
- auth_env: "KLING_ACCESS_KEY",
33971
- skill_id: "kling-image-to-video",
33972
- endpoint: "v1/videos/image2video",
33973
- param_map: {
33974
- prompt: "prompt",
33975
- negative_prompt: "negative_prompt",
33976
- image: "image",
33977
- duration: "duration",
33978
- size: "aspect_ratio",
33979
- guidance: "cfg_scale"
33980
- },
33981
- defaults: {
33982
- model_name: "kling-v3",
33983
- mode: "std"
33984
- },
33985
- output_map: {
33986
- type: "video",
33987
- extract_path: "task_result.videos[].url",
33988
- content_type: "video/mp4"
33989
- }
33990
- },
33991
33961
  {
33992
33962
  provider: "fal-ai",
33993
33963
  skill_id: "fal-ai-kling-video-v3-standard-motion-control",
@@ -34029,6 +33999,29 @@ var registry_default = [
34029
33999
  extract_path: "data.outputs[]",
34030
34000
  content_type: "video/mp4"
34031
34001
  }
34002
+ },
34003
+ {
34004
+ provider: "kling",
34005
+ auth_env: "KLING_ACCESS_KEY",
34006
+ skill_id: "kling-motion-control",
34007
+ endpoint: "v1/videos/motion-control",
34008
+ param_map: {
34009
+ image: "image_url",
34010
+ video: "video_url",
34011
+ prompt: "prompt",
34012
+ keep_audio: "keep_original_sound",
34013
+ character_orientation: "character_orientation",
34014
+ elements: "element_list"
34015
+ },
34016
+ defaults: {
34017
+ model_name: "kling-v3",
34018
+ mode: "std"
34019
+ },
34020
+ output_map: {
34021
+ type: "video",
34022
+ extract_path: "task_result.videos[].url",
34023
+ content_type: "video/mp4"
34024
+ }
34032
34025
  }
34033
34026
  ]
34034
34027
  },
@@ -34046,28 +34039,6 @@ var registry_default = [
34046
34039
  ]
34047
34040
  },
34048
34041
  providers: [
34049
- {
34050
- provider: "kling",
34051
- auth_env: "KLING_ACCESS_KEY",
34052
- skill_id: "kling-text-to-video",
34053
- endpoint: "v1/videos/text2video",
34054
- param_map: {
34055
- prompt: "prompt",
34056
- negative_prompt: "negative_prompt",
34057
- duration: "duration",
34058
- size: "aspect_ratio",
34059
- guidance: "cfg_scale"
34060
- },
34061
- defaults: {
34062
- model_name: "kling-v3",
34063
- mode: "std"
34064
- },
34065
- output_map: {
34066
- type: "video",
34067
- extract_path: "task_result.videos[].url",
34068
- content_type: "video/mp4"
34069
- }
34070
- },
34071
34042
  {
34072
34043
  provider: "fal-ai",
34073
34044
  skill_id: "fal-ai-kling-video-v3-standard-text-to-video",
@@ -34089,6 +34060,29 @@ var registry_default = [
34089
34060
  extract_path: "video.url",
34090
34061
  content_type: "video/mp4"
34091
34062
  }
34063
+ },
34064
+ {
34065
+ provider: "kling",
34066
+ auth_env: "KLING_ACCESS_KEY",
34067
+ skill_id: "kling-text2video",
34068
+ endpoint: "v1/videos/text2video",
34069
+ param_map: {
34070
+ prompt: "prompt",
34071
+ negative_prompt: "negative_prompt",
34072
+ duration: "duration",
34073
+ aspect_ratio: "aspect_ratio",
34074
+ cfg_scale: "cfg_scale",
34075
+ generate_audio: "sound"
34076
+ },
34077
+ defaults: {
34078
+ model_name: "kling-v3",
34079
+ mode: "std"
34080
+ },
34081
+ output_map: {
34082
+ type: "video",
34083
+ extract_path: "task_result.videos[].url",
34084
+ content_type: "video/mp4"
34085
+ }
34092
34086
  }
34093
34087
  ]
34094
34088
  },
@@ -34107,35 +34101,32 @@ var registry_default = [
34107
34101
  },
34108
34102
  providers: [
34109
34103
  {
34110
- provider: "kling",
34111
- auth_env: "KLING_ACCESS_KEY",
34112
- skill_id: "kling-video-to-audio",
34113
- endpoint: "v1/audios/video2audio",
34104
+ provider: "fal-ai",
34105
+ skill_id: "fal-ai-kling-video-video-to-audio",
34106
+ endpoint: "fal-ai/kling-video/video-to-audio",
34107
+ auth_env: "FAL_KEY",
34114
34108
  param_map: {
34115
34109
  video: "video_url",
34116
34110
  prompt: "prompt"
34117
34111
  },
34118
- defaults: {
34119
- model_name: "kling-v1"
34120
- },
34121
34112
  output_map: {
34122
34113
  type: "audio",
34123
- extract_path: "task_result.audios[].url",
34114
+ extract_path: "audio.url",
34124
34115
  content_type: "audio/mpeg"
34125
34116
  }
34126
34117
  },
34127
34118
  {
34128
- provider: "fal-ai",
34129
- skill_id: "fal-ai-kling-video-video-to-audio",
34130
- endpoint: "fal-ai/kling-video/video-to-audio",
34131
- auth_env: "FAL_KEY",
34119
+ provider: "kling",
34120
+ auth_env: "KLING_ACCESS_KEY",
34121
+ skill_id: "kling-video-to-audio",
34122
+ endpoint: "v1/audio/video-to-audio",
34132
34123
  param_map: {
34133
34124
  video: "video_url",
34134
- prompt: "prompt"
34125
+ prompt: "sound_effect_prompt"
34135
34126
  },
34136
34127
  output_map: {
34137
34128
  type: "audio",
34138
- extract_path: "audio.url",
34129
+ extract_path: "task_result.audios[].url",
34139
34130
  content_type: "audio/mpeg"
34140
34131
  }
34141
34132
  }
@@ -34664,26 +34655,6 @@ var registry_default = [
34664
34655
  ]
34665
34656
  },
34666
34657
  providers: [
34667
- {
34668
- provider: "kling",
34669
- auth_env: "KLING_ACCESS_KEY",
34670
- skill_id: "kling-avatar",
34671
- endpoint: "v1/videos/avatar",
34672
- param_map: {
34673
- image: "image",
34674
- prompt: "text",
34675
- audio: "audio_url"
34676
- },
34677
- defaults: {
34678
- model_name: "kling-v1",
34679
- mode: "pro"
34680
- },
34681
- output_map: {
34682
- type: "video",
34683
- extract_path: "task_result.videos[].url",
34684
- content_type: "video/mp4"
34685
- }
34686
- },
34687
34658
  {
34688
34659
  provider: "replicate",
34689
34660
  skill_id: "replicate-kwaivgi-kling-avatar-v2",
@@ -34723,25 +34694,6 @@ var registry_default = [
34723
34694
  ]
34724
34695
  },
34725
34696
  providers: [
34726
- {
34727
- provider: "kling",
34728
- auth_env: "KLING_ACCESS_KEY",
34729
- skill_id: "kling-lip-sync",
34730
- endpoint: "v1/videos/lip-sync",
34731
- param_map: {
34732
- video: "video_url",
34733
- prompt: "text",
34734
- audio: "sound_file"
34735
- },
34736
- defaults: {
34737
- model_name: "kling-v1"
34738
- },
34739
- output_map: {
34740
- type: "video",
34741
- extract_path: "task_result.videos[].url",
34742
- content_type: "video/mp4"
34743
- }
34744
- },
34745
34697
  {
34746
34698
  provider: "replicate",
34747
34699
  skill_id: "replicate-kwaivgi-kling-lip-sync",
@@ -34780,29 +34732,6 @@ var registry_default = [
34780
34732
  ]
34781
34733
  },
34782
34734
  providers: [
34783
- {
34784
- provider: "kling",
34785
- auth_env: "KLING_ACCESS_KEY",
34786
- skill_id: "kling-image-to-video",
34787
- endpoint: "v1/videos/image2video",
34788
- param_map: {
34789
- prompt: "prompt",
34790
- negative_prompt: "negative_prompt",
34791
- image: "image",
34792
- duration: "duration",
34793
- size: "aspect_ratio",
34794
- guidance: "cfg_scale"
34795
- },
34796
- defaults: {
34797
- model_name: "kling-video-o1",
34798
- mode: "pro"
34799
- },
34800
- output_map: {
34801
- type: "video",
34802
- extract_path: "task_result.videos[].url",
34803
- content_type: "video/mp4"
34804
- }
34805
- },
34806
34735
  {
34807
34736
  provider: "replicate",
34808
34737
  skill_id: "replicate-kwaivgi-kling-o1",
@@ -34845,29 +34774,6 @@ var registry_default = [
34845
34774
  ]
34846
34775
  },
34847
34776
  providers: [
34848
- {
34849
- provider: "kling",
34850
- auth_env: "KLING_ACCESS_KEY",
34851
- skill_id: "kling-image-to-video",
34852
- endpoint: "v1/videos/image2video",
34853
- param_map: {
34854
- prompt: "prompt",
34855
- negative_prompt: "negative_prompt",
34856
- image: "image",
34857
- duration: "duration",
34858
- size: "aspect_ratio",
34859
- guidance: "cfg_scale"
34860
- },
34861
- defaults: {
34862
- model_name: "kling-v1-5",
34863
- mode: "pro"
34864
- },
34865
- output_map: {
34866
- type: "video",
34867
- extract_path: "task_result.videos[].url",
34868
- content_type: "video/mp4"
34869
- }
34870
- },
34871
34777
  {
34872
34778
  provider: "replicate",
34873
34779
  skill_id: "replicate-kwaivgi-kling-v1.5-pro",
@@ -34910,29 +34816,6 @@ var registry_default = [
34910
34816
  ]
34911
34817
  },
34912
34818
  providers: [
34913
- {
34914
- provider: "kling",
34915
- auth_env: "KLING_ACCESS_KEY",
34916
- skill_id: "kling-image-to-video",
34917
- endpoint: "v1/videos/image2video",
34918
- param_map: {
34919
- prompt: "prompt",
34920
- negative_prompt: "negative_prompt",
34921
- image: "image",
34922
- duration: "duration",
34923
- size: "aspect_ratio",
34924
- guidance: "cfg_scale"
34925
- },
34926
- defaults: {
34927
- model_name: "kling-v1-5",
34928
- mode: "std"
34929
- },
34930
- output_map: {
34931
- type: "video",
34932
- extract_path: "task_result.videos[].url",
34933
- content_type: "video/mp4"
34934
- }
34935
- },
34936
34819
  {
34937
34820
  provider: "replicate",
34938
34821
  skill_id: "replicate-kwaivgi-kling-v1.5-standard",
@@ -34971,29 +34854,6 @@ var registry_default = [
34971
34854
  ]
34972
34855
  },
34973
34856
  providers: [
34974
- {
34975
- provider: "kling",
34976
- auth_env: "KLING_ACCESS_KEY",
34977
- skill_id: "kling-image-to-video",
34978
- endpoint: "v1/videos/image2video",
34979
- param_map: {
34980
- prompt: "prompt",
34981
- negative_prompt: "negative_prompt",
34982
- image: "image",
34983
- duration: "duration",
34984
- size: "aspect_ratio",
34985
- guidance: "cfg_scale"
34986
- },
34987
- defaults: {
34988
- model_name: "kling-v1-6",
34989
- mode: "pro"
34990
- },
34991
- output_map: {
34992
- type: "video",
34993
- extract_path: "task_result.videos[].url",
34994
- content_type: "video/mp4"
34995
- }
34996
- },
34997
34857
  {
34998
34858
  provider: "replicate",
34999
34859
  skill_id: "replicate-kwaivgi-kling-v1.6-pro",
@@ -35036,29 +34896,6 @@ var registry_default = [
35036
34896
  ]
35037
34897
  },
35038
34898
  providers: [
35039
- {
35040
- provider: "kling",
35041
- auth_env: "KLING_ACCESS_KEY",
35042
- skill_id: "kling-image-to-video",
35043
- endpoint: "v1/videos/image2video",
35044
- param_map: {
35045
- prompt: "prompt",
35046
- negative_prompt: "negative_prompt",
35047
- image: "image",
35048
- duration: "duration",
35049
- size: "aspect_ratio",
35050
- guidance: "cfg_scale"
35051
- },
35052
- defaults: {
35053
- model_name: "kling-v1-6",
35054
- mode: "std"
35055
- },
35056
- output_map: {
35057
- type: "video",
35058
- extract_path: "task_result.videos[].url",
35059
- content_type: "video/mp4"
35060
- }
35061
- },
35062
34899
  {
35063
34900
  provider: "replicate",
35064
34901
  skill_id: "replicate-kwaivgi-kling-v1.6-standard",
@@ -35102,28 +34939,6 @@ var registry_default = [
35102
34939
  ]
35103
34940
  },
35104
34941
  providers: [
35105
- {
35106
- provider: "kling",
35107
- auth_env: "KLING_ACCESS_KEY",
35108
- skill_id: "kling-image-to-video",
35109
- endpoint: "v1/videos/image2video",
35110
- param_map: {
35111
- prompt: "prompt",
35112
- negative_prompt: "negative_prompt",
35113
- image: "image",
35114
- duration: "duration",
35115
- size: "aspect_ratio",
35116
- guidance: "cfg_scale"
35117
- },
35118
- defaults: {
35119
- model_name: "kling-v2-master"
35120
- },
35121
- output_map: {
35122
- type: "video",
35123
- extract_path: "task_result.videos[].url",
35124
- content_type: "video/mp4"
35125
- }
35126
- },
35127
34942
  {
35128
34943
  provider: "replicate",
35129
34944
  skill_id: "replicate-kwaivgi-kling-v2.0",
@@ -35167,29 +34982,6 @@ var registry_default = [
35167
34982
  ]
35168
34983
  },
35169
34984
  providers: [
35170
- {
35171
- provider: "kling",
35172
- auth_env: "KLING_ACCESS_KEY",
35173
- skill_id: "kling-image-to-video",
35174
- endpoint: "v1/videos/image2video",
35175
- param_map: {
35176
- prompt: "prompt",
35177
- negative_prompt: "negative_prompt",
35178
- image: "image",
35179
- duration: "duration",
35180
- size: "aspect_ratio",
35181
- guidance: "cfg_scale"
35182
- },
35183
- defaults: {
35184
- model_name: "kling-v2-1",
35185
- mode: "pro"
35186
- },
35187
- output_map: {
35188
- type: "video",
35189
- extract_path: "task_result.videos[].url",
35190
- content_type: "video/mp4"
35191
- }
35192
- },
35193
34985
  {
35194
34986
  provider: "replicate",
35195
34987
  skill_id: "replicate-kwaivgi-kling-v2.1",
@@ -35228,28 +35020,6 @@ var registry_default = [
35228
35020
  ]
35229
35021
  },
35230
35022
  providers: [
35231
- {
35232
- provider: "kling",
35233
- auth_env: "KLING_ACCESS_KEY",
35234
- skill_id: "kling-image-to-video",
35235
- endpoint: "v1/videos/image2video",
35236
- param_map: {
35237
- prompt: "prompt",
35238
- negative_prompt: "negative_prompt",
35239
- image: "image",
35240
- duration: "duration",
35241
- size: "aspect_ratio",
35242
- guidance: "cfg_scale"
35243
- },
35244
- defaults: {
35245
- model_name: "kling-v2-1-master"
35246
- },
35247
- output_map: {
35248
- type: "video",
35249
- extract_path: "task_result.videos[].url",
35250
- content_type: "video/mp4"
35251
- }
35252
- },
35253
35023
  {
35254
35024
  provider: "replicate",
35255
35025
  skill_id: "replicate-kwaivgi-kling-v2.1-master",
@@ -35292,29 +35062,6 @@ var registry_default = [
35292
35062
  ]
35293
35063
  },
35294
35064
  providers: [
35295
- {
35296
- provider: "kling",
35297
- auth_env: "KLING_ACCESS_KEY",
35298
- skill_id: "kling-image-to-video",
35299
- endpoint: "v1/videos/image2video",
35300
- param_map: {
35301
- prompt: "prompt",
35302
- negative_prompt: "negative_prompt",
35303
- image: "image",
35304
- duration: "duration",
35305
- size: "aspect_ratio",
35306
- guidance: "cfg_scale"
35307
- },
35308
- defaults: {
35309
- model_name: "kling-v2-5-turbo",
35310
- mode: "pro"
35311
- },
35312
- output_map: {
35313
- type: "video",
35314
- extract_path: "task_result.videos[].url",
35315
- content_type: "video/mp4"
35316
- }
35317
- },
35318
35065
  {
35319
35066
  provider: "replicate",
35320
35067
  skill_id: "replicate-kwaivgi-kling-v2.5-turbo-pro",
@@ -35357,29 +35104,6 @@ var registry_default = [
35357
35104
  ]
35358
35105
  },
35359
35106
  providers: [
35360
- {
35361
- provider: "kling",
35362
- auth_env: "KLING_ACCESS_KEY",
35363
- skill_id: "kling-image-to-video",
35364
- endpoint: "v1/videos/image2video",
35365
- param_map: {
35366
- prompt: "prompt",
35367
- negative_prompt: "negative_prompt",
35368
- image: "image",
35369
- duration: "duration",
35370
- size: "aspect_ratio",
35371
- guidance: "cfg_scale"
35372
- },
35373
- defaults: {
35374
- model_name: "kling-v2-5-turbo",
35375
- mode: "pro"
35376
- },
35377
- output_map: {
35378
- type: "video",
35379
- extract_path: "task_result.videos[].url",
35380
- content_type: "video/mp4"
35381
- }
35382
- },
35383
35107
  {
35384
35108
  provider: "wavespeed",
35385
35109
  skill_id: "wavespeed-kwaivgi-kling-v2.5-turbo-pro-image-to-video",
@@ -35419,29 +35143,6 @@ var registry_default = [
35419
35143
  ]
35420
35144
  },
35421
35145
  providers: [
35422
- {
35423
- provider: "kling",
35424
- auth_env: "KLING_ACCESS_KEY",
35425
- skill_id: "kling-image-to-video",
35426
- endpoint: "v1/videos/image2video",
35427
- param_map: {
35428
- prompt: "prompt",
35429
- negative_prompt: "negative_prompt",
35430
- image: "image",
35431
- duration: "duration",
35432
- size: "aspect_ratio",
35433
- guidance: "cfg_scale"
35434
- },
35435
- defaults: {
35436
- model_name: "kling-v2-6",
35437
- mode: "pro"
35438
- },
35439
- output_map: {
35440
- type: "video",
35441
- extract_path: "task_result.videos[].url",
35442
- content_type: "video/mp4"
35443
- }
35444
- },
35445
35146
  {
35446
35147
  provider: "replicate",
35447
35148
  skill_id: "replicate-kwaivgi-kling-v2.6",
@@ -35484,29 +35185,6 @@ var registry_default = [
35484
35185
  ]
35485
35186
  },
35486
35187
  providers: [
35487
- {
35488
- provider: "kling",
35489
- auth_env: "KLING_ACCESS_KEY",
35490
- skill_id: "kling-image-to-video",
35491
- endpoint: "v1/videos/image2video",
35492
- param_map: {
35493
- prompt: "prompt",
35494
- negative_prompt: "negative_prompt",
35495
- image: "image",
35496
- duration: "duration",
35497
- size: "aspect_ratio",
35498
- guidance: "cfg_scale"
35499
- },
35500
- defaults: {
35501
- model_name: "kling-v3-omni",
35502
- mode: "pro"
35503
- },
35504
- output_map: {
35505
- type: "video",
35506
- extract_path: "task_result.videos[].url",
35507
- content_type: "video/mp4"
35508
- }
35509
- },
35510
35188
  {
35511
35189
  provider: "replicate",
35512
35190
  skill_id: "replicate-kwaivgi-kling-v3-omni-video",
@@ -35549,29 +35227,6 @@ var registry_default = [
35549
35227
  ]
35550
35228
  },
35551
35229
  providers: [
35552
- {
35553
- provider: "kling",
35554
- auth_env: "KLING_ACCESS_KEY",
35555
- skill_id: "kling-image-to-video",
35556
- endpoint: "v1/videos/image2video",
35557
- param_map: {
35558
- prompt: "prompt",
35559
- negative_prompt: "negative_prompt",
35560
- image: "image",
35561
- duration: "duration",
35562
- size: "aspect_ratio",
35563
- guidance: "cfg_scale"
35564
- },
35565
- defaults: {
35566
- model_name: "kling-v3",
35567
- mode: "pro"
35568
- },
35569
- output_map: {
35570
- type: "video",
35571
- extract_path: "task_result.videos[].url",
35572
- content_type: "video/mp4"
35573
- }
35574
- },
35575
35230
  {
35576
35231
  provider: "replicate",
35577
35232
  skill_id: "replicate-kwaivgi-kling-v3-video",
@@ -35614,24 +35269,6 @@ var registry_default = [
35614
35269
  ]
35615
35270
  },
35616
35271
  providers: [
35617
- {
35618
- provider: "kling",
35619
- auth_env: "KLING_ACCESS_KEY",
35620
- skill_id: "kling-video-to-audio",
35621
- endpoint: "v1/audios/video2audio",
35622
- param_map: {
35623
- video: "video_url",
35624
- prompt: "prompt"
35625
- },
35626
- defaults: {
35627
- model_name: "kling-v1"
35628
- },
35629
- output_map: {
35630
- type: "audio",
35631
- extract_path: "task_result.audios[].url",
35632
- content_type: "audio/mpeg"
35633
- }
35634
- },
35635
35272
  {
35636
35273
  provider: "wavespeed",
35637
35274
  skill_id: "wavespeed-kwaivgi-kling-video-to-audio",
@@ -72856,6 +72493,236 @@ var registry_default = [
72856
72493
  }
72857
72494
  }
72858
72495
  ]
72496
+ },
72497
+ {
72498
+ canonical_name: "kling-reference-to-image",
72499
+ aliases: [
72500
+ "kling-reference-to-image",
72501
+ "kling-multi-image2image"
72502
+ ],
72503
+ modality: {
72504
+ inputs: [
72505
+ "image",
72506
+ "text"
72507
+ ],
72508
+ outputs: [
72509
+ "image"
72510
+ ]
72511
+ },
72512
+ providers: [
72513
+ {
72514
+ provider: "kling",
72515
+ auth_env: "KLING_ACCESS_KEY",
72516
+ skill_id: "kling-reference-to-image",
72517
+ endpoint: "v1/images/multi-image2image",
72518
+ param_map: {
72519
+ prompt: "prompt",
72520
+ count: "n",
72521
+ aspect_ratio: "aspect_ratio"
72522
+ },
72523
+ defaults: {
72524
+ model_name: "kling-v2-1"
72525
+ },
72526
+ output_map: {
72527
+ type: "image",
72528
+ extract_path: "task_result.images[].url",
72529
+ content_type: "image/png"
72530
+ }
72531
+ }
72532
+ ]
72533
+ },
72534
+ {
72535
+ canonical_name: "kling-extend-image",
72536
+ aliases: [
72537
+ "kling-extend-image",
72538
+ "kling-image-expand",
72539
+ "kling-outpaint"
72540
+ ],
72541
+ modality: {
72542
+ inputs: [
72543
+ "image",
72544
+ "text"
72545
+ ],
72546
+ outputs: [
72547
+ "image"
72548
+ ]
72549
+ },
72550
+ providers: [
72551
+ {
72552
+ provider: "kling",
72553
+ auth_env: "KLING_ACCESS_KEY",
72554
+ skill_id: "kling-extend-image",
72555
+ endpoint: "v1/images/editing/expand",
72556
+ param_map: {
72557
+ image: "image",
72558
+ prompt: "prompt",
72559
+ count: "n"
72560
+ },
72561
+ output_map: {
72562
+ type: "image",
72563
+ extract_path: "task_result.images[].url",
72564
+ content_type: "image/png"
72565
+ }
72566
+ }
72567
+ ]
72568
+ },
72569
+ {
72570
+ canonical_name: "kling-video-extend",
72571
+ aliases: [
72572
+ "kling-video-extend",
72573
+ "kling-video-extension"
72574
+ ],
72575
+ modality: {
72576
+ inputs: [
72577
+ "video",
72578
+ "text"
72579
+ ],
72580
+ outputs: [
72581
+ "video"
72582
+ ]
72583
+ },
72584
+ providers: [
72585
+ {
72586
+ provider: "kling",
72587
+ auth_env: "KLING_ACCESS_KEY",
72588
+ skill_id: "kling-video-extend",
72589
+ endpoint: "v1/videos/video-extend",
72590
+ param_map: {
72591
+ prompt: "prompt",
72592
+ negative_prompt: "negative_prompt"
72593
+ },
72594
+ output_map: {
72595
+ type: "video",
72596
+ extract_path: "task_result.videos[].url",
72597
+ content_type: "video/mp4"
72598
+ }
72599
+ }
72600
+ ]
72601
+ },
72602
+ {
72603
+ canonical_name: "kling-identify-face",
72604
+ aliases: [
72605
+ "kling-identify-face",
72606
+ "kling-face-detection"
72607
+ ],
72608
+ modality: {
72609
+ inputs: [
72610
+ "video"
72611
+ ],
72612
+ outputs: [
72613
+ "text"
72614
+ ]
72615
+ },
72616
+ providers: [
72617
+ {
72618
+ provider: "kling",
72619
+ auth_env: "KLING_ACCESS_KEY",
72620
+ skill_id: "kling-identify-face",
72621
+ endpoint: "v1/videos/identify-face",
72622
+ param_map: {
72623
+ video: "video_url"
72624
+ },
72625
+ output_map: {
72626
+ type: "text",
72627
+ extract_path: "face_data",
72628
+ content_type: "application/json"
72629
+ }
72630
+ }
72631
+ ]
72632
+ },
72633
+ {
72634
+ canonical_name: "kling-text-to-audio",
72635
+ aliases: [
72636
+ "kling-text-to-audio",
72637
+ "kling-sound-generation"
72638
+ ],
72639
+ modality: {
72640
+ inputs: [
72641
+ "text"
72642
+ ],
72643
+ outputs: [
72644
+ "audio"
72645
+ ]
72646
+ },
72647
+ providers: [
72648
+ {
72649
+ provider: "kling",
72650
+ auth_env: "KLING_ACCESS_KEY",
72651
+ skill_id: "kling-text-to-audio",
72652
+ endpoint: "v1/audio/text-to-audio",
72653
+ param_map: {
72654
+ prompt: "prompt",
72655
+ duration: "duration"
72656
+ },
72657
+ output_map: {
72658
+ type: "audio",
72659
+ extract_path: "task_result.audios[].url",
72660
+ content_type: "audio/mpeg"
72661
+ }
72662
+ }
72663
+ ]
72664
+ },
72665
+ {
72666
+ canonical_name: "kling-image-recognize",
72667
+ aliases: [
72668
+ "kling-image-recognize",
72669
+ "kling-segmentation"
72670
+ ],
72671
+ modality: {
72672
+ inputs: [
72673
+ "image"
72674
+ ],
72675
+ outputs: [
72676
+ "image"
72677
+ ]
72678
+ },
72679
+ providers: [
72680
+ {
72681
+ provider: "kling",
72682
+ skill_id: "kling-image-recognize",
72683
+ endpoint: "v1/videos/image-recognize",
72684
+ auth_env: "KLING_ACCESS_KEY",
72685
+ param_map: {
72686
+ image: "image"
72687
+ },
72688
+ output_map: {
72689
+ type: "segmentation",
72690
+ extract_path: "task_result.images[].url",
72691
+ content_type: "image/png"
72692
+ }
72693
+ }
72694
+ ]
72695
+ },
72696
+ {
72697
+ canonical_name: "kling-ai-multi-shot",
72698
+ aliases: [
72699
+ "kling-ai-multi-shot",
72700
+ "kling-multi-angle"
72701
+ ],
72702
+ modality: {
72703
+ inputs: [
72704
+ "image"
72705
+ ],
72706
+ outputs: [
72707
+ "image"
72708
+ ]
72709
+ },
72710
+ providers: [
72711
+ {
72712
+ provider: "kling",
72713
+ skill_id: "kling-ai-multi-shot",
72714
+ endpoint: "v1/general/ai-multi-shot",
72715
+ auth_env: "KLING_ACCESS_KEY",
72716
+ param_map: {
72717
+ image: "element_frontal_image"
72718
+ },
72719
+ output_map: {
72720
+ type: "image",
72721
+ extract_path: "task_result.images[].url_1",
72722
+ content_type: "image/png"
72723
+ }
72724
+ }
72725
+ ]
72859
72726
  }
72860
72727
  ];
72861
72728
 
@@ -72963,7 +72830,11 @@ function mapInput(request, binding) {
72963
72830
  const INTERNAL_KEYS = /* @__PURE__ */ new Set(["timeout", "reupload"]);
72964
72831
  if (request.options) {
72965
72832
  for (const [key, val] of Object.entries(request.options)) {
72966
- if (!INTERNAL_KEYS.has(key)) {
72833
+ if (INTERNAL_KEYS.has(key)) continue;
72834
+ const mappedKey = binding.param_map[key];
72835
+ if (mappedKey && typeof mappedKey === "string") {
72836
+ result[mappedKey] = applyTransform(key, val, provider);
72837
+ } else {
72967
72838
  result[key] = val;
72968
72839
  }
72969
72840
  }
@@ -72978,6 +72849,15 @@ function applyTransform(universal, value, provider) {
72978
72849
  if (universal === "size") {
72979
72850
  return parseSizeForProvider(value, provider);
72980
72851
  }
72852
+ if (universal === "generate_audio" && provider === "kling") {
72853
+ return value ? "on" : "off";
72854
+ }
72855
+ if (universal === "voice_ids" && provider === "kling") {
72856
+ if (Array.isArray(value)) {
72857
+ return value.map((id) => ({ voice_id: id }));
72858
+ }
72859
+ return value;
72860
+ }
72981
72861
  return value;
72982
72862
  }
72983
72863
  function parseSizeForProvider(value, provider) {
@@ -73334,6 +73214,10 @@ async function fetchWithTimeout(url, init) {
73334
73214
  // src/adapters/kling.ts
73335
73215
  import { createHmac } from "crypto";
73336
73216
  var API_BASE = "https://api-singapore.klingai.com";
73217
+ var SYNC_ENDPOINTS = /* @__PURE__ */ new Set([
73218
+ "v1/audio/tts",
73219
+ "v1/videos/image-recognize"
73220
+ ]);
73337
73221
  function generateJwt(accessKey, secretKey) {
73338
73222
  const header = Buffer.from(JSON.stringify({ alg: "HS256", typ: "JWT" })).toString("base64url");
73339
73223
  const now = Math.floor(Date.now() / 1e3);
@@ -73398,6 +73282,11 @@ function handleBodyErrors(json, endpoint) {
73398
73282
  }
73399
73283
  throw new ProviderError("kling", endpoint, json.code, json);
73400
73284
  }
73285
+ function inferContentType(type) {
73286
+ if (type === "video") return "video/mp4";
73287
+ if (type === "audio") return "audio/mpeg";
73288
+ return "image/png";
73289
+ }
73401
73290
  var klingAdapter = {
73402
73291
  name: "kling",
73403
73292
  async submit(endpoint, params, auth) {
@@ -73410,6 +73299,13 @@ var klingAdapter = {
73410
73299
  await handleHttpErrors(response, endpoint);
73411
73300
  const json = await response.json();
73412
73301
  handleBodyErrors(json, endpoint);
73302
+ if (SYNC_ENDPOINTS.has(endpoint)) {
73303
+ return {
73304
+ id: json.data.task_id,
73305
+ status: "completed",
73306
+ output: json.data
73307
+ };
73308
+ }
73413
73309
  return {
73414
73310
  id: json.data.task_id,
73415
73311
  status: "pending"
@@ -73448,37 +73344,38 @@ var klingAdapter = {
73448
73344
  },
73449
73345
  parseOutput(raw, outputMapping) {
73450
73346
  const data = raw;
73451
- const taskResult = data.task_result;
73452
- if (!taskResult) return [];
73453
73347
  const path = outputMapping.extract_path;
73454
- if (path === "task_result.videos[].url") {
73455
- const videos = taskResult.videos;
73456
- if (!Array.isArray(videos)) return [];
73457
- return videos.filter((v) => v.url).map((v) => ({
73458
- type: outputMapping.type,
73459
- url: v.url,
73460
- content_type: outputMapping.content_type ?? "video/mp4"
73461
- }));
73462
- }
73463
- if (path === "task_result.images[].url") {
73464
- const images = taskResult.images;
73465
- if (!Array.isArray(images)) return [];
73466
- return images.filter((img) => img.url).map((img) => ({
73467
- type: outputMapping.type,
73468
- url: img.url,
73469
- content_type: outputMapping.content_type ?? "image/png"
73470
- }));
73348
+ const segments = path.split(".");
73349
+ const arrayIndex = segments.findIndex((s) => s.endsWith("[]"));
73350
+ if (arrayIndex === -1) return [];
73351
+ let current = data;
73352
+ for (let i = 0; i < arrayIndex; i++) {
73353
+ if (current == null || typeof current !== "object") return [];
73354
+ current = current[segments[i]];
73471
73355
  }
73472
- if (path === "task_result.audios[].url") {
73473
- const audios = taskResult.audios;
73474
- if (!Array.isArray(audios)) return [];
73475
- return audios.filter((a) => a.url).map((a) => ({
73356
+ const arrayKey = segments[arrayIndex].slice(0, -2);
73357
+ if (current == null || typeof current !== "object") return [];
73358
+ const items = current[arrayKey];
73359
+ if (!Array.isArray(items)) return [];
73360
+ const fieldSegments = segments.slice(arrayIndex + 1);
73361
+ const results = [];
73362
+ for (const item of items) {
73363
+ let value = item;
73364
+ for (const field of fieldSegments) {
73365
+ if (value == null || typeof value !== "object") {
73366
+ value = null;
73367
+ break;
73368
+ }
73369
+ value = value[field];
73370
+ }
73371
+ if (typeof value !== "string" || !value) continue;
73372
+ results.push({
73476
73373
  type: outputMapping.type,
73477
- url: a.url,
73478
- content_type: outputMapping.content_type ?? "audio/mpeg"
73479
- }));
73374
+ url: value,
73375
+ content_type: outputMapping.content_type ?? inferContentType(outputMapping.type)
73376
+ });
73480
73377
  }
73481
- return [];
73378
+ return results;
73482
73379
  }
73483
73380
  };
73484
73381
 
@@ -74004,7 +73901,7 @@ function authHeaders2(auth) {
74004
73901
  "Content-Type": "application/json"
74005
73902
  };
74006
73903
  }
74007
- function inferContentType(url) {
73904
+ function inferContentType2(url) {
74008
73905
  const lower = url.toLowerCase();
74009
73906
  if (lower.includes(".png")) return "image/png";
74010
73907
  if (lower.includes(".jpg") || lower.includes(".jpeg")) return "image/jpeg";
@@ -74093,7 +73990,7 @@ var replicateAdapter = {
74093
73990
  return raw.map((url) => ({
74094
73991
  type: outputMapping.type,
74095
73992
  url,
74096
- content_type: outputMapping.content_type ?? inferContentType(url)
73993
+ content_type: outputMapping.content_type ?? inferContentType2(url)
74097
73994
  }));
74098
73995
  }
74099
73996
  };
@@ -74125,7 +74022,7 @@ function authHeaders3(auth) {
74125
74022
  "Content-Type": "application/json"
74126
74023
  };
74127
74024
  }
74128
- function inferContentType2(url) {
74025
+ function inferContentType3(url) {
74129
74026
  const ext = url.split(".").pop()?.toLowerCase()?.split("?")[0];
74130
74027
  switch (ext) {
74131
74028
  case "png":
@@ -74197,7 +74094,7 @@ var wavespeedAdapter = {
74197
74094
  return outputs.map((url) => ({
74198
74095
  type: outputMapping.type,
74199
74096
  url,
74200
- content_type: outputMapping.content_type ?? inferContentType2(url)
74097
+ content_type: outputMapping.content_type ?? inferContentType3(url)
74201
74098
  }));
74202
74099
  }
74203
74100
  };
@@ -74564,4 +74461,4 @@ export {
74564
74461
  listModels,
74565
74462
  deriveCategory
74566
74463
  };
74567
- //# sourceMappingURL=chunk-QVQQFPOY.js.map
74464
+ //# sourceMappingURL=chunk-CN4FJ4FW.js.map