> ## 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 Image To Video

> Converts a static image into a motion video with optional audio generation.

Converts a static image into a motion video with optional audio generation.

**Model**

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

## Inputs

### Required

* **prompt (STRING)**\
  Text description defining motion, style, and animation behavior.
* **duration (INT, default: 6)**\
  Length of the generated video in seconds.
* **resolution (STRING, default: 1920x1080)**\
  Output video resolution. Options: 1920x1080, 2560x1440, 3840x2160.
* **image (IMAGE)**\
  Input image used as the base frame for animation.

### Optional

* **image\_url (STRING)**\
  URL version of the input image.
* **fps (INT, default: 25)**\
  Frame rate of generated video. Options: 25, 50.
* **generate\_audio (BOOLEAN, default: True)**\
  Enables or disables AI-generated audio.
* **camera\_motion (STRING)**\
  Defines camera movement style applied to video generation.

## Outputs

* **video (VIDEO)**\
  Generated animated video tensor.
* **video\_url (STRING)**\
  Public URL of the generated video.
* **file\_path (STRING)**\
  Local path where the video is stored.
