← All models
MiniMax H3 Image to Video
h3-image-to-video
Video editby infery
MiniMax H3 is a frontier video model. This endpoint animates a supplied image into 2K video, using it as the opening frame or pairs a first and last frame to control a transition between two images with the aspect ratio following the input.
Pricing
- Price
- 32.5 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| promptrequired | string | Text prompt for video generation |
| duration | integer | The duration of the video in seconds. |
| image_urlrequired | string | URL of the image to use as the first frame. The output aspect ratio follows this image. |
| resolution | string | The resolution of the generated video. Only 2K is currently supported. |
| end_image_url | — | Optional URL of the image to use as the last frame, for first-to-last keyframe generation. |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video |
