ReqLLM. Providers. Minimax. VideoAPIV1
(ReqLLM v1.21.0)
View Source
MiniMax Video API V1 driver (Hailuo series).
Implements request/response handling for the legacy MiniMax video generation
endpoints used by the MiniMax-Hailuo-*, I2V-01*, and T2V-01* models:
POST /v1/video_generation- create a generation task, returnstask_idGET /v1/query/video_generation?task_id=...- poll task status, returns afile_idon successGET /v1/files/retrieve?file_id=...- resolve thefile_idto a time-limited download URL
Unlike the V2 API (MiniMax-H3), the request body is flat (prompt,
first_frame_image, ...) and the query endpoint takes task_id as a query
parameter. Task statuses are Preparing / Queueing / Processing /
Success / Fail.
Summary
Functions
Base URL for the MiniMax V1 video endpoints.
Path of the task query endpoint for the given task_id.
Path of the file retrieval endpoint for the given file_id.
Path of the file upload endpoint.