---
title: "seedream-5-pro-edit API — Seedream 價格與規格"
url: "https://runapi.ai/zh-TW/models/seedream/5-pro-edit.md"
canonical: "https://runapi.ai/zh-TW/models/seedream/5-pro-edit.md"
locale: "zh-TW"
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 穩定，並在不改變請求格式的情況下處理相容版本更新。

### 這個 variant 的速率限制是多少？

每個金鑰的速率限制會依使用方案而調整。請查看定價頁面以了解目前限制。

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

可以——variant 只是旗標。只要變更 model 參數即可切換。

### 它支援串流嗎？

只要支援串流，RunAPI 就會端到端串流。

### 我該在哪裡回報品質問題？

請在公開 GitHub repo 提交 issue，或寄信給支援。


## Related

Other Seedream variants:

- [seedream-4.5-edit](https://runapi.ai/zh-TW/models/seedream/4.5-edit.md) — `4.5-edit` · $0.070
- [seedream-4.5-text-to-image](https://runapi.ai/zh-TW/models/seedream/4.5-text-to-image.md) — `4.5-text-to-image` · $0.070
- [seedream-5-lite-edit](https://runapi.ai/zh-TW/models/seedream/5-lite-edit.md) — `5-lite-edit` · $0.060
- [seedream-5-lite-text-to-image](https://runapi.ai/zh-TW/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-TW/models/seedream/5-pro-text-to-image.md) — `5-pro-text-to-image` · $0.070
- [seedream-v4-edit](https://runapi.ai/zh-TW/models/seedream/v4-edit.md) — `v4-edit` · $0.100
- [seedream-v4-text-to-image](https://runapi.ai/zh-TW/models/seedream/v4-text-to-image.md) — `v4-text-to-image` · $0.100
