ByteDance released Seedream 5.0, the next-generation image generation model, following the recent release of Seedance 2.5 (video generation). The two models are designed to work together as a "image-to-video" production line — Seedream 5.0 generates the initial image, and Seedance 2.5 animates it into a video.

The technical details: Seedream 5.0 is a 12B-parameter DiT model with native 2K output, optimized for "consistency" — the same prompt should produce images that are visually consistent across multiple runs. The model uses a "consistency-regularization" loss that explicitly penalizes the model for high variance across runs of the same prompt.

The "production line" highlight: Seedream 5.0 and Seedance 2.5 share a common "scene representation" — the output of Seedream 5.0 is a structured scene graph (objects, attributes, spatial relations), which Seedance 2.5 uses as the initial state for video generation. This eliminates the "image-to-video distribution gap" that plagues current image-to-video pipelines.

The benchmark: on the "image-to-video consistency" benchmark, the Seedream 5.0 + Seedance 2.5 pipeline scores 84.2, compared to 62.1 for the previous SOTA (Stable Diffusion 3.5 + Sora). The biggest improvement is in object persistence — the same object retains its identity across 30 seconds of generated video.

The commercial angle: the pipeline is available via Jimeng AI and Volcengine, with API pricing at $0.03 per image + $0.08 per second of video. The first batch of enterprise customers includes iQiyi (for drama production) and a number of advertising agencies.

The bigger takeaway: "image + video as a single pipeline" is the right abstraction. The traditional "image model + video model" approach has a distribution gap that hurts consistency. The Seedream 5.0 + Seedance 2.5 pipeline closes this gap, and the "shared scene representation" pattern will likely be adopted by other vendors.