← All models
MiniMax H3 Reference to Video LoRA
h3-reference-to-video-lora
Video generationby minimax
References into video with synchronized audio using MiniMax H3
Example
Details
- Accepts
- text + audio + image + video
Pricing
- Price
- 0.021 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed. A random seed is selected when omitted. |
| lorasrequired | array | List of LoRA adapters to apply to the transformer. |
| promptrequired | string | Text prompt for video generation. Refer to reference assets by their modality and order in the reference lists: Image 1, Image 2, Video 1, Audio 1, and so on. |
| duration | integer | The duration of the video in seconds. |
| resolution | stringenum: 480P, 768P, 2K, 4K | The resolution of the generated video. 480P and 768P are native generation modes; 2K and 4K upscale a 768P base result. |
| aspect_ratio | stringenum: adaptive, 21:9, 16:9, 4:3, 1:1, 3:4… | The aspect ratio of the generated video. |
| reference_audio_urls | array | URLs of reference audio clips (2-15 seconds each, combined duration at most 15 seconds), referenced in the prompt as Audio 1, Audio 2, and so on. Audio cannot be the only reference input; provide at least one reference image or video with it. Reference images, videos, and audio clips must add up to … |
| reference_image_urls | array | URLs of subject/style reference images, referenced in the prompt as Image 1, Image 2, and so on. Reference images, videos, and audio clips must add up to at most 12 files. |
| reference_video_urls | array | URLs of motion/reference video clips (2-15 seconds each, combined duration at most 15 seconds), referenced in the prompt as Video 1, Video 2, and so on. Reference images, videos, and audio clips must add up to at most 12 files. |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. |
| enable_prompt_expansion | boolean | Whether to expand the prompt with a vision language model before generation. |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video |
