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

# Kling V3 Text To Video

> Generates video purely from text prompt.

Generates video purely from text prompt.

**Model**

```bash theme={null}
Kling V3 Text-to-Video
```

## Inputs

* **prompt (STRING)**\
  Primary text prompt describing video content.
* **negative\_prompt (STRING)**\
  Elements to exclude from video.
* **duration (STRING)**\
  Video length in seconds. Range: 3–15.
* **aspect\_ratio (STRING)**\
  Output video shape. Options: 16:9, 9:16, 1:1
* **sound (STRING)**\
  Audio generation toggle. Options: on, off

## Outputs

* **VIDEO (VIDEO)**\
  Generated video tensor output.
* **VIDEO\_URL (STRING)**\
  Public video URL.
* **FILE\_PATH (STRING)**\
  Local saved file path.
