Skip to content

MiniMax video

MiniMax video currently documents a single model, , with two integration styles: the official /v1/video/generations route and the OpenAI-compatible /v1/videos route.

Both routes cover the same generation scenarios, inferred automatically from request parameters:

ScenarioParametersAspect ratio
Text-to-video onlyDefault ; cannot be
Image-to-video or Forced
Multimodal reference to video / Default

Image-to-video and multimodal reference-to-video are mutually exclusive and cannot be mixed.

OpenAI format

Submit with POST /v1/videos, remix with POST /v1/videos/{video_id}/remix, and query with GET /v1/videos/{task_id}.

Official format

Create tasks with POST /v1/video/generations and query with GET /v1/video/generations/{task_id}, submitting a multimodal content array.

Endpoint summary

CapabilityMethodPathFormat
Create taskPOSTOpenAI
RemixPOSTOpenAI
Query taskGETOpenAI
Create taskPOSTOfficial
Query taskGETOfficial