All models
MiniMax H3
minimax/h3
Video GenerationText-to-VideoImage-to-VideoReference-to-VideoMultimodal2K
A multimodal video generation model supporting text-to-video, first and last frame image-to-video, and reference-to-video generation with 768P and 2K output.
Quick start
# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
-H "content-type: application/json" \
-d '{
"model": "minimax/h3",
"content": ["https://example.com/input.jpg"],
"duration": 0,
"resolution": "<value>"
}'
# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
-J '{"model": "minimax/h3", "content": ["https://example.com/input.jpg"], "duration": 0, "resolution": "<value>"}'Parameters
Input
content array required
Prompt parts: [{"type":"text","text":"…"}] plus optional {"type":"image_url","image_url":{"url":"…"},"role":"first_frame"}. Sending a plain `prompt` instead is accepted.
duration integer required
Length of the output in seconds.
resolution string required
Output resolution / quality tier.
callback_url string optional
ratio string optional
Output aspect ratio.
Output