Model Details
Seedream 5.0 Lite Text-to-Image is a fast, highly capable model designed to generate stunning visuals directly from text descriptions. Built for speed without sacrificing fidelity, it excels at translating complex, detailed prompts into vivid, realistic, and stylized outputs.
Whether you are creating hyper-realistic photography, imaginative concept art, or engaging digital assets, Seedream delivers high-quality results efficiently. The model natively handles complex prompt structures, including integrated text rendering and intricate subject-environment interactions.
Features - Fast generation — optimized Lite architecture ensures rapid image creation - High-fidelity outputs — capable of rendering intricate details, accurate anatomy, and realistic textures - Flexible sizing — supports auto-scaling and various high-resolution output formats (up to 3K resolution) - Multi-image support — generate several conceptual variations in a single run
What it’s good at - Generating realistic photography, DSLR-style shots, and cinematic imagery - Creating expressive anthropomorphic characters and unique stylized scenes - Handling short text inclusions seamlessly within the generated image composition - Producing highly detailed backgrounds, landscapes, and diverse environments
Tips - Be as specific as possible: include explicit details about lighting, camera style, and mood (e.g., "Realistic DSLR photograph", "golden hour lighting") - If you want specific text rendered in your image, place the exact phrase in quotes within your prompt - Use preset size values like `auto_2K` or `auto_3K` to easily scale your outputs to high resolutions directly from the UI
To run via ModelRunner JavaScript client: ```javascript import { modelrunner } from "@modelrunner/client";
const result = await modelrunner.subscribe("bytedance/seedream-v5/text-to-image", { input: { prompt: "Realistic DSLR photograph of anthropomorphic Pekingese dog enjoying a bowl of ramen on the Great Wall of China with the words \"Seedream 5.0 Lite\" visible at the top.", image_size: "auto_2K", num_images: 1, max_images: 1, enable_safety_checker: true }, });
console.log(result.images); ```

