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

# Seedance 2.5

> BytePlus's latest multimodal video model with coherent generation up to 30 seconds, video editing and extension, and up to 50 reference assets.

Seedance 2.5 is BytePlus ModelArk's latest multimodal video generation model. It supports text-to-video, first-frame and first-and-last-frame generation, multimodal reference creation, video editing, and video extension.

Compared with the Seedance 2.0 series, it extends output duration to 30 seconds and accepts up to 30 reference images, 10 reference videos, and 10 reference audio clips. Each reference video or audio clip must be 2-30 seconds long, and the combined duration for each media type must not exceed 30 seconds.

Use Seedance 2.5 for longer coherent sequences, richer multi-asset direction, synchronized audio, multilingual dialogue, and professional MP4 or MOV output workflows.

For omni-reference workflows, set an explicit GENGEN mode when you know the operation: `multimodal_reference` maps to reference-to-video, `video_modify` maps to video editing, and `video_extend` maps to video extension. Edit and extend prompts must clearly describe the matching operation. If mode is omitted, BytePlus keeps its default automatic task classification. Even an explicitly typed task can fail asynchronously if its prompt describes a different operation.

`controls.outputFormat` defaults to `mp4`. Choose `mov` for higher color precision and more consistent color and brightness in grading, keying, compositing, editing, and extension workflows. MOV output uses H.264 video, YUV 4:4:4 chroma sampling, and PCM audio, which is not supported by every player.

## Model ID

```text theme={"dark"}
dreamina-seedance-2-5-260628
```

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

## Supported modes

* `text_to_video`
* `image_first_frame`
* `image_first_last_frame`
* `multimodal_reference`
* `video_modify`
* `video_extend`

## Inputs

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

## Outputs

* `Video`

## Capabilities

* `Multimodality-to-video`
* `Video editing`
* `Video extension`

### Additional capabilities

* `Up to 30-second output`
* `Up to 50 reference assets`
* `Explicit reference, edit, and extend task validation`
* `MP4 and professional MOV output`

## Technical details

| Property          | Value                                                                                                  |
| ----------------- | ------------------------------------------------------------------------------------------------------ |
| Provider          | `byteplus-modelark`                                                                                    |
| Modality          | `video`                                                                                                |
| Processing        | `Asynchronous task`                                                                                    |
| Endpoint          | `/api/gengen/v1/contents/generations/tasks`                                                            |
| Durations         | `4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30` |
| Resolutions       | `480p, 720p, 1080p`                                                                                    |
| Aspect ratios     | `21:9, 16:9, 4:3, 1:1, 3:4, 9:16, adaptive`                                                            |
| Frame rate        | `24 fps`                                                                                               |
| Concurrency       | `3 individual / 10 enterprise concurrent tasks`                                                        |
| Rate limit        | `180 individual / 600 enterprise RPM`                                                                  |
| Audio generation  | `Supported`                                                                                            |
| Watermark control | `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.
