← All models
Outpaint high-quality video using LTX-2.3 with Lora
Example
Details
- Accepts
- video
Pricing
- Price
- 0.301 cr / megapixel
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducibility. If None, a random seed is chosen. |
| lorasrequired | array | Up to 3 LoRAs to apply on top of LTX-2.3. Each path is downloaded through the registry SSRF-safe downloader before it is loaded. Max size: 3 GB per LoRA. |
| promptrequired | string | The prompt to guide the outpainted video generation. |
| sync_mode | boolean | If True, the media is returned as a data URI inline in the response. Useful for short-lived requests and tests. |
| video_urlrequired | string | The source video to spatially outpaint. |
| num_frames | integer | The number of frames to generate. |
| resolution | — | Legacy exact target canvas size. For new requests, prefer aspect_ratio with output_resolution; this field remains supported for backwards compatibility. |
| aspect_ratio | stringenum: 21:9, 16:9, 4:3, 1:1, 3:4, 9:16… | Target aspect ratio for the outpainted video. Choose a different ratio than the input video to extend the frame cleanly, e.g. use 16:9 for a 4:3 source. |
| source_scale | number | Scale of the source video inside the target canvas before outpainting. 1.0 uses the largest source size that fits the target canvas, which is recommended for true aspect-ratio outpainting such as 4:3 to 16:9. Lower values create a zoom-out border around the source and are less stable. |
| video_quality | stringenum: low, medium, high, maximum | The quality preset of the generated video. |
| generate_audio | boolean | Whether to include audio in the returned video. When disabled, the final MP4 is returned without an audio track. |
| guidance_scale | number | Classifier-free guidance scale. The default is tuned for fast, high-quality generation. |
| video_strength | number | Strength of the IC-LoRA video guide for the original content. Higher values preserve the source video more strongly inside the outpainted canvas. |
| negative_prompt | string | The negative prompt to steer generation away from. |
| video_write_mode | stringenum: fast, balanced, small | The write mode of the generated video. |
| frames_per_second | number | Frames per second of the generated video. |
| output_resolution | stringenum: 480p, 720p, 1080p | Output resolution tier. 480p is faster, 720p is the default balance, and 1080p gives a larger canvas when it fits LTX limits. |
| num_inference_steps | integer | Number of inference steps. Defaults to 15 and can be increased up to 30. |
| enable_safety_checker | boolean | Whether to enable the safety checker. |
| enable_prompt_expansion | boolean | Whether to enable prompt expansion. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed actually used for generation. |
| video | — | The generated video. |
| prompt | string | The prompt used for generation (after any expansion). |