MiniMax H3 Max Image to Video API: 이미지를 비디오로

Animate images into 1080p video with the MiniMax H3 Max API on Muapi. Start/end frame control, pay per generation. MiniMax H3 Max Image to Video animates a source image with a motion prompt at up to 1080p through the Muapi API.

Interactive model controls

MiniMax H3 Max Image to Video animates a source image with a motion prompt at up to 1080p through the Muapi API.

📝

개요

이 모델 정보

MiniMax H3 Max Image to Video animates a source image into a moving video clip at up to 1080p resolution, guided by a motion prompt. Supply a starting frame with image_url, an optional end_image_url to anchor the final frame, and describe the camera movement and action you want in between. Durations run from 5 to 15 seconds across six aspect ratios, with an optional prompt-expansion pass for richer motion detail. It follows Muapi's standard asynchronous request/poll/webhook pattern. For pure text-to-video generation without a source image, see MiniMax H3 Max Text to Video; to blend multiple image, video, and audio references, see MiniMax H3 Max Reference to Video.

1Product photography animation: Turn a static product shot into a moving showcase clip.
2Portrait and avatar motion: Animate a still portrait with natural camera push-ins or subtle motion.
3Start/end frame control: Use both a starting and ending image to guide a precise transition.
4Marketing asset repurposing: Convert existing brand imagery into short-form video content.
💰

가격 및 가치

비용 분석

muapiappFrom $0.0325/sec (480p) up to $0.104/sec (1080p)

Launch pricing through Sep 30, 2026 (UTC): From $0.0325/sec (480p) up to $0.104/sec (1080p). From Oct 1, 2026 the standard rate applies: $0.065–$0.208/sec by resolution. Pay-per-generation, no subscription.

Replicate제공되지 않음

MiniMax H3 Max is not listed on 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

Optional final frame image. Can be used alone for end-keyframe generation.

기본값undefined
해상도열거형(3 옵션)

-

기본값768p
기간(초)열거형(11 옵션)

출력 지속 시간 () .

기본값5
Prompt Expansion Mode열거형(3 옵션)

Prompt rewriting effort. 'quality' can add up to ~30s of processing.

기본값balanced
📖

구현 가이드

개발자 문서

How to Use MiniMax H3 Max 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 for stronger prompt rewriting before generation.

  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-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": "1080p",
    "duration": 6
  }'

일반적인 질문

자주 묻는 질문

What does MiniMax H3 Max Image to Video generate?

It animates a source image into a video clip, using a text prompt to describe the desired motion and camera movement, at up to 1080p resolution.

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.

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.

Can I control the exact end frame of the video?

Yes, supply `end_image_url` alongside or instead of `image_url` to anchor how the clip ends.