Skip to main content
POST
The model name of MiniMax H3 in AIReiter is minimax_h3. This model is also commonly searched as Hailuo 03, Hailuo 3, or the MiniMax H3 API.

Authorizations

string
required
All endpoints require Bearer Token authentication.Get the API Key:Visit the API Key management page to get your API Key.When using it, add the following to the request header:

Body

string
required
Model name, fixed value:
  • minimax_h3
object
required
Model parameters object.
string
required
Initiator task ID.A user-defined task identifier, required. You can use this ID later to query the task status and results.

Response

string
Originator task ID, used to query the result.
string
Initial status, usually "pending".
number
Estimated credits consumed.
string
Creation time, in ISO format.

Query Task

MiniMax H3 is an asynchronous video generation model. After submitting a task, use out_task_id to query the task status.
string
required
The initiator task ID passed in when submitting the task.
After the query succeeds and is completed, the output field in the Response will contain the generated video URL.

Request Examples

Mode Notes

The text_to_video mode invokes MiniMax H3 text-to-video capabilities; the first_last_frame mode invokes image-to-video capabilities; the all_reference mode invokes multi-reference asset generation capabilities.
When type is first_last_frame, do not rely on the aspect_ratio parameter. The output aspect ratio in this mode is determined by the input image.