← All models
Seedream 5 — image model on LumeAPI

Seedream 5

doubao-seedream-5.0

Cheaper. More stable. One-stop API aggregation.

Introduction

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).

Pricing

Official$0.15
LumeAPI$0.035
per image

Endpoint

Base URL: https://api.lumeapi.site/v1

Auth: Authorization: Bearer <your-lumeapi-key>

Developer docs

Open the integration notes for this model, or the modality guide for request fields and polling.

Call exampledoubao-seedream-5.0
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"
  }'