@nodaro/shared 2.2.0 → 2.2.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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/model-catalog.ts +1 -1
package/package.json
CHANGED
package/src/model-catalog.ts
CHANGED
|
@@ -948,7 +948,7 @@ const VIDEO_MODELS: Record<string, ModelCatalogEntry> = {
|
|
|
948
948
|
kind: "video",
|
|
949
949
|
modes: ["i2v", "t2v"] as const,
|
|
950
950
|
family: "MiniMax",
|
|
951
|
-
label: "
|
|
951
|
+
label: "minimax-h3",
|
|
952
952
|
series: "Hailuo",
|
|
953
953
|
description: "MiniMax Hailuo 3 — premium multimodal tier: first/last frame + image/video/audio references, native audio, 2K (default) or 768P output, 4-15s per-second pricing.",
|
|
954
954
|
useCases: ["premium", "narrative"],
|