Text to Image
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
model | string | ✅ Yes | seedream-4-5-251128 | The model identifier for image generation/editing |
prompt | string | ✅ Yes | - | Description of the desired image transformation or generation |
response_format | string | ❌ No | url | Response format: “url” (image URL) or “b64_json” (base64 encoded) |
size | string | ❌ No | adaptive | Output image resolution. Options: adaptive, 1024x1024, 2K, 4K |
seed | integer | ❌ No | - | Random seed for reproducible results |
guidance_scale | number | ❌ No | 5.5 | Controls adherence to the prompt. Range: 1.0-10.0, recommended: 3.0-7.0 |
watermark | boolean | ❌ No | true | Whether to add watermark to the generated image |