Try LTX-2 Retake in the Workbench
Run this model interactively, tune parameters, and compare outputs.
lightricks-ltx-2-retake
LTX-2 Retake is a Multimodal LLM designed for targeted video editing. It excels in regenerating specific segments of existing videos (2-16 seconds) while preserving motion continuity, lighting, timing, and surrounding footage, enabling efficient revisions without full clip regeneration.
Some other noteworthy features of LTX-2 Retake include replace video only, replace audio only (e.g., dialogue or ambience), or replace both with natural language prompts; support for up to 20-second input clips at 1080p output; and seamless integration into iterative production workflows.
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 edit |
input_video | string | — | Input video to edit, must be 1080p. Format: uri. |
Optional parameters
| Field | Type | Default | Description |
|---|---|---|---|
start_time | number | 0 | Start time of the edit in seconds Range: 0 – +∞. |
duration | number | 6 | Duration of the edited section in seconds Range: 2 – 16. |
mode | string | "replace_video" | Mode of operation One of: replace_audio, replace_video, replace_audio_and_video. |