aspect_ratiostring · optionalValue supplied for aspect ratio.
enum: 16:9, 4:3, 3:2, 1:1, 2:3, 3:4, 9:16
Loading tools…
xAI
Generate video from a text prompt with duration, resolution and aspect-ratio controls.
Create a 480p, 720p or 1080p Grok Imagine Video 1.5 clip from text with explicit duration, resolution and aspect ratio. Scrollport preserves the generated MP4 as a private artifact and charges only the selected resolution-seconds.
Agents select this operation with tool ID xai.grok-imagine-video-1-5-text-to-video, then check its current inputs and price before a run.
aspect_ratiostring · optionalValue supplied for aspect ratio.
enum: 16:9, 4:3, 3:2, 1:1, 2:3, 3:4, 9:16
durationinteger · optionalValue supplied for duration.
minimum: 1 · maximum: 15
promptstring · requiredInstruction describing the requested generated output.
minLength: 1 · maxLength: 4096
resolutionstring · optionalValue supplied for resolution.
enum: 480p, 720p, 1080p
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": "xai.grok-imagine-video-1-5-text-to-video",
"input": {
"prompt": "a white kitten follows a butterfly through a sunlit garden as the camera tracks gently beside it",
"duration": 3,
"resolution": "480p",
"aspect_ratio": "16:9"
}
}{
"note": "video returned as an artifact",
"video": {
"audio": true,
"resolution": "480p",
"content_type": "video/mp4",
"duration_seconds": 3
}
}invalid_input: duration must be 1–15 seconds and resolution must be 480p, 720p or 1080pexample: {"prompt":"a white kitten follows a butterfly through a sunlit garden as the camera tracks gently beside it","duration":3,"resolution":"480p","aspect_ratio":"16:9"}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.