> ## 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.

# SkyReels Text-to-Video

> Generates cinematic video from a text prompt using SkyReels V4.

Generates cinematic video from a text prompt using SkyReels V4.

**Model**

```bash theme={null}
skyreels-v4-text-to-video
```

## Inputs

* **prompt (required)**\
  Type: STRING\
  Description: Text prompt describing the video content.
* **duration (optional)**\
  Type: INT\
  Default: 5\
  Range: 3–15\
  Description: Duration of the generated video in seconds.
* **aspect\_ratio (optional)**\
  Type: ENUM\
  Options: 16:9, 4:3, 1:1, 9:16, 3:4\
  Default: 16:9\
  Description: Controls the aspect ratio of the output video.
* **sound (optional)**\
  Type: BOOLEAN\
  Default: False\
  Description: Enables audio generation for the video.
* **mode (optional)**\
  Type: ENUM\
  Options: std, fast, pro\
  Default: std\
  Description: Controls generation quality vs speed.

## Outputs

* **video (VIDEO)**\
  Generated video tensor.
* **video\_url (STRING)**\
  Public URL of generated video.
* **file\_path (STRING)**\
  Local saved video path.
