Try Grok Imagine - Video Edit in the Workbench
Run this model interactively, tune parameters, and compare outputs.
xai-grok-imagine-video-edit-video
Grok Imagine - Video Edit is a video generation model designed for editing existing videos.It excels in prompt-driven video modifications like object swapping, scene restyling, and character animation, offering native synchronized audio generation (including sound effects, dialogue, and music) alongside visuals at 720p resolution and 24fps, with fast processing times such as 45 seconds for an 8-second clip. Some other noteworthy capabilities of Grok Imagine - Video Edit include image-to-video generation from static images, support for multiple aspect ratios (e.g., 16:9, 9:16), and outputs up to 15 seconds in duration (with input videos resized to 854x480 and truncated to 8 seconds for editing).
| Metric | Value |
|---|---|
| Parameter Count | Unknown |
| Mixture of Experts | Unknown |
| Context Length | Unknown |
| Multilingual | No |
| Quantized* | Unknown |
| Precision* | Unknown |
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 description of what you want to generate, or the instruction on how to edit the given video. |
input_video | string | — | Video to use as reference. Format: uri. |
Optional parameters
| Field | Type | Default | Description |
|---|---|---|---|
aspect_ratio | string | "auto" | Resolution of the output video. One of: auto, 720p, 480p. |