Model
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | — | Text prompt describing the desired image (max 6000 chars). Recommended: ≤ 300 Chinese characters or ≤ 600 English words |
aspect_ratio | string | No | "1:1" | 1:1, 4:3, 3:4, 16:9, 9:16, 3:2, 2:3, 21:9. Combined with resolution to pick the output pixel size (e.g. 2K + 16:9 → 2624x1472) |
image_urls | string[] | No | null | Reference image URLs for image editing (max 10). Omit for text-to-image. Max 10 MB each; max 36,000,000 pixels; min side > 14 px; aspect ratio 1/16–16. Formats: jpeg, jpg, png, webp, bmp, tiff, gif, heic, heif |
resolution | string | No | "2K" | 1K, 1.5K, 2K (case-insensitive) |
output_format | string | No | "png" | jpeg, jpg, png |
Example - Text-to-Image
Example - Image-to-Image
SeeDream 5.0 Pro generates exactly one image per request — it has no sequential mode. The
max_sequential_images and web_search parameters available on SeeDream 5.0 Lite are rejected on this model.