ByteDance/bytedance-seedream-5-lite/Released Feb 2026

Seedream 5.0 Lite

Image generation with multi-reference control (up to 14 images), batch generation, and 3K resolution support.

Commercial use
Provider
ByteDance
Modality
Image
Released
Feb 2026
Pricing
$0.04 / image$0.08 / image (hi-res)

Ready to build with Seedream 5.0 Lite?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/images/edit \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "bytedance-seedream-5-lite",
  "prompt": "A cat sitting on a chair",
  "size": "2K",
  "output_format": "png",
  "watermark": false
}'