# Wan-2.6 Video (https://docs.fuser.studio/docs/nodes/video/wan-2-6-video)

_Provided by [Fal](https://fal.ai) — [Learn More](https://fal.ai/models/wan/v2.6/image-to-video)._

## Inputs [#inputs]

- **Prompt** (`textarea`) — The text prompt for video generation. For multi-shot videos, use format: 'Overall description. First shot [0-3s] content. Second shot [3-5s] content.'

- **Image Prompt** (`image`) — The image used as the first frame of the video.

   Optional: `true`

- **Video References** (`video`) _(accepts multiple)_ — Reference videos for subject consistency. Videos' FPS must be at least 16 FPS. Reference in prompt as `@Video1`, `@Video2`, `@Video3`. Works for people, animals, or objects.

   Optional: `true`

- **Audio** (`audio`) — The audio to use as the background music. If the audio duration exceeds the duration value (5, 10, or 15 seconds), the audio is truncated to the first N seconds, and the rest is discarded. If the audio is shorter than the video, the remaining part of the video will be silent.

   Optional: `true`

- **Negative Prompt** (`textarea`) — The negative prompt is used to guide the model to avoid generating videos that contain certain elements or concepts.

   Optional: `true`

- **Seed** (`seed`) — The same seed and prompt will output the same video every time.

   Optional: `true` • Default: `10205` • Minimum: `0` • Maximum: `65535`

- **Duration** (`dropdown`) — The duration of the generated video in seconds.

   Optional: `true` • Default: `5` • Accepts: `5s`, `10s`, `15s`

- **Resolution** (`dropdown`) — The resolution of the generated video.

   Optional: `true` • Default: `1080p` • Accepts: `720p`, `1080p`

- **Aspect Ratio** (`dropdown`) — The aspect ratio of the generated video. This value is ignored when using video references.

   Optional: `true` • Default: `16:9` • Accepts: `16:9`, `9:16`, `1:1`, `4:3`, `3:4`

- **Expand Prompt** (`toggle`) — Whether to expand the prompt using the model's own capabilities

   Optional: `true` • Default: `true`

- **Multi-Shots** (`toggle`) — When enabled, the model will generate a multi-shot video. If disabled, the model will generate a single-shot video.

   Optional: `true` • Default: `true`

- **Block NSFW** (`toggle`) — Whether to block NSFW content

   Optional: `true` • Default: `false`

## Outputs [#outputs]

- **Generated Video** (`video`) — The generated video from the model.