Doubao Seedream 5.0 Lite

Doubao Seedream image generation via zlhub. Supports text-to-image, image references, multi-image references, and sequential image generation. · zlhub

All models
Parameters

Resolution tier (2K, 3K, 4K) or pixel size like 2048x2048.

Image generation prompt. Chinese and English are supported.

Optional public HTTP(S) reference image URLs. Base64 is not supported. Up to 14 images.

Pricing
0credits
0 chars
Per character15 credits/char
Result

Configure parameters and click Run to test the API.

Code Example
curl -X POST https://aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "doubao-seedream-5.0-lite",
  "input": {
    "size": "2048x2048",
    "stream": false,
    "watermark": true,
    "output_format": "jpeg",
    "sequential_image_generation": "disabled"
  }
}'