Seedream 5.0 Pro Image Edit API

bytedance/seedream-v5.0-pro/edit
Up to 10 images · 1K/2K · JPEG/PNG

Seedream 5.0 Pro Image Edit API accepts a natural-language prompt and one to ten ordered image URLs. Use the prompt to name each image's role and the requested changes to subjects, product details, text, layout, background, materials, composition, or visual style; output is 1K/2K JPEG or PNG.

Input

665/10000
1/10
Reference images 1: Reference 1

Required for Image Edit. Upload 1–10 JPEG, PNG, or WebP files, up to 30 MB each. Order is preserved in the API request.

The Playground sends enable_safety_checker explicitly with a default of true.

Ready
Seedream 5.0 Pro result
15 credits × $0.005 = $0.075

Continue with

Examples

blue-hour-edit.jpg

Edit only the environment and lighting of this still-life image. Preserve exactly the same clear glass vase, celadon bowl, folded linen cloth, object count, object shapes, surface textures, relative positions, camera angle, crop, and focal length. Change the north-window daylight into a quiet blue-hour scene after rain: cool ambient light from the window, a subtle warm reflection from outside the frame, faint raindrop bokeh beyond the window, and physically believable reflections on the glass and glaze. Keep the oak table and museum-study mood. Do not add or remove objects. No people, no brand, no logo, no packaging, no text, no advertisement, no watermark.

Seedream 5.0 Pro Image Edit API

Seedream 5.0 Pro Image Edit API requires a prompt and one to ten ordered public HTTP(S) image URLs. The prompt can identify each source image by array order and describe the requested edit; successful submission returns an asynchronous image task.

Why Choose Seedream 5.0 Pro Image Edit API?

  • Translate intent into precise edits.Describe the target result in natural language, including the region, object, text, material, or layout that should change.

  • Name details that should remain recognizable.List the identity, product geometry, branding, palette, typography, or composition that the edit prompt should retain.

  • Give up to ten images distinct roles.Use ordered sources for the main subject, product, wardrobe, setting, composition, lighting, or style direction.

  • Describe how edited elements should relate.Specify perspective, scale, reflections, materials, and lighting for the requested composite.

  • Adapt finished creative for delivery.Update copy, layout, background, and art direction, then export in eight ratios at 1K or 2K as JPEG or PNG.

Parameters

ParameterRequirementDescription
promptRequired

Describe each source image's role, the details to preserve, and the intended edit in up to 10,000 characters.

image_urlsRequired

Provide an ordered array of 1–10 public HTTP(S) image URLs and refer to them in the same order in the prompt.

sizeOptional

Choose the output aspect ratio for the intended placement.

Default1:14:33:416:99:162:33:221:9
resolutionOptional

Choose the output resolution tier.

Default1K2K
output_formatOptional

Choose JPEG or PNG for the edited file.

Defaultjpegpng
enable_safety_checkerOptional

Set the boolean content-safety check for the request.

truefalse

How to Use

  1. Assign the source rolesPlace the main asset first, then order references for product details, setting, composition, lighting, or style.

  2. Write the preserve listName the identity, geometry, branding, text, palette, and layout details that define the original asset.

  3. Describe one target stateSpecify the new background, material, copy, arrangement, or art direction and connect each change to its source.

  4. Choose the outputMatch the aspect ratio to the placement, then select 1K or 2K and JPEG or PNG.

  5. Submit and inspectRun the request and review every returned image for consistency, text accuracy, edges, reflections, and small details.

Pricing

The current frontend estimate is 15 credits per edit request. At $0.005 per credit, the estimated cost is $0.075 for every supported resolution, ratio, format, and source-image count.

UsageRateDetails
Frontend request estimate15 creditsThe estimate is unchanged across one to ten source images and every supported output setting.

Best Use Cases

  • Product Background ReplacementKeep the product geometry and branding while replacing the environment and studio treatment.

  • Campaign Variant ProductionPreserve a hero asset while changing palette, copy treatment, crop, or seasonal art direction.

  • Multi-Image Visual FusionAssign subject, wardrobe, environment, and style roles to ordered source images.

  • Localized Creative AdaptationRetain core imagery while changing specified text and layout for another language or placement.

Pro Tips

  • Start the prompt with a precise preserve list before describing any change.
  • Refer to images by their array order, such as the first image for the product and the second for lighting.
  • Use concrete spatial language to identify the background, foreground, left, right, or central subject.
  • Quote exact replacement text and identify the text block that should change.
  • Describe one coherent target state instead of stacking conflicting edit directions.
  • Review the final image for small text and identity details before production use.

Notes

  • image_urls accepts 1–10 ordered public HTTP(S) image URLs.
  • Place the primary asset first, then refer to supporting images by their array order in the prompt.
  • size supports eight aspect ratios; resolution supports 1K or 2K; output_format supports jpeg or png.
  • The request returns an asynchronous task ID; finished results provide image URLs in data.files[].file_url.

Frequently Asked Questions about Seedream 5.0 Pro Image Edit API

What is the Seedream 5.0 Pro Image Edit API?

Seedream 5.0 Pro Image Edit API accepts a prompt and one to ten ordered public HTTP(S) image URLs. Use the prompt to identify each image's role and describe what to retain or change; the API returns an asynchronous image task.

How do I call the Seedream 5.0 Pro Image Edit API?

POST to /api/generate/submit with Authorization: Bearer VIDGO_API_KEY, model set to seedream-v5.0-pro/edit, and prompt plus image_urls inside input. Replace the example.com URL with your own public image URL.

How much does Seedream 5.0 Pro Image Edit cost?

The current frontend estimate is 15 credits per request. At $0.005 per credit, the estimated cost is $0.075 whether you supply one or ten source images and regardless of supported output settings.

What inputs does Seedream 5.0 Pro Image Edit accept?

The input object supports prompt, image_urls with one to ten ordered public HTTP(S) URLs, size, resolution, output_format, and optional enable_safety_checker. Use prompt to assign each image a role and describe the details to preserve and change.

How do I get the edited images?

Poll GET /api/generate/status/{task_id} until finished or failed. On success, read every data.files[].file_url, or supply callback_url at submission time.

Which Seedream 5.0 Pro API mode should I choose?

Choose Image Edit when the request contains one to ten ordered source-image URLs. Choose Text-to-Image when the request contains a prompt but no source images.