Generate images based on input text prompts and/or reference images. Supports generating single images or image sequences (a set of content-related images).
Specifies the dimensions 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 with higher quality but longer processing time. fast: fast mode with shorter processing time but average quality. Currently only standard mode is supported.Possible values: standard
Controls whether to enable image sequence generation. auto: automatic mode where the model determines whether to return an image sequence based on the prompt. disabled: disables image sequence generation, producing only a single image.Possible values: auto, disabled
Specifies the maximum number of images that can be generated per request. The number of input reference images + the number of generated images must be no more than 15.Range: [1, 15]