Reference
Remy Reference/models/Hailuo 2.3 Pro
W

Hailuo 2.3 Pro

Hailuo 2.3 Pro, a video model from WaveSpeed.
videoModelOverride: { model: "minimax-hailuo-2.3" }
MiniMax·served viaWaveSpeed·Released October 2025
Pricing
List price
$0.49/run
Per generation
$0.00010
Specifications
Context window
2,000 tokens
Released
October 2025
Model string
minimax/hailuo-2.3
Parameters
Model options, passed in videoModelOverride.config.
ParameterTypeDefaultRange / options
image
URL of the source image for the video (REQUIRED).
Image URL
enable_prompt_expansion
The model automatically optimizes incoming prompts to enhance output quality. This also activates the safety checker, which ensures content safety by detecting and filtering potential risks.
Booleanfalse
Use this model
await mindstudio.generateVideo({
  prompt: "...",
  videoModelOverride: {
    model: "minimax-hailuo-2.3",
  },
});