Model Details
MiniMax Hailuo-02 Standard turns a written prompt into a short, cinematic 768p clip with smooth, lifelike motion and strong adherence to what you describe. It is tuned for fast, high-quality text-to-video where the subject, action, and scene in your prompt show up clearly on screen. Choose a 6-second or 10-second clip; resolution is fixed at 768p, so there is no separate size or aspect-ratio control.
## Best for - Turning a single descriptive prompt into a polished establishing or hero shot - Cinematic b-roll with natural camera and subject motion from text alone - Quick concepting and storyboarding where you iterate on a prompt to dial in the action - Short social clips and atmospheric scene-setting without any source image
## Choose another model when - You want to animate an existing photo or starting frame rather than generate from text alone — use an image-to-video model - You need a single still image, not motion — use a text-to-image model - You need clips longer than 10 seconds or frame-by-frame timeline control — use a dedicated long-form video tool - You need to choose the output resolution or aspect ratio — this tier is fixed at 768p
## Tips - Describe the subject, the action, and the setting in one coherent sentence; concrete motion verbs ("slowly pans", "rushes forward") translate well to on-screen movement - Leave `prompt_optimizer` on (the default) to let the model expand and refine a short prompt; turn it off when you want the prompt rendered exactly as written - Use `duration` to pick clip length — `"6"` for a quick beat, `"10"` for more developed action
To run via the ModelRunner JavaScript client: ```js import { modelrunner } from "@modelrunner/client";
const result = await modelrunner.subscribe("minimax/hailuo-02/standard/text-to-video", { input: { prompt: "A serene mountain lake reflecting clouds at golden hour, gentle ripples on the water", duration: "6", }, }); ```


