Skip to main content
POST
The model name for MiniMax H3 Turbo in AIReiter is minimax_h3_turbo. This model differs from minimax_h3: resolution is 480P / 720P, duration is 5-15 seconds, and it does not support reference videos or first/last frames.

Authorizations

string
required
All endpoints require authentication using a Bearer Token.Get an API Key:Visit the API Key Management Page to get your API Key.Add to the request header when using:

Body

string
required
Model name, fixed value:
  • minimax_h3_turbo
object
required
Model parameter object.
string
required
Initiator task ID.User-defined task identifier, required. Can be used later to query task status and results.

Response

string
Caller task ID, which can be used to query results.
string
Initial status, usually "pending".
string
Creation time, ISO format.

Query Task

MiniMax H3 Turbo is an asynchronous video generation model. After submitting a task, please use out_task_id to query the task status.
string
required
The initiator task ID passed when submitting the task.
Once the query succeeds and the task is completed, the output field in the response will contain the generation results. The video URL is located in output.list[].video.

Request Examples

Mode Notes

When image_url is not provided, it defaults to text-to-video. When a reference image is provided, the image is used to guide the subject, style, or composition, rather than serving as the first or last frame.
This model does not support reference videos or the first_last_frame mode. Please do not pass video_url, end_image_url, type, or quality.