Seedream 5.0 Lite

Seedream 5.0 Lite
ByteDance · Image Generation
POST /v1/images/generations

Unified multimodal image model that reasons through prompts before rendering, producing high-resolution and consistent edits and brand visuals.

At a glance

FieldValue
Model idseedream-5-0-lite
Model release date2026-02-13
Input modalitiesText, Image
Output modalitiesImage
Context window-
Weight precision-
RegionMalaysia
Featuresreasoning, editing
Native inferenceNo
NewNo
Supported endpointsPOST /v1/images/generations
Alternate model idsbytedance/seedream-5-lite, seedream-5-lite

Pricing

ChargeSpecRate
Standardper image$0.0350

Example request

$curl https://api.empiriolabs.ai/v1/images/generations \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "seedream-5-0-lite", "prompt": "a misty forest at dawn", "size": "1024x1024"}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringyes-Text prompt. With image attached, becomes an editing instruction. For batch mode, describe each image sequentially.
aspect_ratioenumno"auto"Auto lets the model choose dimensions within the selected resolution tier. Explicit ratios use the preset size for that tier. · Allowed: auto, 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3, 21:9
qualityenumno"2K"2K is about 4MP. 3K is about 9MP. · Allowed: 2K, 3K
use_custom_sizebooleannofalseUse custom_width and custom_height instead of preset aspect_ratio and quality.
custom_widthnumberno-Pixels. Total area must be in [2.56MP, 10.4MP]; aspect must be in [1:16, 16:1]. Only when use_custom_size=true. · Range: 1024 – 4704
custom_heightnumberno-Pixels. Total area must be in [2.56MP, 10.4MP]; aspect must be in [1:16, 16:1]. Only when use_custom_size=true. · Range: 1024 – 4704
imagearrayno-Up to 14 reference image URLs for editing. Triggers image-edit mode.
imagesarrayno-Alias for image. Use this for multiple uploaded image references.
batch_enabledbooleannofalseGenerate a cohesive set of related images from a single prompt.
max_imagesnumberno4Batch mode only. Maximum images in the set; the model decides actual count. You’re billed only for images returned. · Range: 1 – 15
watermarkbooleannofalseWhen enabled, the generated image includes an AI-generated provenance watermark. EmpirioLabs does not add a separate watermark.
output_formatenumno"png"Output image file format. · Allowed: jpeg, png
response_formatenumno"url"Return signed image URLs by default, or include base64 image data when b64_json is requested. · Allowed: url, b64_json

Notes

Multi-image reference combine and edit. Stronger reasoning before rendering than 4.0. Per generated image is billed; batch mode bills per actual image returned.

Content safety

  • Generated images pass an automated content-safety check. An image flagged as explicit is not returned. Because the image is generated before the check runs, a flagged generation is still billed.

Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/seedream-5-0-lite.