MiniMax H3 Max Turbo Image to Video API: 图像转视频

Fast, lower-cost image-to-video animation up to 1080p with the MiniMax H3 Max Turbo API on Muapi. Pay per generation. MiniMax H3 Max Turbo Image to Video is a faster, lower-cost H3 Max mode that animates a source image at up to 1080p through the Muapi API.

Interactive model controls

MiniMax H3 Max Turbo Image to Video is a faster, lower-cost H3 Max mode that animates a source image at up to 1080p through the Muapi API.

📝

概览

关于此模型

MiniMax H3 Max Turbo Image to Video is a faster, lower-cost mode of MiniMax H3 Max that animates a source image into video at up to 1080p resolution. Supply a starting frame with image_url, an optional end_image_url to anchor the final frame, and describe the motion and camera movement you want in between. It supports the same 5-15 second duration range and optional prompt-expansion step as the full H3 Max image-to-video model, but at roughly half the per-second cost — a good fit when you need to iterate on motion prompts quickly or animate images at scale before committing to a final high-cost render. It follows Muapi's standard asynchronous request/poll/webhook pattern. For the full-quality non-turbo mode, see MiniMax H3 Max Image to Video; for pure text-to-video, see MiniMax H3 Max Turbo Text to Video.

1Rapid motion-prompt iteration: Test many animation prompts cheaply on a source image before rendering a final high-resolution clip.
2High-volume product animation: Animate large batches of product photography for social or ad testing at lower cost.
3Draft previsualization: Rough out how a static image should move before committing budget to the full H3 Max render.
4Budget-constrained campaigns: Animate approved key art or photography at a lower per-second rate than the standard H3 Max model.
💰

价格与价值

成本分析

muapiapp起价 $0.01625/秒 (480p) up to $0.052/秒 (1080p)

Launch 定价 through Sep 30, 2026 (UTC): From $0.01625/sec (480p) up to $0.052/sec (1080p) — roughly half the standard H3 Max rate. From Oct 1, 2026 the standard rate applies: $0.0325–$0.104/sec by resolution. 按次生成, 无需订阅.

Replicate暂不可用

MiniMax H3 Max Turbo is 未在 Replicate.

** 竞品价格根据相似模型架构和使用层级估算。

⚙️

技术详情

配置参数

提示词string

描述运动、动作和镜头移动。

默认值The camera slowly pushes in as the subject turns toward the light and fabric moves in a soft breeze.
图像 URLstring

Starting frame image. The output canvas follows this image.

默认值undefined
结束图像 URLstring

可选的 final frame image. Can be used alone for end-keyframe generation.

默认值undefined
分辨率枚举(3 个选项)

-

默认值768p
时长枚举(11 个选项)

输出时长(秒)。

默认值5
Prompt Expansion Mode枚举(3 个选项)

Prompt rewriting effort level.

默认值balanced
📖

实施指南

开发者文档

How to Use MiniMax H3 Max Turbo Image to Video

  1. Provide a source frame: Set image_url to your starting image, or end_image_url alone to generate up to that frame. At least one of the two is required.

  2. Describe the motion: Write prompt to describe the motion, action, and camera movement you want applied to the image.

  3. Pick resolution and duration: Set resolution to 480p, 768p, or 1080p, and duration to any value from 5 to 15 seconds.

  4. Choose prompt expansion (optional): Set prompt_expansion_mode to disabled, balanced (default), or quality.

  5. Submit and retrieve: POST the request, then poll /predictions/{request_id}/result or supply a webhook_url to receive the finished video URL.

curl -X POST https://api.muapi.ai/api/v1/minimax-h3-max-turbo-image-to-video \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "The camera slowly pushes in as the subject turns toward the light and fabric moves in a soft breeze.",
    "image_url": "https://example.com/portrait.jpg",
    "resolution": "768p",
    "duration": 6
  }'

常见问题

常见问答

How is Turbo different from the standard MiniMax H3 Max Image to Video model?

Turbo uses the same image, prompt, resolution, and duration options but renders at roughly half the per-second cost of the standard H3 Max image-to-video model, trading some quality for speed and price.

Do I need both a start and end image?

No. You need at least one of `image_url` or `end_image_url` — using only `end_image_url` generates motion leading up to that frame.

What resolutions and durations are supported?

Resolution can be 480p, 768p, or 1080p, and duration can be any value from 5 to 15 seconds.

When should I use Turbo instead of standard H3 Max Image to Video?

Use Turbo for rapid motion-prompt iteration or high-volume animation where cost matters more than peak quality, and switch to standard H3 Max for a final, polished render.

What is prompt_expansion_mode?

It controls how much the model rewrites your motion prompt before rendering. `disabled` uses your prompt as-is, `balanced` applies light rewriting, and `quality` applies the most thorough rewrite.

How do I retrieve the finished video?

Poll the request ID returned by the initial POST at `/predictions/{request_id}/result`, or pass a `webhook_url` to be notified when the video is ready.