> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gengen.farm/llms.txt
> Use this file to discover all available pages before exploring further.

# Wan 2.7 Image-to-Video

> Image-to-video model for generating high-resolution videos from a reference image and text prompt, with optional audio guidance and prompt rewriting.

Wan 2.7 is an image-to-video generation model. It takes a reference image and text prompt as the core creative inputs, then produces a video clip that follows the subject, framing, and visual direction established by the source image.

The model is suited for short-form product motion, character or object animation, visual concept exploration, and social video assets where an existing image should become the anchor for camera movement and scene dynamics.

Wan 2.7 supports 720p and 1080p output, 2-15 second durations, optional audio input, negative prompts, prompt rewriting, and reproducible seeds. In GENGEN, it uses the same canonical video task endpoint as Seedance models and returns `wan27:<remote_id>` public task IDs.

## Model ID

```text theme={"dark"}
wan2.7-i2v-spicy
```

Pass this exact public ID in the top-level `model` field. Do not substitute an upstream provider alias.

## Supported modes

* `image_to_video`

## Inputs

* `Image`
* `Audio`
* `Text`

## Outputs

* `Video`

## Capabilities

* `Image-to-video`

### Additional capabilities

* `Image-to-video`
* `Audio input`
* `Prompt rewriting`

## Technical details

| Property          | Value                                            |
| ----------------- | ------------------------------------------------ |
| Provider          | `wan`                                            |
| Modality          | `video`                                          |
| Processing        | `Asynchronous task`                              |
| Endpoint          | `/api/gengen/v1/contents/generations/tasks`      |
| Durations         | `2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15` |
| Resolutions       | `720p, 1080p`                                    |
| Audio generation  | `Supported`                                      |
| Watermark control | `Not supported`                                  |

<Note>
  Availability and final customer prices can change. Check the [Dashboard model catalog](https://gengen.farm/dashboard?section=models) before production use.
</Note>

See the [API reference overview](/api-reference/introduction) for authentication, request conventions, and response schemas.
