Text to Image
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
model | string | ✅ Yes | doubao-seedream-3-0-t2i-250415 | The model to use for the request |
prompt | string | ✅ Yes | Fisheye lens, a cat'''s head, the picture shows the cat'''s facial features are distorted due to the shooting method. | Image generation prompt describing the desired image content |
response_format | string | ❌ No | url | Response format: “url” (image URL) or “b64_json” (base64 encoded) |
size | string | ❌ No | 1024x1024 | Output image resolution (e.g., 1024x1024, 2K, 4K) |
seed | integer | ❌ No | 12 | Random seed for reproducible results |
guidance_scale | number | ❌ No | 2.5 | Controls how closely the image follows the prompt (higher = more strict, typical range: 1.0-7.0) |
watermark | boolean | ❌ No | true | Whether to add watermark to generated image |