Seedream 4.5
Image
Seedream 4.5
POST
Seedream 4.5
Generate images based on input text prompts and/or reference images. Supports generating single images or image sequences (a set of content-related images).
Request Headers
Enum:
application/jsonBearer authentication format: Bearer {{API Key}}.
Request Body
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].
Array of input image data, supporting URL or Base64 encoding. Up to 14 reference images supported. Supported image formats: jpeg, png, webp, bmp, tiff, gif.Array length: 1 - 14
Text prompt for image generation. Supports both Chinese and English. Recommended no more than 300 Chinese characters or 600 English words.
Whether to add a watermark to the generated image.
Configuration for the prompt optimization feature.
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, disabledConfiguration for the image sequence generation feature. Only takes effect when sequential_image_generation is set to auto.
Response
Array of generated image data.