All models
Seedream 4.5
bytedance/seedream-4.5
ByteDance Image GenerationMulti-ReferenceBatch
Seedream 4.5 builds on 4.0 with multi-reference image support, batch generation, and sequential image generation.
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-4.5",
"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-4.5", "prompt": "<string>"}'Parameters
Input
aspect_ratio string
disable_safety_checker boolean
image_input array
max_images integer
prompt string required
sequential_image_generation string
size string
Output
images: array