> ## 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 Edit Video

> Edits existing video using text instructions and optional reference images.

Edits existing video using text instructions and optional reference images.

**Model**

```bash theme={null}
Kling O1 Edit Video
```

## Inputs

* **prompt (STRING)**\
  Instruction describing how video should be edited.
* **video\_url (STRING)**\
  Input video to be edited.
* **image (IMAGE)**\
  Optional reference images (up to 4).
* **image\_url (STRING)**\
  URL version of reference images.
* **aspect\_ratio (STRING)**\
  Output video format.
* **duration (STRING)**\
  Output video duration in seconds.
* **mode (STRING)**\
  Quality mode. Options: std, pro

## Outputs

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