Models
Enterprise
Subscribe
Resource
Documentation
Console

/bytedance-seed/seedream-4-0

Doubao.Color

ByteDance Seed: Seedream 4.0

Seedream 4.0 is ByteDance's unified image generation and editing model designed for multimodal creative workflows. It supports text-to-image generation, single- and multi-image editing, image composition, knowledge-driven generation, reference consistency, adaptive aspect ratios, and high-resolution image generation up to 4K.

Modetext、image → text
Input price$0.03 per M tokens
Output price
Context length
Listed at2025-09-09T00:00:00Z

ByteDance Seed

Latency
Throughput
Upload rate
Context length
Max output
Input price$0.03per request
Output priceper request
Cache readper request
Cache writeper request

Performance

Avg TPS
Avg latency
Avg success rate
TPS
TTFT
Latency
Success rate

Success rate

Speed

Code Example

curl ${API_BASE_URL}/v1/images/generations \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedream-4-0",
    "prompt": "Describe the image you want"
  }'

Replace <YOUR_API_KEY> with the API key generated on your token management page.

Authentication

All requests must include the Authorization: Bearer <TOKEN> header.

Endpoint Path

POST
images

Supported Parameters

ParameterTypeDefaultDescription
string-Specifies the output image size or resolution. Seedream 4.0 supports high-resolution image generation up to 4K.
stringdisabledControls whether to generate a single image or a related image set. Set to disabled for single-image generation or auto for image-set generation.
array-Reference images used for image generation, editing, composition, or multi-image fusion.
stringfalseWhether to add a watermark to the generated image.

Rate Limits

GroupRPMTPMRPD

RPM = requests per minute, TPM = tokens per minute, RPD = requests per day. Limits apply by token group.

Pricing

ProviderBilling typePrice summary
Doubao0%
Per call
Input price$0.03per request
Completion price$—per request
Cache read price$—per request
Cache write price$—per request
Doubao0%
Per call
Input price$0.03per request
Completion price$—per request
Cache read price$—per request
Cache write price$—per request
Doubao0%
Per call
Input price$0.03per request
Completion price$—per request
Cache read price$—per request
Cache write price$—per request