
doubao-seedream-5.0
Cheaper. More stable. One-stop API aggregation.
Seedream 5 (ByteDance) delivers strong aesthetic image generation with aspect-ratio control.
Call `doubao-seedream-5.0` via `/v1/images/generations`.
LumeAPI lists $0.035 per image against $0.15 official reference — one of the sharper discounts in the image catalog.
Default resolution behavior follows the gateway docs (2K-oriented defaults where applicable).
Aspect-ratio size · 2K default · optional watermark
POST/v1/images/generations
Base URL: https://api.lumeapi.site/v1
Auth: Authorization: Bearer <your-lumeapi-key>
Open the integration notes for this model, or the modality guide for request fields and polling.
curl https://api.lumeapi.site/v1/images/generations \
-H "Authorization: Bearer $LUMEAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "doubao-seedream-5.0",
"prompt": "A golden hour city skyline",
"size": "16:9"
}'