Hailuo 1.0 Director - Text to Video
minimax_t2v_01_director
Hailuo 1.0 Director Text to Video provides advanced camera control and scene composition for cinematic text-to-video generation.
Эндпоинты
Заголовок раздела «Эндпоинты»POST /v1/queue/minimax_t2v_01_director # Создать задачуGET /v1/queue/minimax_t2v_01_director/requests/{request_id}/status # Проверить статусGET /v1/queue/minimax_t2v_01_director/requests/{request_id}/response # Получить результатPUT /v1/queue/minimax_t2v_01_director/requests/{request_id}/cancel # Отменить задачуПараметры запроса
Заголовок раздела «Параметры запроса»curl --location "https://odirouter.ai/model/v1/queue/minimax_t2v_01_director" \ --header "Authorization: Bearer YOUR_API_KEY" \ --header "Content-Type: application/json" \ --data '{ "prompt": "A red apple slowly rotating on a white table, clean studio lighting, static camera.", "duration": 6, "resolution": "720P" }'Text description for the video. Length must be between 1 and 2000 characters.
Camera-control instructions can be added with [instruction] syntax in the prompt for precise camera control.
Horizontal move: [左移], [右移]
Horizontal pan: [左摇], [右摇]
Push and pull: [推进], [拉远]
Vertical move: [上升], [下降]
Vertical pan: [上摇], [下摇]
Zoom: [变焦推近], [变焦拉远]
Other: [晃动], [跟随], [固定]
Combined camera moves in the same [] take effect together, for example [左摇,上升]. Use at most 3 combined instructions.
Sequential camera moves appear in prompt order, for example [推进] followed by [拉远].
Natural-language camera descriptions are also supported, but standard instructions produce more accurate responses.
Video duration in seconds. Fixed at 6 seconds.
Options: 6
Default: 6
Video resolution. Fixed at 720P.
Options: 720P
Default: 720P
Whether to automatically optimize the prompt. Set to false for more precise control.
Default: true
Whether to add a watermark to the generated video.
Default: false
Параметры ответа
Заголовок раздела «Параметры ответа»{ "request_id": "mmsu_01hxyz...", "response_url": "https://odirouter.ai/model/v1/queue/minimax_t2v_01_director/requests/mmsu_01hxyz.../response", "status_url": "https://odirouter.ai/model/v1/queue/minimax_t2v_01_director/requests/mmsu_01hxyz.../status", "cancel_url": "https://odirouter.ai/model/v1/queue/minimax_t2v_01_director/requests/mmsu_01hxyz.../cancel", "queue_position": 0}| Поле | Тип | Описание |
|---|---|---|
request_id | string | Идентификатор задачи, используемый во всех последующих операциях. |
response_url | string | URL для получения итогового результата. |
status_url | string | URL для проверки статуса задачи. |
cancel_url | string | URL для отмены задачи. |
queue_position | int | Текущая позиция в очереди. |