---
title: "seedream-5-pro-edit API — Seedream 收費詳情與規格"
url: "https://runapi.ai/zh-HK/models/seedream/5-pro-edit.md"
canonical: "https://runapi.ai/zh-HK/models/seedream/5-pro-edit.md"
locale: "zh-HK"
model: "Seedream"
provider: "Bytedance"
variant_id: "seedream-5-pro-edit"
sdk_model_id: "seedream-5-pro-edit"
modality: "image"
price_from_cents: 7
billing_unit: "call"
status: "active"
---

# Seedream seedream-5-pro-edit API

透過 RunAPI 使用 Seedream 系列的 seedream-5-pro-edit。按次收費，無需訂閱，失敗的生成不扣費。

## Pricing

**$0.070** per call

失敗的生成不會收費

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `seedream-5-pro-edit` |
| Provider | Bytedance |
| Modality | image |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/seedream/edit_image` |
| Status | active |

## Request example

```json
{
  "model": "seedream-5-pro-edit",
  "image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
  "prompt": "Create a social media graphic for a coffee shop sale with the text '50% OFF' in bold, warm tones, 4K."
}
```

## Install the skill

```sh
npx skills add runapi-ai/seedream -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Seedream seedream-5-pro-edit features to an application.

```json
{
  "model": "seedream-5-pro-edit"
}
```

## FAQ

### 模型 ID 會否在不同版本之間保持穩定？

RunAPI 會保持 model ID 穩定，並處理相容的版本更新，而不需要改動你的 request 格式。

### 這個 variant 的 rate limit 係多少？

每個 key 的 rate limit 會按使用層級而定。請查看定價頁了解最新限制。

### 之後可以切換 variant 嗎？

可以——variant 只係一個旗標。只要更改 model 參數就可以切換。

### 支援 streaming 嗎？

在可用 streaming 的情況下，RunAPI 會端到端串流。

### 我應該在邊度回報品質問題？

可以在公開 GitHub repo 開 issue，或者電郵支援團隊。


## Related

Other Seedream variants:

- [seedream-4.5-edit](https://runapi.ai/zh-HK/models/seedream/4.5-edit.md) — `4.5-edit` · $0.070
- [seedream-4.5-text-to-image](https://runapi.ai/zh-HK/models/seedream/4.5-text-to-image.md) — `4.5-text-to-image` · $0.070
- [seedream-5-lite-edit](https://runapi.ai/zh-HK/models/seedream/5-lite-edit.md) — `5-lite-edit` · $0.060
- [seedream-5-lite-text-to-image](https://runapi.ai/zh-HK/models/seedream/5-lite-text-to-image.md) — `5-lite-text-to-image` · $0.060
- [seedream-5-pro-text-to-image](https://runapi.ai/zh-HK/models/seedream/5-pro-text-to-image.md) — `5-pro-text-to-image` · $0.070
- [seedream-v4-edit](https://runapi.ai/zh-HK/models/seedream/v4-edit.md) — `v4-edit` · $0.100
- [seedream-v4-text-to-image](https://runapi.ai/zh-HK/models/seedream/v4-text-to-image.md) — `v4-text-to-image` · $0.100
