Context
2000
Input
text, image
Output
image
Tool calling
Not listed
About this model
Seedream 4.0 is ByteDance's image creation model that unifies text-to-image generation and editing in a single architecture. It features 4K resolution output, enhanced reasoning capabilities for physical and temporal constraints, and supports multimodal inputs including text and images. The model excels in precise editing, multi-image reference generation, and advanced text rendering for infographics and layouts
Input modalities
text
Accepted as model input
image
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Image generation
$0.300 / image
Image generation
$0.030 / image
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Image generationstandard · 2048x2048 | $0.300 / image |
| Image generationstandard · 2304x1728 | $0.030 / image |
| Image generationstandard · 1728x2304 | $0.030 / image |
| Image generationstandard · 2560x1440 | $0.030 / image |
| Image generationstandard · 1440x2560 | $0.030 / image |
| Image generationstandard · 2496x1664 | $0.030 / image |
| Image generationstandard · 1664x2496 | $0.030 / image |
| Image generationstandard · 3024x1296 | $0.030 / image |
Performance
Published evaluation results associated with this model.
No benchmark data is listed for this model.
API example
curl -X POST https://api.oneinfer.ai/v1/ula/generate-image \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"provider": "novita",
"model": "Seedance/Seedream-4.0",
"messages": [
{
"role": "user",
"content": "A futuristic city skyline at dusk"
}
],
"number": 1,
"size": "2048x2048",
"quality": "standard"
}'