Skip to main content

Key Takeaways

  • New model, live now: seedream-5-0-flash-260915, available in the default / svip groups, on the same /v1/images/generations endpoint as the other Seedream versions
  • Cheapest in the series: $0.018 per request, the same as BytePlus official pricing; reference images are free and failed requests are not billed. With top-up bonuses the effective price is roughly 9%–17% below the official rate
  • Fast in practice: 11–20 seconds for text-to-image and about 28 seconds for editing with 10 reference images, far quicker than 5.0 Pro’s two minutes
  • Strong on layout and text: a three-line Chinese poster and an English / Japanese / Korean title all rendered correctly in our tests, and interactive editing adds elements at a precise position
  • Transparent layers need layer separation: layer_decomposition returns a background base plus several transparent layers, but it is billed per output image, often a dozen or more

Background

Seedream is ByteDance’s image generation series on BytePlus. APIYI already offered four versions: 5.0 Pro, 5.0, 4.5 and 4.0. 5.0 Pro has the best image quality, but at about 2 minutes and $0.12 per request it suits demanding professional work. 5.0 Flash covers the other end: fast, cheap and built for volume. BytePlus positions it as “faster image creation, stronger layouts, lower cost at scale,” aimed at ad assets, editorial visuals, UGC and high-volume creative work where speed and budget matter. BytePlus is also clear about the trade-off: Flash prioritizes speed, cost and layout, and 5.0 Pro is still the better choice for photorealism and fine material detail.

Detailed Analysis

Official Comparison: Flash vs. Pro

BytePlus also reports that in general scenes and graphic design tasks, Flash reduces some gray or yellow color casts and matches reference-image colors more closely.

APIYI Test Results

We ran about 40 calls on launch day (2026-09-24, UTC+8). The main findings:

Stable speed

11–20 s for text-to-image and about 19 s at the largest exact size 2688x1712; about 16 s for editing with 1 to 3 reference images and about 28 s with 10

Accurate text and layout

All three lines of a Chinese coffee poster (title, subtitle and date) were correct, and so was a title in English, Japanese and Korean

Interactive editing

Position-based edits such as “add a red NEW badge in the top-right corner” change only that area and leave the rest of the image almost untouched

Transparent layers

layer_decomposition: true returned 1 filled-in background base plus 11 RGBA transparent layers, with clean cutouts of elements like the cup and a maple leaf

Specifications

Practical Use

  • High-volume e-commerce and ad assets: $0.018 per request in under 20 seconds, good for generating hundreds or thousands of images and picking the best
  • Posters, covers and marketing images with text: layout and text rendering are this model’s strengths, in Chinese and other languages
  • Editing existing assets: interactive editing changes images by position, and layer separation turns a finished image into reusable transparent elements
  • Not a good fit: photorealistic portraits, fine material detail, or 3K / 4K output; use 5.0 Pro or 4.5 / 4.0 for those

Code Example

For editing and multi-image fusion, put the reference image URLs in an image array inside extra_body; see the Image Editing API.

Best Practices

Migrating from 5.0 or 4.x? Remove two fields first: sequential_image_generation (including "disabled") and stream. Flash supports neither, and any value returns 400.
  • Pass exact pixels for a fixed aspect ratio: with preset tiers the model picks the ratio from the content, and 2K produced portraits such as 1776×2368 and 1664×2496 in our tests; for a 16:9 landscape image pass a size like 2560x1440
  • Send watermark: false explicitly: Flash adds a watermark by default, so turn it off for commercial assets
  • Use layer separation for transparency, not the prompt: asking for a transparent background in the prompt returns a png with no alpha channel, just a checkerboard drawn into the image
  • Layers are billed per image, so run them at 1K: one layer request returned 12 images and cost $0.216; 1K took about 78 seconds, while a 2K request returned nothing after 15 minutes but was still billed $0.216, so always use 1K and set the client timeout to 300 seconds or more
  • Start timeouts at 60 seconds: a single image takes under 20 seconds, but many reference images or large data URL uploads are slower (one data URL edit took about 54 seconds)

Pricing and Availability

Pricing

Compared with the rest of the series: 5.0 Flash is $0.018 per request, 5.0 is $0.035 per image, 4.5 is $0.04 per image and 5.0 Pro is $0.12 per request. Available groups: default and svip.

Stack With Top-Up Promotions

Top-ups earn a tiered bonus, which puts Flash at roughly 9%–17% below the official price. See the top-up promotions for details.

Summary

Seedream 5.0 Flash brings the entry price of the Seedream series down to $0.018 per image while keeping the series’ well-regarded Chinese layout ability. It stays under 20 seconds in our tests and doesn’t charge for reference images, making it the best-value Seedream model for teams producing e-commerce images and marketing posters at scale. We recommend it as the default for everyday batch generation. Switch to 5.0 Pro for photorealistic portraits or demanding material detail, and use 4.5 or 4.0 when you need 3K / 4K output. When integrating, remember three things: remove sequential_image_generation and stream, turn off the watermark explicitly, and use layer separation for transparent assets while budgeting per image. For more parameters and version differences, see the Seedream overview and historical versions.
Sources: BytePlus’s official Seedream 5.0 Flash one-pager and the BytePlus ModelArk image generation API docs docs.byteplus.com/en/docs/ModelArk/1541523; test data from APIYI’s launch-day testing on September 24, 2026 (UTC+8). No third-party benchmarks cover this model yet.