> 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/edit/seedream.md).

# Seedream

**Image editing with sequence mode for consistent batches**

Seedream offers image editing with a unique sequence mode that generates images one after another for consistent style across a batch. Available in Standard (2K) and Pro (3K) tiers at the same credit cost.

## Models

| Tier     | Resolution | 1x | 4x |
| -------- | ---------- | -- | -- |
| Standard | 2K         | 14 | 53 |
| Pro      | 3K         | 14 | 53 |

Standard and Pro share the **same credit cost** — Pro simply outputs at a higher resolution (3K vs 2K). Select **Seedream** from the model dropdown, then toggle **Pro** for the higher-resolution output.

## Capabilities

### Edit

Provide an existing image and describe changes in natural language. Seedream maintains visual consistency while applying your edits — it's well-suited for batch workflows where you need multiple variations of similar content.

### Sequence Mode

Seedream's unique capability — not available on any other model. When generating a batch of images, **Seq** mode generates them one after another rather than independently. Each image in the batch builds on the context of the previous ones, producing images with consistent style, lighting, and mood across the entire set.

**When to use Sequence Mode:**

* Creating a cohesive series of images for a project
* Generating variations that need to share a unified visual style
* Producing content sets where consistency matters more than diversity

**When to skip it:**

* When you want maximum variety between outputs
* When generating a single image (no batch)

### Reference Images

Upload up to **5 reference images** to guide generation. Reference images help the model understand the style, composition, or subject you're aiming for.

## Options

### Pro Toggle

Switches between Standard (2K) and Pro (3K) resolution output. Both tiers cost the same credits — Pro is purely a resolution upgrade.

### Seq Toggle

Enable sequence mode for consistent batch generation. The **Seq** button appears in the toolbar when Seedream is selected. When active, images in a batch are generated sequentially rather than independently, producing more consistent results.

{% hint style="info" %}
Sequence mode is most effective when generating 4 images at once (batch). With a single image, it has no effect.
{% endhint %}

### Aspect Ratio

Choose from **1:1** (square), **4:3** (landscape), **16:9** (widescreen), or **9:16** (portrait/vertical).

### Output Count

Generate **1**, **2**, **3**, or **4** images per request. Generating 4 at once (batch) gives you a \~6% per-image discount:

| Count     | Credits |
| --------- | ------- |
| 1         | 14      |
| 2         | 28      |
| 3         | 42      |
| 4 (batch) | 53      |

*Credits are the same for Standard and Pro tiers.*

***

**Back to** [**Edit Overview →**](/core-tools/create/edit.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/edit/seedream.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.
