Seedream V4
A new-generation image creation model ByteDance, Seedream 4.0 integrates image generation and image editing capabilities into a single, unified architecture.
sk-Qp03mnjjNqXKxpnw5qQ4IqVABNfad5YOk1axUhp7pJbokFmuThe model name
bytedance-seedream-v4-image-to-imageThe text prompt used to generate the image
Please place the animal in the lady's arms.The size of the generated image. The minimum total image area is 921600 pixels. Failing this, the image size will be adjusted to by scaling it up, while maintaining the aspect ratio.
Possible enum values: square_hd, square, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9, auto, auto_2K, auto_4K
Note: For custom image sizes, you can pass the width and height as an object:
"image_size": {
"width": 1280,
"height": 720
}
autoExample: autoPossible values: Random seed to control the stochasticity of image generation.
If set to true, the safety checker will be enabled. Default value: false
falseThe mode to use for enhancing prompt enhancement. Standard mode provides higher quality results but takes longer to generate. Fast mode provides average quality results but takes less time to generate. Default value: "standard"
Possible enum values: standard, fast
standardExample: standardPossible values: List of URLs of input images for editing. Presently, up to 10 image inputs are allowed. If over 10 images are sent, only the last 10 will be used.
n is the number of images to generate, default value is 1.
1Example: 1output_format indicate the output format, default value is url.
urlExample: urlPossible values: Last updated