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

> Generates video from image and prompt with optional tail frame support.

Generates video from image and prompt with optional tail frame support.

**Model**

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

## Inputs

* **prompt (STRING)**\
  Main motion and scene description.
* **image (IMAGE)**\
  Required input image used as starting frame.
* **image\_url (STRING)**\
  URL version of input image.
* **negative\_prompt (STRING)**\
  Elements to exclude from generated video.
* **image\_tail (IMAGE)**\
  Optional end-frame image for motion guidance.
* **image\_tail\_url (STRING)**\
  URL version of end-frame image.
* **duration (STRING)**\
  Video length in seconds. Range: 3–15.
* **sound (STRING)**\
  Controls audio generation. Options: on, off

## Outputs

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