> For the complete documentation index, see [llms.txt](https://docs.daisy.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daisy.so/core-tools/create/animation/seedance.md).

# Seedance

**Affordable video generation with HD and audio**

Seedance 1.5 Pro is daisy's most affordable video model, starting at just 8 credits for a 5-second video. It supports HD output, audio generation, and durations up to 10 seconds.

## Model

### Seedance 1.5 Pro

**Standard quality:**

| Duration | 1x | Audio | HD | HD + Audio |
| -------- | -- | ----- | -- | ---------- |
| 5s       | 8  | 15    | 16 | 32         |
| 10s      | 15 | 29    | 32 | 63         |

**Batch (4x):**

| Duration | 4x | Audio 4x | HD 4x | HD + Audio 4x |
| -------- | -- | -------- | ----- | ------------- |
| 5s       | 28 | 56       | 60    | 120           |
| 10s      | 56 | 111      | 120   | 240           |

## Capabilities

### Audio

Generate videos with synchronized audio. Enabling audio roughly doubles the credit cost.

### HD Video

Increase output resolution with the HD toggle. HD roughly doubles the credit cost. HD and Audio can be combined.

### Durations

5 seconds or 10 seconds.

### Batch (4x)

Generate 4 videos at once with \~6% per-video savings.

### Processing Time

\~2-3 minutes per video.

***

**Back to** [**Animation Overview →**](/core-tools/create/animation.md) | **Full pricing at** [**Credits →**](/pricing/credits.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.daisy.so/core-tools/create/animation/seedance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
