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

Seedream 5.0 Lite

Image generation with built-in reasoning, example-based editing, multi-reference control (up to 14 images), and 3K resolution support.(128 characters)

Provider
ByteDance
Modality
text-to-image
Released
Feb 2026
Pricing
$0.04 / image

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/generate \
    -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",
  "aspect_ratio": "match_input_image",
  "output_format": "png"
}'