MiniMax-H3
minimax/MiniMax-H3Generate a four-second video from a text prompt.
- second
- $0.08
- MiniMax
- 14 min
Overview
Generates a four-second, 768P video at a 1:1 aspect ratio. The request waits for the accepted video task to finish. Only text prompts are supported.
A video URL with the official model name, duration and resolution.
Input
These go in the input object of the run request.
| Field | Type | Required | Description |
|---|---|---|---|
| prompt | string | Yes | Describe the scene and movement. |
Requests up to 1 MB.
Example
A call that works, with your own key.
curl https://gateway.agentsky.dev/v1/run \
-H "authorization: Bearer $AGENTSKY_API_KEY" \
-H "content-type: application/json" \
-d '{"provider":"minimax","endpoint":"MiniMax-H3","input":{"prompt":"A small blue sphere slowly rotates on a white background."}}'Pricing
$0.08 per second on the default plan. Every run carries its price in the response.
