@koda-sl/baker-cli 0.300.0-dev.e0610b71d → 0.301.0-dev.50ab1c583

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.
@@ -2414,6 +2414,32 @@ var USD_PER_SECOND = {
2414
2414
  },
2415
2415
  // Flat $0.10/s across resolutions and modes, audio included.
2416
2416
  "alibaba/wan-2.7": { silent: 0.1, audio: 0.1 },
2417
+ // 3.0 prices per resolution where 2.7 was flat, and its rate still includes audio —
2418
+ // there is no separate audio SKU, so a talking clip costs what a silent one costs.
2419
+ // `duration_seconds_480p|720p|1080p` on GET /api/v1/videos/models.
2420
+ "alibaba/wan-3.0": {
2421
+ silent: 0.1,
2422
+ audio: 0.1,
2423
+ byResolution: {
2424
+ "480p": { silent: 0.05, audio: 0.05 },
2425
+ "720p": { silent: 0.1, audio: 0.1 },
2426
+ "1080p": { silent: 0.2, audio: 0.2 }
2427
+ }
2428
+ },
2429
+ // `cents_per_video_output_second_*` — 8c, 14c and 25c. Dearer than the older Grok at
2430
+ // every tier, and it reaches 1080p, which that one does not. No audio, so both columns
2431
+ // are the same rate rather than one being wrong.
2432
+ "x-ai/grok-imagine-video-1.5": {
2433
+ silent: 0.14,
2434
+ audio: 0.14,
2435
+ byResolution: {
2436
+ "480p": { silent: 0.08, audio: 0.08 },
2437
+ "720p": { silent: 0.14, audio: 0.14 },
2438
+ "1080p": { silent: 0.25, audio: 0.25 }
2439
+ }
2440
+ },
2441
+ // One flat rate, one resolution: `cents_per_second_output: 12`. Silent.
2442
+ "runway/gen-4.5": { silent: 0.12, audio: 0.12 },
2417
2443
  "alibaba/happyhorse-1.1": {
2418
2444
  silent: 0.1278,
2419
2445
  audio: 0.1278,
@@ -9501,4 +9527,4 @@ export {
9501
9527
  defaultRegistry,
9502
9528
  createEngineFromEnv
9503
9529
  };
9504
- //# sourceMappingURL=chunk-FENRH7OF.js.map
9530
+ //# sourceMappingURL=chunk-SSXER76B.js.map