durationinteger · optionalValue supplied for duration.
minimum: 4 · maximum: 15
Loading tools…
MiniMax
Generate video from a text prompt with bounded duration, resolution and aspect-ratio controls.
Create a 768P or 2K MiniMax H3 video from text with an explicit duration and aspect ratio, so an agent can see the complete maximum charge before execution. Scrollport validates the returned model and usage, downloads the time-limited provider output, and preserves the MP4 as a private artifact rather than exposing the provider URL.
Agents select this operation with tool ID minimax.h3-text-to-video, then check its current inputs and price before a run.
durationinteger · optionalValue supplied for duration.
minimum: 4 · maximum: 15
promptstring · requiredInstruction describing the requested generated output.
minLength: 1 · maxLength: 7000
ratiostring · optionalValue supplied for ratio.
enum: 21:9, 16:9, 4:3, 1:1, 3:4, 9:16
resolutionstring · optionalValue supplied for resolution.
enum: 768P, 2K
notestringReturned note value.
videoobjectReturned video value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "minimax.h3-text-to-video",
"input": {
"ratio": "1:1",
"prompt": "A cobalt-blue reusable bottle turns slowly on a pale stone plinth, soft daylight, locked camera, clean product video.",
"duration": 4,
"resolution": "768P"
}
}{
"note": "video returned as an artifact",
"video": {
"ratio": "1:1",
"resolution": "768P",
"content_type": "video/mp4",
"duration_seconds": 4
}
}invalid_input: duration must be 4–15 whole seconds and resolution must be 768P or 2Kexample: {"prompt":"A cobalt-blue reusable bottle turns slowly on a pale stone plinth, soft daylight, locked camera, clean product video.","duration":4,"resolution":"768P","ratio":"1:1"}upstream_output_invalid: MiniMax H3 generated a video, but Scrollport could not preserve valid bounded video evidence.The wallet was not charged. Retry once; if it repeats, inspect the private provider evidence.Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.