Models
| Model | Description |
|---|---|
hailuo/minimax-2.0 | MiniMax 02 — T2V and I2V with end frame support |
hailuo/minimax-2.3 | MiniMax 2.3 — auto-selects T2V or I2V |
hailuo/minimax-2.3-fast | MiniMax I2V-2.3-Fast — faster image-to-video |
Parameters
minimax-2.0
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes* | Max 2000 chars. *Required if no start_image_url |
start_image_url | string | Yes* | Image URL (auto-uploaded). *Required if no prompt |
end_image_url | string | No | End frame image URL (768p/1080p only) |
duration | integer | No | 6 (default) or 10. 1080p only supports 6 |
resolution | string | No | "512p", "768p" (default), "1080p" |
prompt_optimization | boolean | No | Let MiniMax optimize prompt |
- 512p requires
start_image_url(I2V only) - 1080p only supports
duration: 6 - end_image_url only with 768p or 1080p
- At minimum one of
promptorstart_image_urlmust be provided
minimax-2.3
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes* | Max 2000 chars. *Required if no start_image_url |
start_image_url | string | Yes* | Image URL (auto-uploaded). *Required if no prompt |
duration | integer | No | 6 (default) or 10. 1080p only supports 6 |
resolution | string | No | "768p" (default), "1080p" |
prompt_optimization | boolean | No | Let MiniMax optimize prompt |
start_image_url is provided).
minimax-2.3-fast
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | No | Max 2000 chars |
start_image_url | string | Yes | Image URL (auto-uploaded) |
duration | integer | No | 6 (default) or 10. 1080p only supports 6 |
resolution | string | No | "768p" (default), "1080p" |
prompt_optimization | boolean | No | Let MiniMax optimize prompt |
Resolution Limits
| Model | 6s Duration | 10s Duration |
|---|---|---|
| minimax-2.0 | 512p (I2V only), 768p, 1080p | 512p (I2V only), 768p only |
| minimax-2.3 / minimax-2.3-fast | 768p, 1080p | 768p only |
