---
title: "seedream-5-pro-edit API — cennik i specyfikacja Seedream"
url: "https://runapi.ai/pl/models/seedream/5-pro-edit.md"
canonical: "https://runapi.ai/pl/models/seedream/5-pro-edit.md"
locale: "pl"
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

Korzystaj z seedream-5-pro-edit z rodziny Seedream przez RunAPI. Cennik za wywołanie, bez subskrypcji — nieudane generacje nie są rozliczane.

## Pricing

**$0.070** per call

Nieudane generacje nie są rozliczane

## 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

### Czy identyfikator modelu jest stały między wersjami?

RunAPI utrzymuje stały identyfikator modelu i obsługuje zgodne odświeżenia wersji bez zmiany kształtu żądania.

### Jaki jest limit rate limit dla tej warianty?

Limity na klucz skalują się wraz z poziomem wykorzystania. Aktualne limity znajdziesz na stronie cennika.

### Czy mogę później zmienić wariant?

Tak — wariant to flaga. Zmieniasz go, aktualizując parametr model.

### Czy obsługuje streaming?

Tam, gdzie streaming jest dostępny, RunAPI streamuje end-to-end.

### Gdzie zgłaszać problemy z jakością?

Otwórz issue w publicznym repo na GitHubie albo napisz do supportu.


## Related

Other Seedream variants:

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