Try LTX 2.3 Pro: Extend Video in the Workbench
Run this model interactively, tune parameters, and compare outputs.
ltx-2-3-pro-extend-video
LTX 2.3 (Extend Video) lengthens an existing clip by generating additional frames at the beginning or end using Lightricks LTX-2.3. An optional prompt describes what should happen in the extended portion, and the model uses surrounding footage as context to preserve motion continuity.
Extension can be applied at the end (default) or the start of the video, with a configurable amount of context drawn from the input clip. The video can be extended by up to 20 seconds per request.
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
- Basic parameters
- 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 |
|---|---|---|---|
input_video | string | — | The URL of the video to extend. Format: uri. |
Optional parameters
| Field | Type | Default | Description |
|---|---|---|---|
prompt | string | — | Description of what should happen in the extended portion of the video. |
duration | number | 5 | Duration in seconds to extend the video. Maximum 20 seconds. Range: -∞ – 20. |
mode | string | "end" | Where to extend the video: ‘end’ extends at the end, ‘start’ extends at the beginning. One of: start, end. |
context | number | — | Number of seconds from the input video to use as context for the extension (minimum 1 second, maximum 20 seconds). If not provided, defaults to maximize available context within the 505 frame limit. Range: 1 – 20. |