MiniMax H3 Text to Video
Generate a video directly from a detailed text prompt, from scene composition and action through camera direction and style.
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.
Choose the video-generation workflow for your application.
Generate a video directly from a detailed text prompt, from scene composition and action through camera direction and style.
Animate a supplied first-frame image with a motion prompt while keeping the original subject and composition as the visual starting point.
Guide a video from an opening image to an ending image for controlled transitions, transformations, and scene changes.
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 →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.
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 →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 →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 →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.
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.
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.
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"
}'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.
Create product-motion concepts, social ads, and visual variations from campaign briefs or approved product photography.
Turn scripts and storyboards into fast animatics, camera references, and transition studies before a live shoot.
Generate vertical-ready motion concepts, visual hooks, and short scene cutaways for creator workflows.
Add video generation to a design, presentation, ecommerce, or agent-driven application through one API contract.
Create videos from a text prompt, animate a source image, or guide a transition between first and last frames.
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.
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.
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.
MiniMax H3 uses Muapi's pay-per-generation billing model. Review the model page for the current pricing details associated with the selected workflow.
No. MiniMax H3 uses your existing Muapi API key, together with the same task polling and webhook pattern as other Muapi models.