← All models
MiniMax H3 Image to Video LoRA
h3-image-to-video-lora
Video editby minimax
Images into video with synchronized audio using MiniMax H3; your image becomes the first frame, prompt optional, with trained LoRA support for subject consistency.
Example
Details
- Accepts
- image
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. |
| image_url | — | Optional URL of the image to use as the first frame. When provided, the output aspect ratio follows this image. When omitted, the request is handled as text-to-video (16:9 by default). |
| 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. |
| end_image_url | — | Optional URL of the image to use as the last frame, for first-to-last keyframe generation. |
| 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 |
