ByteDance/bytedance-seedream-4-5/Released Nov 2025

Seedream 4.5

Image generation with single- and multi-reference editing and 2K/4K resolutions.

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

Ready to build with Seedream 4.5?

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