infery
← All models

H3 Max Extend Video

minimax/h3-max/extend-video

Video generationby MiniMax

H3 Max Extend Video adds a text-guided continuation to an existing video. It supports prompt expansion, adjustable duration and aspect ratio, and output resolutions from 480p to 2K, returning either the full extended video or only the new footage.

Example

Details

Accepts
text

Pricing

Price
6.25 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seed—Seed for the continuation. Random when omitted.
outputstringenum: extended, continuation'extended' returns the whole source video followed by the new footage. 'continuation' returns only the generated continuation.
promptrequiredstringWhat happens next. Describe the continuation, not the source.
durationintegerSeconds of new footage to add after the source. The actual duration may be slightly longer.
video_urlrequiredstringURL of the video to extend. Must be 1.625 s to 60 s long, up to 50 MB, aspect ratio between 0.4 and 2.5.
resolutionstringenum: 480P, 768P, 1080P, 2KOutput video resolution.
aspect_ratiostringenum: auto, 21:9, 16:9, 4:3, 1:1, 3:4…Output aspect ratio. 'auto' follows the source video. Other values crop the video to fit the selected ratio.
enable_safety_checkerbooleanModerate the source video and the prompt.
enable_prompt_expansionbooleanAutomatically enhance the prompt using the source video to help keep the continuation consistent. May increase processing time.

Output

FieldTypeDescription
seedintegerSeed used for the continuation.
video—The extended video, or only the continuation per 'output'.
sourceobjectSource video information: width, height, frame rate, duration, and audio.
timingsobject
durationnumberSeconds of returned video.
expanded_prompt—The prompt used after expansion, or null when unchanged.