Skip to main content
Seedream 5.0 Text-to-Image is a text-to-image model from ByteDance’s Seedream series, available through the Starrise AI API.

Key Capabilities

  • Text-to-image — Generate images from text prompts
  • Custom size — Flexible output dimensions
  • Watermark control — Optional watermark and logo configuration

Quick Example

curl https://ai.alad.com/v1/images/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "doubao-seedream-5-0-260128",
    "prompt": "A serene mountain landscape at sunrise, mist filling the valley",
    "size": "1024x1024",
    "watermark": false
  }'

Parameters

ParameterTypeRequiredDescription
modelstringYesMust be doubao-seedream-5-0-260128
promptstringYesImage generation prompt
sizestringNoOutput image size, e.g. 1024x1024, 2K
watermarkbooleanNoDefault false
seedintegerNoRandom seed
logo_infoobjectNoLogo config: add_logo, position, language, opacity

API Reference

View the interactive API Playground for Seedream 5.0 Text-to-Image.