Model Details
Seedream 5.0 Lite Text-to-Image turns a written prompt into a high-resolution still image. It is the fast, affordable tier of the Seedream 5.0 line: strong prompt following and accurate in-image text at a flat price per image, with every output rendered at 2K-class resolution (roughly 3.7-4.3 megapixels).
## Best for - Turning a detailed written description into a finished image - Rendering legible, correctly spelled in-image text (posters, logos, mockups, ads) - Photorealistic scenes, product shots, concept art, and illustration - High-volume generation where a flat, predictable per-image price matters
## Choose another model when - You want to edit, restyle, or composite an existing image — use `bytedance/seedream-v5/edit` - You need the highest fidelity, or output below 2K — use `bytedance/seedream-v5-pro/text-to-image` - You need a video rather than a still image — use a text-to-video model
## Tips - `size` sets both resolution and aspect ratio. Every option is 2K-class; this tier does not produce smaller images, and the price is the same for all of them - Put any text you want rendered inside quotation marks in the prompt for the most accurate spelling - Describe subject, style, lighting, and composition explicitly — the model follows detailed prompts closely
To run via the ModelRunner JavaScript client: ```js import { modelrunner } from "@modelrunner/client";
const result = await modelrunner.subscribe("bytedance/seedream-v5/text-to-image", { input: { prompt: "a serene mountain lake at golden hour, photorealistic, sharp reflection", size: "2048x2048", }, }); ```




