Doubao Seedream 5.0 Pro

Doubao Seedream image generation via zlhub. Supports Seedream 5.0 Pro, Seedream 5.0 Lite, and Seedream 4.5 for text-to-image and image-reference workflows.

All models
On
Result

Configure parameters and click Run to test the API.

Code Example
curl -X POST https://aivideoapi.ai/v1/images/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "doubao-seedream-5.0-pro",
  "input": {
    "size": "1024x1024",
    "output_format": "jpeg",
    "watermark": true
  }
}'