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

> Character animation model that transfers the motion from a reference video to a subject supplied in a source image.

Wan Animate creates a new video by combining the identity and appearance from a source image with the movement and timing from a reference video.

It is designed for character performance transfer, presenter animation, dance and gesture recreation, and other workflows where a still subject should follow an existing performance.

The output duration follows the reference video. Wan Animate supports 480p and 720p output, an optional text prompt, and reproducible seeds. In GENGEN, it uses the shared Wan video task endpoint and returns `wananimate:<remote_id>` public task IDs.

## Model ID

```text theme={"dark"}
wan-animate
```

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

## Supported modes

* `image_video_to_video`

## Inputs

* `Image`
* `Video`
* `Text`

## Outputs

* `Video`

## Capabilities

* `Image and video-to-video`

### Additional capabilities

* `Motion transfer`
* `Character animation`
* `Seed control`

## Technical details

| Property          | Value                                       |
| ----------------- | ------------------------------------------- |
| Provider          | `wan`                                       |
| Modality          | `video`                                     |
| Processing        | `Asynchronous task`                         |
| Endpoint          | `/api/gengen/v1/contents/generations/tasks` |
| Resolutions       | `480p, 720p`                                |
| Audio generation  | `Not 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.
