ByteDance
Latency—
Throughput—
Upload rate—
Context length—
Max output—
Input price$0.03per request
Output price—per request
Cache read—per request
Cache write—per request
/bytedance/seedream-4-0
Seedream 4.0: ByteDance's advanced unified image architecture API. It seamlessly integrates Text-to-Image, Image-to-Image, and editing capabilities. Delivering glorious 4K UHD outputs in just 1.8 seconds (at 2K), it heavily rivals Midjourney and SDXL for commercial branding and visual design.
curl ${API_BASE_URL}/v1/chat/completions \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "seedream-4-0",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'Replace <YOUR_API_KEY> with the API key generated on your token management page.
All requests must include the Authorization: Bearer <TOKEN> header.
RPM = requests per minute, TPM = tokens per minute, RPD = requests per day. Limits apply by token group.