Seedream 3.0 is ByteDance’s native high-resolution bilingual image generation model supporting both Chinese and English prompts. It generates high-quality images with excellent prompt adherence in both languages.Documentation Index
Fetch the complete documentation index at: https://runpod-b18f5ded-promptless-remove-flash-beta-notification.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Try in playground
Test Seedream 3.0 in the Runpod Hub playground.
| Endpoint | https://api.runpod.ai/v2/seedream-3-0-t2i/runsync |
| Pricing | $0.03 per image |
| Type | Image generation |
Request
All parameters are passed within theinput object in the request body.
Text description of the desired image. Supports both Chinese and English.
Seed for reproducible results. Set to -1 for random.
Guidance scale for generation control. Higher values follow the prompt more closely.
Image dimensions in format “widthxheight”.
Response
Unique identifier for the request.
Request status. Returns
COMPLETED on success, FAILED on error.Time in milliseconds the request spent in queue before processing began.
Time in milliseconds the model took to generate the image.
Identifier of the worker that processed the request.