API for the Seedream 4.5 image generation model, supporting text-to-image, single image-to-image, multi-image-to-image, and sequential image generation features.
Specifies the size of the generated image. Method 1: Specify resolution (2K, 4K); Method 2: Specify width and height in pixels (e.g., 2048x2048). Total pixel range: [3686400, 16777216], aspect ratio range: [1/16, 16].
Sets the mode for the prompt optimization feature. standard: Standard mode, higher quality but longer processing time; fast: Fast mode, shorter processing time but average quality. Currently only standard mode is supported.Optional values: standard
Controls whether to disable the sequential image generation feature. auto: Automatic mode, the model determines whether to return sequential images based on the prompt; disabled: Disables sequential image generation, only generates one image.Optional values: auto, disabled
Specifies the maximum number of images that can be generated in this request. Number of input reference images + number of generated images ≤ 15.Value range: [1, 15]