> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-router-model-page-pilot.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MiniMax H3 API Video Generation in ComfyUI

> Learn how to use the MiniMax H3 API nodes in ComfyUI with cloud workflows for text-to-video, first/last-frame video, and reference-to-video, all with native stereo audio

[MiniMax H3](https://www.minimax.io/blog/minimax-h3) is MiniMax's general-purpose, omni-modal generation model, available in ComfyUI through the MiniMax H3 API nodes. The API workflows run generation on MiniMax's servers, so no model downloads or local GPU is required, and each second of generated video is billed to your Comfy API account.

MiniMax H3 generates video with **native stereo audio**: voice, sound effects, and music are modeled together in a single forward pass instead of being layered on afterward. Output is up to 2K resolution at 5-15 seconds per clip.

<Note>
  These API workflows run on MiniMax's servers through your Comfy account. To run H3 locally on your own hardware for commercial work, you need a [MiniMax commercial license](https://comfy.org/minimax/license), available through Comfy, the only official reseller.
</Note>

## What MiniMax H3 is good at

* **Native stereo audio**: Voice, sound effects, and music are modeled together with the video in a single forward pass instead of being layered on afterward
* **High-resolution output**: Up to 2K resolution at 5-15 seconds per clip
* **Text-to-video**: Generates videos, with audio, from text prompts
* **First-last-frame video**: Generates the motion between a first frame and an optional last frame image
* **Reference-conditioned generation**: Generates videos conditioned on up to 9 reference images, 3 reference videos, and 3 reference audio clips

## Example outputs

Text-to-video generation from a single prompt, with native stereo audio:

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_minimax_h3_t2v.mp4" />

First-last-frame generation, with the model creating the motion between two frames:

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_minimax_h3_flf2v.mp4" />

## Use it in ComfyUI

<Card title="MiniMax H3 workflows" icon="diagram-project" href="/tutorials/partner-nodes/minimax/minimax-h3/workflow">
  Run the text-to-video, first-last-frame, and reference-to-video workflows in ComfyUI, locally or on Comfy Cloud
</Card>
