Model Details
Seedream 5.0 Pro Text to Image is the premium tier of the Seedream 5.0 image line, focused on creating images from a written prompt. Give it a text prompt and it renders sharp detail, accurate and legible in-image text, and coherent scenes with strong prompt following. Outputs range from roughly 1 up to ~4.2 megapixels (2K), so you can pick the resolution and aspect ratio that fit the job. Larger output sizes cost more per image.
## Best for - High-fidelity text-to-image from a written description - Rendering accurate, legible in-image text (posters, logos, UI mockups, ads) - Photorealistic scenes and product shots where detail and prompt accuracy matter - Concept art, illustration, and marketing visuals at up to 2K resolution - Premium-quality generation where detail matters more than speed or price
## Choose another model when - You want to edit, restyle, or composite an existing image from reference images — use `bytedance/seedream-v5-pro/edit` - You want the fastest, cheapest generation and can trade some quality — use the Lite tier `bytedance/seedream-v5/text-to-image` - You need several images from one call — this tier returns a single image per request - You need a video rather than a still image — use a text-to-video model
## Tips - `size` sets both resolution and aspect ratio; pick a ~1MP value (e.g. `1024x1024`, `1376x768`) for the lower price tier, or a 2K value (e.g. `2048x2048`) for maximum detail at the premium tier - 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-pro/text-to-image", { input: { prompt: "a serene mountain lake at golden hour, photorealistic, sharp reflection", size: "1024x1024", }, }); ```




