All models
Seedream 5 Lite
bytedance/seedream-5-lite
ByteDance Image GenerationMulti-ReferenceBatchFast
Seedream 5 Lite is a lighter, faster version of the Seedream 5 family with multi-reference and batch generation support.
Quick start
# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
-H "content-type: application/json" \
-d '{
"model": "bytedance/seedream-5-lite",
"prompt": <string>
}'
# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
-J '{"model": "bytedance/seedream-5-lite", "prompt": "<string>"}'Parameters
Input
aspect_ratio string
image_input array
max_images integer
output_format string
prompt string required
sequential_image_generation string
size string
Output
images: array