Seededit-3-0-I2i-250628 — Image Edit. GPTProto API reference.
BytePlus’s official format for the image edit API.Documentation Index
Fetch the complete documentation index at: https://docs.gptproto.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
model | string | ✅ Yes | seededit-3-0-i2i-250628 | The model identifier for image generation/editing |
prompt | string | ✅ Yes | - | Description of the desired image transformation or generation |
image | string | ✅ Yes | - | Input image URL for image-to-image editing |
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 |