AvailableMiniMax · Hailuo video family

MiniMax H3 API

Use MiniMax H3 on Muapi for text-to-video, image-to-video, and frame-controlled video workflows. Each model page uses Muapi's unified asynchronous API pattern, so your application can submit a request, track its status, and retrieve the completed video with one API key.

MiniMax H3 is designed for prompt-led video generation, image animation, and controlled frame transitions. Choose the workflow that fits your creative pipeline, then use the standard Muapi request and polling flow to manage the generation.

MiniMax H3 model pages

Choose the video-generation workflow for your application.

T2VAvailable

MiniMax H3 Text to Video

Generate a video directly from a detailed text prompt, from scene composition and action through camera direction and style.

Text to VideoPay per generation
Open model page →
I2VAvailable

MiniMax H3 Image to Video

Animate a supplied first-frame image with a motion prompt while keeping the original subject and composition as the visual starting point.

Image to VideoPay per generation
Open model page →
FLFAvailable

MiniMax H3 First & Last Frame

Guide a video from an opening image to an ending image for controlled transitions, transformations, and scene changes.

Frame ControlPay per generation
Open model page →

How the MiniMax H3 API will work

  1. Send a prompt and any supported image inputs to the selected H3 endpoint.
  2. Receive a request ID immediately and poll it, or supply a webhook for completion.
  3. Retrieve the completed video from the standard Muapi task response.

One MiniMax integration

Use MiniMax H3 alongside the rest of the MiniMax Hailuo catalog with one Muapi API key, unified task responses, and the same billing workflow.

Explore MiniMax models on Muapi →

What is the MiniMax H3 API?

MiniMax H3 is a video-generation model family available through Muapi's unified API. It gives developers three complementary ways to create video: start from a written idea, animate an existing still image, or direct a transformation between two exact frames. The same task lifecycle applies to each workflow, so you can build one video-generation pipeline rather than maintaining separate integrations for each mode.

For teams building creative products, marketing tools, video editors, or automated media workflows, MiniMax H3 provides a practical split between open-ended generation and tightly guided shots. Text to Video is the right starting point when the scene exists only in a brief. Image to Video turns approved key art or product photography into motion. First & Last Frame gives storyboards and before/after sequences a defined destination instead of leaving the final composition to chance.

Muapi standardizes authentication, asynchronous task responses, webhooks, and result retrieval across the text-to-video and image-to-video catalog. That means MiniMax H3 can sit alongside other video models in a routing or evaluation workflow without a new provider account or a second response format.

MiniMax H3 video-generation workflows

Text to Video

Use a descriptive prompt to define the subject, setting, action, camera direction, lighting, pacing, and visual style. This is the most flexible mode for concepts, storyboards, and entirely new scenes.

Try Text to Video

Image to Video

Start with an image that already contains the subject, art direction, and composition you want. The prompt focuses on motion: what changes, how the camera moves, and how the scene evolves over time.

Try Image to Video

First & Last Frame

Provide the opening and ending frames to control the beginning and destination of a shot. Use it for transitions, product reveals, wardrobe changes, location shifts, and storyboard continuity.

Try Frame Control

How to write better MiniMax H3 prompts

Use a director's brief, not a keyword list

The strongest video prompts establish a clear subject, place, movement, camera choice, and atmosphere. Give motion a reason: a gust of wind moves fabric, a tracking camera follows a runner, or a crane shot reveals the scale of a landscape.

  • Subject and action: who or what moves?
  • Environment and time: where does the shot take place?
  • Camera: dolly, orbit, handheld, locked-off, aerial, or close-up.
  • Look: lighting, palette, lens feel, and pacing.

Example prompt

A macro tracking shot follows a glass perfume bottle on blue silk as morning light moves across the label. The camera makes a slow 180-degree orbit; translucent fabric ripples in a gentle breeze, with soft editorial studio lighting and shallow depth of field.

For Image to Video, retain the visual facts already in the image and describe only the intended movement. For First & Last Frame, explain the transformation or camera path that connects the two compositions.

MiniMax H3 API integration pattern

Every MiniMax H3 request is asynchronous. Submit the generation request and store the returned request ID. Your application can poll for the final media URL or provide a webhook URL when submitting the task. This pattern keeps long-running video work off your request thread and is consistent with the rest of Muapi's generative-media APIs.

1. Submit a generation task

curl -X POST https://api.muapi.ai/api/v1/minimax-h3-text-to-video \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A cinematic aerial shot over a misty valley at sunrise"
  }'

2. Retrieve the completed result

curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \
  -H "x-api-key: YOUR_API_KEY"

The response contains the task status and generated output URL when the video is complete.

Common MiniMax H3 use cases

Performance marketing

Create product-motion concepts, social ads, and visual variations from campaign briefs or approved product photography.

Pre-production

Turn scripts and storyboards into fast animatics, camera references, and transition studies before a live shoot.

Social content

Generate vertical-ready motion concepts, visual hooks, and short scene cutaways for creator workflows.

Creative tools

Add video generation to a design, presentation, ecommerce, or agent-driven application through one API contract.

MiniMax H3 API FAQ

What can I create with MiniMax H3?

Create videos from a text prompt, animate a source image, or guide a transition between first and last frames.

Which MiniMax H3 workflow should I use?

Use Text to Video for an original scene, Image to Video when you need to preserve a supplied composition, and First & Last Frame when the final composition is as important as the starting image.

How do I keep my application responsive during generation?

Store the request ID returned by the submit call. Poll the prediction result endpoint from a worker or receive completion through a webhook instead of keeping a browser request open.

Can I use MiniMax H3 with other video models?

Yes. Muapi uses a shared authentication and task-response pattern across the catalog, making it practical to route, compare, or fall back between video models in one product.

How is MiniMax H3 billed?

MiniMax H3 uses Muapi's pay-per-generation billing model. Review the model page for the current pricing details associated with the selected workflow.

Will I need a separate API key?

No. MiniMax H3 uses your existing Muapi API key, together with the same task polling and webhook pattern as other Muapi models.