Hailuo Director Mode Example
Overview#
Hailuo has introduced two new models t2v-01-director i2v-01-director which supports camera movement parameters. These camera movements can be controlled directly through the prompt syntax.API Endpoint#
{
"model": "hailuo",
"task_type": "video_generation",
"input": {
"prompt": "[Push in,Pedestal up]walking man",
"model": "t2v-01-director",
"expand_prompt": true
}
}
Camera Movement Parameters#
Syntax Rules#
Camera movement parameters must be enclosed in square brackets []
No space is allowed between the closing bracket ] and the prompt text
Multiple camera movements can be combined within a single set of brackets
Maximum of 3 camera movements per bracket
Available Camera Movements#
The following camera movements are supported:Basic Movements#
Truck left / Truck right: Camera moves horizontally left or right
Pan left / Pan right: Camera rotates horizontally left or right
Push in / Push out: Camera moves forward or backward
Pedestal up / Pedestal down: Camera moves vertically up or down
Tilt up / Tilt down: Camera rotates vertically up or down
Zoom in / Zoom out: Camera lens zooms in or out
Shake: Camera shake effect
Tracking shot: Following shot
Special Movement#
Static shot: Fixed camera positionNote: Static shot is mutually exclusive with all other camera movements
Important Notes#
1.
There is no input validation or correction for camera movement parameters
2.
Camera movement parameters are only effective with the t2v-01-director and i2v-01-director
Example Prompts#
[Push in,Pedestal up]walking man
[Static shot]person standing
[Pan left,Tilt up,Zoom in]bird flying
Modified at 2025-03-18 03:20:31