> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-comfy-docs-comfyapi-search.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LtxApi25AudioToVideo - ComfyUI Built-in Node Documentation

> This node generates a video that follows an audio track using the LTX 2.5 model.

This node generates a video that follows an audio track using the LTX 2.5 model. The audio determines the video duration (between 2 and 20 seconds), and you can optionally provide an image to use as the first frame. The video is generated through the LTX 2.5 API service.

## Inputs

| Parameter    | Description                                                                                                                                                              | Data Type | Required | Range                                 |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | -------- | ------------------------------------- |
| `audio`      | Audio track driving the video. Its length (2-20 seconds) sets the video duration.                                                                                        | AUDIO     | Yes      | 2-20 seconds                          |
| `model`      | The LTX 2.5 model version to use. Selecting a model also reveals the `resolution` sub-option for that model.                                                             | COMBO     | Yes      | "LTX-2.5 (Fast)"<br />"LTX-2.5 (Pro)" |
| `resolution` | The output resolution of the generated video. This sub-option is shown under the selected `model` (default: "1920x1080"). Both models offer the same resolution options. | COMBO     | Yes      | "1920x1080"<br />"1080x1920"          |
| `prompt`     | A text description that guides the content of the generated video (default: ""). Must contain at least 1 character and at most 10000 characters.                         | STRING    | Yes      | 1-10000 characters                    |
| `seed`       | A number that controls the randomness of the generation. The same seed produces the same result (default: 42).                                                           | INT       | Yes      | Any integer                           |
| `image`      | Optional first frame to be used for the video. Only one image is supported.                                                                                              | IMAGE     | No       | Single image                          |

Notes on constraints:

* The audio duration must be between 2 and 20 seconds; the node raises an error if it is outside this range.
* The prompt is required and cannot be empty; it must be between 1 and 10000 characters.
* Only a single input image is accepted when `image` is provided.

## Outputs

| Output Name | Description                                             | Data Type |
| ----------- | ------------------------------------------------------- | --------- |
| `video`     | The generated video driven by the provided audio track. | VIDEO     |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/LtxApi25AudioToVideo/en.md)

***

**Source fingerprint (SHA-256):** `ae0d0123c0421f645448496d30a53a21aba1728310180719a4c4599eca8351c5`
