Edit images with the Seedream 5.0 Pro Edit API. ByteDance's flagship image-editing model with 2K output, deep visual reasoning, and precise typography, from $0.045/image.
About this model
Seedream 5.0 Pro Edit is ByteDance's flagship image-editing model, extending Seedream 5.0 Lite Edit with a larger visual reasoning backbone. It accepts one or more reference images plus a natural-language instruction and produces a modified image at up to 2K resolution, holding lighting, color, and character consistency across the edit. Pro is aimed at professional and production use cases — style transfer, background swaps, object modification, and multi-image composition — where fidelity and prompt adherence matter more than raw generation speed. It sits alongside Seedream 5.0 Pro Text to Image as the higher-tier option in the Seedream family.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.045/image (1K), $0.09/image (2K), +$0.003/extra input image | Pay-per-generation pricing, no subscription required. First input image is free of surcharge. |
| Fal.ai | $0.0675/image (≤1536×1536), $0.135/image (up to 2048×2048), +$0.0045/extra input image | First input image is free; every additional reference image costs $0.0045. |
| Replicate | Not available | No dedicated Seedream 5.0 Pro endpoint at this time. |
Pay-per-generation pricing, no subscription required. First input image is free of surcharge.
First input image is free; every additional reference image costs $0.0045.
No dedicated Seedream 5.0 Pro endpoint at this time.
* Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | Text prompt describing the desired modification | Keep the model's pose and the flowing shape of the liquid dress unchanged. Change the clothing material from silver metal to completely transparent clear water. Lighting changes from reflection to refraction. |
| Image URLs | array | One or more reference image URLs to edit. | https://static.aiquickdraw.com/tools/example/1764851484363_ScV1s2aq.webp |
| Aspect Ratio | Enum (7 options) | Aspect ratio of the output image. 16:9 and 9:16 do not support 2K resolution. | 1:1 |
| Resolution | Enum (2 options) | Output image resolution. | 1K |
Text prompt describing the desired modification
Keep the model's pose and the flowing shape of the liquid dress unchanged. Change the clothing material from silver metal to completely transparent clear water. Lighting changes from reflection to refraction.One or more reference image URLs to edit.
https://static.aiquickdraw.com/tools/example/1764851484363_ScV1s2aq.webpAspect ratio of the output image. 16:9 and 9:16 do not support 2K resolution.
1:1Output image resolution.
1KDeveloper documentation
Provide reference images: Pass one or more image URLs in images_list. The first input image is included in the base price; each additional reference image adds a small surcharge.
Write an edit instruction: Describe the change you want — style, background, object, lighting — as a natural-language prompt.
Choose an aspect ratio: Pick from 1:1, 16:9, 9:16, 4:3, 3:4, 2:3, or 3:2. Note that 16:9 and 9:16 do not support 2K resolution.
Select resolution: Use 2K for maximum fidelity, or 1K for faster, lower-cost iterations.
Submit and poll: Generation requests follow the same async pattern as every muapi model — submit a job, then poll request_id for the result.
curl -X POST https://api.muapi.ai/api/v1/seedream-5.0-pro-edit \
-H "Authorization: Bearer $MUAPI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Change the clothing material from silver metal to transparent glass, keep pose and lighting direction.",
"images_list": ["https://example.com/input.jpg"],
"aspect_ratio": "1:1",
"resolution": "2K"
}'
Frequently asked
It edits an existing image using a natural-language instruction and one or more reference images, powered by ByteDance's flagship Seedream 5.0 Pro model.
Pro uses a larger visual reasoning backbone for sharper 2K detail, stronger prompt adherence, and more consistent multi-image composition. Lite Edit is optimized for speed and cost.
Up to 10 images via the images_list field. The first is included in the base price; each additional image adds a $0.003 surcharge.
$0.045/image at 1K resolution or $0.09/image at 2K resolution, plus $0.003 for each reference image beyond the first.
1K or 2K output across 1:1, 16:9, 9:16, 4:3, 3:4, 2:3, and 3:2 aspect ratios. Note 16:9 and 9:16 do not support 2K.
Yes — see [Seedream 5.0 Pro Text to Image](/playground/bytedance-seedream-5.0-pro) for generating images from a prompt alone, with no input image required.