Seedream 5.0 Pro Edit: AI Image Editor

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.

📝

Overview

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.

1Marketing & Advertising: Restyle campaign photography or swap backgrounds while preserving product fidelity.
2E-commerce: Modify product shots — materials, colors, staging — from a natural-language instruction.
3Concept Art: Combine multiple reference images into a single, coherent revised scene.
4Editorial & Publishing: Apply precise, typography-safe edits to cover art and illustrations.
5Game & Film Pre-production: Iterate on character or environment concepts from an existing reference image.
💰

Pricing & Value

Cost analysis

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.

ReplicateNot available

No dedicated Seedream 5.0 Pro endpoint at this time.

* Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Promptstring

Text prompt describing the desired modification

Default ValueKeep 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 URLsarray

One or more reference image URLs to edit.

Default Valuehttps://static.aiquickdraw.com/tools/example/1764851484363_ScV1s2aq.webp
Aspect RatioEnum (7 options)

Aspect ratio of the output image. 16:9 and 9:16 do not support 2K resolution.

Default Value1:1
ResolutionEnum (2 options)

Output image resolution.

Default Value1K
📖

Implementation Guide

Developer documentation

How to Use Seedream 5.0 Pro Edit

  1. 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.

  2. Write an edit instruction: Describe the change you want — style, background, object, lighting — as a natural-language prompt.

  3. 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.

  4. Select resolution: Use 2K for maximum fidelity, or 1K for faster, lower-cost iterations.

  5. 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"
  }'

Common Questions

Frequently asked

What does Seedream 5.0 Pro Edit do?

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.

How is it different from Seedream 5.0 Lite Edit?

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.

How many reference images can I provide?

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.

How much does Seedream 5.0 Pro Edit cost?

$0.045/image at 1K resolution or $0.09/image at 2K resolution, plus $0.003 for each reference image beyond the first.

What resolution and aspect ratios are supported?

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.

Is there a text-to-image version of this model?

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.