MiniMax-H3

by MiniMax

minimax/MiniMax-H3

Generate a four-second video from a text prompt.

Billed per
second
Price
$0.08
Provider
MiniMax
Timeout
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.

FieldTypeRequiredDescription
promptstringYesDescribe 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.

Questions