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

> Lower-cost Seedance 2.0 video generation model with the same request and response surface as Seedance 2.0 Fast.

Seedance 2.0 Mini keeps the same GenGen request and response contract as Seedance 2.0 Fast while using a lower-cost pricing tier.

The model supports text-to-video, first-frame image-to-video, first-and-last-frame image-to-video, multimodal reference inputs, video editing, and video extension through the same Seedance 2.0 task endpoint.

Use Seedance 2.0 Mini when you need the Seedance 2.0 workflow at a lower per-token price and 480p or 720p output is sufficient.

## Model ID

```text theme={"dark"}
dreamina-seedance-2-0-mini-260615
```

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`

## 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`  |
| Resolutions       | `480p, 720p`                                |
| Aspect ratios     | `21:9, 16:9, 4:3, 1:1, 3:4, 9:16, adaptive` |
| Frame rate        | `24 fps`                                    |
| Concurrency       | `25 concurrent tasks`                       |
| Rate limit        | `180 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.
