minimax-h3

Generate MiniMax Hailuo 3.0 video clips through hosted APIs or local ComfyUI workflows.

Updated Sep 1, 2026
One-click install
npx skills add https://github.com/zamansepeti43/c-rak-agent --skill minimax-h3-zamansepeti43
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-h3
Source: https://github.com/zamansepeti43/c-rak-agent/tree/main/video-engine/.agents/skills/minimax-h3
Command: npx skills add https://github.com/zamansepeti43/c-rak-agent --skill minimax-h3-zamansepeti43

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Choosing the correct provider, model identifier, and parameters for MiniMax H3 (Hailuo 3.0) video generation is confusing because each platform uses different names, resolutions, and duration limits. This Skill routes requests to the right API and prevents identifier mix-ups. ## Core Features & Use Cases - Multi-provider routing: Generate video through the MiniMax v2 API, fal.ai, Runway, ComfyUI Partner Nodes, or local open weights in ComfyUI, each with its correct model identifier. - Multiple generation modes: Supports text-to-video, image-to-video, first/last-frame animation, and reference-conditioned video combining images, video, and audio. - Use Case: A creator needs a 10-second 2K clip animated between two keyframe images. The Skill selects the MiniMax direct route with MiniMax-H3, supplies both frames, and writes a prompt describing the motion between them. ## Quick Start Generate a 10-second MiniMax H3 video from this first frame and last frame, describing the camera motion between them.

Frequently Asked Questions about minimax-h3

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate MiniMax Hailuo 3.0 video from text?

Use text-to-video with a concrete aspect ratio rather than adaptive, and write a prompt covering subject, action, camera path, environment, lighting, and audio intent. Keep the requested motion achievable within the 4-15 second clip duration.

What is the difference between MiniMax-H3, hailuo-03, and hailuo3?

These are provider-specific identifiers for the same Hailuo 3.0 family. The MiniMax v2 API uses MiniMax-H3, fal.ai uses hailuo-03, and Runway uses hailuo3. Do not substitute one provider's identifier into another API.

Can I run MiniMax H3 locally without a hosted API?

Yes, through the ComfyUI open-weights route using the official workflow exported in API format. It requires a local GPU plus the diffusion model, Qwen3-VL text encoder, video VAE, and audio VAE, and works offline once all models are installed.

Does MiniMax H3 support first and last frame animation?

Yes, first/last-frame animation is supported by providing both images and describing the motion between them in the prompt. Image-to-video requires only a first frame, while reference-to-video can combine images, videos, and audio.

What resolution and duration limits apply to Hailuo 3.0 video?

The direct MiniMax v2 route outputs 2K with 4-15 second durations. Runway's Hailuo 3.0 route supports 768P or 2K with documented 5-15 second durations. Limits vary by provider, so check the chosen route before generating.