@ubnt/cawcut 0.1.0

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.
Files changed (76) hide show
  1. package/config/developer-capabilities.json +36 -0
  2. package/config/products.json +45 -0
  3. package/dist/commands/app.d.ts +2 -0
  4. package/dist/commands/app.js +156 -0
  5. package/dist/commands/app.js.map +1 -0
  6. package/dist/commands/auth.d.ts +2 -0
  7. package/dist/commands/auth.js +62 -0
  8. package/dist/commands/auth.js.map +1 -0
  9. package/dist/commands/capabilities.d.ts +2 -0
  10. package/dist/commands/capabilities.js +83 -0
  11. package/dist/commands/capabilities.js.map +1 -0
  12. package/dist/commands/generate.d.ts +2 -0
  13. package/dist/commands/generate.js +73 -0
  14. package/dist/commands/generate.js.map +1 -0
  15. package/dist/commands/set.d.ts +2 -0
  16. package/dist/commands/set.js +25 -0
  17. package/dist/commands/set.js.map +1 -0
  18. package/dist/commands/task.d.ts +2 -0
  19. package/dist/commands/task.js +48 -0
  20. package/dist/commands/task.js.map +1 -0
  21. package/dist/index.d.ts +2 -0
  22. package/dist/index.js +21 -0
  23. package/dist/index.js.map +1 -0
  24. package/dist/lib/app-inputs.d.ts +17 -0
  25. package/dist/lib/app-inputs.js +191 -0
  26. package/dist/lib/app-inputs.js.map +1 -0
  27. package/dist/lib/assets.d.ts +16 -0
  28. package/dist/lib/assets.js +42 -0
  29. package/dist/lib/assets.js.map +1 -0
  30. package/dist/lib/capabilities.d.ts +6 -0
  31. package/dist/lib/capabilities.js +17 -0
  32. package/dist/lib/capabilities.js.map +1 -0
  33. package/dist/lib/capability-catalog.d.ts +56 -0
  34. package/dist/lib/capability-catalog.js +135 -0
  35. package/dist/lib/capability-catalog.js.map +1 -0
  36. package/dist/lib/capability-catalog.json +2743 -0
  37. package/dist/lib/config.d.ts +46 -0
  38. package/dist/lib/config.js +177 -0
  39. package/dist/lib/config.js.map +1 -0
  40. package/dist/lib/credentials.d.ts +11 -0
  41. package/dist/lib/credentials.js +47 -0
  42. package/dist/lib/credentials.js.map +1 -0
  43. package/dist/lib/developer.d.ts +36 -0
  44. package/dist/lib/developer.js +75 -0
  45. package/dist/lib/developer.js.map +1 -0
  46. package/dist/lib/download.d.ts +3 -0
  47. package/dist/lib/download.js +38 -0
  48. package/dist/lib/download.js.map +1 -0
  49. package/dist/lib/generate-request.d.ts +20 -0
  50. package/dist/lib/generate-request.js +74 -0
  51. package/dist/lib/generate-request.js.map +1 -0
  52. package/dist/lib/http.d.ts +16 -0
  53. package/dist/lib/http.js +90 -0
  54. package/dist/lib/http.js.map +1 -0
  55. package/dist/lib/local-config.d.ts +6 -0
  56. package/dist/lib/local-config.js +23 -0
  57. package/dist/lib/local-config.js.map +1 -0
  58. package/dist/lib/oauth.d.ts +25 -0
  59. package/dist/lib/oauth.js +141 -0
  60. package/dist/lib/oauth.js.map +1 -0
  61. package/dist/lib/output.d.ts +4 -0
  62. package/dist/lib/output.js +22 -0
  63. package/dist/lib/output.js.map +1 -0
  64. package/dist/lib/poll.d.ts +12 -0
  65. package/dist/lib/poll.js +26 -0
  66. package/dist/lib/poll.js.map +1 -0
  67. package/dist/lib/result-output.d.ts +18 -0
  68. package/dist/lib/result-output.js +82 -0
  69. package/dist/lib/result-output.js.map +1 -0
  70. package/dist/lib/spinner.d.ts +5 -0
  71. package/dist/lib/spinner.js +39 -0
  72. package/dist/lib/spinner.js.map +1 -0
  73. package/dist/lib/validate-generate.d.ts +21 -0
  74. package/dist/lib/validate-generate.js +191 -0
  75. package/dist/lib/validate-generate.js.map +1 -0
  76. package/package.json +34 -0
@@ -0,0 +1,2743 @@
1
+ {
2
+ "generatedAt": "2026-06-12T10:41:40.390Z",
3
+ "aiKitRoot": "frontrow.config-s3/dist/shared/ai_kit",
4
+ "capabilities": {
5
+ "text-to-image": {
6
+ "capability": "text-to-image",
7
+ "hybridAppId": "image_hybrid",
8
+ "subAppId": "text_to_image",
9
+ "subType": "textToImage",
10
+ "defaultModel": "gpt-image-2",
11
+ "requiresMedia": null,
12
+ "configSource": "text_to_image/web_config.json",
13
+ "cliMedia": {
14
+ "maxImages": 1,
15
+ "maxVideos": 1,
16
+ "maxAudios": 1
17
+ },
18
+ "models": [
19
+ {
20
+ "id": "gpt-image-2",
21
+ "vendorId": "openai",
22
+ "vendorName": "OpenAI",
23
+ "media": {
24
+ "images": {
25
+ "min": 0,
26
+ "max": 0
27
+ },
28
+ "videos": {
29
+ "min": 0,
30
+ "max": 0
31
+ },
32
+ "audios": {
33
+ "min": 0,
34
+ "max": 0
35
+ }
36
+ },
37
+ "params": [
38
+ {
39
+ "name": "ratio",
40
+ "type": "string",
41
+ "enum": [
42
+ "16:9",
43
+ "9:16",
44
+ "1:1",
45
+ "21:9",
46
+ "3:2",
47
+ "4:3",
48
+ "5:4",
49
+ "2:3",
50
+ "3:4",
51
+ "4:5"
52
+ ],
53
+ "default": "16:9",
54
+ "title": "Ratio"
55
+ },
56
+ {
57
+ "name": "resolution",
58
+ "type": "string",
59
+ "enum": [
60
+ "1K",
61
+ "2K",
62
+ "4K"
63
+ ],
64
+ "default": "1K",
65
+ "title": "Resolution"
66
+ },
67
+ {
68
+ "name": "quality",
69
+ "type": "string",
70
+ "enum": [
71
+ "high",
72
+ "medium",
73
+ "low"
74
+ ],
75
+ "default": "low",
76
+ "title": "Quality"
77
+ },
78
+ {
79
+ "name": "num_images",
80
+ "type": "int",
81
+ "default": "1",
82
+ "min": 1,
83
+ "max": 4,
84
+ "title": "Number of images"
85
+ }
86
+ ]
87
+ },
88
+ {
89
+ "id": "GPT Image 1",
90
+ "vendorId": "openai",
91
+ "vendorName": "OpenAI",
92
+ "media": {
93
+ "images": {
94
+ "min": 0,
95
+ "max": 0
96
+ },
97
+ "videos": {
98
+ "min": 0,
99
+ "max": 0
100
+ },
101
+ "audios": {
102
+ "min": 0,
103
+ "max": 0
104
+ }
105
+ },
106
+ "params": [
107
+ {
108
+ "name": "ratio",
109
+ "type": "string",
110
+ "enum": [
111
+ "1:1",
112
+ "3:2",
113
+ "2:3"
114
+ ],
115
+ "default": "1:1",
116
+ "title": "Ratio"
117
+ },
118
+ {
119
+ "name": "background",
120
+ "type": "string",
121
+ "enum": [
122
+ "auto",
123
+ "transparent",
124
+ "opaque"
125
+ ],
126
+ "default": "auto",
127
+ "title": "Background"
128
+ },
129
+ {
130
+ "name": "num_images",
131
+ "type": "int",
132
+ "default": "1",
133
+ "min": 1,
134
+ "max": 4,
135
+ "title": "Number of images"
136
+ }
137
+ ]
138
+ },
139
+ {
140
+ "id": "GPT Image 1 mini",
141
+ "vendorId": "openai",
142
+ "vendorName": "OpenAI",
143
+ "media": {
144
+ "images": {
145
+ "min": 0,
146
+ "max": 0
147
+ },
148
+ "videos": {
149
+ "min": 0,
150
+ "max": 0
151
+ },
152
+ "audios": {
153
+ "min": 0,
154
+ "max": 0
155
+ }
156
+ },
157
+ "params": [
158
+ {
159
+ "name": "ratio",
160
+ "type": "string",
161
+ "enum": [
162
+ "1:1",
163
+ "3:2",
164
+ "2:3"
165
+ ],
166
+ "default": "1:1",
167
+ "title": "Ratio"
168
+ },
169
+ {
170
+ "name": "background",
171
+ "type": "string",
172
+ "enum": [
173
+ "auto",
174
+ "transparent",
175
+ "opaque"
176
+ ],
177
+ "default": "auto",
178
+ "title": "Background"
179
+ },
180
+ {
181
+ "name": "num_images",
182
+ "type": "int",
183
+ "default": "1",
184
+ "min": 1,
185
+ "max": 4,
186
+ "title": "Number of images"
187
+ }
188
+ ]
189
+ },
190
+ {
191
+ "id": "nano-banana-2",
192
+ "vendorId": "google",
193
+ "vendorName": "Google",
194
+ "media": {
195
+ "images": {
196
+ "min": 0,
197
+ "max": 0
198
+ },
199
+ "videos": {
200
+ "min": 0,
201
+ "max": 0
202
+ },
203
+ "audios": {
204
+ "min": 0,
205
+ "max": 0
206
+ }
207
+ },
208
+ "params": [
209
+ {
210
+ "name": "ratio",
211
+ "type": "string",
212
+ "enum": [
213
+ "16:9",
214
+ "9:16",
215
+ "1:1",
216
+ "21:9",
217
+ "3:2",
218
+ "4:3",
219
+ "5:4",
220
+ "2:3",
221
+ "3:4",
222
+ "4:5"
223
+ ],
224
+ "default": "16:9",
225
+ "title": "Ratio"
226
+ },
227
+ {
228
+ "name": "resolution",
229
+ "type": "string",
230
+ "enum": [
231
+ "0.5K",
232
+ "1K",
233
+ "2K",
234
+ "4K"
235
+ ],
236
+ "default": "1K",
237
+ "title": "Resolution"
238
+ },
239
+ {
240
+ "name": "seed",
241
+ "type": "long",
242
+ "default": "0",
243
+ "min": 0,
244
+ "max": 4294967295,
245
+ "title": "Seed"
246
+ },
247
+ {
248
+ "name": "num_images",
249
+ "type": "int",
250
+ "default": "1",
251
+ "min": 1,
252
+ "max": 4,
253
+ "title": "Number of images"
254
+ }
255
+ ]
256
+ },
257
+ {
258
+ "id": "Nano Banana Pro (Gemini 3 Pro)",
259
+ "vendorId": "google",
260
+ "vendorName": "Google",
261
+ "media": {
262
+ "images": {
263
+ "min": 0,
264
+ "max": 0
265
+ },
266
+ "videos": {
267
+ "min": 0,
268
+ "max": 0
269
+ },
270
+ "audios": {
271
+ "min": 0,
272
+ "max": 0
273
+ }
274
+ },
275
+ "params": [
276
+ {
277
+ "name": "ratio",
278
+ "type": "string",
279
+ "enum": [
280
+ "16:9",
281
+ "9:16",
282
+ "1:1",
283
+ "21:9",
284
+ "3:2",
285
+ "4:3",
286
+ "5:4",
287
+ "2:3",
288
+ "3:4",
289
+ "4:5"
290
+ ],
291
+ "default": "16:9",
292
+ "title": "Ratio"
293
+ },
294
+ {
295
+ "name": "resolution",
296
+ "type": "string",
297
+ "enum": [
298
+ "1K",
299
+ "2K",
300
+ "4K"
301
+ ],
302
+ "default": "1K",
303
+ "title": "Resolution"
304
+ },
305
+ {
306
+ "name": "num_images",
307
+ "type": "int",
308
+ "default": "1",
309
+ "min": 1,
310
+ "max": 4,
311
+ "title": "Number of images"
312
+ }
313
+ ]
314
+ },
315
+ {
316
+ "id": "Nano Banana (Gemini 2.5 Flash)",
317
+ "vendorId": "google",
318
+ "vendorName": "Google",
319
+ "media": {
320
+ "images": {
321
+ "min": 0,
322
+ "max": 0
323
+ },
324
+ "videos": {
325
+ "min": 0,
326
+ "max": 0
327
+ },
328
+ "audios": {
329
+ "min": 0,
330
+ "max": 0
331
+ }
332
+ },
333
+ "params": [
334
+ {
335
+ "name": "ratio",
336
+ "type": "string",
337
+ "enum": [
338
+ "16:9",
339
+ "9:16",
340
+ "1:1",
341
+ "21:9",
342
+ "3:2",
343
+ "4:3",
344
+ "5:4",
345
+ "2:3",
346
+ "3:4",
347
+ "4:5"
348
+ ],
349
+ "default": "16:9",
350
+ "title": "Ratio"
351
+ },
352
+ {
353
+ "name": "num_images",
354
+ "type": "int",
355
+ "default": "1",
356
+ "min": 1,
357
+ "max": 4,
358
+ "title": "Number of images"
359
+ }
360
+ ]
361
+ },
362
+ {
363
+ "id": "Flux 2 Max",
364
+ "vendorId": "blackforest",
365
+ "vendorName": "Black Forest Labs",
366
+ "media": {
367
+ "images": {
368
+ "min": 0,
369
+ "max": 0
370
+ },
371
+ "videos": {
372
+ "min": 0,
373
+ "max": 0
374
+ },
375
+ "audios": {
376
+ "min": 0,
377
+ "max": 0
378
+ }
379
+ },
380
+ "params": [
381
+ {
382
+ "name": "ratio",
383
+ "type": "string",
384
+ "enum": [
385
+ "16:9",
386
+ "9:16",
387
+ "1:1",
388
+ "4:3",
389
+ "3:4"
390
+ ],
391
+ "default": "16:9",
392
+ "title": "Ratio"
393
+ },
394
+ {
395
+ "name": "seed",
396
+ "type": "long",
397
+ "default": "0",
398
+ "min": 0,
399
+ "max": 4294967295,
400
+ "title": "Seed"
401
+ }
402
+ ]
403
+ },
404
+ {
405
+ "id": "Flux 2 Pro",
406
+ "vendorId": "blackforest",
407
+ "vendorName": "Black Forest Labs",
408
+ "media": {
409
+ "images": {
410
+ "min": 0,
411
+ "max": 0
412
+ },
413
+ "videos": {
414
+ "min": 0,
415
+ "max": 0
416
+ },
417
+ "audios": {
418
+ "min": 0,
419
+ "max": 0
420
+ }
421
+ },
422
+ "params": [
423
+ {
424
+ "name": "ratio",
425
+ "type": "string",
426
+ "enum": [
427
+ "16:9",
428
+ "9:16",
429
+ "1:1",
430
+ "4:3",
431
+ "3:4"
432
+ ],
433
+ "default": "16:9",
434
+ "title": "Ratio"
435
+ },
436
+ {
437
+ "name": "seed",
438
+ "type": "long",
439
+ "default": "0",
440
+ "min": 0,
441
+ "max": 4294967295,
442
+ "title": "Seed"
443
+ }
444
+ ]
445
+ },
446
+ {
447
+ "id": "Seedream 4.5",
448
+ "vendorId": "bytedance",
449
+ "vendorName": "ByteDance",
450
+ "media": {
451
+ "images": {
452
+ "min": 0,
453
+ "max": 0
454
+ },
455
+ "videos": {
456
+ "min": 0,
457
+ "max": 0
458
+ },
459
+ "audios": {
460
+ "min": 0,
461
+ "max": 0
462
+ }
463
+ },
464
+ "params": [
465
+ {
466
+ "name": "ratio",
467
+ "type": "string",
468
+ "enum": [
469
+ "16:9",
470
+ "9:16",
471
+ "1:1",
472
+ "21:9",
473
+ "3:2",
474
+ "4:3",
475
+ "2:3",
476
+ "3:4"
477
+ ],
478
+ "default": "16:9",
479
+ "title": "Ratio"
480
+ },
481
+ {
482
+ "name": "resolution",
483
+ "type": "string",
484
+ "enum": [
485
+ "2k",
486
+ "4k"
487
+ ],
488
+ "default": "2k",
489
+ "title": "Resolution"
490
+ },
491
+ {
492
+ "name": "seed",
493
+ "type": "long",
494
+ "default": "0",
495
+ "min": 0,
496
+ "max": 4294967295,
497
+ "title": "Seed"
498
+ }
499
+ ]
500
+ },
501
+ {
502
+ "id": "Seedream 5.0 lite",
503
+ "vendorId": "bytedance",
504
+ "vendorName": "ByteDance",
505
+ "media": {
506
+ "images": {
507
+ "min": 0,
508
+ "max": 0
509
+ },
510
+ "videos": {
511
+ "min": 0,
512
+ "max": 0
513
+ },
514
+ "audios": {
515
+ "min": 0,
516
+ "max": 0
517
+ }
518
+ },
519
+ "params": [
520
+ {
521
+ "name": "ratio",
522
+ "type": "string",
523
+ "enum": [
524
+ "16:9",
525
+ "9:16",
526
+ "1:1",
527
+ "21:9",
528
+ "3:2",
529
+ "4:3",
530
+ "2:3",
531
+ "3:4"
532
+ ],
533
+ "default": "16:9",
534
+ "title": "Ratio"
535
+ },
536
+ {
537
+ "name": "resolution",
538
+ "type": "string",
539
+ "enum": [
540
+ "2k",
541
+ "3k",
542
+ "4k"
543
+ ],
544
+ "default": "2k",
545
+ "title": "Resolution"
546
+ },
547
+ {
548
+ "name": "num_images",
549
+ "type": "int",
550
+ "default": 1,
551
+ "min": 1,
552
+ "max": 4,
553
+ "title": "Number of Images"
554
+ }
555
+ ]
556
+ },
557
+ {
558
+ "id": "Z Image Turbo",
559
+ "vendorId": "tongyi",
560
+ "vendorName": "Tongyi",
561
+ "media": {
562
+ "images": {
563
+ "min": 0,
564
+ "max": 0
565
+ },
566
+ "videos": {
567
+ "min": 0,
568
+ "max": 0
569
+ },
570
+ "audios": {
571
+ "min": 0,
572
+ "max": 0
573
+ }
574
+ },
575
+ "params": [
576
+ {
577
+ "name": "ratio",
578
+ "type": "string",
579
+ "enum": [
580
+ "16:9",
581
+ "9:16",
582
+ "1:1",
583
+ "4:3",
584
+ "3:4"
585
+ ],
586
+ "default": "16:9",
587
+ "title": "Ratio"
588
+ },
589
+ {
590
+ "name": "seed",
591
+ "type": "long",
592
+ "default": "0",
593
+ "min": 0,
594
+ "max": 4294967295,
595
+ "title": "Seed"
596
+ },
597
+ {
598
+ "name": "num_images",
599
+ "type": "int",
600
+ "default": "1",
601
+ "min": 1,
602
+ "max": 4,
603
+ "title": "Number of images"
604
+ }
605
+ ]
606
+ },
607
+ {
608
+ "id": "Recraft V3",
609
+ "vendorId": "recraft",
610
+ "vendorName": "recraft",
611
+ "media": {
612
+ "images": {
613
+ "min": 0,
614
+ "max": 0
615
+ },
616
+ "videos": {
617
+ "min": 0,
618
+ "max": 0
619
+ },
620
+ "audios": {
621
+ "min": 0,
622
+ "max": 0
623
+ }
624
+ },
625
+ "params": [
626
+ {
627
+ "name": "style",
628
+ "type": "string",
629
+ "enum": [
630
+ "General",
631
+ "Pixel-art",
632
+ "Emotional flat",
633
+ "Line & Fill",
634
+ "Linocut",
635
+ "Marker outline",
636
+ "Naivector",
637
+ "Engraving",
638
+ "Voxel art",
639
+ "Antiquarian",
640
+ "Graphic intensity",
641
+ "Modern Folk",
642
+ "Multicolor"
643
+ ],
644
+ "default": "General",
645
+ "title": "Style"
646
+ },
647
+ {
648
+ "name": "ratio",
649
+ "type": "string",
650
+ "enum": [
651
+ "16:9",
652
+ "9:16",
653
+ "1:1",
654
+ "4:3",
655
+ "3:4"
656
+ ],
657
+ "default": "16:9",
658
+ "title": "Ratio"
659
+ },
660
+ {
661
+ "name": "colors",
662
+ "type": "string",
663
+ "title": "Color Palette"
664
+ },
665
+ {
666
+ "name": "num_images",
667
+ "type": "int",
668
+ "default": "1",
669
+ "min": 1,
670
+ "max": 4,
671
+ "title": "Number of images"
672
+ }
673
+ ]
674
+ }
675
+ ]
676
+ },
677
+ "text-to-video": {
678
+ "capability": "text-to-video",
679
+ "hybridAppId": "video_hybrid",
680
+ "subAppId": "text_to_video",
681
+ "subType": "textToVideo",
682
+ "defaultModel": "Seedance 2.0",
683
+ "requiresMedia": null,
684
+ "configSource": "text_to_video/config.json",
685
+ "cliMedia": {
686
+ "maxImages": 1,
687
+ "maxVideos": 1,
688
+ "maxAudios": 1
689
+ },
690
+ "models": [
691
+ {
692
+ "id": "Seedance 2.0",
693
+ "vendorId": "bytedance",
694
+ "vendorName": "ByteDance",
695
+ "media": {
696
+ "images": {
697
+ "min": 0,
698
+ "max": 0
699
+ },
700
+ "videos": {
701
+ "min": 0,
702
+ "max": 0
703
+ },
704
+ "audios": {
705
+ "min": 0,
706
+ "max": 0
707
+ }
708
+ },
709
+ "params": [
710
+ {
711
+ "name": "duration_int",
712
+ "type": "int",
713
+ "default": "5",
714
+ "min": 4,
715
+ "max": 15,
716
+ "title": "Duration"
717
+ },
718
+ {
719
+ "name": "aspect_ratio",
720
+ "type": "string",
721
+ "enum": [
722
+ "adaptive",
723
+ "16:9",
724
+ "9:16",
725
+ "1:1",
726
+ "21:9",
727
+ "4:3",
728
+ "3:4"
729
+ ],
730
+ "default": "adaptive",
731
+ "title": "Ratio"
732
+ },
733
+ {
734
+ "name": "resolution",
735
+ "type": "string",
736
+ "enum": [
737
+ "480p",
738
+ "720p",
739
+ "1080p"
740
+ ],
741
+ "default": "720p",
742
+ "title": "Resolution"
743
+ },
744
+ {
745
+ "name": "generate_audio",
746
+ "type": "bool",
747
+ "default": "true",
748
+ "title": "Generate Audio"
749
+ },
750
+ {
751
+ "name": "seed",
752
+ "type": "long",
753
+ "default": "0",
754
+ "min": 0,
755
+ "max": 4294967295,
756
+ "title": "Seed"
757
+ }
758
+ ]
759
+ },
760
+ {
761
+ "id": "Seedance 2.0 Fast",
762
+ "vendorId": "bytedance",
763
+ "vendorName": "ByteDance",
764
+ "media": {
765
+ "images": {
766
+ "min": 0,
767
+ "max": 0
768
+ },
769
+ "videos": {
770
+ "min": 0,
771
+ "max": 0
772
+ },
773
+ "audios": {
774
+ "min": 0,
775
+ "max": 0
776
+ }
777
+ },
778
+ "params": [
779
+ {
780
+ "name": "duration_int",
781
+ "type": "int",
782
+ "default": "5",
783
+ "min": 4,
784
+ "max": 15,
785
+ "title": "Duration"
786
+ },
787
+ {
788
+ "name": "aspect_ratio",
789
+ "type": "string",
790
+ "enum": [
791
+ "adaptive",
792
+ "16:9",
793
+ "9:16",
794
+ "1:1",
795
+ "21:9",
796
+ "4:3",
797
+ "3:4"
798
+ ],
799
+ "default": "adaptive",
800
+ "title": "Ratio"
801
+ },
802
+ {
803
+ "name": "resolution",
804
+ "type": "string",
805
+ "enum": [
806
+ "480p",
807
+ "720p"
808
+ ],
809
+ "default": "720p",
810
+ "title": "Resolution"
811
+ },
812
+ {
813
+ "name": "generate_audio",
814
+ "type": "bool",
815
+ "default": "true",
816
+ "title": "Generate Audio"
817
+ },
818
+ {
819
+ "name": "seed",
820
+ "type": "long",
821
+ "default": "0",
822
+ "min": 0,
823
+ "max": 4294967295,
824
+ "title": "Seed"
825
+ }
826
+ ]
827
+ },
828
+ {
829
+ "id": "kling-v3-pro",
830
+ "vendorId": "kuaishou",
831
+ "vendorName": "Kuaishou",
832
+ "media": {
833
+ "images": {
834
+ "min": 0,
835
+ "max": 0
836
+ },
837
+ "videos": {
838
+ "min": 0,
839
+ "max": 0
840
+ },
841
+ "audios": {
842
+ "min": 0,
843
+ "max": 0
844
+ }
845
+ },
846
+ "params": [
847
+ {
848
+ "name": "duration_int",
849
+ "type": "int",
850
+ "default": "5",
851
+ "min": 3,
852
+ "max": 15,
853
+ "title": "Duration"
854
+ },
855
+ {
856
+ "name": "aspect_ratio",
857
+ "type": "string",
858
+ "enum": [
859
+ "16:9",
860
+ "9:16",
861
+ "1:1"
862
+ ],
863
+ "default": "16:9",
864
+ "title": "Ratio"
865
+ },
866
+ {
867
+ "name": "generate_audio",
868
+ "type": "bool",
869
+ "default": "true",
870
+ "title": "Generate Audio"
871
+ },
872
+ {
873
+ "name": "cfg_scale",
874
+ "type": "float",
875
+ "default": "0.5",
876
+ "min": 0,
877
+ "max": 1,
878
+ "title": "CFG Scale"
879
+ },
880
+ {
881
+ "name": "negative_prompt",
882
+ "type": "string",
883
+ "maxLength": 1000,
884
+ "title": "Negative Prompt"
885
+ }
886
+ ]
887
+ },
888
+ {
889
+ "id": "kling-v3-std",
890
+ "vendorId": "kuaishou",
891
+ "vendorName": "Kuaishou",
892
+ "media": {
893
+ "images": {
894
+ "min": 0,
895
+ "max": 0
896
+ },
897
+ "videos": {
898
+ "min": 0,
899
+ "max": 0
900
+ },
901
+ "audios": {
902
+ "min": 0,
903
+ "max": 0
904
+ }
905
+ },
906
+ "params": [
907
+ {
908
+ "name": "duration_int",
909
+ "type": "int",
910
+ "default": "5",
911
+ "min": 3,
912
+ "max": 15,
913
+ "title": "Duration"
914
+ },
915
+ {
916
+ "name": "aspect_ratio",
917
+ "type": "string",
918
+ "enum": [
919
+ "16:9",
920
+ "9:16",
921
+ "1:1"
922
+ ],
923
+ "default": "16:9",
924
+ "title": "Ratio"
925
+ },
926
+ {
927
+ "name": "generate_audio",
928
+ "type": "bool",
929
+ "default": "true",
930
+ "title": "Generate Audio"
931
+ },
932
+ {
933
+ "name": "cfg_scale",
934
+ "type": "float",
935
+ "default": "0.5",
936
+ "min": 0,
937
+ "max": 1,
938
+ "title": "CFG Scale"
939
+ },
940
+ {
941
+ "name": "negative_prompt",
942
+ "type": "string",
943
+ "maxLength": 1000,
944
+ "title": "Negative Prompt"
945
+ }
946
+ ]
947
+ },
948
+ {
949
+ "id": "Kuaaishou Kling 2.5 Turbo",
950
+ "vendorId": "kuaishou",
951
+ "vendorName": "Kuaishou",
952
+ "media": {
953
+ "images": {
954
+ "min": 0,
955
+ "max": 0
956
+ },
957
+ "videos": {
958
+ "min": 0,
959
+ "max": 0
960
+ },
961
+ "audios": {
962
+ "min": 0,
963
+ "max": 0
964
+ }
965
+ },
966
+ "params": [
967
+ {
968
+ "name": "duration",
969
+ "type": "string",
970
+ "enum": [
971
+ "5",
972
+ "10"
973
+ ],
974
+ "default": "5",
975
+ "title": "Duration"
976
+ },
977
+ {
978
+ "name": "aspect_ratio",
979
+ "type": "string",
980
+ "enum": [
981
+ "16:9",
982
+ "9:16",
983
+ "1:1"
984
+ ],
985
+ "default": "16:9",
986
+ "title": "Ratio"
987
+ },
988
+ {
989
+ "name": "cfg_scale",
990
+ "type": "float",
991
+ "default": "0.5",
992
+ "min": 0,
993
+ "max": 1,
994
+ "title": "Prompt Strength"
995
+ },
996
+ {
997
+ "name": "negative_prompt",
998
+ "type": "string",
999
+ "maxLength": 1000,
1000
+ "title": "Negative Prompt"
1001
+ }
1002
+ ]
1003
+ },
1004
+ {
1005
+ "id": "Google Veo 3.1",
1006
+ "vendorId": "google",
1007
+ "vendorName": "Google",
1008
+ "media": {
1009
+ "images": {
1010
+ "min": 0,
1011
+ "max": 0
1012
+ },
1013
+ "videos": {
1014
+ "min": 0,
1015
+ "max": 0
1016
+ },
1017
+ "audios": {
1018
+ "min": 0,
1019
+ "max": 0
1020
+ }
1021
+ },
1022
+ "params": [
1023
+ {
1024
+ "name": "duration",
1025
+ "type": "string",
1026
+ "enum": [
1027
+ "4",
1028
+ "6",
1029
+ "8"
1030
+ ],
1031
+ "default": "4",
1032
+ "title": "Duration"
1033
+ },
1034
+ {
1035
+ "name": "aspect_ratio",
1036
+ "type": "string",
1037
+ "enum": [
1038
+ "16:9",
1039
+ "9:16"
1040
+ ],
1041
+ "default": "16:9",
1042
+ "title": "Ratio"
1043
+ },
1044
+ {
1045
+ "name": "resolution",
1046
+ "type": "string",
1047
+ "enum": [
1048
+ "720p",
1049
+ "1080p"
1050
+ ],
1051
+ "default": "720p",
1052
+ "title": "Resolution"
1053
+ },
1054
+ {
1055
+ "name": "generate_audio",
1056
+ "type": "bool",
1057
+ "default": "true",
1058
+ "title": "Generate Audio"
1059
+ },
1060
+ {
1061
+ "name": "negative_prompt",
1062
+ "type": "string",
1063
+ "maxLength": 1000,
1064
+ "title": "Negative Prompt"
1065
+ },
1066
+ {
1067
+ "name": "seed",
1068
+ "type": "long",
1069
+ "default": "0",
1070
+ "min": 0,
1071
+ "max": 2147483646,
1072
+ "title": "Seed"
1073
+ }
1074
+ ]
1075
+ },
1076
+ {
1077
+ "id": "Google Veo 3.1 Fast",
1078
+ "vendorId": "google",
1079
+ "vendorName": "Google",
1080
+ "media": {
1081
+ "images": {
1082
+ "min": 0,
1083
+ "max": 0
1084
+ },
1085
+ "videos": {
1086
+ "min": 0,
1087
+ "max": 0
1088
+ },
1089
+ "audios": {
1090
+ "min": 0,
1091
+ "max": 0
1092
+ }
1093
+ },
1094
+ "params": [
1095
+ {
1096
+ "name": "duration",
1097
+ "type": "string",
1098
+ "enum": [
1099
+ "4",
1100
+ "6",
1101
+ "8"
1102
+ ],
1103
+ "default": "4",
1104
+ "title": "Duration"
1105
+ },
1106
+ {
1107
+ "name": "aspect_ratio",
1108
+ "type": "string",
1109
+ "enum": [
1110
+ "16:9",
1111
+ "9:16"
1112
+ ],
1113
+ "default": "16:9",
1114
+ "title": "Ratio"
1115
+ },
1116
+ {
1117
+ "name": "resolution",
1118
+ "type": "string",
1119
+ "enum": [
1120
+ "720p",
1121
+ "1080p"
1122
+ ],
1123
+ "default": "720p",
1124
+ "title": "Resolution"
1125
+ },
1126
+ {
1127
+ "name": "generate_audio",
1128
+ "type": "bool",
1129
+ "default": "true",
1130
+ "title": "Generate Audio"
1131
+ },
1132
+ {
1133
+ "name": "negative_prompt",
1134
+ "type": "string",
1135
+ "maxLength": 1000,
1136
+ "title": "Negative Prompt"
1137
+ },
1138
+ {
1139
+ "name": "seed",
1140
+ "type": "long",
1141
+ "default": "0",
1142
+ "min": 0,
1143
+ "max": 2147483646,
1144
+ "title": "Seed"
1145
+ }
1146
+ ]
1147
+ },
1148
+ {
1149
+ "id": "Veo 3.1 - Google",
1150
+ "vendorId": "google",
1151
+ "vendorName": "Google",
1152
+ "media": {
1153
+ "images": {
1154
+ "min": 0,
1155
+ "max": 0
1156
+ },
1157
+ "videos": {
1158
+ "min": 0,
1159
+ "max": 0
1160
+ },
1161
+ "audios": {
1162
+ "min": 0,
1163
+ "max": 0
1164
+ }
1165
+ },
1166
+ "params": [
1167
+ {
1168
+ "name": "duration",
1169
+ "type": "string",
1170
+ "enum": [
1171
+ "4",
1172
+ "6",
1173
+ "8"
1174
+ ],
1175
+ "default": "4",
1176
+ "title": "Duration"
1177
+ },
1178
+ {
1179
+ "name": "aspect_ratio",
1180
+ "type": "string",
1181
+ "enum": [
1182
+ "16:9",
1183
+ "9:16"
1184
+ ],
1185
+ "default": "16:9",
1186
+ "title": "Ratio"
1187
+ },
1188
+ {
1189
+ "name": "resolution",
1190
+ "type": "string",
1191
+ "enum": [
1192
+ "720p",
1193
+ "1080p"
1194
+ ],
1195
+ "default": "720p",
1196
+ "title": "Resolution"
1197
+ },
1198
+ {
1199
+ "name": "generate_audio",
1200
+ "type": "bool",
1201
+ "default": "true",
1202
+ "title": "Generate Audio"
1203
+ },
1204
+ {
1205
+ "name": "negative_prompt",
1206
+ "type": "string",
1207
+ "maxLength": 1000,
1208
+ "title": "Negative Prompt"
1209
+ },
1210
+ {
1211
+ "name": "seed",
1212
+ "type": "long",
1213
+ "default": "0",
1214
+ "min": 0,
1215
+ "max": 2147483646,
1216
+ "title": "Seed"
1217
+ }
1218
+ ]
1219
+ },
1220
+ {
1221
+ "id": "Veo 3.1 Fast - Google",
1222
+ "vendorId": "google",
1223
+ "vendorName": "Google",
1224
+ "media": {
1225
+ "images": {
1226
+ "min": 0,
1227
+ "max": 0
1228
+ },
1229
+ "videos": {
1230
+ "min": 0,
1231
+ "max": 0
1232
+ },
1233
+ "audios": {
1234
+ "min": 0,
1235
+ "max": 0
1236
+ }
1237
+ },
1238
+ "params": [
1239
+ {
1240
+ "name": "duration",
1241
+ "type": "string",
1242
+ "enum": [
1243
+ "4",
1244
+ "6",
1245
+ "8"
1246
+ ],
1247
+ "default": "4",
1248
+ "title": "Duration"
1249
+ },
1250
+ {
1251
+ "name": "aspect_ratio",
1252
+ "type": "string",
1253
+ "enum": [
1254
+ "16:9",
1255
+ "9:16"
1256
+ ],
1257
+ "default": "16:9",
1258
+ "title": "Ratio"
1259
+ },
1260
+ {
1261
+ "name": "resolution",
1262
+ "type": "string",
1263
+ "enum": [
1264
+ "720p",
1265
+ "1080p"
1266
+ ],
1267
+ "default": "720p",
1268
+ "title": "Resolution"
1269
+ },
1270
+ {
1271
+ "name": "generate_audio",
1272
+ "type": "bool",
1273
+ "default": "true",
1274
+ "title": "Generate Audio"
1275
+ },
1276
+ {
1277
+ "name": "negative_prompt",
1278
+ "type": "string",
1279
+ "maxLength": 1000,
1280
+ "title": "Negative Prompt"
1281
+ },
1282
+ {
1283
+ "name": "seed",
1284
+ "type": "long",
1285
+ "default": "0",
1286
+ "min": 0,
1287
+ "max": 2147483646,
1288
+ "title": "Seed"
1289
+ }
1290
+ ]
1291
+ },
1292
+ {
1293
+ "id": "Minimax Hailuo 2.3",
1294
+ "vendorId": "hailuo",
1295
+ "vendorName": "Hailuo AI",
1296
+ "media": {
1297
+ "images": {
1298
+ "min": 0,
1299
+ "max": 0
1300
+ },
1301
+ "videos": {
1302
+ "min": 0,
1303
+ "max": 0
1304
+ },
1305
+ "audios": {
1306
+ "min": 0,
1307
+ "max": 0
1308
+ }
1309
+ },
1310
+ "params": [
1311
+ {
1312
+ "name": "duration",
1313
+ "type": "string",
1314
+ "enum": [
1315
+ "6",
1316
+ "10"
1317
+ ],
1318
+ "default": "6",
1319
+ "title": "Duration"
1320
+ },
1321
+ {
1322
+ "name": "prompt_optimizer",
1323
+ "type": "bool",
1324
+ "default": "true",
1325
+ "title": "Prompt Optimizer"
1326
+ }
1327
+ ]
1328
+ },
1329
+ {
1330
+ "id": "Kling 3.0 Pro - Official",
1331
+ "vendorId": "kuaishou",
1332
+ "vendorName": "Kuaishou",
1333
+ "media": {
1334
+ "images": {
1335
+ "min": 0,
1336
+ "max": 0
1337
+ },
1338
+ "videos": {
1339
+ "min": 0,
1340
+ "max": 0
1341
+ },
1342
+ "audios": {
1343
+ "min": 0,
1344
+ "max": 0
1345
+ }
1346
+ },
1347
+ "params": [
1348
+ {
1349
+ "name": "duration_int",
1350
+ "type": "int",
1351
+ "default": "5",
1352
+ "min": 3,
1353
+ "max": 15,
1354
+ "title": "Duration"
1355
+ },
1356
+ {
1357
+ "name": "aspect_ratio",
1358
+ "type": "string",
1359
+ "enum": [
1360
+ "16:9",
1361
+ "9:16",
1362
+ "1:1"
1363
+ ],
1364
+ "default": "16:9",
1365
+ "title": "Ratio"
1366
+ },
1367
+ {
1368
+ "name": "cfg_scale",
1369
+ "type": "float",
1370
+ "default": "0.5",
1371
+ "min": 0,
1372
+ "max": 1,
1373
+ "title": "CFG Scale"
1374
+ },
1375
+ {
1376
+ "name": "negative_prompt",
1377
+ "type": "string",
1378
+ "maxLength": 1000,
1379
+ "title": "Negative Prompt"
1380
+ }
1381
+ ]
1382
+ },
1383
+ {
1384
+ "id": "Kling 3.0 Std - Official",
1385
+ "vendorId": "kuaishou",
1386
+ "vendorName": "Kuaishou",
1387
+ "media": {
1388
+ "images": {
1389
+ "min": 0,
1390
+ "max": 0
1391
+ },
1392
+ "videos": {
1393
+ "min": 0,
1394
+ "max": 0
1395
+ },
1396
+ "audios": {
1397
+ "min": 0,
1398
+ "max": 0
1399
+ }
1400
+ },
1401
+ "params": [
1402
+ {
1403
+ "name": "duration_int",
1404
+ "type": "int",
1405
+ "default": "5",
1406
+ "min": 3,
1407
+ "max": 15,
1408
+ "title": "Duration"
1409
+ },
1410
+ {
1411
+ "name": "aspect_ratio",
1412
+ "type": "string",
1413
+ "enum": [
1414
+ "16:9",
1415
+ "9:16",
1416
+ "1:1"
1417
+ ],
1418
+ "default": "16:9",
1419
+ "title": "Ratio"
1420
+ },
1421
+ {
1422
+ "name": "cfg_scale",
1423
+ "type": "float",
1424
+ "default": "0.5",
1425
+ "min": 0,
1426
+ "max": 1,
1427
+ "title": "CFG Scale"
1428
+ },
1429
+ {
1430
+ "name": "negative_prompt",
1431
+ "type": "string",
1432
+ "maxLength": 1000,
1433
+ "title": "Negative Prompt"
1434
+ }
1435
+ ]
1436
+ },
1437
+ {
1438
+ "id": "Kling 2.5 Pro - Official",
1439
+ "vendorId": "kuaishou",
1440
+ "vendorName": "Kuaishou",
1441
+ "media": {
1442
+ "images": {
1443
+ "min": 0,
1444
+ "max": 0
1445
+ },
1446
+ "videos": {
1447
+ "min": 0,
1448
+ "max": 0
1449
+ },
1450
+ "audios": {
1451
+ "min": 0,
1452
+ "max": 0
1453
+ }
1454
+ },
1455
+ "params": [
1456
+ {
1457
+ "name": "duration",
1458
+ "type": "string",
1459
+ "enum": [
1460
+ "5",
1461
+ "10"
1462
+ ],
1463
+ "default": "5",
1464
+ "title": "Duration"
1465
+ },
1466
+ {
1467
+ "name": "aspect_ratio",
1468
+ "type": "string",
1469
+ "enum": [
1470
+ "16:9",
1471
+ "9:16",
1472
+ "1:1"
1473
+ ],
1474
+ "default": "16:9",
1475
+ "title": "Ratio"
1476
+ },
1477
+ {
1478
+ "name": "cfg_scale",
1479
+ "type": "float",
1480
+ "default": "0.5",
1481
+ "min": 0,
1482
+ "max": 1,
1483
+ "title": "Prompt Strength"
1484
+ },
1485
+ {
1486
+ "name": "negative_prompt",
1487
+ "type": "string",
1488
+ "maxLength": 1000,
1489
+ "title": "Negative Prompt"
1490
+ }
1491
+ ]
1492
+ }
1493
+ ]
1494
+ },
1495
+ "image-to-image": {
1496
+ "capability": "image-to-image",
1497
+ "hybridAppId": "image_hybrid",
1498
+ "subAppId": "image_edit_v2",
1499
+ "subType": "imageProcessor",
1500
+ "defaultModel": "gpt-image-2",
1501
+ "requiresMedia": "image",
1502
+ "configSource": "image_edit_v2/web_config.json",
1503
+ "cliMedia": {
1504
+ "maxImages": 16,
1505
+ "maxVideos": 1,
1506
+ "maxAudios": 1
1507
+ },
1508
+ "models": [
1509
+ {
1510
+ "id": "gpt-image-2",
1511
+ "vendorId": "openai",
1512
+ "vendorName": "OpenAI",
1513
+ "media": {
1514
+ "images": {
1515
+ "min": 0,
1516
+ "max": 16
1517
+ },
1518
+ "videos": {
1519
+ "min": 0,
1520
+ "max": 0
1521
+ },
1522
+ "audios": {
1523
+ "min": 0,
1524
+ "max": 0
1525
+ }
1526
+ },
1527
+ "params": [
1528
+ {
1529
+ "name": "ratio",
1530
+ "type": "string",
1531
+ "enum": [
1532
+ "16:9",
1533
+ "9:16",
1534
+ "1:1",
1535
+ "21:9",
1536
+ "3:2",
1537
+ "4:3",
1538
+ "5:4",
1539
+ "2:3",
1540
+ "3:4",
1541
+ "4:5"
1542
+ ],
1543
+ "default": "16:9",
1544
+ "title": "Ratio"
1545
+ },
1546
+ {
1547
+ "name": "resolution",
1548
+ "type": "string",
1549
+ "enum": [
1550
+ "1K",
1551
+ "2K",
1552
+ "4K"
1553
+ ],
1554
+ "default": "1K",
1555
+ "title": "Resolution"
1556
+ },
1557
+ {
1558
+ "name": "quality",
1559
+ "type": "string",
1560
+ "enum": [
1561
+ "high",
1562
+ "medium",
1563
+ "low"
1564
+ ],
1565
+ "default": "low",
1566
+ "title": "Quality"
1567
+ },
1568
+ {
1569
+ "name": "num_images",
1570
+ "type": "int",
1571
+ "default": "1",
1572
+ "min": 1,
1573
+ "max": 4,
1574
+ "title": "Number of images"
1575
+ }
1576
+ ]
1577
+ },
1578
+ {
1579
+ "id": "GPT Image 1",
1580
+ "vendorId": "openai",
1581
+ "vendorName": "OpenAI",
1582
+ "media": {
1583
+ "images": {
1584
+ "min": 0,
1585
+ "max": 4
1586
+ },
1587
+ "videos": {
1588
+ "min": 0,
1589
+ "max": 0
1590
+ },
1591
+ "audios": {
1592
+ "min": 0,
1593
+ "max": 0
1594
+ }
1595
+ },
1596
+ "params": [
1597
+ {
1598
+ "name": "ratio",
1599
+ "type": "string",
1600
+ "enum": [
1601
+ "1:1",
1602
+ "3:2",
1603
+ "2:3"
1604
+ ],
1605
+ "default": "1:1",
1606
+ "title": "Ratio"
1607
+ },
1608
+ {
1609
+ "name": "background",
1610
+ "type": "string",
1611
+ "enum": [
1612
+ "auto",
1613
+ "transparent",
1614
+ "opaque"
1615
+ ],
1616
+ "default": "auto",
1617
+ "title": "Background"
1618
+ },
1619
+ {
1620
+ "name": "input_fidelity",
1621
+ "type": "string",
1622
+ "enum": [
1623
+ "high",
1624
+ "low"
1625
+ ],
1626
+ "default": "high",
1627
+ "title": "Input Fidelity"
1628
+ },
1629
+ {
1630
+ "name": "num_images",
1631
+ "type": "int",
1632
+ "default": "1",
1633
+ "min": 1,
1634
+ "max": 4,
1635
+ "title": "Number of images"
1636
+ }
1637
+ ]
1638
+ },
1639
+ {
1640
+ "id": "GPT Image 1 mini",
1641
+ "vendorId": "openai",
1642
+ "vendorName": "OpenAI",
1643
+ "media": {
1644
+ "images": {
1645
+ "min": 0,
1646
+ "max": 4
1647
+ },
1648
+ "videos": {
1649
+ "min": 0,
1650
+ "max": 0
1651
+ },
1652
+ "audios": {
1653
+ "min": 0,
1654
+ "max": 0
1655
+ }
1656
+ },
1657
+ "params": [
1658
+ {
1659
+ "name": "ratio",
1660
+ "type": "string",
1661
+ "enum": [
1662
+ "1:1",
1663
+ "3:2",
1664
+ "2:3"
1665
+ ],
1666
+ "default": "1:1",
1667
+ "title": "Ratio"
1668
+ },
1669
+ {
1670
+ "name": "background",
1671
+ "type": "string",
1672
+ "enum": [
1673
+ "auto",
1674
+ "transparent",
1675
+ "opaque"
1676
+ ],
1677
+ "default": "auto",
1678
+ "title": "Background"
1679
+ },
1680
+ {
1681
+ "name": "num_images",
1682
+ "type": "int",
1683
+ "default": "1",
1684
+ "min": 1,
1685
+ "max": 4,
1686
+ "title": "Number of images"
1687
+ }
1688
+ ]
1689
+ },
1690
+ {
1691
+ "id": "nano-banana-2",
1692
+ "vendorId": "google",
1693
+ "vendorName": "Google",
1694
+ "media": {
1695
+ "images": {
1696
+ "min": 0,
1697
+ "max": 14
1698
+ },
1699
+ "videos": {
1700
+ "min": 0,
1701
+ "max": 0
1702
+ },
1703
+ "audios": {
1704
+ "min": 0,
1705
+ "max": 0
1706
+ }
1707
+ },
1708
+ "params": [
1709
+ {
1710
+ "name": "ratio",
1711
+ "type": "string",
1712
+ "enum": [
1713
+ "16:9",
1714
+ "9:16",
1715
+ "1:1",
1716
+ "21:9",
1717
+ "3:2",
1718
+ "4:3",
1719
+ "5:4",
1720
+ "2:3",
1721
+ "3:4",
1722
+ "4:5"
1723
+ ],
1724
+ "default": "16:9",
1725
+ "title": "Ratio"
1726
+ },
1727
+ {
1728
+ "name": "resolution",
1729
+ "type": "string",
1730
+ "enum": [
1731
+ "0.5K",
1732
+ "1K",
1733
+ "2K",
1734
+ "4K"
1735
+ ],
1736
+ "default": "1K",
1737
+ "title": "Resolution"
1738
+ },
1739
+ {
1740
+ "name": "num_images",
1741
+ "type": "int",
1742
+ "default": "1",
1743
+ "min": 1,
1744
+ "max": 4,
1745
+ "title": "Number of images"
1746
+ },
1747
+ {
1748
+ "name": "seed",
1749
+ "type": "long",
1750
+ "default": "0",
1751
+ "min": 0,
1752
+ "max": 4294967295,
1753
+ "title": "Seed"
1754
+ }
1755
+ ]
1756
+ },
1757
+ {
1758
+ "id": "Nano Banana Pro (Gemini 3 Pro)",
1759
+ "vendorId": "google",
1760
+ "vendorName": "Google",
1761
+ "media": {
1762
+ "images": {
1763
+ "min": 0,
1764
+ "max": 6
1765
+ },
1766
+ "videos": {
1767
+ "min": 0,
1768
+ "max": 0
1769
+ },
1770
+ "audios": {
1771
+ "min": 0,
1772
+ "max": 0
1773
+ }
1774
+ },
1775
+ "params": [
1776
+ {
1777
+ "name": "ratio",
1778
+ "type": "string",
1779
+ "enum": [
1780
+ "",
1781
+ "16:9",
1782
+ "9:16",
1783
+ "1:1",
1784
+ "21:9",
1785
+ "3:2",
1786
+ "4:3",
1787
+ "5:4",
1788
+ "2:3",
1789
+ "3:4",
1790
+ "4:5"
1791
+ ],
1792
+ "title": "Ratio"
1793
+ },
1794
+ {
1795
+ "name": "resolution",
1796
+ "type": "string",
1797
+ "enum": [
1798
+ "1K",
1799
+ "2K",
1800
+ "4K"
1801
+ ],
1802
+ "default": "1K",
1803
+ "title": "Resolution"
1804
+ },
1805
+ {
1806
+ "name": "num_images",
1807
+ "type": "int",
1808
+ "default": "1",
1809
+ "min": 1,
1810
+ "max": 4,
1811
+ "title": "Number of images"
1812
+ }
1813
+ ]
1814
+ },
1815
+ {
1816
+ "id": "Nano Banana (Gemini 2.5 Flash)",
1817
+ "vendorId": "google",
1818
+ "vendorName": "Google",
1819
+ "media": {
1820
+ "images": {
1821
+ "min": 0,
1822
+ "max": 4
1823
+ },
1824
+ "videos": {
1825
+ "min": 0,
1826
+ "max": 0
1827
+ },
1828
+ "audios": {
1829
+ "min": 0,
1830
+ "max": 0
1831
+ }
1832
+ },
1833
+ "params": [
1834
+ {
1835
+ "name": "ratio",
1836
+ "type": "string",
1837
+ "enum": [
1838
+ "",
1839
+ "16:9",
1840
+ "9:16",
1841
+ "1:1",
1842
+ "21:9",
1843
+ "3:2",
1844
+ "4:3",
1845
+ "5:4",
1846
+ "2:3",
1847
+ "3:4",
1848
+ "4:5"
1849
+ ],
1850
+ "title": "Ratio"
1851
+ },
1852
+ {
1853
+ "name": "num_images",
1854
+ "type": "int",
1855
+ "default": "1",
1856
+ "min": 1,
1857
+ "max": 4,
1858
+ "title": "Number of images"
1859
+ }
1860
+ ]
1861
+ },
1862
+ {
1863
+ "id": "Seedream 4.5",
1864
+ "vendorId": "bytedance",
1865
+ "vendorName": "ByteDance",
1866
+ "media": {
1867
+ "images": {
1868
+ "min": 0,
1869
+ "max": 4
1870
+ },
1871
+ "videos": {
1872
+ "min": 0,
1873
+ "max": 0
1874
+ },
1875
+ "audios": {
1876
+ "min": 0,
1877
+ "max": 0
1878
+ }
1879
+ },
1880
+ "params": [
1881
+ {
1882
+ "name": "ratio",
1883
+ "type": "string",
1884
+ "enum": [
1885
+ "",
1886
+ "16:9",
1887
+ "9:16",
1888
+ "1:1",
1889
+ "21:9",
1890
+ "3:2",
1891
+ "4:3",
1892
+ "2:3",
1893
+ "3:4"
1894
+ ],
1895
+ "title": "Ratio"
1896
+ },
1897
+ {
1898
+ "name": "resolution",
1899
+ "type": "string",
1900
+ "enum": [
1901
+ "2k",
1902
+ "4k"
1903
+ ],
1904
+ "default": "2k",
1905
+ "title": "Resolution"
1906
+ },
1907
+ {
1908
+ "name": "seed",
1909
+ "type": "long",
1910
+ "default": "0",
1911
+ "min": 0,
1912
+ "max": 4294967295,
1913
+ "title": "Seed"
1914
+ }
1915
+ ]
1916
+ },
1917
+ {
1918
+ "id": "Seedream 5.0 lite",
1919
+ "vendorId": "bytedance",
1920
+ "vendorName": "ByteDance",
1921
+ "media": {
1922
+ "images": {
1923
+ "min": 0,
1924
+ "max": 4
1925
+ },
1926
+ "videos": {
1927
+ "min": 0,
1928
+ "max": 0
1929
+ },
1930
+ "audios": {
1931
+ "min": 0,
1932
+ "max": 0
1933
+ }
1934
+ },
1935
+ "params": [
1936
+ {
1937
+ "name": "ratio",
1938
+ "type": "string",
1939
+ "enum": [
1940
+ "",
1941
+ "16:9",
1942
+ "9:16",
1943
+ "1:1",
1944
+ "21:9",
1945
+ "3:2",
1946
+ "4:3",
1947
+ "2:3",
1948
+ "3:4"
1949
+ ],
1950
+ "title": "Ratio"
1951
+ },
1952
+ {
1953
+ "name": "resolution",
1954
+ "type": "string",
1955
+ "enum": [
1956
+ "2k",
1957
+ "3k",
1958
+ "4k"
1959
+ ],
1960
+ "default": "2k",
1961
+ "title": "Resolution"
1962
+ },
1963
+ {
1964
+ "name": "num_images",
1965
+ "type": "int",
1966
+ "default": 1,
1967
+ "min": 1,
1968
+ "max": 4,
1969
+ "title": "Number of Images"
1970
+ }
1971
+ ]
1972
+ },
1973
+ {
1974
+ "id": "Wan 2.6",
1975
+ "vendorId": "tongyi",
1976
+ "vendorName": "Tongyi",
1977
+ "media": {
1978
+ "images": {
1979
+ "min": 0,
1980
+ "max": 3
1981
+ },
1982
+ "videos": {
1983
+ "min": 0,
1984
+ "max": 0
1985
+ },
1986
+ "audios": {
1987
+ "min": 0,
1988
+ "max": 0
1989
+ }
1990
+ },
1991
+ "params": [
1992
+ {
1993
+ "name": "ratio",
1994
+ "type": "string",
1995
+ "enum": [
1996
+ "",
1997
+ "16:9",
1998
+ "9:16",
1999
+ "1:1",
2000
+ "21:9",
2001
+ "3:2",
2002
+ "4:3",
2003
+ "5:4",
2004
+ "2:3",
2005
+ "3:4",
2006
+ "4:5"
2007
+ ],
2008
+ "title": "Ratio"
2009
+ },
2010
+ {
2011
+ "name": "num_images",
2012
+ "type": "int",
2013
+ "default": "1",
2014
+ "min": 1,
2015
+ "max": 4,
2016
+ "title": "Number of images"
2017
+ },
2018
+ {
2019
+ "name": "negative_prompt",
2020
+ "type": "string",
2021
+ "maxLength": 1000,
2022
+ "title": "Remove from image"
2023
+ }
2024
+ ]
2025
+ }
2026
+ ]
2027
+ },
2028
+ "image-to-video": {
2029
+ "capability": "image-to-video",
2030
+ "hybridAppId": "video_hybrid",
2031
+ "subAppId": "image_to_video",
2032
+ "subType": "imageToVideo",
2033
+ "defaultModel": "Seedance 2.0",
2034
+ "requiresMedia": "image",
2035
+ "configSource": "image_to_video/config.json",
2036
+ "cliMedia": {
2037
+ "maxImages": 9,
2038
+ "maxVideos": 1,
2039
+ "maxAudios": 1
2040
+ },
2041
+ "models": [
2042
+ {
2043
+ "id": "Seedance 2.0",
2044
+ "vendorId": "bytedance",
2045
+ "vendorName": "ByteDance",
2046
+ "media": {
2047
+ "images": {
2048
+ "min": 1,
2049
+ "max": 9
2050
+ },
2051
+ "videos": {
2052
+ "min": 0,
2053
+ "max": 0
2054
+ },
2055
+ "audios": {
2056
+ "min": 0,
2057
+ "max": 0
2058
+ }
2059
+ },
2060
+ "params": [
2061
+ {
2062
+ "name": "duration_int",
2063
+ "type": "int",
2064
+ "default": "5",
2065
+ "min": 4,
2066
+ "max": 15,
2067
+ "title": "Duration"
2068
+ },
2069
+ {
2070
+ "name": "aspect_ratio",
2071
+ "type": "string",
2072
+ "enum": [
2073
+ "adaptive",
2074
+ "16:9",
2075
+ "9:16",
2076
+ "1:1",
2077
+ "21:9",
2078
+ "4:3",
2079
+ "3:4"
2080
+ ],
2081
+ "default": "adaptive",
2082
+ "title": "Ratio"
2083
+ },
2084
+ {
2085
+ "name": "resolution",
2086
+ "type": "string",
2087
+ "enum": [
2088
+ "480p",
2089
+ "720p",
2090
+ "1080p"
2091
+ ],
2092
+ "default": "720p",
2093
+ "title": "Resolution"
2094
+ },
2095
+ {
2096
+ "name": "generate_audio",
2097
+ "type": "bool",
2098
+ "default": "true",
2099
+ "title": "Generate Audio"
2100
+ },
2101
+ {
2102
+ "name": "seed",
2103
+ "type": "long",
2104
+ "default": "0",
2105
+ "min": 0,
2106
+ "max": 4294967295,
2107
+ "title": "Seed"
2108
+ }
2109
+ ]
2110
+ },
2111
+ {
2112
+ "id": "Seedance 2.0 Fast",
2113
+ "vendorId": "bytedance",
2114
+ "vendorName": "ByteDance",
2115
+ "media": {
2116
+ "images": {
2117
+ "min": 1,
2118
+ "max": 9
2119
+ },
2120
+ "videos": {
2121
+ "min": 0,
2122
+ "max": 0
2123
+ },
2124
+ "audios": {
2125
+ "min": 0,
2126
+ "max": 0
2127
+ }
2128
+ },
2129
+ "params": [
2130
+ {
2131
+ "name": "duration_int",
2132
+ "type": "int",
2133
+ "default": "5",
2134
+ "min": 4,
2135
+ "max": 15,
2136
+ "title": "Duration"
2137
+ },
2138
+ {
2139
+ "name": "aspect_ratio",
2140
+ "type": "string",
2141
+ "enum": [
2142
+ "adaptive",
2143
+ "16:9",
2144
+ "9:16",
2145
+ "1:1",
2146
+ "21:9",
2147
+ "4:3",
2148
+ "3:4"
2149
+ ],
2150
+ "default": "adaptive",
2151
+ "title": "Ratio"
2152
+ },
2153
+ {
2154
+ "name": "resolution",
2155
+ "type": "string",
2156
+ "enum": [
2157
+ "480p",
2158
+ "720p"
2159
+ ],
2160
+ "default": "720p",
2161
+ "title": "Resolution"
2162
+ },
2163
+ {
2164
+ "name": "generate_audio",
2165
+ "type": "bool",
2166
+ "default": "true",
2167
+ "title": "Generate Audio"
2168
+ },
2169
+ {
2170
+ "name": "seed",
2171
+ "type": "long",
2172
+ "default": "0",
2173
+ "min": 0,
2174
+ "max": 4294967295,
2175
+ "title": "Seed"
2176
+ }
2177
+ ]
2178
+ },
2179
+ {
2180
+ "id": "Kling O3 Pro",
2181
+ "vendorId": "kuaishou",
2182
+ "vendorName": "Kuaishou",
2183
+ "media": {
2184
+ "images": {
2185
+ "min": 1,
2186
+ "max": 4
2187
+ },
2188
+ "videos": {
2189
+ "min": 0,
2190
+ "max": 0
2191
+ },
2192
+ "audios": {
2193
+ "min": 0,
2194
+ "max": 0
2195
+ }
2196
+ },
2197
+ "params": [
2198
+ {
2199
+ "name": "duration_int",
2200
+ "type": "int",
2201
+ "default": "5",
2202
+ "min": 3,
2203
+ "max": 15,
2204
+ "title": "Duration"
2205
+ },
2206
+ {
2207
+ "name": "aspect_ratio",
2208
+ "type": "string",
2209
+ "enum": [
2210
+ "16:9",
2211
+ "9:16",
2212
+ "1:1"
2213
+ ],
2214
+ "default": "16:9",
2215
+ "title": "Ratio"
2216
+ },
2217
+ {
2218
+ "name": "generate_audio",
2219
+ "type": "bool",
2220
+ "default": "true",
2221
+ "title": "Generate Audio"
2222
+ }
2223
+ ]
2224
+ },
2225
+ {
2226
+ "id": "Kling O3 Standard",
2227
+ "vendorId": "kuaishou",
2228
+ "vendorName": "Kuaishou",
2229
+ "media": {
2230
+ "images": {
2231
+ "min": 1,
2232
+ "max": 4
2233
+ },
2234
+ "videos": {
2235
+ "min": 0,
2236
+ "max": 0
2237
+ },
2238
+ "audios": {
2239
+ "min": 0,
2240
+ "max": 0
2241
+ }
2242
+ },
2243
+ "params": [
2244
+ {
2245
+ "name": "duration_int",
2246
+ "type": "int",
2247
+ "default": "5",
2248
+ "min": 3,
2249
+ "max": 15,
2250
+ "title": "Duration"
2251
+ },
2252
+ {
2253
+ "name": "aspect_ratio",
2254
+ "type": "string",
2255
+ "enum": [
2256
+ "16:9",
2257
+ "9:16",
2258
+ "1:1"
2259
+ ],
2260
+ "default": "16:9",
2261
+ "title": "Ratio"
2262
+ },
2263
+ {
2264
+ "name": "generate_audio",
2265
+ "type": "bool",
2266
+ "default": "true",
2267
+ "title": "Generate Audio"
2268
+ }
2269
+ ]
2270
+ },
2271
+ {
2272
+ "id": "Kling O3 Pro - Official",
2273
+ "vendorId": "kuaishou",
2274
+ "vendorName": "Kuaishou",
2275
+ "media": {
2276
+ "images": {
2277
+ "min": 1,
2278
+ "max": 4
2279
+ },
2280
+ "videos": {
2281
+ "min": 0,
2282
+ "max": 0
2283
+ },
2284
+ "audios": {
2285
+ "min": 0,
2286
+ "max": 0
2287
+ }
2288
+ },
2289
+ "params": [
2290
+ {
2291
+ "name": "duration_int",
2292
+ "type": "string",
2293
+ "enum": [
2294
+ "5",
2295
+ "10"
2296
+ ],
2297
+ "default": "5",
2298
+ "title": "Duration"
2299
+ },
2300
+ {
2301
+ "name": "aspect_ratio",
2302
+ "type": "string",
2303
+ "enum": [
2304
+ "16:9",
2305
+ "9:16",
2306
+ "1:1"
2307
+ ],
2308
+ "default": "16:9",
2309
+ "title": "Ratio"
2310
+ }
2311
+ ]
2312
+ },
2313
+ {
2314
+ "id": "Kling O3 Std - Official",
2315
+ "vendorId": "kuaishou",
2316
+ "vendorName": "Kuaishou",
2317
+ "media": {
2318
+ "images": {
2319
+ "min": 1,
2320
+ "max": 4
2321
+ },
2322
+ "videos": {
2323
+ "min": 0,
2324
+ "max": 0
2325
+ },
2326
+ "audios": {
2327
+ "min": 0,
2328
+ "max": 0
2329
+ }
2330
+ },
2331
+ "params": [
2332
+ {
2333
+ "name": "duration_int",
2334
+ "type": "string",
2335
+ "enum": [
2336
+ "5",
2337
+ "10"
2338
+ ],
2339
+ "default": "5",
2340
+ "title": "Duration"
2341
+ },
2342
+ {
2343
+ "name": "aspect_ratio",
2344
+ "type": "string",
2345
+ "enum": [
2346
+ "16:9",
2347
+ "9:16",
2348
+ "1:1"
2349
+ ],
2350
+ "default": "16:9",
2351
+ "title": "Ratio"
2352
+ }
2353
+ ]
2354
+ },
2355
+ {
2356
+ "id": "Google Veo 3.1",
2357
+ "vendorId": "google",
2358
+ "vendorName": "Google",
2359
+ "media": {
2360
+ "images": {
2361
+ "min": 1,
2362
+ "max": 1
2363
+ },
2364
+ "videos": {
2365
+ "min": 0,
2366
+ "max": 0
2367
+ },
2368
+ "audios": {
2369
+ "min": 0,
2370
+ "max": 0
2371
+ }
2372
+ },
2373
+ "params": [
2374
+ {
2375
+ "name": "duration",
2376
+ "type": "string",
2377
+ "enum": [
2378
+ "4",
2379
+ "6",
2380
+ "8"
2381
+ ],
2382
+ "default": "4",
2383
+ "title": "Duration"
2384
+ },
2385
+ {
2386
+ "name": "aspect_ratio",
2387
+ "type": "string",
2388
+ "enum": [
2389
+ "16:9",
2390
+ "9:16"
2391
+ ],
2392
+ "default": "16:9",
2393
+ "title": "Ratio"
2394
+ },
2395
+ {
2396
+ "name": "resolution",
2397
+ "type": "string",
2398
+ "enum": [
2399
+ "720p",
2400
+ "1080p"
2401
+ ],
2402
+ "default": "720p",
2403
+ "title": "Resolution"
2404
+ },
2405
+ {
2406
+ "name": "generate_audio",
2407
+ "type": "bool",
2408
+ "default": "true",
2409
+ "title": "Generate Audio"
2410
+ }
2411
+ ]
2412
+ },
2413
+ {
2414
+ "id": "Google Veo 3.1 Fast",
2415
+ "vendorId": "google",
2416
+ "vendorName": "Google",
2417
+ "media": {
2418
+ "images": {
2419
+ "min": 1,
2420
+ "max": 1
2421
+ },
2422
+ "videos": {
2423
+ "min": 0,
2424
+ "max": 0
2425
+ },
2426
+ "audios": {
2427
+ "min": 0,
2428
+ "max": 0
2429
+ }
2430
+ },
2431
+ "params": [
2432
+ {
2433
+ "name": "duration",
2434
+ "type": "string",
2435
+ "enum": [
2436
+ "4",
2437
+ "6",
2438
+ "8"
2439
+ ],
2440
+ "default": "4",
2441
+ "title": "Duration"
2442
+ },
2443
+ {
2444
+ "name": "aspect_ratio",
2445
+ "type": "string",
2446
+ "enum": [
2447
+ "16:9",
2448
+ "9:16"
2449
+ ],
2450
+ "default": "16:9",
2451
+ "title": "Ratio"
2452
+ },
2453
+ {
2454
+ "name": "resolution",
2455
+ "type": "string",
2456
+ "enum": [
2457
+ "720p",
2458
+ "1080p"
2459
+ ],
2460
+ "default": "720p",
2461
+ "title": "Resolution"
2462
+ },
2463
+ {
2464
+ "name": "generate_audio",
2465
+ "type": "bool",
2466
+ "default": "true",
2467
+ "title": "Generate Audio"
2468
+ }
2469
+ ]
2470
+ },
2471
+ {
2472
+ "id": "Veo 3.1 - Google",
2473
+ "vendorId": "google",
2474
+ "vendorName": "Google",
2475
+ "media": {
2476
+ "images": {
2477
+ "min": 1,
2478
+ "max": 1
2479
+ },
2480
+ "videos": {
2481
+ "min": 0,
2482
+ "max": 0
2483
+ },
2484
+ "audios": {
2485
+ "min": 0,
2486
+ "max": 0
2487
+ }
2488
+ },
2489
+ "params": [
2490
+ {
2491
+ "name": "duration",
2492
+ "type": "string",
2493
+ "enum": [
2494
+ "4",
2495
+ "6",
2496
+ "8"
2497
+ ],
2498
+ "default": "4",
2499
+ "title": "Duration"
2500
+ },
2501
+ {
2502
+ "name": "aspect_ratio",
2503
+ "type": "string",
2504
+ "enum": [
2505
+ "16:9",
2506
+ "9:16"
2507
+ ],
2508
+ "default": "16:9",
2509
+ "title": "Ratio"
2510
+ },
2511
+ {
2512
+ "name": "resolution",
2513
+ "type": "string",
2514
+ "enum": [
2515
+ "720p",
2516
+ "1080p"
2517
+ ],
2518
+ "default": "720p",
2519
+ "title": "Resolution"
2520
+ },
2521
+ {
2522
+ "name": "generate_audio",
2523
+ "type": "bool",
2524
+ "default": "true",
2525
+ "title": "Generate Audio"
2526
+ }
2527
+ ]
2528
+ },
2529
+ {
2530
+ "id": "Veo 3.1 Fast - Google",
2531
+ "vendorId": "google",
2532
+ "vendorName": "Google",
2533
+ "media": {
2534
+ "images": {
2535
+ "min": 1,
2536
+ "max": 1
2537
+ },
2538
+ "videos": {
2539
+ "min": 0,
2540
+ "max": 0
2541
+ },
2542
+ "audios": {
2543
+ "min": 0,
2544
+ "max": 0
2545
+ }
2546
+ },
2547
+ "params": [
2548
+ {
2549
+ "name": "duration",
2550
+ "type": "string",
2551
+ "enum": [
2552
+ "4",
2553
+ "6",
2554
+ "8"
2555
+ ],
2556
+ "default": "4",
2557
+ "title": "Duration"
2558
+ },
2559
+ {
2560
+ "name": "aspect_ratio",
2561
+ "type": "string",
2562
+ "enum": [
2563
+ "16:9",
2564
+ "9:16"
2565
+ ],
2566
+ "default": "16:9",
2567
+ "title": "Ratio"
2568
+ },
2569
+ {
2570
+ "name": "resolution",
2571
+ "type": "string",
2572
+ "enum": [
2573
+ "720p",
2574
+ "1080p"
2575
+ ],
2576
+ "default": "720p",
2577
+ "title": "Resolution"
2578
+ },
2579
+ {
2580
+ "name": "generate_audio",
2581
+ "type": "bool",
2582
+ "default": "true",
2583
+ "title": "Generate Audio"
2584
+ }
2585
+ ]
2586
+ }
2587
+ ]
2588
+ },
2589
+ "omni-to-video": {
2590
+ "capability": "omni-to-video",
2591
+ "hybridAppId": "video_hybrid",
2592
+ "subAppId": "seedance_video_to_video",
2593
+ "subType": "imageToVideo",
2594
+ "defaultModel": "Seedance 2.0",
2595
+ "requiresMedia": "omni",
2596
+ "configSource": "seedance_video_to_video/config.json",
2597
+ "cliMedia": {
2598
+ "maxImages": 7,
2599
+ "maxVideos": 3,
2600
+ "maxAudios": 3
2601
+ },
2602
+ "models": [
2603
+ {
2604
+ "id": "Seedance 2.0",
2605
+ "vendorId": "bytedance",
2606
+ "vendorName": "ByteDance",
2607
+ "media": {
2608
+ "images": {
2609
+ "min": 0,
2610
+ "max": 7
2611
+ },
2612
+ "videos": {
2613
+ "min": 0,
2614
+ "max": 3
2615
+ },
2616
+ "audios": {
2617
+ "min": 0,
2618
+ "max": 3
2619
+ }
2620
+ },
2621
+ "params": [
2622
+ {
2623
+ "name": "duration",
2624
+ "type": "int",
2625
+ "default": "5",
2626
+ "min": 4,
2627
+ "max": 15,
2628
+ "title": "Duration"
2629
+ },
2630
+ {
2631
+ "name": "aspect_ratio",
2632
+ "type": "string",
2633
+ "enum": [
2634
+ "adaptive",
2635
+ "16:9",
2636
+ "9:16",
2637
+ "1:1",
2638
+ "21:9",
2639
+ "4:3",
2640
+ "3:4"
2641
+ ],
2642
+ "default": "adaptive",
2643
+ "title": "Ratio"
2644
+ },
2645
+ {
2646
+ "name": "resolution",
2647
+ "type": "string",
2648
+ "enum": [
2649
+ "480p",
2650
+ "720p",
2651
+ "1080p"
2652
+ ],
2653
+ "default": "720p",
2654
+ "title": "Resolution"
2655
+ },
2656
+ {
2657
+ "name": "generate_audio",
2658
+ "type": "bool",
2659
+ "default": "true",
2660
+ "title": "Generate Audio"
2661
+ },
2662
+ {
2663
+ "name": "seed",
2664
+ "type": "long",
2665
+ "default": "0",
2666
+ "min": 0,
2667
+ "max": 4294967295,
2668
+ "title": "Seed"
2669
+ }
2670
+ ]
2671
+ },
2672
+ {
2673
+ "id": "Seedance 2.0 Fast",
2674
+ "vendorId": "bytedance",
2675
+ "vendorName": "ByteDance",
2676
+ "media": {
2677
+ "images": {
2678
+ "min": 0,
2679
+ "max": 7
2680
+ },
2681
+ "videos": {
2682
+ "min": 0,
2683
+ "max": 3
2684
+ },
2685
+ "audios": {
2686
+ "min": 0,
2687
+ "max": 3
2688
+ }
2689
+ },
2690
+ "params": [
2691
+ {
2692
+ "name": "duration",
2693
+ "type": "int",
2694
+ "default": "5",
2695
+ "min": 4,
2696
+ "max": 15,
2697
+ "title": "Duration"
2698
+ },
2699
+ {
2700
+ "name": "aspect_ratio",
2701
+ "type": "string",
2702
+ "enum": [
2703
+ "adaptive",
2704
+ "16:9",
2705
+ "9:16",
2706
+ "1:1",
2707
+ "21:9",
2708
+ "4:3",
2709
+ "3:4"
2710
+ ],
2711
+ "default": "adaptive",
2712
+ "title": "Ratio"
2713
+ },
2714
+ {
2715
+ "name": "resolution",
2716
+ "type": "string",
2717
+ "enum": [
2718
+ "480p",
2719
+ "720p"
2720
+ ],
2721
+ "default": "720p",
2722
+ "title": "Resolution"
2723
+ },
2724
+ {
2725
+ "name": "generate_audio",
2726
+ "type": "bool",
2727
+ "default": "true",
2728
+ "title": "Generate Audio"
2729
+ },
2730
+ {
2731
+ "name": "seed",
2732
+ "type": "long",
2733
+ "default": "0",
2734
+ "min": 0,
2735
+ "max": 4294967295,
2736
+ "title": "Seed"
2737
+ }
2738
+ ]
2739
+ }
2740
+ ]
2741
+ }
2742
+ }
2743
+ }