Skip to content
Docs menu

Image models

Seedream 5.0 Lite

On this page

Seedream 5.0 Lite — fast, high-fidelity AI image generation & editing.

modelIdseedream-5-lite-text-to-image
Modalityimage
PricingSee this model on the Pricing page for the current per-call price (with your markup).

Operations

OperationEndpointDescription
Text to imagePOST /api/v1/generateBase generation from a text prompt.
Poll taskGET /api/v1/task/{id}?model=seedream-5-lite-text-to-imageRetrieve state and result URLs.

Input parameters

FieldTypeRequiredValues / example
prompttextarearequiredEnter your text here...
aspect_ratioselectrequired1:1, 4:3, 3:4, 16:9, 9:16, 2:3, 3:2, 21:9
qualityselectrequiredbasic, high
nsfw_checkerselectoptionalfalse, true

Example request

bash
curl -X POST https://you.bot/api/v1/generate \
  -H "Authorization: Bearer $YOUBOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"modelId":"seedream-5-lite-text-to-image","input":{"prompt":"A vintage brass diving helmet resting on wet cobblestones at dawn, seawater beading on its polished surface, faint harbor lights glowing in the misty background, hyper-detailed cinematic still.","aspect_ratio":"1:1","quality":"basic","nsfw_checker":"true"}}'