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": "<your prompt>"
  }'

# 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": "<your prompt>"}'

Parameters

Input
prompt string required

Text prompt describing what to generate.

aspect_ratio string optional

Output aspect ratio (e.g. 16:9, 1:1, 9:16).

image_input array optional

Reference image(s) to guide generation (HTTPS URL or upload).

max_images integer optional

Maximum number of images to return.

output_format string optional

File format of the output (e.g. png, jpeg, mp4).

sequential_image_generation string optional

Generate a sequence of related images.

size string optional

Output dimensions (width × height).

Output
images: array