API for Seedream 5.0 lite image generation model. Supports 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, 3K); Method 2: Specify width and height in pixels (e.g., 2048x2048). Total pixel range: [2560x1440=3686400, 3072x3072x1.1025=10404496], aspect ratio range: [1/16, 16].
Sets the mode for prompt optimization. standard: Standard mode with higher quality but longer processing time; fast: Fast mode with shorter processing time but average quality. Currently only standard mode is supported.Optional values: standard
Controls whether to disable sequential image generation. auto: Automatic mode where the model determines whether to return sequential images based on the prompt; disabled: Disables sequential image generation and 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]