Seedream Text-to-Image 3.0
Images
Seedream Text-to-Image 3.0
POST
Seedream Text-to-Image 3.0
Seedream 3.0 is an advanced text-to-image model that can efficiently and quickly generate high-quality images from text prompts.
Request Headers
Enum value:
application/jsonBearer authentication format: Bearer {{API Key}}.
Request Body
The text prompt used to generate the image.
The model ID or inference Endpoint ID used for this request. Currently, only Seedream 3.0’s
seedream-3-0-t2i-250415 is supported.Specifies the format of the image returned in the response. The default value is
Supported values:
url.Supported values:
"url": Returns a downloadable JPEG image link."b64_json": Returns a base64-encoded image JSON string.
Specifies the size of the generated image (pixels, width x height), in the range [512x512, 2048x2048]. The default value is
Recommended aspect ratios and resolutions:
1024x1024.Recommended aspect ratios and resolutions:
1024x1024(1:1)864x1152(3:4)1152x864(4:3)1280x720(16:9)720x1280(9:16)832x1248(2:3)1248x832(3:2)1512x648(21:9)
The seed value that controls the randomness of image generation. Value range: [-1, 2147483647]. If not specified, it will be generated automatically. To reproduce the same result, use the same seed. The default value is
-1.Controls how well the output image matches the input prompt. The higher the value, the less freedom the model has and the stronger the relevance to the prompt. Value range: [1, 10]. The default value is
2.5.Whether to add a watermark to the generated image. The default value is
true.false: Do not add a watermarktrue: Add an “AI generated” watermark in the bottom-right corner of the image
Response Information
An array of links to the generated images. When
response_format is set to "url", this array contains downloadable links to the generated images.An array of Base64-encoded image data. When
response_format is set to "b64_json", this array contains Base64-encoded image JSON strings.