ByteDance
ByteDance/bytedance-seedream-4/Released Sep 2025

Seedream 4.0

Delivers ultra-fast, high-resolution image generation, precise natural-language editing, and consistent multi-image output—ideal for creative, batch, or professional workflows.

Provider
ByteDance
Modality
text-to-image
Released
Sep 2025
Pricing
$0.03 / image

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/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "bytedance-seedream-4",
  "prompt": "Add a funny hat",
  "input_image": [
    "https://hub.oxen.ai/api/repos/ox/Oxen-Character-Simple-Vector-Graphic/file/main/images/reference/bloxy_white_bg.png"
  ]
}'