Skip to main content
Model logo

MiniMax Hailuo 2.3 Fast API

    Click or drag & dropPNG, JPG, WEBP, GIF · Max 100MB
    Output

    Your generated video will appear here

    MiniMax Hailuo 2.3 Fast

    What is MiniMax Hailuo 2.3 Fast?

    MiniMax Hailuo 2.3 Fast is the image-led speed model in the Hailuo family. A start image is required, the prompt is optional, and turnaround is shorter than Hailuo 2.3. Output is 768p (default) or 1080p in 6 or 10 second videos; 1080p locks to 6 seconds. When you do pass a prompt, it runs up to 2000 characters, with an optional prompt_optimization rewriting pass.

    Best for

    Fast teasers from key art

    Send the image, skip the prompt, get motion back quickly.

    High-volume image-to-video pipelines

    Shorter turnaround per video keeps batch queues moving.

    Thumbnail-to-video social posts

    Animate existing thumbnails without writing prompts.

    When to use Hailuo 2.3 Fast

    Pick 2.3 Fast when every job starts from an image and the latency budget is tight. When users may send text alone, route through Hailuo 2.3 instead. For 2K output with native audio and reference control, step up to Hailuo 3.0.

    API examples

    Call Hailuo 2.3 Fast by POSTing to /v1/tasks. Full parameter docs live at docs.unifically.com/models/video/minimax/hailuo.

    curl -X POST https://api.unifically.com/v1/tasks \
      -H "Content-Type: application/json" \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -d '{
        "model": "hailuo/minimax-2.3-fast",
        "input": {
          "start_image_url": "https://example.com/product.jpg",
          "duration": 6,
          "resolution": "768p"
        }
      }'
    

    Successful submission returns a task_id. Poll GET /v1/tasks/<task_id> or set a callback_url on the request to receive the finished result.

    FAQs

    People also ask

    2.3 Fast requires a start image, treats the prompt as optional, and returns faster. Use it when the workflow is image-led and speed matters more than text control.

    No. start_image_url is required. For text-to-video use Hailuo 2.3 or 3.0.

    768p or 1080p, at 6 or 10 seconds. 1080p only supports 6-second videos.