All models

MiniMax Hailuo 2.3 Fast

minimax/hailuo-2.3-fast
MiniMax Video GenerationImage-to-VideoFast

A lower-latency version of Hailuo 2.3 that preserves core motion quality, visual consistency, and stylization while enabling faster iteration.

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/hailuo-2.3-fast",
    "first_frame_image": "https://example.com/input.jpg"
  }'

# 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/hailuo-2.3-fast", "first_frame_image": "https://example.com/input.jpg"}'

Examples

Parameters

Input
first_frame_image string required

URL or base64 data URI of the first frame image

duration number optional default: 6

Length of the output in seconds.

fast_pretreatment boolean optional default: false

Faster input pre-processing (may trade a little quality for speed).

prompt string optional

Text prompt describing what to generate.

prompt_optimizer boolean optional default: true

Let the model automatically optimize your prompt.

resolution string optional default: "768P"

Output resolution / quality tier.

Output
status: string
task_id: string
video: string