Try Grok Imagine Video 1.5 - Image to Video in the Workbench
Run this model interactively, tune parameters, and compare outputs.
xai-grok-imagine-video-1-5-image-to-video
Generate videos from images with audio using xAI’s Grok Imagine 1.5 Video model.
Example request
- Sync
- Async
- Async with SSE
This blocks until the video is ready (typically 5-15 minutes). Prefer Async or Async with SSE for anything beyond quick experimentation.See the video generation reference for more details.
- Minimal
- All parameters
Fetch model details
The models endpoint returns the full model object, including itsjson_request_schema.
Request parameters
Required parameters
| Field | Type | Default | Description |
|---|---|---|---|
prompt | string | — | Text prompt describing the video to generate |
input_image | string | — | First frame image for image-to-video generation Format: uri. |
Optional parameters
| Field | Type | Default | Description |
|---|---|---|---|
resolution | string | "720p" | Resolution quality of the generated video One of: 480p, 720p. |
duration | integer | — | Duration of the video in seconds Range: 1 – 15. |