ByteDance/bytedance-seedream-4/Released Aug 2025

Seedream 4.0

Image generation with single- and multi-reference editing and resolutions from 1K to 4K.

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

Ready to build with Seedream 4.0?

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-4",
  "prompt": "A cat sitting on a chair",
  "size": "2K",
  "output_format": "jpeg",
  "watermark": false
}'