> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Ltx2 Fast TextToVideo

> Generates video directly from a text prompt.

Generates video directly from a text prompt.

**Model**

```bash theme={null}
ltx-2-fast-text-to-video
```

## Inputs

### Required

* **prompt (STRING)**\
  Text description of the desired video.

### Optional

* **duration (INT, default: 6)**\
  Length of video in seconds.
* **resolution (STRING, default: 1920x1080)**\
  Output resolution of the video.
* **fps (INT, default: 25)**\
  Frame rate of generated video.
* **generate\_audio (BOOLEAN, default: True)**\
  Enables AI-generated audio track.
* **camera\_motion (STRING)**\
  Defines camera movement behavior in generated video.

## Outputs

* **video (VIDEO)**\
  Generated video output.
* **video\_url (STRING)**\
  Public URL of video.
* **file\_path (STRING)**\
  Local storage path.
