Model Details
Seedream 5.0 Lite Image Editing applies a written instruction to one or more images you supply. Give it up to ten reference images plus a prompt and it edits, restyles, or composites them into a single coherent 2K-class result. It is the fast, affordable tier of the Seedream 5.0 line: reference images are free, and every output bills the same flat price per image.
## Best for - Editing or restyling a photo from a text instruction while keeping the rest intact - Reference-based generation: transferring style, identity, or product details from up to 10 images - Compositing several products, people, or scenes into one image - Adding, removing, or replacing objects in an existing image
## Choose another model when - You have no reference image and want to generate from a prompt alone — use `bytedance/seedream-v5/text-to-image` - You need the highest edit fidelity, or output below 2K — use `bytedance/seedream-v5-pro/edit` - You need a video rather than a still image — use an image-to-video model
## Tips - Pass the source image(s) in `image_urls` and describe the change precisely, stating explicitly what should stay unchanged - Reference images are free on this tier — supply up to 10 without affecting the price - `size` sets both resolution and aspect ratio. Every option is 2K-class; this tier does not produce smaller images. Match the aspect ratio to your source image to avoid unwanted cropping - Put any text you want rendered inside quotation marks in the prompt for the most accurate spelling
To run via the ModelRunner JavaScript client: ```js import { modelrunner } from "@modelrunner/client";
const result = await modelrunner.subscribe("bytedance/seedream-v5/edit", { input: { prompt: "replace the background with a sunlit studio, keep the subject unchanged", image_urls: ["https://media.modelrunner.ai/example-photo.jpg"], size: "2048x2048", }, }); ```




