@nodaro/shared 1.24.0 → 2.0.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.
- package/dist/index.cjs +309 -290
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -2
- package/dist/index.d.ts +9 -2
- package/dist/index.js +307 -291
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/__tests__/credit-conversion.test.ts +53 -0
- package/src/__tests__/video-analysis-catalog-sync.test.ts +4 -3
- package/src/credit-conversion.ts +39 -0
- package/src/index.ts +2 -0
- package/src/model-catalog.ts +269 -269
- package/src/model-constants.ts +1 -1
- package/src/video-analysis-pricing.ts +25 -20
package/dist/index.js
CHANGED
|
@@ -78,7 +78,7 @@ var IMAGE_MODELS = {
|
|
|
78
78
|
useCases: ["realistic", "general", "fast"],
|
|
79
79
|
features: ["reference-image"],
|
|
80
80
|
aspectRatios: NANO_BANANA_RATIOS,
|
|
81
|
-
pricing: [{ identifier: "nano-banana", credits:
|
|
81
|
+
pricing: [{ identifier: "nano-banana", credits: 10, note: "1K" }],
|
|
82
82
|
mcpHidden: true
|
|
83
83
|
},
|
|
84
84
|
"nano-banana-2": {
|
|
@@ -96,9 +96,9 @@ var IMAGE_MODELS = {
|
|
|
96
96
|
aspectRatios: NANO_BANANA_RATIOS,
|
|
97
97
|
resolutions: ["1K", "2K", "4K"],
|
|
98
98
|
pricing: [
|
|
99
|
-
{ identifier: "nano-banana-2", credits:
|
|
100
|
-
{ identifier: "nano-banana-2:2K", credits:
|
|
101
|
-
{ identifier: "nano-banana-2:4K", credits:
|
|
99
|
+
{ identifier: "nano-banana-2", credits: 20, note: "1K default" },
|
|
100
|
+
{ identifier: "nano-banana-2:2K", credits: 50, note: "2K" },
|
|
101
|
+
{ identifier: "nano-banana-2:4K", credits: 50, note: "4K" }
|
|
102
102
|
]
|
|
103
103
|
},
|
|
104
104
|
"nano-banana-2-lite": {
|
|
@@ -115,7 +115,7 @@ var IMAGE_MODELS = {
|
|
|
115
115
|
features: ["reference-image"],
|
|
116
116
|
aspectRatios: NANO_BANANA_2_LITE_RATIOS,
|
|
117
117
|
// 1K only — no resolution lever, flat pricing.
|
|
118
|
-
pricing: [{ identifier: "nano-banana-2-lite", credits:
|
|
118
|
+
pricing: [{ identifier: "nano-banana-2-lite", credits: 10, note: "1K flat" }]
|
|
119
119
|
},
|
|
120
120
|
"nano-banana-pro": {
|
|
121
121
|
id: "nano-banana-pro",
|
|
@@ -130,8 +130,8 @@ var IMAGE_MODELS = {
|
|
|
130
130
|
aspectRatios: NANO_BANANA_RATIOS,
|
|
131
131
|
resolutions: ["1K", "2K", "4K"],
|
|
132
132
|
pricing: [
|
|
133
|
-
{ identifier: "nano-banana-pro", credits:
|
|
134
|
-
{ identifier: "nano-banana-pro:4K", credits:
|
|
133
|
+
{ identifier: "nano-banana-pro", credits: 45, note: "1K / 2K" },
|
|
134
|
+
{ identifier: "nano-banana-pro:4K", credits: 60, note: "4K" }
|
|
135
135
|
],
|
|
136
136
|
featured: true
|
|
137
137
|
},
|
|
@@ -146,7 +146,7 @@ var IMAGE_MODELS = {
|
|
|
146
146
|
useCases: ["edit", "remix", "general"],
|
|
147
147
|
features: ["reference-image"],
|
|
148
148
|
aspectRatios: NANO_BANANA_RATIOS,
|
|
149
|
-
pricing: [{ identifier: "nano-banana-edit", credits:
|
|
149
|
+
pricing: [{ identifier: "nano-banana-edit", credits: 10 }]
|
|
150
150
|
},
|
|
151
151
|
// ── Black Forest Labs (Flux) ──
|
|
152
152
|
"flux": {
|
|
@@ -162,8 +162,8 @@ var IMAGE_MODELS = {
|
|
|
162
162
|
aspectRatios: FLUX_RATIOS,
|
|
163
163
|
resolutions: ["1K", "2K"],
|
|
164
164
|
pricing: [
|
|
165
|
-
{ identifier: "flux", credits:
|
|
166
|
-
{ identifier: "flux:2K", credits:
|
|
165
|
+
{ identifier: "flux", credits: 13, note: "1K default" },
|
|
166
|
+
{ identifier: "flux:2K", credits: 20, note: "2K" }
|
|
167
167
|
]
|
|
168
168
|
},
|
|
169
169
|
"flux-flex": {
|
|
@@ -179,8 +179,8 @@ var IMAGE_MODELS = {
|
|
|
179
179
|
aspectRatios: FLUX_RATIOS,
|
|
180
180
|
resolutions: ["1K", "2K"],
|
|
181
181
|
pricing: [
|
|
182
|
-
{ identifier: "flux-flex", credits:
|
|
183
|
-
{ identifier: "flux-flex:2K", credits:
|
|
182
|
+
{ identifier: "flux-flex", credits: 35, note: "1K default" },
|
|
183
|
+
{ identifier: "flux-flex:2K", credits: 60, note: "2K" }
|
|
184
184
|
]
|
|
185
185
|
},
|
|
186
186
|
"flux-i2i": {
|
|
@@ -196,8 +196,8 @@ var IMAGE_MODELS = {
|
|
|
196
196
|
aspectRatios: FLUX_RATIOS,
|
|
197
197
|
resolutions: ["1K", "2K"],
|
|
198
198
|
pricing: [
|
|
199
|
-
{ identifier: "flux-i2i", credits:
|
|
200
|
-
{ identifier: "flux-i2i:2K", credits:
|
|
199
|
+
{ identifier: "flux-i2i", credits: 60, note: "1K default" },
|
|
200
|
+
{ identifier: "flux-i2i:2K", credits: 60, note: "2K" }
|
|
201
201
|
]
|
|
202
202
|
},
|
|
203
203
|
"flux-pro-i2i": {
|
|
@@ -213,8 +213,8 @@ var IMAGE_MODELS = {
|
|
|
213
213
|
aspectRatios: FLUX_RATIOS,
|
|
214
214
|
resolutions: ["1K", "2K"],
|
|
215
215
|
pricing: [
|
|
216
|
-
{ identifier: "flux-pro-i2i", credits:
|
|
217
|
-
{ identifier: "flux-pro-i2i:2K", credits:
|
|
216
|
+
{ identifier: "flux-pro-i2i", credits: 13, note: "1K default" },
|
|
217
|
+
{ identifier: "flux-pro-i2i:2K", credits: 20, note: "2K" }
|
|
218
218
|
]
|
|
219
219
|
},
|
|
220
220
|
"flux-kontext": {
|
|
@@ -229,7 +229,7 @@ var IMAGE_MODELS = {
|
|
|
229
229
|
useCases: ["edit", "style-transfer", "preserve-identity"],
|
|
230
230
|
features: ["reference-image"],
|
|
231
231
|
aspectRatios: KONTEXT_RATIOS,
|
|
232
|
-
pricing: [{ identifier: "flux-kontext", credits:
|
|
232
|
+
pricing: [{ identifier: "flux-kontext", credits: 13 }]
|
|
233
233
|
},
|
|
234
234
|
"flux-kontext-max": {
|
|
235
235
|
id: "flux-kontext-max",
|
|
@@ -242,7 +242,7 @@ var IMAGE_MODELS = {
|
|
|
242
242
|
useCases: ["edit", "style-transfer", "premium"],
|
|
243
243
|
features: ["reference-image"],
|
|
244
244
|
aspectRatios: KONTEXT_RATIOS,
|
|
245
|
-
pricing: [{ identifier: "flux-kontext-max", credits:
|
|
245
|
+
pricing: [{ identifier: "flux-kontext-max", credits: 25 }]
|
|
246
246
|
},
|
|
247
247
|
// ── Replicate "Open" (uncensored) — run direct via Replicate, not KIE ──
|
|
248
248
|
"flux-2-klein": {
|
|
@@ -258,11 +258,11 @@ var IMAGE_MODELS = {
|
|
|
258
258
|
aspectRatios: FLUX_RATIOS,
|
|
259
259
|
resolutions: ["0.5 MP", "1 MP", "2 MP", "4 MP"],
|
|
260
260
|
pricing: [
|
|
261
|
-
{ identifier: "flux-2-klein", credits:
|
|
261
|
+
{ identifier: "flux-2-klein", credits: 10 },
|
|
262
262
|
// 1MP 0ref (default)
|
|
263
|
-
{ identifier: "flux-2-klein:1MP:0ref", credits:
|
|
263
|
+
{ identifier: "flux-2-klein:1MP:0ref", credits: 3 },
|
|
264
264
|
// min
|
|
265
|
-
{ identifier: "flux-2-klein:4MP:8ref", credits:
|
|
265
|
+
{ identifier: "flux-2-klein:4MP:8ref", credits: 108 }
|
|
266
266
|
// max
|
|
267
267
|
]
|
|
268
268
|
},
|
|
@@ -277,7 +277,7 @@ var IMAGE_MODELS = {
|
|
|
277
277
|
useCases: ["edit", "multi-reference", "unfiltered"],
|
|
278
278
|
features: ["reference-image"],
|
|
279
279
|
aspectRatios: KONTEXT_RATIOS,
|
|
280
|
-
pricing: [{ identifier: "kontext-multi", credits:
|
|
280
|
+
pricing: [{ identifier: "kontext-multi", credits: 30 }]
|
|
281
281
|
},
|
|
282
282
|
"flux-2-pro": {
|
|
283
283
|
id: "flux-2-pro",
|
|
@@ -292,11 +292,11 @@ var IMAGE_MODELS = {
|
|
|
292
292
|
aspectRatios: FLUX_RATIOS,
|
|
293
293
|
resolutions: ["0.5 MP", "1 MP", "2 MP", "4 MP"],
|
|
294
294
|
pricing: [
|
|
295
|
-
{ identifier: "flux-2-pro", credits:
|
|
295
|
+
{ identifier: "flux-2-pro", credits: 30 },
|
|
296
296
|
// 2MP 0ref (default)
|
|
297
|
-
{ identifier: "flux-2-pro:0.5MP:0ref", credits:
|
|
297
|
+
{ identifier: "flux-2-pro:0.5MP:0ref", credits: 12 },
|
|
298
298
|
// min
|
|
299
|
-
{ identifier: "flux-2-pro:4MP:8ref", credits:
|
|
299
|
+
{ identifier: "flux-2-pro:4MP:8ref", credits: 278 }
|
|
300
300
|
// max
|
|
301
301
|
]
|
|
302
302
|
},
|
|
@@ -313,11 +313,11 @@ var IMAGE_MODELS = {
|
|
|
313
313
|
aspectRatios: FLUX_RATIOS,
|
|
314
314
|
resolutions: ["0.5 MP", "1 MP", "2 MP", "4 MP"],
|
|
315
315
|
pricing: [
|
|
316
|
-
{ identifier: "flux-2-max", credits:
|
|
316
|
+
{ identifier: "flux-2-max", credits: 70 },
|
|
317
317
|
// 2MP 0ref (default)
|
|
318
|
-
{ identifier: "flux-2-max:0.5MP:0ref", credits:
|
|
318
|
+
{ identifier: "flux-2-max:0.5MP:0ref", credits: 18 },
|
|
319
319
|
// min
|
|
320
|
-
{ identifier: "flux-2-max:4MP:8ref", credits:
|
|
320
|
+
{ identifier: "flux-2-max:4MP:8ref", credits: 620 }
|
|
321
321
|
// max
|
|
322
322
|
]
|
|
323
323
|
},
|
|
@@ -335,8 +335,8 @@ var IMAGE_MODELS = {
|
|
|
335
335
|
aspectRatios: GPT_IMAGE_RATIOS,
|
|
336
336
|
qualities: ["medium", "high"],
|
|
337
337
|
pricing: [
|
|
338
|
-
{ identifier: "gpt-image", credits:
|
|
339
|
-
{ identifier: "gpt-image:high", credits:
|
|
338
|
+
{ identifier: "gpt-image", credits: 10, note: "medium default" },
|
|
339
|
+
{ identifier: "gpt-image:high", credits: 60, note: "high quality" }
|
|
340
340
|
],
|
|
341
341
|
valueLabels: { "3:2": "3:2 (Landscape)", "2:3": "2:3 (Portrait)" },
|
|
342
342
|
mcpHidden: true
|
|
@@ -354,8 +354,8 @@ var IMAGE_MODELS = {
|
|
|
354
354
|
aspectRatios: GPT_IMAGE_RATIOS,
|
|
355
355
|
qualities: ["medium", "high"],
|
|
356
356
|
pricing: [
|
|
357
|
-
{ identifier: "gpt-image-i2i", credits:
|
|
358
|
-
{ identifier: "gpt-image-i2i:high", credits:
|
|
357
|
+
{ identifier: "gpt-image-i2i", credits: 10, note: "medium default" },
|
|
358
|
+
{ identifier: "gpt-image-i2i:high", credits: 60, note: "high quality" }
|
|
359
359
|
],
|
|
360
360
|
valueLabels: { "3:2": "3:2 (Landscape)", "2:3": "2:3 (Portrait)" },
|
|
361
361
|
mcpHidden: true
|
|
@@ -373,9 +373,9 @@ var IMAGE_MODELS = {
|
|
|
373
373
|
aspectRatios: GPT_IMAGE_2_RATIOS,
|
|
374
374
|
resolutions: ["1K", "2K", "4K"],
|
|
375
375
|
pricing: [
|
|
376
|
-
{ identifier: "gpt-image-2", credits:
|
|
377
|
-
{ identifier: "gpt-image-2:2K", credits:
|
|
378
|
-
{ identifier: "gpt-image-2:4K", credits:
|
|
376
|
+
{ identifier: "gpt-image-2", credits: 15, note: "1K default" },
|
|
377
|
+
{ identifier: "gpt-image-2:2K", credits: 30, note: "2K" },
|
|
378
|
+
{ identifier: "gpt-image-2:4K", credits: 60, note: "4K" }
|
|
379
379
|
]
|
|
380
380
|
},
|
|
381
381
|
"gpt-image-2-i2i": {
|
|
@@ -391,9 +391,9 @@ var IMAGE_MODELS = {
|
|
|
391
391
|
aspectRatios: GPT_IMAGE_2_RATIOS,
|
|
392
392
|
resolutions: ["1K", "2K", "4K"],
|
|
393
393
|
pricing: [
|
|
394
|
-
{ identifier: "gpt-image-2-i2i", credits:
|
|
395
|
-
{ identifier: "gpt-image-2-i2i:2K", credits:
|
|
396
|
-
{ identifier: "gpt-image-2-i2i:4K", credits:
|
|
394
|
+
{ identifier: "gpt-image-2-i2i", credits: 15, note: "1K default" },
|
|
395
|
+
{ identifier: "gpt-image-2-i2i:2K", credits: 30, note: "2K" },
|
|
396
|
+
{ identifier: "gpt-image-2-i2i:4K", credits: 60, note: "4K" }
|
|
397
397
|
]
|
|
398
398
|
},
|
|
399
399
|
// ── Ideogram ──
|
|
@@ -414,9 +414,9 @@ var IMAGE_MODELS = {
|
|
|
414
414
|
useCases: ["typography", "illustration", "stylized"],
|
|
415
415
|
aspectRatios: IDEOGRAM_RATIOS,
|
|
416
416
|
pricing: [
|
|
417
|
-
{ identifier: "ideogram-v3", credits:
|
|
418
|
-
{ identifier: "ideogram-v3:TURBO", credits:
|
|
419
|
-
{ identifier: "ideogram-v3:QUALITY", credits:
|
|
417
|
+
{ identifier: "ideogram-v3", credits: 18, note: "BALANCED default" },
|
|
418
|
+
{ identifier: "ideogram-v3:TURBO", credits: 18, note: "fastest" },
|
|
419
|
+
{ identifier: "ideogram-v3:QUALITY", credits: 18, note: "best quality" }
|
|
420
420
|
]
|
|
421
421
|
},
|
|
422
422
|
"ideogram-edit": {
|
|
@@ -432,9 +432,9 @@ var IMAGE_MODELS = {
|
|
|
432
432
|
// No aspectRatios — Ideogram Edit takes output dimensions from the input
|
|
433
433
|
// image + mask. Backend strips aspect_ratio for this provider.
|
|
434
434
|
pricing: [
|
|
435
|
-
{ identifier: "ideogram-edit", credits:
|
|
436
|
-
{ identifier: "ideogram-edit:TURBO", credits:
|
|
437
|
-
{ identifier: "ideogram-edit:QUALITY", credits:
|
|
435
|
+
{ identifier: "ideogram-edit", credits: 45, note: "BALANCED default" },
|
|
436
|
+
{ identifier: "ideogram-edit:TURBO", credits: 30, note: "fastest" },
|
|
437
|
+
{ identifier: "ideogram-edit:QUALITY", credits: 60, note: "best quality" }
|
|
438
438
|
]
|
|
439
439
|
},
|
|
440
440
|
"ideogram-remix": {
|
|
@@ -449,9 +449,9 @@ var IMAGE_MODELS = {
|
|
|
449
449
|
features: ["reference-image"],
|
|
450
450
|
aspectRatios: IDEOGRAM_RATIOS,
|
|
451
451
|
pricing: [
|
|
452
|
-
{ identifier: "ideogram-remix", credits:
|
|
453
|
-
{ identifier: "ideogram-remix:TURBO", credits:
|
|
454
|
-
{ identifier: "ideogram-remix:QUALITY", credits:
|
|
452
|
+
{ identifier: "ideogram-remix", credits: 45, note: "BALANCED default" },
|
|
453
|
+
{ identifier: "ideogram-remix:TURBO", credits: 30, note: "fastest" },
|
|
454
|
+
{ identifier: "ideogram-remix:QUALITY", credits: 60, note: "best quality" }
|
|
455
455
|
]
|
|
456
456
|
},
|
|
457
457
|
"ideogram-reframe": {
|
|
@@ -466,9 +466,9 @@ var IMAGE_MODELS = {
|
|
|
466
466
|
features: ["reference-image"],
|
|
467
467
|
aspectRatios: IDEOGRAM_RATIOS,
|
|
468
468
|
pricing: [
|
|
469
|
-
{ identifier: "ideogram-reframe", credits:
|
|
470
|
-
{ identifier: "ideogram-reframe:TURBO", credits:
|
|
471
|
-
{ identifier: "ideogram-reframe:QUALITY", credits:
|
|
469
|
+
{ identifier: "ideogram-reframe", credits: 18, note: "BALANCED default" },
|
|
470
|
+
{ identifier: "ideogram-reframe:TURBO", credits: 18, note: "fastest" },
|
|
471
|
+
{ identifier: "ideogram-reframe:QUALITY", credits: 18, note: "best quality" }
|
|
472
472
|
]
|
|
473
473
|
},
|
|
474
474
|
// ── Google Imagen ──
|
|
@@ -482,7 +482,7 @@ var IMAGE_MODELS = {
|
|
|
482
482
|
description: "Google's Imagen 4 \u2014 strong photographic quality and prompt fidelity.",
|
|
483
483
|
useCases: ["photographic", "realistic"],
|
|
484
484
|
aspectRatios: IMAGEN4_RATIOS,
|
|
485
|
-
pricing: [{ identifier: "imagen4", credits:
|
|
485
|
+
pricing: [{ identifier: "imagen4", credits: 20 }]
|
|
486
486
|
},
|
|
487
487
|
"imagen4-fast": {
|
|
488
488
|
id: "imagen4-fast",
|
|
@@ -494,7 +494,7 @@ var IMAGE_MODELS = {
|
|
|
494
494
|
description: "Cheaper / quicker Imagen 4 tier.",
|
|
495
495
|
useCases: ["fast", "realistic", "general"],
|
|
496
496
|
aspectRatios: IMAGEN4_RATIOS,
|
|
497
|
-
pricing: [{ identifier: "imagen4-fast", credits:
|
|
497
|
+
pricing: [{ identifier: "imagen4-fast", credits: 10 }]
|
|
498
498
|
},
|
|
499
499
|
"imagen4-ultra": {
|
|
500
500
|
id: "imagen4-ultra",
|
|
@@ -506,7 +506,7 @@ var IMAGE_MODELS = {
|
|
|
506
506
|
description: "Premium Imagen 4 \u2014 highest fidelity, slower / more credits.",
|
|
507
507
|
useCases: ["premium", "photographic"],
|
|
508
508
|
aspectRatios: IMAGEN4_RATIOS,
|
|
509
|
-
pricing: [{ identifier: "imagen4-ultra", credits:
|
|
509
|
+
pricing: [{ identifier: "imagen4-ultra", credits: 30 }]
|
|
510
510
|
},
|
|
511
511
|
// ── Bytedance Seedream ──
|
|
512
512
|
"seedream": {
|
|
@@ -522,8 +522,8 @@ var IMAGE_MODELS = {
|
|
|
522
522
|
aspectRatios: SEEDREAM_RATIOS,
|
|
523
523
|
qualities: ["basic", "high"],
|
|
524
524
|
pricing: [
|
|
525
|
-
{ identifier: "seedream", credits:
|
|
526
|
-
{ identifier: "seedream:high", credits:
|
|
525
|
+
{ identifier: "seedream", credits: 16, note: "basic / 2K default" },
|
|
526
|
+
{ identifier: "seedream:high", credits: 40, note: "high / 4K" }
|
|
527
527
|
],
|
|
528
528
|
mcpHidden: true
|
|
529
529
|
},
|
|
@@ -540,8 +540,8 @@ var IMAGE_MODELS = {
|
|
|
540
540
|
aspectRatios: SEEDREAM_RATIOS,
|
|
541
541
|
qualities: ["basic", "high"],
|
|
542
542
|
pricing: [
|
|
543
|
-
{ identifier: "seedream-edit", credits:
|
|
544
|
-
{ identifier: "seedream-edit:high", credits:
|
|
543
|
+
{ identifier: "seedream-edit", credits: 16, note: "basic default" },
|
|
544
|
+
{ identifier: "seedream-edit:high", credits: 40, note: "high quality" }
|
|
545
545
|
],
|
|
546
546
|
mcpHidden: true
|
|
547
547
|
},
|
|
@@ -558,8 +558,8 @@ var IMAGE_MODELS = {
|
|
|
558
558
|
aspectRatios: SEEDREAM_RATIOS,
|
|
559
559
|
qualities: ["basic", "high"],
|
|
560
560
|
pricing: [
|
|
561
|
-
{ identifier: "seedream-5-lite", credits:
|
|
562
|
-
{ identifier: "seedream-5-lite:high", credits:
|
|
561
|
+
{ identifier: "seedream-5-lite", credits: 14, note: "basic default" },
|
|
562
|
+
{ identifier: "seedream-5-lite:high", credits: 50, note: "high quality" }
|
|
563
563
|
]
|
|
564
564
|
},
|
|
565
565
|
"seedream-5-lite-i2i": {
|
|
@@ -575,8 +575,8 @@ var IMAGE_MODELS = {
|
|
|
575
575
|
aspectRatios: SEEDREAM_RATIOS,
|
|
576
576
|
qualities: ["basic", "high"],
|
|
577
577
|
pricing: [
|
|
578
|
-
{ identifier: "seedream-5-lite-i2i", credits:
|
|
579
|
-
{ identifier: "seedream-5-lite-i2i:high", credits:
|
|
578
|
+
{ identifier: "seedream-5-lite-i2i", credits: 14, note: "basic default" },
|
|
579
|
+
{ identifier: "seedream-5-lite-i2i:high", credits: 50, note: "high quality" }
|
|
580
580
|
]
|
|
581
581
|
},
|
|
582
582
|
"seedream-5-pro": {
|
|
@@ -592,8 +592,8 @@ var IMAGE_MODELS = {
|
|
|
592
592
|
aspectRatios: SEEDREAM_RATIOS,
|
|
593
593
|
qualities: ["basic", "high"],
|
|
594
594
|
pricing: [
|
|
595
|
-
{ identifier: "seedream-5-pro", credits:
|
|
596
|
-
{ identifier: "seedream-5-pro:high", credits:
|
|
595
|
+
{ identifier: "seedream-5-pro", credits: 18, note: "basic / 1K default" },
|
|
596
|
+
{ identifier: "seedream-5-pro:high", credits: 60, note: "high / 2K" }
|
|
597
597
|
]
|
|
598
598
|
},
|
|
599
599
|
"seedream-5-pro-i2i": {
|
|
@@ -609,8 +609,8 @@ var IMAGE_MODELS = {
|
|
|
609
609
|
aspectRatios: SEEDREAM_RATIOS,
|
|
610
610
|
qualities: ["basic", "high"],
|
|
611
611
|
pricing: [
|
|
612
|
-
{ identifier: "seedream-5-pro-i2i", credits:
|
|
613
|
-
{ identifier: "seedream-5-pro-i2i:high", credits:
|
|
612
|
+
{ identifier: "seedream-5-pro-i2i", credits: 19, note: "basic / 1K default" },
|
|
613
|
+
{ identifier: "seedream-5-pro-i2i:high", credits: 60, note: "high / 2K" }
|
|
614
614
|
]
|
|
615
615
|
},
|
|
616
616
|
// ── Alibaba Qwen ──
|
|
@@ -625,7 +625,7 @@ var IMAGE_MODELS = {
|
|
|
625
625
|
useCases: ["fast", "cheap", "general"],
|
|
626
626
|
features: ["reference-image"],
|
|
627
627
|
aspectRatios: IDEOGRAM_RATIOS,
|
|
628
|
-
pricing: [{ identifier: "qwen", credits:
|
|
628
|
+
pricing: [{ identifier: "qwen", credits: 10 }]
|
|
629
629
|
},
|
|
630
630
|
"qwen-i2i": {
|
|
631
631
|
id: "qwen-i2i",
|
|
@@ -638,7 +638,7 @@ var IMAGE_MODELS = {
|
|
|
638
638
|
useCases: ["edit", "fast", "cheap"],
|
|
639
639
|
features: ["reference-image"],
|
|
640
640
|
aspectRatios: IDEOGRAM_RATIOS,
|
|
641
|
-
pricing: [{ identifier: "qwen-i2i", credits:
|
|
641
|
+
pricing: [{ identifier: "qwen-i2i", credits: 10 }]
|
|
642
642
|
},
|
|
643
643
|
"qwen-edit": {
|
|
644
644
|
id: "qwen-edit",
|
|
@@ -651,7 +651,7 @@ var IMAGE_MODELS = {
|
|
|
651
651
|
useCases: ["edit", "cheap"],
|
|
652
652
|
features: ["reference-image"],
|
|
653
653
|
aspectRatios: IDEOGRAM_RATIOS,
|
|
654
|
-
pricing: [{ identifier: "qwen-edit", credits:
|
|
654
|
+
pricing: [{ identifier: "qwen-edit", credits: 13 }]
|
|
655
655
|
},
|
|
656
656
|
// ── Tongyi-MAI Z-Image ──
|
|
657
657
|
"z-image": {
|
|
@@ -664,7 +664,7 @@ var IMAGE_MODELS = {
|
|
|
664
664
|
description: "Cheapest model in catalog. Fast, stylized output. Limited aspect ratios.",
|
|
665
665
|
useCases: ["cheap", "fast", "stylized"],
|
|
666
666
|
aspectRatios: Z_IMAGE_RATIOS,
|
|
667
|
-
pricing: [{ identifier: "z-image", credits:
|
|
667
|
+
pricing: [{ identifier: "z-image", credits: 2 }],
|
|
668
668
|
featured: true
|
|
669
669
|
},
|
|
670
670
|
// ── xAI Grok ──
|
|
@@ -683,7 +683,7 @@ var IMAGE_MODELS = {
|
|
|
683
683
|
useCases: ["stylized", "expressive", "general"],
|
|
684
684
|
features: ["reference-image"],
|
|
685
685
|
aspectRatios: GROK_RATIOS,
|
|
686
|
-
pricing: [{ identifier: "grok", credits:
|
|
686
|
+
pricing: [{ identifier: "grok", credits: 10 }]
|
|
687
687
|
},
|
|
688
688
|
"grok-i2i": {
|
|
689
689
|
id: "grok-i2i",
|
|
@@ -695,7 +695,7 @@ var IMAGE_MODELS = {
|
|
|
695
695
|
description: "Image-to-image with Grok.",
|
|
696
696
|
useCases: ["edit", "stylized"],
|
|
697
697
|
features: ["reference-image"],
|
|
698
|
-
pricing: [{ identifier: "grok-i2i", credits:
|
|
698
|
+
pricing: [{ identifier: "grok-i2i", credits: 10 }]
|
|
699
699
|
},
|
|
700
700
|
"grok-upscale": {
|
|
701
701
|
id: "grok-upscale",
|
|
@@ -706,7 +706,7 @@ var IMAGE_MODELS = {
|
|
|
706
706
|
series: "Grok",
|
|
707
707
|
description: "Upscale a previously-generated Grok image. Requires the prior task id.",
|
|
708
708
|
useCases: ["upscale"],
|
|
709
|
-
pricing: [{ identifier: "grok-upscale", credits:
|
|
709
|
+
pricing: [{ identifier: "grok-upscale", credits: 25 }]
|
|
710
710
|
},
|
|
711
711
|
// ── Utilities ──
|
|
712
712
|
"recraft-remove-bg": {
|
|
@@ -719,7 +719,7 @@ var IMAGE_MODELS = {
|
|
|
719
719
|
description: "Remove image background. Cheap utility.",
|
|
720
720
|
useCases: ["background-removal", "utility"],
|
|
721
721
|
features: ["reference-image"],
|
|
722
|
-
pricing: [{ identifier: "recraft-remove-bg", credits:
|
|
722
|
+
pricing: [{ identifier: "recraft-remove-bg", credits: 3 }]
|
|
723
723
|
},
|
|
724
724
|
"recraft-upscale": {
|
|
725
725
|
id: "recraft-upscale",
|
|
@@ -731,7 +731,7 @@ var IMAGE_MODELS = {
|
|
|
731
731
|
description: "Light-weight image upscale (Recraft Crisp).",
|
|
732
732
|
useCases: ["upscale", "utility"],
|
|
733
733
|
features: ["reference-image"],
|
|
734
|
-
pricing: [{ identifier: "recraft-upscale", credits:
|
|
734
|
+
pricing: [{ identifier: "recraft-upscale", credits: 2 }]
|
|
735
735
|
},
|
|
736
736
|
"topaz-image-upscale": {
|
|
737
737
|
id: "topaz-image-upscale",
|
|
@@ -745,9 +745,9 @@ var IMAGE_MODELS = {
|
|
|
745
745
|
features: ["reference-image"],
|
|
746
746
|
resolutions: ["2K", "4K", "8K"],
|
|
747
747
|
pricing: [
|
|
748
|
-
{ identifier: "topaz-image-upscale", credits:
|
|
749
|
-
{ identifier: "topaz-image-upscale:4K", credits:
|
|
750
|
-
{ identifier: "topaz-image-upscale:8K", credits:
|
|
748
|
+
{ identifier: "topaz-image-upscale", credits: 25, note: "2K default" },
|
|
749
|
+
{ identifier: "topaz-image-upscale:4K", credits: 50, note: "4K" },
|
|
750
|
+
{ identifier: "topaz-image-upscale:8K", credits: 100, note: "8K" }
|
|
751
751
|
]
|
|
752
752
|
}
|
|
753
753
|
};
|
|
@@ -764,7 +764,7 @@ var VIDEO_MODELS = {
|
|
|
764
764
|
useCases: ["realistic", "motion", "narrative"],
|
|
765
765
|
features: ["end-frame"],
|
|
766
766
|
durations: [5],
|
|
767
|
-
pricing: [{ identifier: "minimax", credits:
|
|
767
|
+
pricing: [{ identifier: "minimax", credits: 143, note: "5s, 1080p" }]
|
|
768
768
|
},
|
|
769
769
|
"hailuo-2.3-pro": {
|
|
770
770
|
id: "hailuo-2.3-pro",
|
|
@@ -779,9 +779,9 @@ var VIDEO_MODELS = {
|
|
|
779
779
|
durations: [6, 10],
|
|
780
780
|
resolutions: ["768P", "1080P"],
|
|
781
781
|
pricing: [
|
|
782
|
-
{ identifier: "hailuo-2.3-pro", credits:
|
|
783
|
-
{ identifier: "hailuo-2.3-pro:6s", credits:
|
|
784
|
-
{ identifier: "hailuo-2.3-pro:10s", credits:
|
|
782
|
+
{ identifier: "hailuo-2.3-pro", credits: 200, note: "10s default" },
|
|
783
|
+
{ identifier: "hailuo-2.3-pro:6s", credits: 130, note: "6s" },
|
|
784
|
+
{ identifier: "hailuo-2.3-pro:10s", credits: 200, note: "10s" }
|
|
785
785
|
]
|
|
786
786
|
},
|
|
787
787
|
"hailuo-2.3": {
|
|
@@ -797,9 +797,9 @@ var VIDEO_MODELS = {
|
|
|
797
797
|
useCases: ["realistic", "cheap"],
|
|
798
798
|
durations: [6, 10],
|
|
799
799
|
pricing: [
|
|
800
|
-
{ identifier: "hailuo-2.3", credits:
|
|
801
|
-
{ identifier: "hailuo-2.3:6s", credits:
|
|
802
|
-
{ identifier: "hailuo-2.3:10s", credits:
|
|
800
|
+
{ identifier: "hailuo-2.3", credits: 75, note: "6s default" },
|
|
801
|
+
{ identifier: "hailuo-2.3:6s", credits: 80, note: "6s" },
|
|
802
|
+
{ identifier: "hailuo-2.3:10s", credits: 130, note: "10s" }
|
|
803
803
|
]
|
|
804
804
|
},
|
|
805
805
|
"hailuo-standard": {
|
|
@@ -815,9 +815,9 @@ var VIDEO_MODELS = {
|
|
|
815
815
|
durations: [6, 10],
|
|
816
816
|
resolutions: ["512P", "768P"],
|
|
817
817
|
pricing: [
|
|
818
|
-
{ identifier: "hailuo-standard", credits:
|
|
819
|
-
{ identifier: "hailuo-standard:6s", credits:
|
|
820
|
-
{ identifier: "hailuo-standard:10s", credits:
|
|
818
|
+
{ identifier: "hailuo-standard", credits: 75, note: "6s default" },
|
|
819
|
+
{ identifier: "hailuo-standard:6s", credits: 80, note: "6s" },
|
|
820
|
+
{ identifier: "hailuo-standard:10s", credits: 130, note: "10s" }
|
|
821
821
|
]
|
|
822
822
|
},
|
|
823
823
|
// ── Google VEO ──
|
|
@@ -837,8 +837,8 @@ var VIDEO_MODELS = {
|
|
|
837
837
|
// KIE's /api/v1/veo/get-4k-video endpoint (worker handleImageToVideo / handleTextToVideo).
|
|
838
838
|
resolutions: ["720p", "1080p", "4k"],
|
|
839
839
|
pricing: [
|
|
840
|
-
{ identifier: "veo3", credits:
|
|
841
|
-
{ identifier: "veo3:4k", credits:
|
|
840
|
+
{ identifier: "veo3", credits: 1e3, note: "4/6/8s with audio (flat per-generation)" },
|
|
841
|
+
{ identifier: "veo3:4k", credits: 930, note: "4K (base 1080p \u2192 get-4k-video)" }
|
|
842
842
|
],
|
|
843
843
|
featured: true
|
|
844
844
|
},
|
|
@@ -856,9 +856,9 @@ var VIDEO_MODELS = {
|
|
|
856
856
|
aspectRatios: VIDEO_RATIOS_HV,
|
|
857
857
|
resolutions: ["720p", "1080p", "4k"],
|
|
858
858
|
pricing: [
|
|
859
|
-
{ identifier: "veo3.1", credits:
|
|
860
|
-
{ identifier: "veo3.1:1080p", credits:
|
|
861
|
-
{ identifier: "veo3.1:4k", credits:
|
|
859
|
+
{ identifier: "veo3.1", credits: 150, note: "4/6/8s with audio @ 720p (flat)" },
|
|
860
|
+
{ identifier: "veo3.1:1080p", credits: 170, note: "4/6/8s with audio @ 1080p (flat)" },
|
|
861
|
+
{ identifier: "veo3.1:4k", credits: 450, note: "4K (base 1080p \u2192 get-4k-video)" }
|
|
862
862
|
],
|
|
863
863
|
featured: true
|
|
864
864
|
},
|
|
@@ -876,9 +876,9 @@ var VIDEO_MODELS = {
|
|
|
876
876
|
aspectRatios: VIDEO_RATIOS_HV,
|
|
877
877
|
resolutions: ["720p", "1080p", "4k"],
|
|
878
878
|
pricing: [
|
|
879
|
-
{ identifier: "veo3_lite", credits:
|
|
880
|
-
{ identifier: "veo3_lite:1080p", credits:
|
|
881
|
-
{ identifier: "veo3_lite:4k", credits:
|
|
879
|
+
{ identifier: "veo3_lite", credits: 75, note: "4/6/8s with audio @ 720p (flat)" },
|
|
880
|
+
{ identifier: "veo3_lite:1080p", credits: 90, note: "4/6/8s with audio @ 1080p (flat)" },
|
|
881
|
+
{ identifier: "veo3_lite:4k", credits: 380, note: "4K (base 1080p \u2192 get-4k-video)" }
|
|
882
882
|
],
|
|
883
883
|
featured: false
|
|
884
884
|
},
|
|
@@ -897,17 +897,17 @@ var VIDEO_MODELS = {
|
|
|
897
897
|
resolutions: ["720p", "1080p", "4k"],
|
|
898
898
|
durations: [4, 6, 8, 10],
|
|
899
899
|
pricing: [
|
|
900
|
-
{ identifier: "gemini-omni-video", credits:
|
|
901
|
-
{ identifier: "gemini-omni-video:4", credits:
|
|
902
|
-
{ identifier: "gemini-omni-video:6", credits:
|
|
903
|
-
{ identifier: "gemini-omni-video:8", credits:
|
|
904
|
-
{ identifier: "gemini-omni-video:10", credits:
|
|
905
|
-
{ identifier: "gemini-omni-video:4k:4", credits:
|
|
906
|
-
{ identifier: "gemini-omni-video:4k:6", credits:
|
|
907
|
-
{ identifier: "gemini-omni-video:4k:8", credits:
|
|
908
|
-
{ identifier: "gemini-omni-video:4k:10", credits:
|
|
909
|
-
{ identifier: "gemini-omni-video:vref", credits:
|
|
910
|
-
{ identifier: "gemini-omni-video:4k:vref", credits:
|
|
900
|
+
{ identifier: "gemini-omni-video", credits: 315, note: "default \u2014 720p/1080p 4s" },
|
|
901
|
+
{ identifier: "gemini-omni-video:4", credits: 230, note: "720p/1080p 4s" },
|
|
902
|
+
{ identifier: "gemini-omni-video:6", credits: 300, note: "720p/1080p 6s" },
|
|
903
|
+
{ identifier: "gemini-omni-video:8", credits: 380, note: "720p/1080p 8s" },
|
|
904
|
+
{ identifier: "gemini-omni-video:10", credits: 450, note: "720p/1080p 10s" },
|
|
905
|
+
{ identifier: "gemini-omni-video:4k:4", credits: 530, note: "4K 4s" },
|
|
906
|
+
{ identifier: "gemini-omni-video:4k:6", credits: 600, note: "4K 6s" },
|
|
907
|
+
{ identifier: "gemini-omni-video:4k:8", credits: 680, note: "4K 8s" },
|
|
908
|
+
{ identifier: "gemini-omni-video:4k:10", credits: 750, note: "4K 10s" },
|
|
909
|
+
{ identifier: "gemini-omni-video:vref", credits: 600, note: "video-edit 720p/1080p" },
|
|
910
|
+
{ identifier: "gemini-omni-video:4k:vref", credits: 900, note: "video-edit 4K" }
|
|
911
911
|
]
|
|
912
912
|
},
|
|
913
913
|
// ── Kling ──
|
|
@@ -924,11 +924,11 @@ var VIDEO_MODELS = {
|
|
|
924
924
|
aspectRatios: VIDEO_RATIOS_HVS,
|
|
925
925
|
durations: [5, 10],
|
|
926
926
|
pricing: [
|
|
927
|
-
{ identifier: "kling", credits:
|
|
928
|
-
{ identifier: "kling:5s", credits:
|
|
929
|
-
{ identifier: "kling:10s", credits:
|
|
930
|
-
{ identifier: "kling:5s:audio", credits:
|
|
931
|
-
{ identifier: "kling:10s:audio", credits:
|
|
927
|
+
{ identifier: "kling", credits: 280, note: "10s no audio default" },
|
|
928
|
+
{ identifier: "kling:5s", credits: 138, note: "5s no audio" },
|
|
929
|
+
{ identifier: "kling:10s", credits: 275, note: "10s no audio" },
|
|
930
|
+
{ identifier: "kling:5s:audio", credits: 275, note: "5s with audio" },
|
|
931
|
+
{ identifier: "kling:10s:audio", credits: 550, note: "10s with audio" }
|
|
932
932
|
]
|
|
933
933
|
},
|
|
934
934
|
"kling-turbo": {
|
|
@@ -943,9 +943,9 @@ var VIDEO_MODELS = {
|
|
|
943
943
|
features: ["end-frame"],
|
|
944
944
|
durations: [5, 10],
|
|
945
945
|
pricing: [
|
|
946
|
-
{ identifier: "kling-turbo", credits:
|
|
947
|
-
{ identifier: "kling-turbo:5s", credits:
|
|
948
|
-
{ identifier: "kling-turbo:10s", credits:
|
|
946
|
+
{ identifier: "kling-turbo", credits: 125, note: "5s default" },
|
|
947
|
+
{ identifier: "kling-turbo:5s", credits: 110 },
|
|
948
|
+
{ identifier: "kling-turbo:10s", credits: 210 }
|
|
949
949
|
]
|
|
950
950
|
},
|
|
951
951
|
"kling-3.0": {
|
|
@@ -961,13 +961,13 @@ var VIDEO_MODELS = {
|
|
|
961
961
|
durations: [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
|
|
962
962
|
resolutions: ["720P", "1080P"],
|
|
963
963
|
pricing: [
|
|
964
|
-
{ identifier: "kling-3.0", credits:
|
|
965
|
-
{ identifier: "kling-3.0:5s", credits:
|
|
966
|
-
{ identifier: "kling-3.0:10s", credits:
|
|
967
|
-
{ identifier: "kling-3.0:15s", credits:
|
|
968
|
-
{ identifier: "kling-3.0:5s:audio", credits:
|
|
969
|
-
{ identifier: "kling-3.0:10s:audio", credits:
|
|
970
|
-
{ identifier: "kling-3.0:15s:audio", credits:
|
|
964
|
+
{ identifier: "kling-3.0", credits: 500, note: "5s 1080p with audio" },
|
|
965
|
+
{ identifier: "kling-3.0:5s", credits: 270, note: "5s 1080p no audio" },
|
|
966
|
+
{ identifier: "kling-3.0:10s", credits: 680, note: "10s 1080p no audio" },
|
|
967
|
+
{ identifier: "kling-3.0:15s", credits: 1020, note: "15s 1080p no audio" },
|
|
968
|
+
{ identifier: "kling-3.0:5s:audio", credits: 338, note: "5s 1080p with audio" },
|
|
969
|
+
{ identifier: "kling-3.0:10s:audio", credits: 1e3, note: "10s 1080p with audio" },
|
|
970
|
+
{ identifier: "kling-3.0:15s:audio", credits: 1500, note: "15s 1080p with audio" }
|
|
971
971
|
],
|
|
972
972
|
featured: true
|
|
973
973
|
},
|
|
@@ -982,9 +982,9 @@ var VIDEO_MODELS = {
|
|
|
982
982
|
useCases: ["cinematic", "premium"],
|
|
983
983
|
durations: [5, 10],
|
|
984
984
|
pricing: [
|
|
985
|
-
{ identifier: "kling-master", credits:
|
|
986
|
-
{ identifier: "kling-master:5s", credits:
|
|
987
|
-
{ identifier: "kling-master:10s", credits:
|
|
985
|
+
{ identifier: "kling-master", credits: 400, note: "5s default" },
|
|
986
|
+
{ identifier: "kling-master:5s", credits: 400 },
|
|
987
|
+
{ identifier: "kling-master:10s", credits: 800 }
|
|
988
988
|
]
|
|
989
989
|
},
|
|
990
990
|
"kling-3-omni": {
|
|
@@ -1001,10 +1001,10 @@ var VIDEO_MODELS = {
|
|
|
1001
1001
|
resolutions: ["720p", "1080p"],
|
|
1002
1002
|
aspectRatios: VIDEO_RATIOS_HVS,
|
|
1003
1003
|
pricing: [
|
|
1004
|
-
{ identifier: "kling-3-omni", credits:
|
|
1005
|
-
{ identifier: "kling-3-omni:5s", credits:
|
|
1006
|
-
{ identifier: "kling-3-omni:10s", credits:
|
|
1007
|
-
{ identifier: "kling-3-omni:15s", credits:
|
|
1004
|
+
{ identifier: "kling-3-omni", credits: 250, note: "5s 720p default" },
|
|
1005
|
+
{ identifier: "kling-3-omni:5s", credits: 250 },
|
|
1006
|
+
{ identifier: "kling-3-omni:10s", credits: 500 },
|
|
1007
|
+
{ identifier: "kling-3-omni:15s", credits: 750 }
|
|
1008
1008
|
]
|
|
1009
1009
|
},
|
|
1010
1010
|
// ── xAI Grok video ──
|
|
@@ -1021,10 +1021,10 @@ var VIDEO_MODELS = {
|
|
|
1021
1021
|
durations: [6, 10],
|
|
1022
1022
|
resolutions: ["480p", "720p"],
|
|
1023
1023
|
pricing: [
|
|
1024
|
-
{ identifier: "grok-i2v", credits:
|
|
1025
|
-
{ identifier: "grok-i2v:6s", credits:
|
|
1026
|
-
{ identifier: "grok-i2v:10s", credits:
|
|
1027
|
-
{ identifier: "grok-i2v:15s", credits:
|
|
1024
|
+
{ identifier: "grok-i2v", credits: 150, note: "6s default" },
|
|
1025
|
+
{ identifier: "grok-i2v:6s", credits: 50 },
|
|
1026
|
+
{ identifier: "grok-i2v:10s", credits: 80 },
|
|
1027
|
+
{ identifier: "grok-i2v:15s", credits: 100 }
|
|
1028
1028
|
]
|
|
1029
1029
|
},
|
|
1030
1030
|
// xAI Grok Imagine Video 1.5 — KIE image-to-video (image required). True
|
|
@@ -1049,11 +1049,11 @@ var VIDEO_MODELS = {
|
|
|
1049
1049
|
durations: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
|
|
1050
1050
|
resolutions: ["480p", "720p"],
|
|
1051
1051
|
pricing: [
|
|
1052
|
-
{ identifier: "grok-imagine-video-1.5", credits:
|
|
1053
|
-
{ identifier: "grok-imagine-video-1.5:8s:480p", credits:
|
|
1054
|
-
{ identifier: "grok-imagine-video-1.5:8s:720p", credits:
|
|
1055
|
-
{ identifier: "grok-imagine-video-1.5:15s:480p", credits:
|
|
1056
|
-
{ identifier: "grok-imagine-video-1.5:15s:720p", credits:
|
|
1052
|
+
{ identifier: "grok-imagine-video-1.5", credits: 295, note: "default 8s 480p \u2014 see :Ns:res variants" },
|
|
1053
|
+
{ identifier: "grok-imagine-video-1.5:8s:480p", credits: 300, note: "8s 480p" },
|
|
1054
|
+
{ identifier: "grok-imagine-video-1.5:8s:720p", credits: 510, note: "8s 720p" },
|
|
1055
|
+
{ identifier: "grok-imagine-video-1.5:15s:480p", credits: 550, note: "15s 480p (max)" },
|
|
1056
|
+
{ identifier: "grok-imagine-video-1.5:15s:720p", credits: 950, note: "15s 720p (max)" }
|
|
1057
1057
|
]
|
|
1058
1058
|
},
|
|
1059
1059
|
// ── Bytedance Seedance ──
|
|
@@ -1070,10 +1070,10 @@ var VIDEO_MODELS = {
|
|
|
1070
1070
|
durations: [4, 8, 12],
|
|
1071
1071
|
resolutions: ["480p", "720p", "1080p"],
|
|
1072
1072
|
pricing: [
|
|
1073
|
-
{ identifier: "seedance", credits:
|
|
1074
|
-
{ identifier: "seedance:4s", credits:
|
|
1075
|
-
{ identifier: "seedance:8s", credits:
|
|
1076
|
-
{ identifier: "seedance:12s", credits:
|
|
1073
|
+
{ identifier: "seedance", credits: 250, note: "8s default" },
|
|
1074
|
+
{ identifier: "seedance:4s", credits: 40 },
|
|
1075
|
+
{ identifier: "seedance:8s", credits: 70 },
|
|
1076
|
+
{ identifier: "seedance:12s", credits: 150 }
|
|
1077
1077
|
],
|
|
1078
1078
|
mcpHidden: true
|
|
1079
1079
|
},
|
|
@@ -1091,15 +1091,15 @@ var VIDEO_MODELS = {
|
|
|
1091
1091
|
durations: [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
|
|
1092
1092
|
resolutions: ["480p", "720p", "1080p", "4k"],
|
|
1093
1093
|
pricing: [
|
|
1094
|
-
{ identifier: "seedance-2", credits:
|
|
1095
|
-
{ identifier: "seedance-2:8s:480p", credits:
|
|
1096
|
-
{ identifier: "seedance-2:8s:720p", credits:
|
|
1097
|
-
{ identifier: "seedance-2:8s:1080p", credits:
|
|
1098
|
-
{ identifier: "seedance-2:8s:480p-ref", credits:
|
|
1099
|
-
{ identifier: "seedance-2:8s:720p-ref", credits:
|
|
1100
|
-
{ identifier: "seedance-2:8s:1080p-ref", credits:
|
|
1101
|
-
{ identifier: "seedance-2:8s:4k", credits:
|
|
1102
|
-
{ identifier: "seedance-2:8s:4k-ref", credits:
|
|
1094
|
+
{ identifier: "seedance-2", credits: 380, note: "default \u2014 see :NsR variants for exact" },
|
|
1095
|
+
{ identifier: "seedance-2:8s:480p", credits: 380, note: "8s 480p" },
|
|
1096
|
+
{ identifier: "seedance-2:8s:720p", credits: 820, note: "8s 720p" },
|
|
1097
|
+
{ identifier: "seedance-2:8s:1080p", credits: 2040, note: "8s 1080p" },
|
|
1098
|
+
{ identifier: "seedance-2:8s:480p-ref", credits: 230, note: "8s 480p with reference" },
|
|
1099
|
+
{ identifier: "seedance-2:8s:720p-ref", credits: 500, note: "8s 720p with reference" },
|
|
1100
|
+
{ identifier: "seedance-2:8s:1080p-ref", credits: 1240, note: "8s 1080p with reference" },
|
|
1101
|
+
{ identifier: "seedance-2:8s:4k", credits: 4160, note: "8s 4k" },
|
|
1102
|
+
{ identifier: "seedance-2:8s:4k-ref", credits: 2560, note: "8s 4k with reference" }
|
|
1103
1103
|
]
|
|
1104
1104
|
},
|
|
1105
1105
|
"seedance-2-fast": {
|
|
@@ -1116,11 +1116,11 @@ var VIDEO_MODELS = {
|
|
|
1116
1116
|
durations: [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
|
|
1117
1117
|
resolutions: ["480p", "720p"],
|
|
1118
1118
|
pricing: [
|
|
1119
|
-
{ identifier: "seedance-2-fast", credits:
|
|
1120
|
-
{ identifier: "seedance-2-fast:8s:480p", credits:
|
|
1121
|
-
{ identifier: "seedance-2-fast:8s:720p", credits:
|
|
1122
|
-
{ identifier: "seedance-2-fast:8s:480p-ref", credits:
|
|
1123
|
-
{ identifier: "seedance-2-fast:8s:720p-ref", credits:
|
|
1119
|
+
{ identifier: "seedance-2-fast", credits: 310, note: "default \u2014 see :NsR variants" },
|
|
1120
|
+
{ identifier: "seedance-2-fast:8s:480p", credits: 310 },
|
|
1121
|
+
{ identifier: "seedance-2-fast:8s:720p", credits: 660 },
|
|
1122
|
+
{ identifier: "seedance-2-fast:8s:480p-ref", credits: 180 },
|
|
1123
|
+
{ identifier: "seedance-2-fast:8s:720p-ref", credits: 400 }
|
|
1124
1124
|
]
|
|
1125
1125
|
},
|
|
1126
1126
|
"seedance-2-mini": {
|
|
@@ -1137,11 +1137,11 @@ var VIDEO_MODELS = {
|
|
|
1137
1137
|
durations: [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
|
|
1138
1138
|
resolutions: ["480p", "720p"],
|
|
1139
1139
|
pricing: [
|
|
1140
|
-
{ identifier: "seedance-2-mini", credits:
|
|
1141
|
-
{ identifier: "seedance-2-mini:8s:480p", credits:
|
|
1142
|
-
{ identifier: "seedance-2-mini:8s:720p", credits:
|
|
1143
|
-
{ identifier: "seedance-2-mini:8s:480p-ref", credits:
|
|
1144
|
-
{ identifier: "seedance-2-mini:8s:720p-ref", credits:
|
|
1140
|
+
{ identifier: "seedance-2-mini", credits: 190, note: "default \u2014 see :NsR variants" },
|
|
1141
|
+
{ identifier: "seedance-2-mini:8s:480p", credits: 190 },
|
|
1142
|
+
{ identifier: "seedance-2-mini:8s:720p", credits: 410 },
|
|
1143
|
+
{ identifier: "seedance-2-mini:8s:480p-ref", credits: 120 },
|
|
1144
|
+
{ identifier: "seedance-2-mini:8s:720p-ref", credits: 250 }
|
|
1145
1145
|
]
|
|
1146
1146
|
},
|
|
1147
1147
|
// ── Wan ──
|
|
@@ -1157,10 +1157,10 @@ var VIDEO_MODELS = {
|
|
|
1157
1157
|
durations: [5, 10, 15],
|
|
1158
1158
|
resolutions: ["720p", "1080p"],
|
|
1159
1159
|
pricing: [
|
|
1160
|
-
{ identifier: "wan-i2v", credits:
|
|
1161
|
-
{ identifier: "wan-i2v:5s", credits:
|
|
1162
|
-
{ identifier: "wan-i2v:10s", credits:
|
|
1163
|
-
{ identifier: "wan-i2v:15s", credits:
|
|
1160
|
+
{ identifier: "wan-i2v", credits: 175, note: "5s 720p default" },
|
|
1161
|
+
{ identifier: "wan-i2v:5s", credits: 180 },
|
|
1162
|
+
{ identifier: "wan-i2v:10s", credits: 350 },
|
|
1163
|
+
{ identifier: "wan-i2v:15s", credits: 530 }
|
|
1164
1164
|
]
|
|
1165
1165
|
},
|
|
1166
1166
|
"wan-turbo": {
|
|
@@ -1178,8 +1178,8 @@ var VIDEO_MODELS = {
|
|
|
1178
1178
|
// Different KIE endpoints (i2v vs t2v) → different costs under
|
|
1179
1179
|
// composite ids. Route picks endpoint based on whether image was supplied.
|
|
1180
1180
|
pricing: [
|
|
1181
|
-
{ identifier: "wan-turbo", credits:
|
|
1182
|
-
{ identifier: "wan-turbo-t2v", credits:
|
|
1181
|
+
{ identifier: "wan-turbo", credits: 100, note: "i2v 5s 480p" },
|
|
1182
|
+
{ identifier: "wan-turbo-t2v", credits: 200, note: "t2v 5s 720p" }
|
|
1183
1183
|
]
|
|
1184
1184
|
},
|
|
1185
1185
|
"wan": {
|
|
@@ -1196,8 +1196,8 @@ var VIDEO_MODELS = {
|
|
|
1196
1196
|
durations: [5],
|
|
1197
1197
|
resolutions: ["720p", "1080p"],
|
|
1198
1198
|
pricing: [
|
|
1199
|
-
{ identifier: "wan", credits:
|
|
1200
|
-
{ identifier: "wan-t2v", credits:
|
|
1199
|
+
{ identifier: "wan", credits: 175, note: "v2v 5s 720p" },
|
|
1200
|
+
{ identifier: "wan-t2v", credits: 270, note: "t2v 5s 1080p" }
|
|
1201
1201
|
]
|
|
1202
1202
|
},
|
|
1203
1203
|
"wan-flash": {
|
|
@@ -1209,7 +1209,7 @@ var VIDEO_MODELS = {
|
|
|
1209
1209
|
series: "Wan",
|
|
1210
1210
|
description: "Faster Wan V2V variant.",
|
|
1211
1211
|
useCases: ["v2v", "fast"],
|
|
1212
|
-
pricing: [{ identifier: "wan-flash", credits:
|
|
1212
|
+
pricing: [{ identifier: "wan-flash", credits: 100 }]
|
|
1213
1213
|
},
|
|
1214
1214
|
"wan-videoedit": {
|
|
1215
1215
|
id: "wan-videoedit",
|
|
@@ -1221,7 +1221,7 @@ var VIDEO_MODELS = {
|
|
|
1221
1221
|
description: "Guided video editing with optional reference image, audio control, and prompt expansion.",
|
|
1222
1222
|
useCases: ["v2v", "restyle", "reference"],
|
|
1223
1223
|
resolutions: ["720p", "1080p"],
|
|
1224
|
-
pricing: [{ identifier: "wan-videoedit", credits:
|
|
1224
|
+
pricing: [{ identifier: "wan-videoedit", credits: 320 }]
|
|
1225
1225
|
},
|
|
1226
1226
|
// ── Wan 2.7 ──
|
|
1227
1227
|
"wan-2.7": {
|
|
@@ -1237,9 +1237,9 @@ var VIDEO_MODELS = {
|
|
|
1237
1237
|
aspectRatios: WAN_27_IMAGE_RATIOS,
|
|
1238
1238
|
resolutions: ["1K", "2K", "4K"],
|
|
1239
1239
|
pricing: [
|
|
1240
|
-
{ identifier: "wan-2.7", credits:
|
|
1241
|
-
{ identifier: "wan-2.7:2K", credits:
|
|
1242
|
-
{ identifier: "wan-2.7:4K", credits:
|
|
1240
|
+
{ identifier: "wan-2.7", credits: 20, note: "1K base" },
|
|
1241
|
+
{ identifier: "wan-2.7:2K", credits: 40, note: "2K" },
|
|
1242
|
+
{ identifier: "wan-2.7:4K", credits: 80, note: "4K" }
|
|
1243
1243
|
]
|
|
1244
1244
|
},
|
|
1245
1245
|
"wan-2.7-pro": {
|
|
@@ -1254,9 +1254,9 @@ var VIDEO_MODELS = {
|
|
|
1254
1254
|
aspectRatios: WAN_27_IMAGE_RATIOS,
|
|
1255
1255
|
resolutions: ["1K", "2K", "4K"],
|
|
1256
1256
|
pricing: [
|
|
1257
|
-
{ identifier: "wan-2.7-pro", credits:
|
|
1258
|
-
{ identifier: "wan-2.7-pro:2K", credits:
|
|
1259
|
-
{ identifier: "wan-2.7-pro:4K", credits:
|
|
1257
|
+
{ identifier: "wan-2.7-pro", credits: 120, note: "1K base" },
|
|
1258
|
+
{ identifier: "wan-2.7-pro:2K", credits: 60, note: "2K" },
|
|
1259
|
+
{ identifier: "wan-2.7-pro:4K", credits: 120, note: "4K" }
|
|
1260
1260
|
]
|
|
1261
1261
|
},
|
|
1262
1262
|
"wan-2.7-i2v": {
|
|
@@ -1272,7 +1272,7 @@ var VIDEO_MODELS = {
|
|
|
1272
1272
|
resolutions: ["720p", "1080p"],
|
|
1273
1273
|
features: ["end-frame"],
|
|
1274
1274
|
pricing: [
|
|
1275
|
-
{ identifier: "wan-2.7-i2v", credits:
|
|
1275
|
+
{ identifier: "wan-2.7-i2v", credits: 188, note: "5s 720p default" }
|
|
1276
1276
|
]
|
|
1277
1277
|
},
|
|
1278
1278
|
"wan-2.7-t2v": {
|
|
@@ -1288,7 +1288,7 @@ var VIDEO_MODELS = {
|
|
|
1288
1288
|
durations: [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
|
|
1289
1289
|
resolutions: ["720p", "1080p"],
|
|
1290
1290
|
pricing: [
|
|
1291
|
-
{ identifier: "wan-2.7-t2v", credits:
|
|
1291
|
+
{ identifier: "wan-2.7-t2v", credits: 188, note: "5s 720p default" }
|
|
1292
1292
|
]
|
|
1293
1293
|
},
|
|
1294
1294
|
// ── HappyHorse (1.1 — ids kept version-less; repointed in place when KIE
|
|
@@ -1306,7 +1306,7 @@ var VIDEO_MODELS = {
|
|
|
1306
1306
|
durations: [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
|
|
1307
1307
|
resolutions: ["720p", "1080p"],
|
|
1308
1308
|
pricing: [
|
|
1309
|
-
{ identifier: "happyhorse", credits:
|
|
1309
|
+
{ identifier: "happyhorse", credits: 282, note: "5s 720p default \u2014 per-second: ~5.7 cr/s @720p, ~7.3 cr/s @1080p" }
|
|
1310
1310
|
]
|
|
1311
1311
|
},
|
|
1312
1312
|
"happyhorse-i2v": {
|
|
@@ -1321,7 +1321,7 @@ var VIDEO_MODELS = {
|
|
|
1321
1321
|
durations: [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
|
|
1322
1322
|
resolutions: ["720p", "1080p"],
|
|
1323
1323
|
pricing: [
|
|
1324
|
-
{ identifier: "happyhorse-i2v", credits:
|
|
1324
|
+
{ identifier: "happyhorse-i2v", credits: 282, note: "5s 720p default \u2014 per-second: ~5.7 cr/s @720p, ~7.3 cr/s @1080p" }
|
|
1325
1325
|
]
|
|
1326
1326
|
},
|
|
1327
1327
|
"happyhorse-ref2v": {
|
|
@@ -1338,7 +1338,7 @@ var VIDEO_MODELS = {
|
|
|
1338
1338
|
resolutions: ["720p", "1080p"],
|
|
1339
1339
|
features: ["reference-image"],
|
|
1340
1340
|
pricing: [
|
|
1341
|
-
{ identifier: "happyhorse-ref2v", credits:
|
|
1341
|
+
{ identifier: "happyhorse-ref2v", credits: 282, note: "5s 720p default \u2014 per-second: ~5.7 cr/s @720p, ~7.3 cr/s @1080p" }
|
|
1342
1342
|
]
|
|
1343
1343
|
},
|
|
1344
1344
|
"happyhorse-edit": {
|
|
@@ -1352,7 +1352,7 @@ var VIDEO_MODELS = {
|
|
|
1352
1352
|
useCases: ["v2v", "restyle"],
|
|
1353
1353
|
resolutions: ["720p", "1080p"],
|
|
1354
1354
|
pricing: [
|
|
1355
|
-
{ identifier: "happyhorse-edit", credits:
|
|
1355
|
+
{ identifier: "happyhorse-edit", credits: 350, note: "720p default (5s-equivalent flat rate)" }
|
|
1356
1356
|
]
|
|
1357
1357
|
},
|
|
1358
1358
|
// ── Bytedance video lite/pro ──
|
|
@@ -1369,7 +1369,7 @@ var VIDEO_MODELS = {
|
|
|
1369
1369
|
aspectRatios: VIDEO_RATIOS_HVS,
|
|
1370
1370
|
durations: [5, 10],
|
|
1371
1371
|
resolutions: ["480p", "720p", "1080p"],
|
|
1372
|
-
pricing: [{ identifier: "bytedance-lite", credits:
|
|
1372
|
+
pricing: [{ identifier: "bytedance-lite", credits: 57 }]
|
|
1373
1373
|
},
|
|
1374
1374
|
"bytedance-pro": {
|
|
1375
1375
|
id: "bytedance-pro",
|
|
@@ -1383,7 +1383,7 @@ var VIDEO_MODELS = {
|
|
|
1383
1383
|
aspectRatios: VIDEO_RATIOS_HVS,
|
|
1384
1384
|
durations: [5, 10],
|
|
1385
1385
|
resolutions: ["480p", "720p", "1080p"],
|
|
1386
|
-
pricing: [{ identifier: "bytedance-pro", credits:
|
|
1386
|
+
pricing: [{ identifier: "bytedance-pro", credits: 175 }]
|
|
1387
1387
|
},
|
|
1388
1388
|
"bytedance-pro-fast": {
|
|
1389
1389
|
id: "bytedance-pro-fast",
|
|
@@ -1396,7 +1396,7 @@ var VIDEO_MODELS = {
|
|
|
1396
1396
|
useCases: ["fast", "motion"],
|
|
1397
1397
|
durations: [5, 10],
|
|
1398
1398
|
resolutions: ["720p", "1080p"],
|
|
1399
|
-
pricing: [{ identifier: "bytedance-pro-fast", credits:
|
|
1399
|
+
pricing: [{ identifier: "bytedance-pro-fast", credits: 90 }]
|
|
1400
1400
|
},
|
|
1401
1401
|
// ── OpenAI Sora ──
|
|
1402
1402
|
// (Sora2 / Sora2-Pro are listed in KIE models but not in STATIC_CREDIT_COSTS;
|
|
@@ -1415,7 +1415,7 @@ var VIDEO_MODELS = {
|
|
|
1415
1415
|
useCases: ["motion", "narrative"],
|
|
1416
1416
|
durations: [5, 10],
|
|
1417
1417
|
resolutions: ["720p", "1080p"],
|
|
1418
|
-
pricing: [{ identifier: "runway-kie", credits:
|
|
1418
|
+
pricing: [{ identifier: "runway-kie", credits: 30, note: "5s 720p" }]
|
|
1419
1419
|
},
|
|
1420
1420
|
"runway-aleph": {
|
|
1421
1421
|
id: "runway-aleph",
|
|
@@ -1426,7 +1426,7 @@ var VIDEO_MODELS = {
|
|
|
1426
1426
|
series: "Runway",
|
|
1427
1427
|
description: "Runway Aleph \u2014 video-to-video conversion.",
|
|
1428
1428
|
useCases: ["v2v", "restyle"],
|
|
1429
|
-
pricing: [{ identifier: "runway-aleph", credits:
|
|
1429
|
+
pricing: [{ identifier: "runway-aleph", credits: 350, note: "5s clip" }]
|
|
1430
1430
|
},
|
|
1431
1431
|
// ── Extend / Upscale ──
|
|
1432
1432
|
"veo-extend": {
|
|
@@ -1439,8 +1439,8 @@ var VIDEO_MODELS = {
|
|
|
1439
1439
|
description: "Extend an existing VEO 3.1 clip by another segment.",
|
|
1440
1440
|
useCases: ["extend"],
|
|
1441
1441
|
pricing: [
|
|
1442
|
-
{ identifier: "veo-extend", credits:
|
|
1443
|
-
{ identifier: "veo-extend:quality", credits:
|
|
1442
|
+
{ identifier: "veo-extend", credits: 190, note: "VEO 3.1 Fast default" },
|
|
1443
|
+
{ identifier: "veo-extend:quality", credits: 790, note: "VEO 3.1 Quality" }
|
|
1444
1444
|
]
|
|
1445
1445
|
},
|
|
1446
1446
|
"runway-extend": {
|
|
@@ -1452,7 +1452,7 @@ var VIDEO_MODELS = {
|
|
|
1452
1452
|
series: "Runway",
|
|
1453
1453
|
description: "Extend a Runway video by another clip.",
|
|
1454
1454
|
useCases: ["extend"],
|
|
1455
|
-
pricing: [{ identifier: "runway-extend", credits:
|
|
1455
|
+
pricing: [{ identifier: "runway-extend", credits: 320 }]
|
|
1456
1456
|
},
|
|
1457
1457
|
"seedance-2-extend": {
|
|
1458
1458
|
id: "seedance-2-extend",
|
|
@@ -1466,10 +1466,10 @@ var VIDEO_MODELS = {
|
|
|
1466
1466
|
durations: [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
|
|
1467
1467
|
resolutions: ["480p", "720p", "1080p"],
|
|
1468
1468
|
pricing: [
|
|
1469
|
-
{ identifier: "seedance-2-extend", credits:
|
|
1470
|
-
{ identifier: "seedance-2-extend:8s:480p", credits:
|
|
1471
|
-
{ identifier: "seedance-2-extend:8s:720p", credits:
|
|
1472
|
-
{ identifier: "seedance-2-extend:8s:1080p", credits:
|
|
1469
|
+
{ identifier: "seedance-2-extend", credits: 530, note: "default 8s 720p (ref-mode 50 + 3 stitch) \u2014 see :NsR variants" },
|
|
1470
|
+
{ identifier: "seedance-2-extend:8s:480p", credits: 260, note: "8s 480p (23+3)" },
|
|
1471
|
+
{ identifier: "seedance-2-extend:8s:720p", credits: 530, note: "8s 720p (50+3)" },
|
|
1472
|
+
{ identifier: "seedance-2-extend:8s:1080p", credits: 780, note: "8s 1080p (75+3)" }
|
|
1473
1473
|
]
|
|
1474
1474
|
},
|
|
1475
1475
|
"veo-1080p": {
|
|
@@ -1481,7 +1481,7 @@ var VIDEO_MODELS = {
|
|
|
1481
1481
|
series: "VEO",
|
|
1482
1482
|
description: "Upscale VEO output to 1080p.",
|
|
1483
1483
|
useCases: ["upscale"],
|
|
1484
|
-
pricing: [{ identifier: "veo-1080p", credits:
|
|
1484
|
+
pricing: [{ identifier: "veo-1080p", credits: 20 }]
|
|
1485
1485
|
},
|
|
1486
1486
|
"veo-4k": {
|
|
1487
1487
|
id: "veo-4k",
|
|
@@ -1492,7 +1492,7 @@ var VIDEO_MODELS = {
|
|
|
1492
1492
|
series: "VEO",
|
|
1493
1493
|
description: "Upscale VEO output to 4K.",
|
|
1494
1494
|
useCases: ["upscale", "high-res"],
|
|
1495
|
-
pricing: [{ identifier: "veo-4k", credits:
|
|
1495
|
+
pricing: [{ identifier: "veo-4k", credits: 380 }]
|
|
1496
1496
|
},
|
|
1497
1497
|
"topaz-video": {
|
|
1498
1498
|
id: "topaz-video",
|
|
@@ -1503,7 +1503,7 @@ var VIDEO_MODELS = {
|
|
|
1503
1503
|
series: "Topaz",
|
|
1504
1504
|
description: "High-quality video upscale and enhancement.",
|
|
1505
1505
|
useCases: ["upscale", "premium"],
|
|
1506
|
-
pricing: [{ identifier: "topaz-video", credits:
|
|
1506
|
+
pricing: [{ identifier: "topaz-video", credits: 190, note: "~5s clip" }]
|
|
1507
1507
|
},
|
|
1508
1508
|
// ── Motion transfer ──
|
|
1509
1509
|
"motion-transfer": {
|
|
@@ -1518,12 +1518,12 @@ var VIDEO_MODELS = {
|
|
|
1518
1518
|
durations: [5, 10, 15, 30],
|
|
1519
1519
|
resolutions: ["720p", "1080p"],
|
|
1520
1520
|
pricing: [
|
|
1521
|
-
{ identifier: "motion-transfer", credits:
|
|
1522
|
-
{ identifier: "motion-transfer:5s", credits:
|
|
1523
|
-
{ identifier: "motion-transfer:10s", credits:
|
|
1524
|
-
{ identifier: "motion-transfer:15s", credits:
|
|
1525
|
-
{ identifier: "motion-transfer:30s", credits:
|
|
1526
|
-
{ identifier: "motion-transfer:1080p:10s", credits:
|
|
1521
|
+
{ identifier: "motion-transfer", credits: 150, note: "10s 720p default" },
|
|
1522
|
+
{ identifier: "motion-transfer:5s", credits: 80 },
|
|
1523
|
+
{ identifier: "motion-transfer:10s", credits: 150 },
|
|
1524
|
+
{ identifier: "motion-transfer:15s", credits: 230 },
|
|
1525
|
+
{ identifier: "motion-transfer:30s", credits: 450 },
|
|
1526
|
+
{ identifier: "motion-transfer:1080p:10s", credits: 230 }
|
|
1527
1527
|
]
|
|
1528
1528
|
},
|
|
1529
1529
|
"kling-3.0-motion": {
|
|
@@ -1538,10 +1538,10 @@ var VIDEO_MODELS = {
|
|
|
1538
1538
|
durations: [5, 10, 15, 30],
|
|
1539
1539
|
resolutions: ["720p", "1080p"],
|
|
1540
1540
|
pricing: [
|
|
1541
|
-
{ identifier: "kling-3.0-motion", credits:
|
|
1542
|
-
{ identifier: "kling-3.0-motion:5s", credits:
|
|
1543
|
-
{ identifier: "kling-3.0-motion:10s", credits:
|
|
1544
|
-
{ identifier: "kling-3.0-motion:1080p:10s", credits:
|
|
1541
|
+
{ identifier: "kling-3.0-motion", credits: 300, note: "10s 720p default" },
|
|
1542
|
+
{ identifier: "kling-3.0-motion:5s", credits: 150 },
|
|
1543
|
+
{ identifier: "kling-3.0-motion:10s", credits: 300 },
|
|
1544
|
+
{ identifier: "kling-3.0-motion:1080p:10s", credits: 500 }
|
|
1545
1545
|
]
|
|
1546
1546
|
},
|
|
1547
1547
|
// ── Lip sync / talking-head ──
|
|
@@ -1554,7 +1554,7 @@ var VIDEO_MODELS = {
|
|
|
1554
1554
|
series: "Kling",
|
|
1555
1555
|
description: "Lip-sync a still portrait to driving audio. Standard quality.",
|
|
1556
1556
|
useCases: ["lip-sync", "talking-head"],
|
|
1557
|
-
pricing: [{ identifier: "kling-avatar", credits:
|
|
1557
|
+
pricing: [{ identifier: "kling-avatar", credits: 280, note: "~14s default" }]
|
|
1558
1558
|
},
|
|
1559
1559
|
"kling-avatar-pro": {
|
|
1560
1560
|
id: "kling-avatar-pro",
|
|
@@ -1565,7 +1565,7 @@ var VIDEO_MODELS = {
|
|
|
1565
1565
|
series: "Kling",
|
|
1566
1566
|
description: "Premium lip-sync \u2014 better mouth shape and timing.",
|
|
1567
1567
|
useCases: ["lip-sync", "talking-head", "premium"],
|
|
1568
|
-
pricing: [{ identifier: "kling-avatar-pro", credits:
|
|
1568
|
+
pricing: [{ identifier: "kling-avatar-pro", credits: 560 }]
|
|
1569
1569
|
},
|
|
1570
1570
|
"infinitalk": {
|
|
1571
1571
|
id: "infinitalk",
|
|
@@ -1578,9 +1578,9 @@ var VIDEO_MODELS = {
|
|
|
1578
1578
|
useCases: ["lip-sync", "talking-head"],
|
|
1579
1579
|
resolutions: ["480p", "720p"],
|
|
1580
1580
|
pricing: [
|
|
1581
|
-
{ identifier: "infinitalk", credits:
|
|
1582
|
-
{ identifier: "infinitalk:480p", credits:
|
|
1583
|
-
{ identifier: "infinitalk:720p", credits:
|
|
1581
|
+
{ identifier: "infinitalk", credits: 420, note: "720p default" },
|
|
1582
|
+
{ identifier: "infinitalk:480p", credits: 110 },
|
|
1583
|
+
{ identifier: "infinitalk:720p", credits: 420 }
|
|
1584
1584
|
]
|
|
1585
1585
|
},
|
|
1586
1586
|
"omnihuman-1-5": {
|
|
@@ -1594,10 +1594,10 @@ var VIDEO_MODELS = {
|
|
|
1594
1594
|
useCases: ["lip-sync", "talking-head", "premium"],
|
|
1595
1595
|
resolutions: ["720p", "1080p"],
|
|
1596
1596
|
pricing: [
|
|
1597
|
-
{ identifier: "omnihuman-1-5", credits:
|
|
1598
|
-
{ identifier: "omnihuman-1-5:15s", credits:
|
|
1599
|
-
{ identifier: "omnihuman-1-5:30s", credits:
|
|
1600
|
-
{ identifier: "omnihuman-1-5:60s", credits:
|
|
1597
|
+
{ identifier: "omnihuman-1-5", credits: 4050, note: "60s ceiling (no duration given)" },
|
|
1598
|
+
{ identifier: "omnihuman-1-5:15s", credits: 1020 },
|
|
1599
|
+
{ identifier: "omnihuman-1-5:30s", credits: 2030 },
|
|
1600
|
+
{ identifier: "omnihuman-1-5:60s", credits: 4050 }
|
|
1601
1601
|
]
|
|
1602
1602
|
},
|
|
1603
1603
|
"hailuo-avatar": {
|
|
@@ -1609,7 +1609,7 @@ var VIDEO_MODELS = {
|
|
|
1609
1609
|
series: "Hailuo",
|
|
1610
1610
|
description: "MiniMax avatar lip-sync.",
|
|
1611
1611
|
useCases: ["lip-sync", "talking-head"],
|
|
1612
|
-
pricing: [{ identifier: "hailuo-avatar", credits:
|
|
1612
|
+
pricing: [{ identifier: "hailuo-avatar", credits: 190 }],
|
|
1613
1613
|
// Not wired in any provider / not in LIP_SYNC_PROVIDERS — hide from MCP
|
|
1614
1614
|
// list_models so the lip_sync tool can't advertise a model its route
|
|
1615
1615
|
// rejects with a 400. Re-expose when the provider lands.
|
|
@@ -1625,12 +1625,12 @@ var VIDEO_MODELS = {
|
|
|
1625
1625
|
description: "Dub existing footage \u2014 re-syncs lips to a new audio track. Video input, billed per second.",
|
|
1626
1626
|
useCases: ["lip-sync", "dubbing", "video-to-video"],
|
|
1627
1627
|
pricing: [
|
|
1628
|
-
{ identifier: "sync-lipsync-v3", credits:
|
|
1629
|
-
{ identifier: "sync-lipsync-v3:15s", credits:
|
|
1630
|
-
{ identifier: "sync-lipsync-v3:30s", credits:
|
|
1631
|
-
{ identifier: "sync-lipsync-v3:60s", credits:
|
|
1632
|
-
{ identifier: "sync-lipsync-v3:120s", credits:
|
|
1633
|
-
{ identifier: "sync-lipsync-v3:300s", credits:
|
|
1628
|
+
{ identifier: "sync-lipsync-v3", credits: 2e4, note: "5-min ceiling (no duration given)" },
|
|
1629
|
+
{ identifier: "sync-lipsync-v3:15s", credits: 1e3 },
|
|
1630
|
+
{ identifier: "sync-lipsync-v3:30s", credits: 2e3 },
|
|
1631
|
+
{ identifier: "sync-lipsync-v3:60s", credits: 4e3 },
|
|
1632
|
+
{ identifier: "sync-lipsync-v3:120s", credits: 8e3 },
|
|
1633
|
+
{ identifier: "sync-lipsync-v3:300s", credits: 2e4, note: "5-min ceiling" }
|
|
1634
1634
|
]
|
|
1635
1635
|
},
|
|
1636
1636
|
"volcengine-lipsync": {
|
|
@@ -1643,12 +1643,12 @@ var VIDEO_MODELS = {
|
|
|
1643
1643
|
description: "Video-to-video AI dubbing \u2014 re-syncs lips to a new vocal track. Multi-speaker (scene detection + speaker ID) in basic mode. Video input, billed per second.",
|
|
1644
1644
|
useCases: ["lip-sync", "dubbing", "video-to-video"],
|
|
1645
1645
|
pricing: [
|
|
1646
|
-
{ identifier: "volcengine-lipsync", credits:
|
|
1647
|
-
{ identifier: "volcengine-lipsync:15s", credits:
|
|
1648
|
-
{ identifier: "volcengine-lipsync:30s", credits:
|
|
1649
|
-
{ identifier: "volcengine-lipsync:60s", credits:
|
|
1650
|
-
{ identifier: "volcengine-lipsync:120s", credits:
|
|
1651
|
-
{ identifier: "volcengine-lipsync:300s", credits:
|
|
1646
|
+
{ identifier: "volcengine-lipsync", credits: 6e3, note: "5-min ceiling (no duration given)" },
|
|
1647
|
+
{ identifier: "volcengine-lipsync:15s", credits: 300 },
|
|
1648
|
+
{ identifier: "volcengine-lipsync:30s", credits: 600 },
|
|
1649
|
+
{ identifier: "volcengine-lipsync:60s", credits: 1200 },
|
|
1650
|
+
{ identifier: "volcengine-lipsync:120s", credits: 2400 },
|
|
1651
|
+
{ identifier: "volcengine-lipsync:300s", credits: 6e3, note: "5-min ceiling" }
|
|
1652
1652
|
]
|
|
1653
1653
|
},
|
|
1654
1654
|
// ── Gemini video analysis ── (Gemini-only; billed per duration bucket — the
|
|
@@ -1665,11 +1665,11 @@ var VIDEO_MODELS = {
|
|
|
1665
1665
|
description: "Legacy fast-tier analysis model (pre-2026-07). Kept so stored raw-model configs keep running and keep pricing under their own identifier; new fast-tier runs use the current fast model.",
|
|
1666
1666
|
useCases: ["video-analysis", "shot-list", "fast"],
|
|
1667
1667
|
pricing: [
|
|
1668
|
-
{ identifier: "video-analysis:gemini-3-flash", credits:
|
|
1669
|
-
{ identifier: "video-analysis:gemini-3-flash:60s", credits:
|
|
1670
|
-
{ identifier: "video-analysis:gemini-3-flash:180s", credits:
|
|
1671
|
-
{ identifier: "video-analysis:gemini-3-flash:360s", credits:
|
|
1672
|
-
{ identifier: "video-analysis:gemini-3-flash:600s", credits:
|
|
1668
|
+
{ identifier: "video-analysis:gemini-3-flash", credits: 136, note: "10-min ceiling (no duration given)" },
|
|
1669
|
+
{ identifier: "video-analysis:gemini-3-flash:60s", credits: 23 },
|
|
1670
|
+
{ identifier: "video-analysis:gemini-3-flash:180s", credits: 32 },
|
|
1671
|
+
{ identifier: "video-analysis:gemini-3-flash:360s", credits: 81 },
|
|
1672
|
+
{ identifier: "video-analysis:gemini-3-flash:600s", credits: 136, note: "10-min ceiling" }
|
|
1673
1673
|
]
|
|
1674
1674
|
},
|
|
1675
1675
|
"gemini-3.6-flash-video-analysis": {
|
|
@@ -1682,11 +1682,11 @@ var VIDEO_MODELS = {
|
|
|
1682
1682
|
description: "Analyze a video into a structured shot list (scenes, camera, audio) \u2014 fast, economy tier. Billed per duration bucket.",
|
|
1683
1683
|
useCases: ["video-analysis", "shot-list", "fast"],
|
|
1684
1684
|
pricing: [
|
|
1685
|
-
{ identifier: "video-analysis:gemini-3.6-flash", credits:
|
|
1686
|
-
{ identifier: "video-analysis:gemini-3.6-flash:60s", credits:
|
|
1687
|
-
{ identifier: "video-analysis:gemini-3.6-flash:180s", credits:
|
|
1688
|
-
{ identifier: "video-analysis:gemini-3.6-flash:360s", credits:
|
|
1689
|
-
{ identifier: "video-analysis:gemini-3.6-flash:600s", credits:
|
|
1685
|
+
{ identifier: "video-analysis:gemini-3.6-flash", credits: 374, note: "10-min ceiling (no duration given)" },
|
|
1686
|
+
{ identifier: "video-analysis:gemini-3.6-flash:60s", credits: 61 },
|
|
1687
|
+
{ identifier: "video-analysis:gemini-3.6-flash:180s", credits: 88 },
|
|
1688
|
+
{ identifier: "video-analysis:gemini-3.6-flash:360s", credits: 224 },
|
|
1689
|
+
{ identifier: "video-analysis:gemini-3.6-flash:600s", credits: 374, note: "10-min ceiling" }
|
|
1690
1690
|
]
|
|
1691
1691
|
},
|
|
1692
1692
|
"gemini-3.1-pro-video-analysis": {
|
|
@@ -1699,11 +1699,11 @@ var VIDEO_MODELS = {
|
|
|
1699
1699
|
description: "Analyze a video into a structured shot list (scenes, camera, audio) \u2014 higher-fidelity, default tier. Billed per duration bucket.",
|
|
1700
1700
|
useCases: ["video-analysis", "shot-list", "cinematic"],
|
|
1701
1701
|
pricing: [
|
|
1702
|
-
{ identifier: "video-analysis:gemini-3.1-pro", credits:
|
|
1703
|
-
{ identifier: "video-analysis:gemini-3.1-pro:60s", credits:
|
|
1704
|
-
{ identifier: "video-analysis:gemini-3.1-pro:180s", credits:
|
|
1705
|
-
{ identifier: "video-analysis:gemini-3.1-pro:360s", credits:
|
|
1706
|
-
{ identifier: "video-analysis:gemini-3.1-pro:600s", credits:
|
|
1702
|
+
{ identifier: "video-analysis:gemini-3.1-pro", credits: 486, note: "10-min ceiling (no duration given)" },
|
|
1703
|
+
{ identifier: "video-analysis:gemini-3.1-pro:60s", credits: 82 },
|
|
1704
|
+
{ identifier: "video-analysis:gemini-3.1-pro:180s", credits: 111 },
|
|
1705
|
+
{ identifier: "video-analysis:gemini-3.1-pro:360s", credits: 291 },
|
|
1706
|
+
{ identifier: "video-analysis:gemini-3.1-pro:600s", credits: 486, note: "10-min ceiling" }
|
|
1707
1707
|
]
|
|
1708
1708
|
},
|
|
1709
1709
|
// Both mixed tiers are variants of the same advanced multi-engine analysis
|
|
@@ -1719,11 +1719,11 @@ var VIDEO_MODELS = {
|
|
|
1719
1719
|
description: "Our most advanced analysis tier \u2014 multiple analysis engines combined into one result for maximum completeness and accuracy. Billed per duration bucket.",
|
|
1720
1720
|
useCases: ["video-analysis", "shot-list", "premium", "most-complete"],
|
|
1721
1721
|
pricing: [
|
|
1722
|
-
{ identifier: "video-analysis:mixed", credits:
|
|
1723
|
-
{ identifier: "video-analysis:mixed:60s", credits:
|
|
1724
|
-
{ identifier: "video-analysis:mixed:180s", credits:
|
|
1725
|
-
{ identifier: "video-analysis:mixed:360s", credits:
|
|
1726
|
-
{ identifier: "video-analysis:mixed:600s", credits:
|
|
1722
|
+
{ identifier: "video-analysis:mixed", credits: 630, note: "10-min ceiling (no duration given)" },
|
|
1723
|
+
{ identifier: "video-analysis:mixed:60s", credits: 110 },
|
|
1724
|
+
{ identifier: "video-analysis:mixed:180s", credits: 150 },
|
|
1725
|
+
{ identifier: "video-analysis:mixed:360s", credits: 380 },
|
|
1726
|
+
{ identifier: "video-analysis:mixed:600s", credits: 630, note: "10-min ceiling" }
|
|
1727
1727
|
]
|
|
1728
1728
|
},
|
|
1729
1729
|
// SMART — the accuracy tier, and the only one that does not rely on voting.
|
|
@@ -1740,11 +1740,11 @@ var VIDEO_MODELS = {
|
|
|
1740
1740
|
description: "Highest-accuracy analysis \u2014 a single deep pass that reads the footage frame by frame, finds its own shot boundaries, and identifies the cast by appearance. Best choice when the shot list will drive regeneration. Billed per duration bucket.",
|
|
1741
1741
|
useCases: ["video-analysis", "shot-list", "premium", "most-accurate"],
|
|
1742
1742
|
pricing: [
|
|
1743
|
-
{ identifier: "video-analysis:smart", credits:
|
|
1744
|
-
{ identifier: "video-analysis:smart:60s", credits:
|
|
1745
|
-
{ identifier: "video-analysis:smart:180s", credits:
|
|
1746
|
-
{ identifier: "video-analysis:smart:360s", credits:
|
|
1747
|
-
{ identifier: "video-analysis:smart:600s", credits:
|
|
1743
|
+
{ identifier: "video-analysis:smart", credits: 3500, note: "10-min ceiling (no duration given)" },
|
|
1744
|
+
{ identifier: "video-analysis:smart:60s", credits: 460 },
|
|
1745
|
+
{ identifier: "video-analysis:smart:180s", credits: 980 },
|
|
1746
|
+
{ identifier: "video-analysis:smart:360s", credits: 2110 },
|
|
1747
|
+
{ identifier: "video-analysis:smart:600s", credits: 3500, note: "10-min ceiling" }
|
|
1748
1748
|
]
|
|
1749
1749
|
}
|
|
1750
1750
|
};
|
|
@@ -1760,7 +1760,7 @@ var AUDIO_MODELS = {
|
|
|
1760
1760
|
description: "Latest ElevenLabs TTS \u2014 supports [audio tags] for emotion / pacing. Direct API.",
|
|
1761
1761
|
useCases: ["tts", "voice-over", "narration", "expressive"],
|
|
1762
1762
|
features: ["audio-tags", "voice-cloning"],
|
|
1763
|
-
pricing: [{ identifier: "elevenlabs-v3", credits:
|
|
1763
|
+
pricing: [{ identifier: "elevenlabs-v3", credits: 30 }],
|
|
1764
1764
|
featured: true
|
|
1765
1765
|
},
|
|
1766
1766
|
"elevenlabs-turbo": {
|
|
@@ -1772,7 +1772,7 @@ var AUDIO_MODELS = {
|
|
|
1772
1772
|
series: "ElevenLabs",
|
|
1773
1773
|
description: "Fast, cheap ElevenLabs TTS via the direct ElevenLabs API. Good for narration.",
|
|
1774
1774
|
useCases: ["tts", "narration", "fast"],
|
|
1775
|
-
pricing: [{ identifier: "elevenlabs-turbo", credits:
|
|
1775
|
+
pricing: [{ identifier: "elevenlabs-turbo", credits: 15, note: "per 1K chars" }]
|
|
1776
1776
|
},
|
|
1777
1777
|
"elevenlabs-multilingual": {
|
|
1778
1778
|
id: "elevenlabs-multilingual",
|
|
@@ -1783,7 +1783,7 @@ var AUDIO_MODELS = {
|
|
|
1783
1783
|
series: "ElevenLabs",
|
|
1784
1784
|
description: "Multi-language ElevenLabs TTS via the direct ElevenLabs API.",
|
|
1785
1785
|
useCases: ["tts", "multilingual"],
|
|
1786
|
-
pricing: [{ identifier: "elevenlabs-multilingual", credits:
|
|
1786
|
+
pricing: [{ identifier: "elevenlabs-multilingual", credits: 30, note: "per 1K chars" }]
|
|
1787
1787
|
},
|
|
1788
1788
|
"elevenlabs-dialogue": {
|
|
1789
1789
|
id: "elevenlabs-dialogue",
|
|
@@ -1794,7 +1794,7 @@ var AUDIO_MODELS = {
|
|
|
1794
1794
|
series: "ElevenLabs",
|
|
1795
1795
|
description: "Multi-speaker dialogue TTS \u2014 give it a script, it voices each role.",
|
|
1796
1796
|
useCases: ["tts", "dialogue", "multi-speaker"],
|
|
1797
|
-
pricing: [{ identifier: "elevenlabs-dialogue", credits:
|
|
1797
|
+
pricing: [{ identifier: "elevenlabs-dialogue", credits: 25, note: "per 1K chars" }],
|
|
1798
1798
|
// Driven only via the dialogue/character-voice path (multi-speaker script
|
|
1799
1799
|
// shape), NOT the single-text generate_speech verb. Hide from MCP
|
|
1800
1800
|
// list_models so generate_speech (TTS_PROVIDERS) can't advertise it and
|
|
@@ -1811,7 +1811,7 @@ var AUDIO_MODELS = {
|
|
|
1811
1811
|
series: "ElevenLabs",
|
|
1812
1812
|
description: "Clone a voice from a short reference clip. Instant clone via direct ElevenLabs API.",
|
|
1813
1813
|
useCases: ["voice-clone", "personalization"],
|
|
1814
|
-
pricing: [{ identifier: "voice-clone", credits:
|
|
1814
|
+
pricing: [{ identifier: "voice-clone", credits: 50 }]
|
|
1815
1815
|
},
|
|
1816
1816
|
"elevenlabs-voice-design": {
|
|
1817
1817
|
id: "elevenlabs-voice-design",
|
|
@@ -1822,7 +1822,7 @@ var AUDIO_MODELS = {
|
|
|
1822
1822
|
series: "ElevenLabs",
|
|
1823
1823
|
description: "Design a synthetic voice from a description (no reference clip needed).",
|
|
1824
1824
|
useCases: ["voice-design", "synthetic"],
|
|
1825
|
-
pricing: [{ identifier: "elevenlabs-voice-design", credits:
|
|
1825
|
+
pricing: [{ identifier: "elevenlabs-voice-design", credits: 50 }]
|
|
1826
1826
|
},
|
|
1827
1827
|
"elevenlabs-voice-changer": {
|
|
1828
1828
|
id: "elevenlabs-voice-changer",
|
|
@@ -1833,7 +1833,7 @@ var AUDIO_MODELS = {
|
|
|
1833
1833
|
series: "ElevenLabs",
|
|
1834
1834
|
description: "Speech-to-speech: convert one voice to another while preserving prosody.",
|
|
1835
1835
|
useCases: ["voice-conversion", "dubbing"],
|
|
1836
|
-
pricing: [{ identifier: "elevenlabs-voice-changer", credits:
|
|
1836
|
+
pricing: [{ identifier: "elevenlabs-voice-changer", credits: 40 }]
|
|
1837
1837
|
},
|
|
1838
1838
|
"elevenlabs-stt": {
|
|
1839
1839
|
id: "elevenlabs-stt",
|
|
@@ -1844,7 +1844,7 @@ var AUDIO_MODELS = {
|
|
|
1844
1844
|
series: "ElevenLabs",
|
|
1845
1845
|
description: "Speech-to-text \u2014 transcribe audio with timestamps.",
|
|
1846
1846
|
useCases: ["transcription", "stt"],
|
|
1847
|
-
pricing: [{ identifier: "elevenlabs-stt", credits:
|
|
1847
|
+
pricing: [{ identifier: "elevenlabs-stt", credits: 22 }]
|
|
1848
1848
|
},
|
|
1849
1849
|
"elevenlabs-isolation": {
|
|
1850
1850
|
id: "elevenlabs-isolation",
|
|
@@ -1855,7 +1855,7 @@ var AUDIO_MODELS = {
|
|
|
1855
1855
|
series: "ElevenLabs",
|
|
1856
1856
|
description: "Strip background noise / music from a vocal track.",
|
|
1857
1857
|
useCases: ["cleanup", "isolation"],
|
|
1858
|
-
pricing: [{ identifier: "elevenlabs-isolation", credits:
|
|
1858
|
+
pricing: [{ identifier: "elevenlabs-isolation", credits: 74, note: "variable per second" }]
|
|
1859
1859
|
},
|
|
1860
1860
|
"elevenlabs-dubbing": {
|
|
1861
1861
|
id: "elevenlabs-dubbing",
|
|
@@ -1866,7 +1866,7 @@ var AUDIO_MODELS = {
|
|
|
1866
1866
|
series: "ElevenLabs",
|
|
1867
1867
|
description: "Translate + dub a video into a new language. Async.",
|
|
1868
1868
|
useCases: ["dubbing", "multilingual"],
|
|
1869
|
-
pricing: [{ identifier: "elevenlabs-dubbing", credits:
|
|
1869
|
+
pricing: [{ identifier: "elevenlabs-dubbing", credits: 80 }]
|
|
1870
1870
|
},
|
|
1871
1871
|
"elevenlabs-forced-alignment": {
|
|
1872
1872
|
id: "elevenlabs-forced-alignment",
|
|
@@ -1877,7 +1877,7 @@ var AUDIO_MODELS = {
|
|
|
1877
1877
|
series: "ElevenLabs",
|
|
1878
1878
|
description: "Align an existing transcript to audio with word-level timestamps.",
|
|
1879
1879
|
useCases: ["alignment", "captions"],
|
|
1880
|
-
pricing: [{ identifier: "elevenlabs-forced-alignment", credits:
|
|
1880
|
+
pricing: [{ identifier: "elevenlabs-forced-alignment", credits: 30 }]
|
|
1881
1881
|
},
|
|
1882
1882
|
// ── ElevenLabs SFX ──
|
|
1883
1883
|
"elevenlabs-sfx": {
|
|
@@ -1889,7 +1889,7 @@ var AUDIO_MODELS = {
|
|
|
1889
1889
|
series: "ElevenLabs",
|
|
1890
1890
|
description: "Generate short sound effects from a text prompt.",
|
|
1891
1891
|
useCases: ["sfx", "ambient"],
|
|
1892
|
-
pricing: [{ identifier: "elevenlabs-sfx", credits:
|
|
1892
|
+
pricing: [{ identifier: "elevenlabs-sfx", credits: 3, note: "~5s clip" }]
|
|
1893
1893
|
},
|
|
1894
1894
|
// ── Suno music ──
|
|
1895
1895
|
"suno": {
|
|
@@ -1902,7 +1902,7 @@ var AUDIO_MODELS = {
|
|
|
1902
1902
|
dataValue: "V4",
|
|
1903
1903
|
description: "Suno v4 music generation \u2014 full songs with vocals, multiple genres.",
|
|
1904
1904
|
useCases: ["music", "song", "vocals"],
|
|
1905
|
-
pricing: [{ identifier: "suno", credits:
|
|
1905
|
+
pricing: [{ identifier: "suno", credits: 30, note: "per generation" }]
|
|
1906
1906
|
},
|
|
1907
1907
|
"suno-v5": {
|
|
1908
1908
|
id: "suno-v5",
|
|
@@ -1914,7 +1914,7 @@ var AUDIO_MODELS = {
|
|
|
1914
1914
|
dataValue: "V5",
|
|
1915
1915
|
description: "Newer Suno v5 \u2014 better vocal quality, more genres. Same price as v4.",
|
|
1916
1916
|
useCases: ["music", "song", "vocals", "premium"],
|
|
1917
|
-
pricing: [{ identifier: "suno-v5", credits:
|
|
1917
|
+
pricing: [{ identifier: "suno-v5", credits: 30, note: "per generation" }]
|
|
1918
1918
|
},
|
|
1919
1919
|
"suno-v5_5": {
|
|
1920
1920
|
id: "suno-v5_5",
|
|
@@ -1926,7 +1926,7 @@ var AUDIO_MODELS = {
|
|
|
1926
1926
|
dataValue: "V5_5",
|
|
1927
1927
|
description: "Suno v5.5 \u2014 latest model with improved audio quality and expressiveness.",
|
|
1928
1928
|
useCases: ["music", "song", "vocals", "premium"],
|
|
1929
|
-
pricing: [{ identifier: "suno-v5_5", credits:
|
|
1929
|
+
pricing: [{ identifier: "suno-v5_5", credits: 30, note: "per generation" }],
|
|
1930
1930
|
featured: true
|
|
1931
1931
|
}
|
|
1932
1932
|
};
|
|
@@ -2165,7 +2165,7 @@ function modelIdsByKindMode(kind, modes, opts = {}) {
|
|
|
2165
2165
|
}
|
|
2166
2166
|
|
|
2167
2167
|
// src/model-constants.ts
|
|
2168
|
-
var CREDIT_BASE_USD =
|
|
2168
|
+
var CREDIT_BASE_USD = 2e-3;
|
|
2169
2169
|
var IMAGE_PROMPT_MAX = 5e3;
|
|
2170
2170
|
var MAX_IMAGE_PROMPT_CHARS_BY_PROVIDER = {
|
|
2171
2171
|
// ── higher than the 5000 default ──
|
|
@@ -3356,6 +3356,22 @@ function applyDefaultVideoSelection(input) {
|
|
|
3356
3356
|
};
|
|
3357
3357
|
}
|
|
3358
3358
|
|
|
3359
|
+
// src/credit-conversion.ts
|
|
3360
|
+
var CREDIT_ROUNDING_RESOLUTION = 1e3;
|
|
3361
|
+
function assertUsableUsd(usd) {
|
|
3362
|
+
if (!Number.isFinite(usd)) throw new Error(`usdToCredits: cost must be finite, got ${usd}`);
|
|
3363
|
+
if (usd < 0) throw new Error(`usdToCredits: cost must not be negative, got ${usd}`);
|
|
3364
|
+
}
|
|
3365
|
+
function usdToCredits(usd) {
|
|
3366
|
+
assertUsableUsd(usd);
|
|
3367
|
+
const milliCredits = Math.round(usd / CREDIT_BASE_USD * CREDIT_ROUNDING_RESOLUTION);
|
|
3368
|
+
return Math.ceil(milliCredits / CREDIT_ROUNDING_RESOLUTION);
|
|
3369
|
+
}
|
|
3370
|
+
function creditsToUsd(credits) {
|
|
3371
|
+
if (!Number.isFinite(credits)) throw new Error(`creditsToUsd: credits must be finite, got ${credits}`);
|
|
3372
|
+
return credits * CREDIT_BASE_USD;
|
|
3373
|
+
}
|
|
3374
|
+
|
|
3359
3375
|
// src/film-pricing.ts
|
|
3360
3376
|
var FILM_BASE_CREDITS = 45;
|
|
3361
3377
|
var KEYFRAME_CREDITS_PER_SHOT = 2;
|
|
@@ -12593,35 +12609,35 @@ var WINDOW_OVERLAP = 5;
|
|
|
12593
12609
|
var VIDEO_ANALYSIS_WINDOW = { LEN: WINDOW_LEN, STRIDE: WINDOW_STRIDE, OVERLAP: WINDOW_OVERLAP, SINGLE_MAX: 180 };
|
|
12594
12610
|
var VIDEO_ANALYSIS_BUCKET_CREDITS = {
|
|
12595
12611
|
// Legacy fast-tier model (pre-2026-07) — kept for stored raw-id configs.
|
|
12596
|
-
"video-analysis:gemini-3-flash:60s":
|
|
12597
|
-
"video-analysis:gemini-3-flash:180s":
|
|
12598
|
-
"video-analysis:gemini-3-flash:360s":
|
|
12599
|
-
"video-analysis:gemini-3-flash:600s":
|
|
12612
|
+
"video-analysis:gemini-3-flash:60s": 23,
|
|
12613
|
+
"video-analysis:gemini-3-flash:180s": 32,
|
|
12614
|
+
"video-analysis:gemini-3-flash:360s": 81,
|
|
12615
|
+
"video-analysis:gemini-3-flash:600s": 136,
|
|
12600
12616
|
// Current fast tier — regenerated from the private formula for its backing
|
|
12601
12617
|
// model; higher than the legacy fast schedule but still ≤ pro per bucket.
|
|
12602
|
-
"video-analysis:gemini-3.6-flash:60s":
|
|
12603
|
-
"video-analysis:gemini-3.6-flash:180s":
|
|
12604
|
-
"video-analysis:gemini-3.6-flash:360s":
|
|
12605
|
-
"video-analysis:gemini-3.6-flash:600s":
|
|
12606
|
-
"video-analysis:gemini-3.1-pro:60s":
|
|
12607
|
-
"video-analysis:gemini-3.1-pro:180s":
|
|
12608
|
-
"video-analysis:gemini-3.1-pro:360s":
|
|
12609
|
-
"video-analysis:gemini-3.1-pro:600s":
|
|
12618
|
+
"video-analysis:gemini-3.6-flash:60s": 61,
|
|
12619
|
+
"video-analysis:gemini-3.6-flash:180s": 88,
|
|
12620
|
+
"video-analysis:gemini-3.6-flash:360s": 224,
|
|
12621
|
+
"video-analysis:gemini-3.6-flash:600s": 374,
|
|
12622
|
+
"video-analysis:gemini-3.1-pro:60s": 82,
|
|
12623
|
+
"video-analysis:gemini-3.1-pro:180s": 111,
|
|
12624
|
+
"video-analysis:gemini-3.1-pro:360s": 291,
|
|
12625
|
+
"video-analysis:gemini-3.1-pro:600s": 486,
|
|
12610
12626
|
// Mixed tiers (`mixed` + `mixed-fast`) share ONE credit family — they are
|
|
12611
12627
|
// variants of the same engine plan (plan internals live in the private
|
|
12612
12628
|
// analysis plugin). Admin-tunable via model_pricing like every other row.
|
|
12613
|
-
"video-analysis:mixed:60s":
|
|
12614
|
-
"video-analysis:mixed:180s":
|
|
12615
|
-
"video-analysis:mixed:360s":
|
|
12616
|
-
"video-analysis:mixed:600s":
|
|
12629
|
+
"video-analysis:mixed:60s": 110,
|
|
12630
|
+
"video-analysis:mixed:180s": 150,
|
|
12631
|
+
"video-analysis:mixed:360s": 380,
|
|
12632
|
+
"video-analysis:mixed:600s": 630,
|
|
12617
12633
|
// SMART — the one native-transport plan: a single pass with reasoning and
|
|
12618
12634
|
// frame sampling turned all the way up. Priced well above the economy tiers
|
|
12619
12635
|
// because it genuinely costs more to run, and it is the only tier whose
|
|
12620
12636
|
// accuracy was measured against a hand-counted edit list.
|
|
12621
|
-
"video-analysis:smart:60s":
|
|
12622
|
-
"video-analysis:smart:180s":
|
|
12623
|
-
"video-analysis:smart:360s":
|
|
12624
|
-
"video-analysis:smart:600s":
|
|
12637
|
+
"video-analysis:smart:60s": 460,
|
|
12638
|
+
"video-analysis:smart:180s": 980,
|
|
12639
|
+
"video-analysis:smart:360s": 2110,
|
|
12640
|
+
"video-analysis:smart:600s": 3500
|
|
12625
12641
|
};
|
|
12626
12642
|
function videoAnalysisCreditSegment(modelOrSentinel) {
|
|
12627
12643
|
return modelOrSentinel === "mixed-fast" ? "mixed" : modelOrSentinel;
|
|
@@ -12654,6 +12670,6 @@ function clampSmartCutWindow(value) {
|
|
|
12654
12670
|
return n;
|
|
12655
12671
|
}
|
|
12656
12672
|
|
|
12657
|
-
export { ACTIVE_SCENE_HELPERS, ADVANCED_MODE_UNAVAILABLE_REASON, AGGREGATEABLE_TYPES, AI_AVATAR_DURATION_BUCKETS, AI_AVATAR_MAX_AUDIO_SEC, AI_AVATAR_MAX_DURATION_SEC, AI_AVATAR_RESERVE_IDS, AI_WRITER_PROVIDERS, ALA_CARTE_BOARDS, ALL_CAPTION_STYLES, ANIMALS, ANIMAL_SUBCATEGORY_LABELS, ANIMAL_SUBCATEGORY_ORDER, ASPECT_RATIO_DIMENSIONS, AUDIO_ADDON_PROVIDERS, AUDIO_CROSSFADE_CURVES, AUDIO_CROSSFADE_CURVE_IDS, AUDIO_FX_PRESETS, AUDIO_FX_PRESET_LABELS, AUDIO_FX_PRESET_SET, AUDIO_FX_REVERB_PRESETS, AUDIO_PRODUCER_TYPES, AddBRollResultSchema, AnchorSceneStyleResultSchema, AssetRefSchema, AuditImagesResultSchema, AuditImagesShotEntrySchema, AuditPromptIssueSchema, AuditPromptResultSchema, AvatarPayloadError, BOARD_TO_ASSET_TYPE, BOARD_TO_COLUMN, BOARD_VARIANTS, BridgeToNextSceneInputSchema, BridgeToNextSceneResultSchema, CATEGORY_DURATION_DEFAULTS, CHARACTER_ASPECT_DEFAULTS, CHARACTER_ASPECT_OPTIONS, CHARACTER_ASSET_TYPES, CHARACTER_ASSET_VARIANTS, CHARACTER_ATTACH_COLUMNS, CHARACTER_FACETS, CHARACTER_FACET_IDS, CHARACTER_LORA_TRAINING_JOB_TYPE, CHARACTER_MOTION_PROVIDERS, CHARACTER_PICKER_DISPLAY_ORDER, CHARACTER_REFERENCE_PHOTO_KINDS, CHARACTER_STYLES, CHARACTER_VARIANT_ASSET_BUCKETS, CHAT_ENABLED_STAGES, CHAT_STAGES, CHAT_TURN_CAPS, CHAT_WIRED_STAGES, CINEMATIC_DEFAULT_DURATION_SEC, CINEMATIC_DEFAULT_RESOLUTION, CINEMATIC_MAX_DURATION_SEC, CINEMATIC_MAX_LOOKS, CINEMATIC_MAX_REFERENCE_IMAGES, CINEMATIC_MAX_REFERENCE_VIDEOS, CINEMATIC_MIN_DURATION_SEC, CINEMATIC_MIN_LOOKS, CINEMATIC_PROMPT_MAX, CINEMATIC_RESERVE_IDS, COLLECT_IN_HANDLE, COMBINE_TRANSITIONS, COMBINE_TRANSITION_GROUP_LABELS, COMBINE_TRANSITION_GROUP_ORDER, COMBINE_TRANSITION_IDS, COMPOSER_PLAN_FIELDS, COMPOSER_PLAN_MAP, CONTENT_TYPES_BY_PLATFORM, CREATURE_ATTACH_COLUMNS, CREDIT_BASE_USD, CastCoverageCriticVerdictSchema, CharacterImageCriticVerdictSchema, CharacterMetadataSchema, ChatTurnResponseSchema, CriticIssueSchema, DEFAULT_AUDIO_CROSSFADE_CURVE_ID, DEFAULT_CARRIED_FRACTION, DEFAULT_CHARACTER_ANGLE_COUNT, DEFAULT_CHARACTER_EXPRESSION_COUNT, DEFAULT_CHARACTER_FACET, DEFAULT_LABEL_BY_SOURCE, DEFAULT_LOCATION_USAGE_MODE, DEFAULT_PANEL_COUNT, DEFAULT_REF_IMAGE_MAX, DEFAULT_SECTIONS, DEFAULT_USAGE_MODE, DEFAULT_VIDEO_ANALYSIS_MODEL, DEFAULT_VIDEO_ANALYSIS_TIER, DEFAULT_VIDEO_CLIP_COST, DEFAULT_VIDEO_DURATION_SEC, DEFAULT_VIDEO_PROVIDER, DEFAULT_VOICE_CHANGER_MODEL, DEFAULT_VOICE_DESIGN_MODEL, DETAIL_VARIANTS, DURATION_PRICED_PROVIDERS, DYNAMIC_PRODUCER_TYPES, DetectionResultSchema, EFFORT_TIER_BUMP, EMOTIONAL_BEAT, ENTITY_ASPECT_DEFAULTS, ENTITY_IMAGE_HANDLE_TYPES, ENTITY_SECTIONS, ENTITY_STATUSES, ENTITY_TOOL_RETRY_CAP, ENTITY_TYPES, EXECUTION_DATA_KEYS, EXTEND_VIDEO_PROVIDERS, EntityMetadataSchema, EntityRejectInputSchema, EntityStaleEventSchema, EntityStateChangeEventSchema, FACE_SWAP_PROVIDERS, FAL_LIP_SYNC_PROVIDERS, FAN_OUT_EACH_TYPES, FEATURED_ENTITIES, FILM_BASE_CREDITS, FLEXIBLE_INPUT_LIP_SYNC_PROVIDERS, FLUX2_RES_MP, FLUX_LORA_CHARACTER_MODEL_ID, FRAME_TARGET_HANDLES, FREECUT_EXPORT_COMPLETE, FREECUT_EXPORT_PROGRESS, FREECUT_READY, FREECUT_REQUEST_IMPORT, FURNITURE, FURNITURE_SUBCATEGORY_LABELS, FURNITURE_SUBCATEGORY_ORDER, FixContinuityInputSchema, FixContinuityResultSchema, GENERATE_TEXT_DELIMITER, GLOBAL_MAX_DURATION_SECONDS, GROUP_HANDLE_PREFIX, GUIDANCE_SCALE_SUPPORT, GVP_SUPPORTED_PROVIDERS, GenerateMotionInputSchema, GenerateMotionResultSchema, HANDLE_PORT_SEPARATOR, HELPERS_SHIPPED_IN_1B3, HIGH_QUALITY_PROVIDERS, HINT_EXEMPT_PARAMETER_TYPES, I2I_MASK_SUPPORT, I2I_STRENGTH_SUPPORT, IDEOGRAM_PROVIDERS, IMAGE_CRITIC_LEAF_MODES, IMAGE_CRITIC_MAX_RETRIES, IMAGE_CRITIC_METADATA_KEYS, IMAGE_CRITIC_MIN_ADHERENCE_SCORE, IMAGE_CRITIC_MODES, IMAGE_CRITIC_UNRESOLVABLE, IMAGE_EDIT_PROVIDERS, IMAGE_GEN_PROVIDERS, IMAGE_I2I_PROVIDERS, IMAGE_MASK_MODE, IMAGE_PROMPT_MAX, IMAGE_REF_TYPES, IMAGE_TO_VIDEO_PROVIDERS, INPUT_FIELD_MAP2 as INPUT_FIELD_MAP, INPUT_NODE_TYPES, INSTAGRAM_CAROUSEL_MAX_ITEMS, INSTAGRAM_CAROUSEL_MIN_ITEMS, ITER_CLONE_PATTERN, ImageCriticIssueSchema, ImageCriticResultSchema, ImageCriticVerdictSchema, ImprovePromptInputSchema, ImprovePromptResultSchema, KEYFRAME_CREDITS_PER_SHOT, KINETIC_CAPTION_STYLES, LANGUAGES, LEGACY_LOTTIE_HOST_REMAP, LIP_SYNC_DURATION_BUCKETS, LIP_SYNC_MAX_AUDIO_SECONDS, LIP_SYNC_PROVIDERS, LLM_FEATURE_DEFAULTS, LLM_MODALITY_CAPS, LLM_MODELS, LLM_MODEL_IDS, LLM_REASONING_EFFORTS, LLM_ROUTE_DEFAULTS, LLM_TEXT_INPUT_MAX, LOCATION_ASSET_TYPES, LOCATION_ASSET_VARIANTS, LOCATION_ATMOSPHERE_PROVIDERS, LOCATION_ATTACH_COLUMNS, LOCATION_BUCKET_TO_CATALOG_ID, LOCATION_PRESET_TO_CATALOG, LOCATION_REFERENCE_PHOTO_KINDS, LOCATION_REFERENCE_PHOTO_KIND_LABELS, LOCATION_USAGE_MODES, LOTTIE_OVERLAY_CATALOG, LOTTIE_SLOT_FIELD_PREFIX, LocationImageCriticVerdictSchema, LocationMetadataSchema, LocationsCoverageCriticIssueSchema, LocationsCoverageCriticVerdictSchema, MAX_CUSTOM_ENTRIES_PER_BOARD, MAX_IMAGE_PROMPT_CHARS_BY_PROVIDER, MAX_LOCATION_VARIANTS, MAX_NEGATIVE_PROMPT_CHARS_BY_PROVIDER, MAX_PANELS_PER_SHEET, MAX_TTS_CHARS_BY_PROVIDER, MAX_VIDEO_PROMPT_CHARS_BY_PROVIDER, MODELS_WITH_REFERENCE_IMAGE_SUPPORT, MODEL_CATALOG, MODEL_RECOMMENDATIONS, MODIFY_IMAGE_PROVIDERS, MOTION_COLUMN, MOTION_TRANSFER_PROVIDERS, MUSIC_PROVIDERS, MatchCutVerdictSchema, NATIVE_ADAPTIVE_ASPECT, NATIVE_NEGATIVE_PROMPT_MODELS, NATIVE_NEGATIVE_VIDEO_PROVIDERS, NEGATIVE_PROMPT_MAX, NODARO_IMPORT_FILES, NODARO_LOAD_TIMELINE, NODARO_LOAD_VIDEO, NODARO_RESET_PROJECT, NODE_DEFAULT_TYPES, NODE_MAPPABLE_FIELDS, NODE_PRESET_EXPORT_KIND, NODE_REF_PATTERN, NON_EN_LOCALE_IDS, NO_SPLIT_DELIMITER, OBJECT_ASPECT_DEFAULTS, OBJECT_ASPECT_OPTIONS, OBJECT_ASSET_TYPES, OBJECT_ASSET_VARIANTS, OBJECT_ATTACH_COLUMNS, OBJECT_MOTION_PROVIDERS, OBJECT_PICKER_NODE_TYPES, OUTPUT_FIELD_MAP, OUTPUT_FORMATS, ObjectMetadataSchema, OptimizeForModelInputSchema, OptimizeForModelResultSchema, PARAMETER_NODE_TYPES, PASSTHROUGH_TYPES, PER_FORMAT_DURATION_BOUNDS, PIPELINE_ACTIVATION_MODES, PIPELINE_FORMATS, PIPELINE_HARD_TIMEOUT_MS, PIPELINE_MODEL_STAGES, PIPELINE_MODES, PIPELINE_OUTPUT_RESOLUTIONS, PIPELINE_PINNABLE_IMAGE_MODELS, PIPELINE_PINNABLE_SCRIPT_LLMS, PIPELINE_PINNABLE_VIDEO_MODELS, PIPELINE_STAGE_NAMES, PIPELINE_STAGE_TIMEOUT_MS, PIPELINE_TYPES, PLACEHOLDER_CHARACTER_NAME, PLATFORM_LABELS, PLATFORM_SPECS, PRESET_APPLY_CLEAR_KEYS, PRESET_EXCLUDED_KEYS, PRESET_LABELS, PROMPT_HARD_CEILING, PROVIDER_DIRECTIVE_DEFAULTS, PROVIDER_PLACEHOLDER_PREFIX, PipelineCompletedEventSchema, PipelineConfigSchema, PipelineDriftSummarySchema, PipelineEditorDecisionsReadyEventSchema, PipelineForkedEventSchema, PipelineInputSchema, PipelineMusicReadyEventSchema, PipelineStageNameSchema, PipelineStageStatusSchema, PipelineStateSchema, PipelineStatusSchema, QA_CHECK_PROVIDERS, REDUCE_STRATEGIES, REDUCE_STRATEGY_IDS, REFERENCE_BOARD_PROVIDERS, REFERENCE_BOARD_TEMPLATES, REFERENCE_HANDLE_MAP, REFERENCE_ROLE_PRESETS, REF_HANDLE_CATEGORY, REF_IMAGE_MAX_LIMITS, RENDERING_SPEED_SUPPORT, REPEATABLE_NODE_TYPES, REPEAT_PLACEHOLDER, REPLICATE_LIP_SYNC_PROVIDERS, RESERVED_TEMPLATE_VARS, SCENE_HELPER_NAMES, SCRAPER_ACTOR_LABELS, SCRAPER_CREDIT_COSTS, SCRAPER_OUTPUT_FIELDS, SCRIPT_PROVIDERS, SEASONS, SECTION_BOARD, SECTION_KINDS, SEEDANCE_2_CONTINUATION_REF_SEC, SEEDANCE_2_EXTEND_STITCH, SEEDANCE_2_PROVIDERS, SEEDANCE_2_R2V_MAX_AUDIO_SEC_BY_PROVIDER, SEEDANCE_2_R2V_MIN_REF_VIDEO_SEC, SEEDANCE_2_REF_LIMITS, SEEDANCE_LIP_SYNC_PROVIDERS, SEED_SUPPORT, SEPARATOR_DISPLAY, SEPARATOR_PRESETS, SHEET_ASPECTS, SHEET_BACKGROUNDS, SHEET_PRESETS, SHEET_SKINS, SHEET_TYPES, SHORT_FILM_ANGLE_COUNT, SHORT_FILM_EXPRESSION_COUNT, SHORT_FILM_VARIANT_THRESHOLD_SEC, SLOT_TOKEN_RE, SMART_CUT_WINDOW_DEFAULT, SMART_CUT_WINDOW_MAX, SMART_CUT_WINDOW_MIN, SOCIAL_POST_NODE_TYPES, STAGE_PATCH_SCHEMA, STATIC_CAPTION_STYLES, STRUCTURAL_SECTIONS, STRUCTURED_VISION_MODELS, SUNO_ADD_TRACK_MODELS, SUNO_FIELD_HANDLE_FIELDS, SUNO_MODELS, SUNO_TEXT_MAX, SUNO_TITLE_MAX, SUPPORTED_FONT_NAMES, SURROUND_DIRECTIONS, SWITCHX_BLOCK_FRAMES, SWITCHX_FRAME_TIERS, SceneHelperNameSchema, SceneInputModeSchema, SceneMetadataSchema, SceneNodeDataSchema, SceneSpecSchema, ScriptCriticVerdictSchema, ShotSpecSchema, ShowrunnerPlanSchema, StageAwaitingSubGateEventSchema, StoryboardCohesionCriticVerdictSchema, StyleDirectivesSchema, SubGateNameSchema, T2I_TO_I2I_VARIANT, TEXT_TO_AUDIO_PROVIDERS, TEXT_TO_VIDEO_PROVIDERS, TIER_MAX_PIPELINE_COST_CREDITS, TIER_PIPELINE_PARALLELISM, TILT_CARRIED_FRACTION, TRANSCRIBE_PROVIDERS, TRANSIENT_RUNTIME_KEYS, TTS_PROVIDERS, TTS_TEXT_MAX, TWO_K_RESOLUTION_PROVIDERS, TransitionTypeSchema, UPSCALE_IMAGE_PROVIDERS, USAGE_MODES, VARIABLES_HANDLE_ID, VARIABLE_PRICING_MODELS, VEHICLES, VEHICLE_SUBCATEGORY_LABELS, VEHICLE_SUBCATEGORY_ORDER, VEO_PROVIDERS, VIDEO_ANALYSIS_BUCKET_CREDITS, VIDEO_ANALYSIS_DEFAULT_VARIATION, VIDEO_ANALYSIS_DURATION_BUCKETS, VIDEO_ANALYSIS_DURATION_TOLERANCE_SEC, VIDEO_ANALYSIS_ENTITY_SOURCES, VIDEO_ANALYSIS_FACELESS_ANGLES, VIDEO_ANALYSIS_LEGACY_MODELS, VIDEO_ANALYSIS_LLM_MODELS, VIDEO_ANALYSIS_MAX_DURATION_SEC, VIDEO_ANALYSIS_MAX_SCENE_SEC, VIDEO_ANALYSIS_MAX_VARIATIONS, VIDEO_ANALYSIS_MIXED_TIERS, VIDEO_ANALYSIS_SHOT_ANGLES, VIDEO_ANALYSIS_SPEED_EFFECTS, VIDEO_ANALYSIS_TIERS, VIDEO_ANALYSIS_TIER_LABELS, VIDEO_ANALYSIS_TIER_ORDER, VIDEO_ANALYSIS_TRANSITIONS, VIDEO_ANALYSIS_VARIATION_SLUGS, VIDEO_ANALYSIS_VISUAL_EFFECTS, VIDEO_ANALYSIS_WINDOW, VIDEO_AUDIO_CAPABILITY, VIDEO_CLIP_CREDITS, VIDEO_CRITIC_CREDITS_PER_SHOT, VIDEO_CRITIC_FRAME_MODES, VIDEO_CRITIC_MAX_RETRIES, VIDEO_CRITIC_METADATA_KEYS, VIDEO_CRITIC_MIN_ADHERENCE_SCORE, VIDEO_DURATION_TIERS, VIDEO_GEN_COLLAPSED_T2V_IDS, VIDEO_GEN_PROVIDERS, VIDEO_INPUT_LIP_SYNC_PROVIDERS, VIDEO_MODEL_CAPS, VIDEO_MODE_ALIASES, VIDEO_PRODUCER_TYPES, VIDEO_PROMPT_MAX, VIDEO_PROVIDERS_REQUIRING_IMAGE, VIDEO_REF_LIMITS_BY_PROVIDER, VIDEO_TO_VIDEO_PROVIDERS, VIDEO_UPSCALE_PROVIDERS, VIDEO_UTIL_PRICING, VIDEO_VARIABLE_PRICING, VOICE_CHANGER_MODELS, VOICE_CHANGER_MODEL_IDS, VOICE_DESIGN_MODELS, ValidateMatchCutInputSchema, ValidateMatchCutResultSchema, VideoCriticVerdictSchema, VoiceMatchSchema, WARDROBE_VARIANTS, WEAPONS, WEAPON_SUBCATEGORY_LABELS, WEAPON_SUBCATEGORY_ORDER, aggregateByType, aiAvatarReserveCreditId, analyzedSceneSchema, applyDefaultVideoSelection, applyHandleInputOverride, applyRange, applyRangeIndices, applySlots, applyVideoAudioToggle, applyVideoNegativePrompt, aspectRatioFromDims, aspectRatioOptionsByKind, aspectRatioToNumber, assembleNarratedVideoCredits, availableReasoningEfforts, bucketSecondsFromCreditId, buildBoardPrompt, buildChildrenByParent, buildConditionVariables, buildCreditModelIdentifier, buildExpressionFromVisual, buildLipSyncCreditId, buildLlmCreditIdentifier, buildModelMenu, buildModelTree, buildMotionCreditModelIdentifier, buildNodePresetExport, buildPanelPrompt, buildProgressSegments, buildRangeLabel, buildScraperCreditId, buildSurroundFillPrompt, buildVideoAnalysisCreditId, buildVideoCreditModelIdentifier, calculateCombinedProgress, calculateMonetizationMarkup, calculateMonetizedCost, calculateProgress, canonicalVarName, characterBoardItems, characterBucketDisplayRank, characterMentionSlug, characterMentionableAssetArrays, characterSheetRefItems, characterVariantAssetArrays, cinematicCreditId, clampCinematicDuration, clampSmartCutWindow, cleanOrphanedItems, clearImageCriticMetadata, clearVideoCriticMetadata, clipLookSchema, collectAncestorRefs, combineSameLabelRefs, countRefModalityEdges, creditRangesAll, decodeProviderItem, defaultCarriedFraction, defaultRoleForSource, defaultVideoAspectRatio, deriveLinkedFields, deriveLottieSlotFields, deriveSlotRefs, describeEdgeBehavior, describeMaskRegion, describeSlotControl, dropUnknownBindings, dropUnknownSpeakers, durationsByMode, effectiveReasoningEffort, encodeProviderItem, ensureLocaleCatalogLoaded, entitySlotSchema, entryMatchesQuery, estimateCombineVideosCredits, estimateFilmCredits, estimateLoopTrimAddonCredits, estimateLoopVideoCredits, estimateScriptDurationSec, estimateSheetCost, estimateTrimVideoCredits, evaluateCondition, evaluateConditionGroup, evaluateJsonExpression, evaluateJsonPath, expandExtraRefsToConnectedReferences, expandItemsWithRepeat, extractAllGeneratedResults, extractCharacterLoraFields, extractGeneratedJsonAsList, extractPresetData, extractReferencedLabels, extractVideoDurationFromNode, fieldKeyFromHandle, filterCloneNodes, findCharacterMentionTokens, findLocationMentionTokens, findSeedance2AudioOverLimit, firstSightExtraRole, flattenItems, getAnimal, getAnimalLabel, getAspectRatioOptions, getAudioCrossfadeCurve, getCharacterFacet, getCombineTransition, getCreditRange, getDurationsForModel, getEffectiveRepeatCount, getFeaturedEntities, getFurniture, getFurnitureLabel, getInputFieldSchema, getInputNodes, getItemSortId, getLipSyncMaxAudioSeconds, getLlmModalityCaps, getLlmModel, getLlmTier, getLocaleDirection, getMaxImagePromptChars, getMaxNegativePromptChars, getMaxSunoPromptChars, getMaxSunoStyleChars, getMaxTtsChars, getMaxVideoPromptChars, getModel, getNodeLabel, getNodeResult, getOutputNodes, getOutputType, getParameterValue, getQualityOptions, getResolutionOptions, getRouteReachableNodeIds, getStrategy, getTargetField, getValidValues, getVehicle, getVehicleLabel, getVideoAudioCapability, getWeapon, getWeaponLabel, groupByFamily, groupHandleId, hasFeature, hexToRgbaArray, humanizeSlotSid, imageReferenceLimit, isAggregateableType, isCharacterAspectRatio, isCollectInEdge, isDefaultSelectorConfig, isExpandedClone, isFlux2Model, isGvpSupportedProvider, isHandleInputWired, isKineticCaptionStyle, isLocationUsageMode, isObjectAspectRatio, isOversizedScene, isPerSecondLipSyncProvider, isScraperActor, isSeedance2Provider, isTiltDirection, isUsageMode, isVeoProvider, isVideoAnalysisMixedTier, isVideoAnalysisTier, jsonResultToList, listBoardTemplates, listModels, listSlotSids, llmRouteDefaults, locationMentionSlug, locationReferencePhotoKindLabel, locationUsageModeLabel, mapAspectRatio, mapQuality, mapShotIntentToProviderDirectives, matchVariant, mergeClipLook, mergeExposedSettings, migrateEdgeOutputMode, migrateToItems, modelIdsByKindMode, modelToNodeTarget, modelsForInputMode, modelsWithFeature, motionGraphicsFeature, normalizeLottieLayers, normalizePinterestUrl, normalizeRoleSlug, parseAttributedDialogue, parseCharacterMentionToken, parseGroupHandle, parseHandleId, parseListExpression, parseLocationMentionToken, parseNodePresetExport, parseNodeRef, pickAiAvatarBucket, pickIds, pickLipSyncBucket, pickSwitchXFrameTier, pickVideoAnalysisBucket, planSheetGeneration, planSheetPanels, preferredInputModeForModel, presentTypes, presetDataMatches, presetEntries, qualityOptionsByKind, refHandleCategory, referenceModalityForHandle, referenceSheetCreditId, registerSidecarLoaders, renderAnalyzedScene, resolutionOptionsByKind, resolveAiAvatarCreditId, resolveAudioCrossfadeCurve, resolveCharacterAspectRatio, resolveCinematicCreditId, resolveConditionValue, resolveDefaultRole, resolveDescription, resolveDialogueVoices, resolveEffectiveSourceType, resolveEntityAspect, resolveFieldMappings, resolveImageGenCreditIdentifier, resolveIndex, resolveLabel, resolveListExpression, resolveLlmCreditId, resolveLocationFields, resolveLocationPresetCatalog, resolveLottieOverlaySrc, resolveNodeRefs, resolveObjectAspectRatio, resolvePipelineModel, resolveRelativeWindowToken, resolveScraperCreditId, resolveSelectorRefs, resolveSeparator, resolveSheetSections, resolveSourceThroughConnectedList, resolveSwitchXCreditId, resolveVideoAnalysisModel, resolveVideoProviderForMode, resolveXfadeName, rewriteSceneBindings, rewriteSlotTokens, rewriteSpeakerSlots, rgbaArrayToHex, roleToPhrase, runSelector, sanitizeRole, searchModelVariants, seedance2AudioLimitSec, selectByModulo, selectByNamedKey, selectByPredicate, selectListItems, selectLoraRoutingForMentions, selectRandom, settledWithLimit, slotVariationSchema, sortCharacterEntriesForDisplay, sortListItems, sourceRefKey, spliceDelimitedRows, splitByLoopDelimiter, splitGeneratedItems, spreadJsonArrayIfSingleton, stringifyPathResults, stripExportContent, stripTransientRuntimeData, supportedDefaultDimensions, supportsAdvancedMode, toConnectedReference, toConnectedReferences, togglePick, tryParseJson, unwrapUnresolvedTokens, usageModeDirective, usageModeIncludesName, usageModeLabel, validateAiAvatarPayload, validateCinematicAvatarPayload, validateDurationForFormat, validateModeActivation, validateModelInput, validateNoNestedGroups, validateObjects, validateProviderForNodeType, validateSubWorkflowRoutes, variantJobId, videoAnalysisCreditSegment, videoAnalysisNumWindows, videoAnalysisResultSchema, videoModelCanSpeakDialogue, videoModelSupportsAudio, videoProviderRequiresImage, windowAnalysisSchema, zipMergeLists };
|
|
12673
|
+
export { ACTIVE_SCENE_HELPERS, ADVANCED_MODE_UNAVAILABLE_REASON, AGGREGATEABLE_TYPES, AI_AVATAR_DURATION_BUCKETS, AI_AVATAR_MAX_AUDIO_SEC, AI_AVATAR_MAX_DURATION_SEC, AI_AVATAR_RESERVE_IDS, AI_WRITER_PROVIDERS, ALA_CARTE_BOARDS, ALL_CAPTION_STYLES, ANIMALS, ANIMAL_SUBCATEGORY_LABELS, ANIMAL_SUBCATEGORY_ORDER, ASPECT_RATIO_DIMENSIONS, AUDIO_ADDON_PROVIDERS, AUDIO_CROSSFADE_CURVES, AUDIO_CROSSFADE_CURVE_IDS, AUDIO_FX_PRESETS, AUDIO_FX_PRESET_LABELS, AUDIO_FX_PRESET_SET, AUDIO_FX_REVERB_PRESETS, AUDIO_PRODUCER_TYPES, AddBRollResultSchema, AnchorSceneStyleResultSchema, AssetRefSchema, AuditImagesResultSchema, AuditImagesShotEntrySchema, AuditPromptIssueSchema, AuditPromptResultSchema, AvatarPayloadError, BOARD_TO_ASSET_TYPE, BOARD_TO_COLUMN, BOARD_VARIANTS, BridgeToNextSceneInputSchema, BridgeToNextSceneResultSchema, CATEGORY_DURATION_DEFAULTS, CHARACTER_ASPECT_DEFAULTS, CHARACTER_ASPECT_OPTIONS, CHARACTER_ASSET_TYPES, CHARACTER_ASSET_VARIANTS, CHARACTER_ATTACH_COLUMNS, CHARACTER_FACETS, CHARACTER_FACET_IDS, CHARACTER_LORA_TRAINING_JOB_TYPE, CHARACTER_MOTION_PROVIDERS, CHARACTER_PICKER_DISPLAY_ORDER, CHARACTER_REFERENCE_PHOTO_KINDS, CHARACTER_STYLES, CHARACTER_VARIANT_ASSET_BUCKETS, CHAT_ENABLED_STAGES, CHAT_STAGES, CHAT_TURN_CAPS, CHAT_WIRED_STAGES, CINEMATIC_DEFAULT_DURATION_SEC, CINEMATIC_DEFAULT_RESOLUTION, CINEMATIC_MAX_DURATION_SEC, CINEMATIC_MAX_LOOKS, CINEMATIC_MAX_REFERENCE_IMAGES, CINEMATIC_MAX_REFERENCE_VIDEOS, CINEMATIC_MIN_DURATION_SEC, CINEMATIC_MIN_LOOKS, CINEMATIC_PROMPT_MAX, CINEMATIC_RESERVE_IDS, COLLECT_IN_HANDLE, COMBINE_TRANSITIONS, COMBINE_TRANSITION_GROUP_LABELS, COMBINE_TRANSITION_GROUP_ORDER, COMBINE_TRANSITION_IDS, COMPOSER_PLAN_FIELDS, COMPOSER_PLAN_MAP, CONTENT_TYPES_BY_PLATFORM, CREATURE_ATTACH_COLUMNS, CREDIT_BASE_USD, CREDIT_ROUNDING_RESOLUTION, CastCoverageCriticVerdictSchema, CharacterImageCriticVerdictSchema, CharacterMetadataSchema, ChatTurnResponseSchema, CriticIssueSchema, DEFAULT_AUDIO_CROSSFADE_CURVE_ID, DEFAULT_CARRIED_FRACTION, DEFAULT_CHARACTER_ANGLE_COUNT, DEFAULT_CHARACTER_EXPRESSION_COUNT, DEFAULT_CHARACTER_FACET, DEFAULT_LABEL_BY_SOURCE, DEFAULT_LOCATION_USAGE_MODE, DEFAULT_PANEL_COUNT, DEFAULT_REF_IMAGE_MAX, DEFAULT_SECTIONS, DEFAULT_USAGE_MODE, DEFAULT_VIDEO_ANALYSIS_MODEL, DEFAULT_VIDEO_ANALYSIS_TIER, DEFAULT_VIDEO_CLIP_COST, DEFAULT_VIDEO_DURATION_SEC, DEFAULT_VIDEO_PROVIDER, DEFAULT_VOICE_CHANGER_MODEL, DEFAULT_VOICE_DESIGN_MODEL, DETAIL_VARIANTS, DURATION_PRICED_PROVIDERS, DYNAMIC_PRODUCER_TYPES, DetectionResultSchema, EFFORT_TIER_BUMP, EMOTIONAL_BEAT, ENTITY_ASPECT_DEFAULTS, ENTITY_IMAGE_HANDLE_TYPES, ENTITY_SECTIONS, ENTITY_STATUSES, ENTITY_TOOL_RETRY_CAP, ENTITY_TYPES, EXECUTION_DATA_KEYS, EXTEND_VIDEO_PROVIDERS, EntityMetadataSchema, EntityRejectInputSchema, EntityStaleEventSchema, EntityStateChangeEventSchema, FACE_SWAP_PROVIDERS, FAL_LIP_SYNC_PROVIDERS, FAN_OUT_EACH_TYPES, FEATURED_ENTITIES, FILM_BASE_CREDITS, FLEXIBLE_INPUT_LIP_SYNC_PROVIDERS, FLUX2_RES_MP, FLUX_LORA_CHARACTER_MODEL_ID, FRAME_TARGET_HANDLES, FREECUT_EXPORT_COMPLETE, FREECUT_EXPORT_PROGRESS, FREECUT_READY, FREECUT_REQUEST_IMPORT, FURNITURE, FURNITURE_SUBCATEGORY_LABELS, FURNITURE_SUBCATEGORY_ORDER, FixContinuityInputSchema, FixContinuityResultSchema, GENERATE_TEXT_DELIMITER, GLOBAL_MAX_DURATION_SECONDS, GROUP_HANDLE_PREFIX, GUIDANCE_SCALE_SUPPORT, GVP_SUPPORTED_PROVIDERS, GenerateMotionInputSchema, GenerateMotionResultSchema, HANDLE_PORT_SEPARATOR, HELPERS_SHIPPED_IN_1B3, HIGH_QUALITY_PROVIDERS, HINT_EXEMPT_PARAMETER_TYPES, I2I_MASK_SUPPORT, I2I_STRENGTH_SUPPORT, IDEOGRAM_PROVIDERS, IMAGE_CRITIC_LEAF_MODES, IMAGE_CRITIC_MAX_RETRIES, IMAGE_CRITIC_METADATA_KEYS, IMAGE_CRITIC_MIN_ADHERENCE_SCORE, IMAGE_CRITIC_MODES, IMAGE_CRITIC_UNRESOLVABLE, IMAGE_EDIT_PROVIDERS, IMAGE_GEN_PROVIDERS, IMAGE_I2I_PROVIDERS, IMAGE_MASK_MODE, IMAGE_PROMPT_MAX, IMAGE_REF_TYPES, IMAGE_TO_VIDEO_PROVIDERS, INPUT_FIELD_MAP2 as INPUT_FIELD_MAP, INPUT_NODE_TYPES, INSTAGRAM_CAROUSEL_MAX_ITEMS, INSTAGRAM_CAROUSEL_MIN_ITEMS, ITER_CLONE_PATTERN, ImageCriticIssueSchema, ImageCriticResultSchema, ImageCriticVerdictSchema, ImprovePromptInputSchema, ImprovePromptResultSchema, KEYFRAME_CREDITS_PER_SHOT, KINETIC_CAPTION_STYLES, LANGUAGES, LEGACY_LOTTIE_HOST_REMAP, LIP_SYNC_DURATION_BUCKETS, LIP_SYNC_MAX_AUDIO_SECONDS, LIP_SYNC_PROVIDERS, LLM_FEATURE_DEFAULTS, LLM_MODALITY_CAPS, LLM_MODELS, LLM_MODEL_IDS, LLM_REASONING_EFFORTS, LLM_ROUTE_DEFAULTS, LLM_TEXT_INPUT_MAX, LOCATION_ASSET_TYPES, LOCATION_ASSET_VARIANTS, LOCATION_ATMOSPHERE_PROVIDERS, LOCATION_ATTACH_COLUMNS, LOCATION_BUCKET_TO_CATALOG_ID, LOCATION_PRESET_TO_CATALOG, LOCATION_REFERENCE_PHOTO_KINDS, LOCATION_REFERENCE_PHOTO_KIND_LABELS, LOCATION_USAGE_MODES, LOTTIE_OVERLAY_CATALOG, LOTTIE_SLOT_FIELD_PREFIX, LocationImageCriticVerdictSchema, LocationMetadataSchema, LocationsCoverageCriticIssueSchema, LocationsCoverageCriticVerdictSchema, MAX_CUSTOM_ENTRIES_PER_BOARD, MAX_IMAGE_PROMPT_CHARS_BY_PROVIDER, MAX_LOCATION_VARIANTS, MAX_NEGATIVE_PROMPT_CHARS_BY_PROVIDER, MAX_PANELS_PER_SHEET, MAX_TTS_CHARS_BY_PROVIDER, MAX_VIDEO_PROMPT_CHARS_BY_PROVIDER, MODELS_WITH_REFERENCE_IMAGE_SUPPORT, MODEL_CATALOG, MODEL_RECOMMENDATIONS, MODIFY_IMAGE_PROVIDERS, MOTION_COLUMN, MOTION_TRANSFER_PROVIDERS, MUSIC_PROVIDERS, MatchCutVerdictSchema, NATIVE_ADAPTIVE_ASPECT, NATIVE_NEGATIVE_PROMPT_MODELS, NATIVE_NEGATIVE_VIDEO_PROVIDERS, NEGATIVE_PROMPT_MAX, NODARO_IMPORT_FILES, NODARO_LOAD_TIMELINE, NODARO_LOAD_VIDEO, NODARO_RESET_PROJECT, NODE_DEFAULT_TYPES, NODE_MAPPABLE_FIELDS, NODE_PRESET_EXPORT_KIND, NODE_REF_PATTERN, NON_EN_LOCALE_IDS, NO_SPLIT_DELIMITER, OBJECT_ASPECT_DEFAULTS, OBJECT_ASPECT_OPTIONS, OBJECT_ASSET_TYPES, OBJECT_ASSET_VARIANTS, OBJECT_ATTACH_COLUMNS, OBJECT_MOTION_PROVIDERS, OBJECT_PICKER_NODE_TYPES, OUTPUT_FIELD_MAP, OUTPUT_FORMATS, ObjectMetadataSchema, OptimizeForModelInputSchema, OptimizeForModelResultSchema, PARAMETER_NODE_TYPES, PASSTHROUGH_TYPES, PER_FORMAT_DURATION_BOUNDS, PIPELINE_ACTIVATION_MODES, PIPELINE_FORMATS, PIPELINE_HARD_TIMEOUT_MS, PIPELINE_MODEL_STAGES, PIPELINE_MODES, PIPELINE_OUTPUT_RESOLUTIONS, PIPELINE_PINNABLE_IMAGE_MODELS, PIPELINE_PINNABLE_SCRIPT_LLMS, PIPELINE_PINNABLE_VIDEO_MODELS, PIPELINE_STAGE_NAMES, PIPELINE_STAGE_TIMEOUT_MS, PIPELINE_TYPES, PLACEHOLDER_CHARACTER_NAME, PLATFORM_LABELS, PLATFORM_SPECS, PRESET_APPLY_CLEAR_KEYS, PRESET_EXCLUDED_KEYS, PRESET_LABELS, PROMPT_HARD_CEILING, PROVIDER_DIRECTIVE_DEFAULTS, PROVIDER_PLACEHOLDER_PREFIX, PipelineCompletedEventSchema, PipelineConfigSchema, PipelineDriftSummarySchema, PipelineEditorDecisionsReadyEventSchema, PipelineForkedEventSchema, PipelineInputSchema, PipelineMusicReadyEventSchema, PipelineStageNameSchema, PipelineStageStatusSchema, PipelineStateSchema, PipelineStatusSchema, QA_CHECK_PROVIDERS, REDUCE_STRATEGIES, REDUCE_STRATEGY_IDS, REFERENCE_BOARD_PROVIDERS, REFERENCE_BOARD_TEMPLATES, REFERENCE_HANDLE_MAP, REFERENCE_ROLE_PRESETS, REF_HANDLE_CATEGORY, REF_IMAGE_MAX_LIMITS, RENDERING_SPEED_SUPPORT, REPEATABLE_NODE_TYPES, REPEAT_PLACEHOLDER, REPLICATE_LIP_SYNC_PROVIDERS, RESERVED_TEMPLATE_VARS, SCENE_HELPER_NAMES, SCRAPER_ACTOR_LABELS, SCRAPER_CREDIT_COSTS, SCRAPER_OUTPUT_FIELDS, SCRIPT_PROVIDERS, SEASONS, SECTION_BOARD, SECTION_KINDS, SEEDANCE_2_CONTINUATION_REF_SEC, SEEDANCE_2_EXTEND_STITCH, SEEDANCE_2_PROVIDERS, SEEDANCE_2_R2V_MAX_AUDIO_SEC_BY_PROVIDER, SEEDANCE_2_R2V_MIN_REF_VIDEO_SEC, SEEDANCE_2_REF_LIMITS, SEEDANCE_LIP_SYNC_PROVIDERS, SEED_SUPPORT, SEPARATOR_DISPLAY, SEPARATOR_PRESETS, SHEET_ASPECTS, SHEET_BACKGROUNDS, SHEET_PRESETS, SHEET_SKINS, SHEET_TYPES, SHORT_FILM_ANGLE_COUNT, SHORT_FILM_EXPRESSION_COUNT, SHORT_FILM_VARIANT_THRESHOLD_SEC, SLOT_TOKEN_RE, SMART_CUT_WINDOW_DEFAULT, SMART_CUT_WINDOW_MAX, SMART_CUT_WINDOW_MIN, SOCIAL_POST_NODE_TYPES, STAGE_PATCH_SCHEMA, STATIC_CAPTION_STYLES, STRUCTURAL_SECTIONS, STRUCTURED_VISION_MODELS, SUNO_ADD_TRACK_MODELS, SUNO_FIELD_HANDLE_FIELDS, SUNO_MODELS, SUNO_TEXT_MAX, SUNO_TITLE_MAX, SUPPORTED_FONT_NAMES, SURROUND_DIRECTIONS, SWITCHX_BLOCK_FRAMES, SWITCHX_FRAME_TIERS, SceneHelperNameSchema, SceneInputModeSchema, SceneMetadataSchema, SceneNodeDataSchema, SceneSpecSchema, ScriptCriticVerdictSchema, ShotSpecSchema, ShowrunnerPlanSchema, StageAwaitingSubGateEventSchema, StoryboardCohesionCriticVerdictSchema, StyleDirectivesSchema, SubGateNameSchema, T2I_TO_I2I_VARIANT, TEXT_TO_AUDIO_PROVIDERS, TEXT_TO_VIDEO_PROVIDERS, TIER_MAX_PIPELINE_COST_CREDITS, TIER_PIPELINE_PARALLELISM, TILT_CARRIED_FRACTION, TRANSCRIBE_PROVIDERS, TRANSIENT_RUNTIME_KEYS, TTS_PROVIDERS, TTS_TEXT_MAX, TWO_K_RESOLUTION_PROVIDERS, TransitionTypeSchema, UPSCALE_IMAGE_PROVIDERS, USAGE_MODES, VARIABLES_HANDLE_ID, VARIABLE_PRICING_MODELS, VEHICLES, VEHICLE_SUBCATEGORY_LABELS, VEHICLE_SUBCATEGORY_ORDER, VEO_PROVIDERS, VIDEO_ANALYSIS_BUCKET_CREDITS, VIDEO_ANALYSIS_DEFAULT_VARIATION, VIDEO_ANALYSIS_DURATION_BUCKETS, VIDEO_ANALYSIS_DURATION_TOLERANCE_SEC, VIDEO_ANALYSIS_ENTITY_SOURCES, VIDEO_ANALYSIS_FACELESS_ANGLES, VIDEO_ANALYSIS_LEGACY_MODELS, VIDEO_ANALYSIS_LLM_MODELS, VIDEO_ANALYSIS_MAX_DURATION_SEC, VIDEO_ANALYSIS_MAX_SCENE_SEC, VIDEO_ANALYSIS_MAX_VARIATIONS, VIDEO_ANALYSIS_MIXED_TIERS, VIDEO_ANALYSIS_SHOT_ANGLES, VIDEO_ANALYSIS_SPEED_EFFECTS, VIDEO_ANALYSIS_TIERS, VIDEO_ANALYSIS_TIER_LABELS, VIDEO_ANALYSIS_TIER_ORDER, VIDEO_ANALYSIS_TRANSITIONS, VIDEO_ANALYSIS_VARIATION_SLUGS, VIDEO_ANALYSIS_VISUAL_EFFECTS, VIDEO_ANALYSIS_WINDOW, VIDEO_AUDIO_CAPABILITY, VIDEO_CLIP_CREDITS, VIDEO_CRITIC_CREDITS_PER_SHOT, VIDEO_CRITIC_FRAME_MODES, VIDEO_CRITIC_MAX_RETRIES, VIDEO_CRITIC_METADATA_KEYS, VIDEO_CRITIC_MIN_ADHERENCE_SCORE, VIDEO_DURATION_TIERS, VIDEO_GEN_COLLAPSED_T2V_IDS, VIDEO_GEN_PROVIDERS, VIDEO_INPUT_LIP_SYNC_PROVIDERS, VIDEO_MODEL_CAPS, VIDEO_MODE_ALIASES, VIDEO_PRODUCER_TYPES, VIDEO_PROMPT_MAX, VIDEO_PROVIDERS_REQUIRING_IMAGE, VIDEO_REF_LIMITS_BY_PROVIDER, VIDEO_TO_VIDEO_PROVIDERS, VIDEO_UPSCALE_PROVIDERS, VIDEO_UTIL_PRICING, VIDEO_VARIABLE_PRICING, VOICE_CHANGER_MODELS, VOICE_CHANGER_MODEL_IDS, VOICE_DESIGN_MODELS, ValidateMatchCutInputSchema, ValidateMatchCutResultSchema, VideoCriticVerdictSchema, VoiceMatchSchema, WARDROBE_VARIANTS, WEAPONS, WEAPON_SUBCATEGORY_LABELS, WEAPON_SUBCATEGORY_ORDER, aggregateByType, aiAvatarReserveCreditId, analyzedSceneSchema, applyDefaultVideoSelection, applyHandleInputOverride, applyRange, applyRangeIndices, applySlots, applyVideoAudioToggle, applyVideoNegativePrompt, aspectRatioFromDims, aspectRatioOptionsByKind, aspectRatioToNumber, assembleNarratedVideoCredits, availableReasoningEfforts, bucketSecondsFromCreditId, buildBoardPrompt, buildChildrenByParent, buildConditionVariables, buildCreditModelIdentifier, buildExpressionFromVisual, buildLipSyncCreditId, buildLlmCreditIdentifier, buildModelMenu, buildModelTree, buildMotionCreditModelIdentifier, buildNodePresetExport, buildPanelPrompt, buildProgressSegments, buildRangeLabel, buildScraperCreditId, buildSurroundFillPrompt, buildVideoAnalysisCreditId, buildVideoCreditModelIdentifier, calculateCombinedProgress, calculateMonetizationMarkup, calculateMonetizedCost, calculateProgress, canonicalVarName, characterBoardItems, characterBucketDisplayRank, characterMentionSlug, characterMentionableAssetArrays, characterSheetRefItems, characterVariantAssetArrays, cinematicCreditId, clampCinematicDuration, clampSmartCutWindow, cleanOrphanedItems, clearImageCriticMetadata, clearVideoCriticMetadata, clipLookSchema, collectAncestorRefs, combineSameLabelRefs, countRefModalityEdges, creditRangesAll, creditsToUsd, decodeProviderItem, defaultCarriedFraction, defaultRoleForSource, defaultVideoAspectRatio, deriveLinkedFields, deriveLottieSlotFields, deriveSlotRefs, describeEdgeBehavior, describeMaskRegion, describeSlotControl, dropUnknownBindings, dropUnknownSpeakers, durationsByMode, effectiveReasoningEffort, encodeProviderItem, ensureLocaleCatalogLoaded, entitySlotSchema, entryMatchesQuery, estimateCombineVideosCredits, estimateFilmCredits, estimateLoopTrimAddonCredits, estimateLoopVideoCredits, estimateScriptDurationSec, estimateSheetCost, estimateTrimVideoCredits, evaluateCondition, evaluateConditionGroup, evaluateJsonExpression, evaluateJsonPath, expandExtraRefsToConnectedReferences, expandItemsWithRepeat, extractAllGeneratedResults, extractCharacterLoraFields, extractGeneratedJsonAsList, extractPresetData, extractReferencedLabels, extractVideoDurationFromNode, fieldKeyFromHandle, filterCloneNodes, findCharacterMentionTokens, findLocationMentionTokens, findSeedance2AudioOverLimit, firstSightExtraRole, flattenItems, getAnimal, getAnimalLabel, getAspectRatioOptions, getAudioCrossfadeCurve, getCharacterFacet, getCombineTransition, getCreditRange, getDurationsForModel, getEffectiveRepeatCount, getFeaturedEntities, getFurniture, getFurnitureLabel, getInputFieldSchema, getInputNodes, getItemSortId, getLipSyncMaxAudioSeconds, getLlmModalityCaps, getLlmModel, getLlmTier, getLocaleDirection, getMaxImagePromptChars, getMaxNegativePromptChars, getMaxSunoPromptChars, getMaxSunoStyleChars, getMaxTtsChars, getMaxVideoPromptChars, getModel, getNodeLabel, getNodeResult, getOutputNodes, getOutputType, getParameterValue, getQualityOptions, getResolutionOptions, getRouteReachableNodeIds, getStrategy, getTargetField, getValidValues, getVehicle, getVehicleLabel, getVideoAudioCapability, getWeapon, getWeaponLabel, groupByFamily, groupHandleId, hasFeature, hexToRgbaArray, humanizeSlotSid, imageReferenceLimit, isAggregateableType, isCharacterAspectRatio, isCollectInEdge, isDefaultSelectorConfig, isExpandedClone, isFlux2Model, isGvpSupportedProvider, isHandleInputWired, isKineticCaptionStyle, isLocationUsageMode, isObjectAspectRatio, isOversizedScene, isPerSecondLipSyncProvider, isScraperActor, isSeedance2Provider, isTiltDirection, isUsageMode, isVeoProvider, isVideoAnalysisMixedTier, isVideoAnalysisTier, jsonResultToList, listBoardTemplates, listModels, listSlotSids, llmRouteDefaults, locationMentionSlug, locationReferencePhotoKindLabel, locationUsageModeLabel, mapAspectRatio, mapQuality, mapShotIntentToProviderDirectives, matchVariant, mergeClipLook, mergeExposedSettings, migrateEdgeOutputMode, migrateToItems, modelIdsByKindMode, modelToNodeTarget, modelsForInputMode, modelsWithFeature, motionGraphicsFeature, normalizeLottieLayers, normalizePinterestUrl, normalizeRoleSlug, parseAttributedDialogue, parseCharacterMentionToken, parseGroupHandle, parseHandleId, parseListExpression, parseLocationMentionToken, parseNodePresetExport, parseNodeRef, pickAiAvatarBucket, pickIds, pickLipSyncBucket, pickSwitchXFrameTier, pickVideoAnalysisBucket, planSheetGeneration, planSheetPanels, preferredInputModeForModel, presentTypes, presetDataMatches, presetEntries, qualityOptionsByKind, refHandleCategory, referenceModalityForHandle, referenceSheetCreditId, registerSidecarLoaders, renderAnalyzedScene, resolutionOptionsByKind, resolveAiAvatarCreditId, resolveAudioCrossfadeCurve, resolveCharacterAspectRatio, resolveCinematicCreditId, resolveConditionValue, resolveDefaultRole, resolveDescription, resolveDialogueVoices, resolveEffectiveSourceType, resolveEntityAspect, resolveFieldMappings, resolveImageGenCreditIdentifier, resolveIndex, resolveLabel, resolveListExpression, resolveLlmCreditId, resolveLocationFields, resolveLocationPresetCatalog, resolveLottieOverlaySrc, resolveNodeRefs, resolveObjectAspectRatio, resolvePipelineModel, resolveRelativeWindowToken, resolveScraperCreditId, resolveSelectorRefs, resolveSeparator, resolveSheetSections, resolveSourceThroughConnectedList, resolveSwitchXCreditId, resolveVideoAnalysisModel, resolveVideoProviderForMode, resolveXfadeName, rewriteSceneBindings, rewriteSlotTokens, rewriteSpeakerSlots, rgbaArrayToHex, roleToPhrase, runSelector, sanitizeRole, searchModelVariants, seedance2AudioLimitSec, selectByModulo, selectByNamedKey, selectByPredicate, selectListItems, selectLoraRoutingForMentions, selectRandom, settledWithLimit, slotVariationSchema, sortCharacterEntriesForDisplay, sortListItems, sourceRefKey, spliceDelimitedRows, splitByLoopDelimiter, splitGeneratedItems, spreadJsonArrayIfSingleton, stringifyPathResults, stripExportContent, stripTransientRuntimeData, supportedDefaultDimensions, supportsAdvancedMode, toConnectedReference, toConnectedReferences, togglePick, tryParseJson, unwrapUnresolvedTokens, usageModeDirective, usageModeIncludesName, usageModeLabel, usdToCredits, validateAiAvatarPayload, validateCinematicAvatarPayload, validateDurationForFormat, validateModeActivation, validateModelInput, validateNoNestedGroups, validateObjects, validateProviderForNodeType, validateSubWorkflowRoutes, variantJobId, videoAnalysisCreditSegment, videoAnalysisNumWindows, videoAnalysisResultSchema, videoModelCanSpeakDialogue, videoModelSupportsAudio, videoProviderRequiresImage, windowAnalysisSchema, zipMergeLists };
|
|
12658
12674
|
//# sourceMappingURL=index.js.map
|
|
12659
12675
|
//# sourceMappingURL=index.js.map
|