ByteDance/bytedance-seedream-5-pro/Released Jul 2026

Seedream 5.0 Pro

Precise image generation and editing

Commercial use
Image
Per image
Standard$0.05 per image
High res$0.09 per image

Ready to build with Seedream 5.0 Pro?

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