You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- stop explicit MiniMax-Hailuo-2.3-Fast text-to-video requests before they reach the API
- clarify the video generate help text so users and agents know Fast requires --first-frame
- add a regression test so the local validation stays protected over time
usage: 'mmx video generate --prompt <text> [flags]',
27
27
options: [
28
-
{flag: '--model <model>',description: 'Model ID(default: MiniMax-Hailuo-2.3). Auto-switched to Hailuo-02 with --last-frame, or S2V-01 with --subject-image.'},
28
+
{flag: '--model <model>',description: 'Model ID. T2V: MiniMax-Hailuo-2.3; I2V: MiniMax-Hailuo-2.3 (default) or MiniMax-Hailuo-2.3-Fast (fast, requires --first-frame). Auto-switched to Hailuo-02 with --last-frame, or S2V-01 with --subject-image.'},
0 commit comments