← All models
MiniMax H3 Text to Video LoRA
h3-text-to-video-lora
Video generationby minimax
Generate video with synchronized audio from a text prompt using MiniMax H3; load a trained LoRA at adjustable strength to lock in style, character, or motion.
Example
Details
- Accepts
- text
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 |
| 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: 21:9, 16:9, 4:3, 1:1, 3:4, 9:16 | The aspect ratio of the generated video. |
| 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 |
