Minimax Hailuo 2.3 Image-to-Video
Video
Minimax Hailuo 2.3 Image-to-Video
POST
Minimax Hailuo 2.3 Image-to-Video
Minimax Hailuo 2.3 is a newly upgraded video generation model with improved performance in body movements, physical effects, and instruction comprehension and execution.
Request Headers
string
required
Enum:
application/jsonstring
required
Bearer authentication format: Bearer {{API Key}}.
Request Body
string
required
The prompt text that guides the generation.Range:
1 <= x <= 2000.Supports 15 camera movement instructions:- Horizontal pan: [Pan Left], [Pan Right]
- Horizontal rotate: [Rotate Left], [Rotate Right]
- Push/Pull: [Push In], [Pull Out]
- Vertical move: [Rise], [Descend]
- Vertical tilt: [Tilt Up], [Tilt Down]
- Zoom: [Zoom In], [Zoom Out]
- Other: [Shake], [Follow], [Static]
- Combined camera movements: Multiple instructions within the same [] will take effect simultaneously, e.g. [Rotate Left, Rise]. It is recommended to combine no more than 3
- Sequential camera movements: Instructions appearing in sequence in the prompt will take effect one after another, e.g. ”…[Push In], then…[Pull Out]”
- Natural language: Camera movements can also be described in natural language, but using standard instructions produces more accurate results
string
required
The image used for video generation. Supports public URLs or Base64 encoding (e.g.
data:image/jpeg;base64,...).integer
Duration of the generated video (in seconds). Default:
Possible values:
6Possible values:
6, 10string
Resolution of the generated video. Default:
768P- 6-second videos support:
768P,1080P - 10-second videos only support:
768P
boolean
Whether to enable prompt optimization.Default:
true.boolean
default:false
Whether to reduce the time spent on prompt optimization.Default:
false.Response
string
required
The task_id of the async task. Use the task_id to call the Get Async Task Result API to retrieve the generated result.