Skip to main content
POST
Seedream V5 Lite — Image to Image / Edit
Edit images with strong preservation of facial features, lighting, and color tones using ByteDance+ Seedream V5 Lite. Supports up to 10 reference images and batch generation of up to 4 images per request.

Request Body

string
required
Model slug. Use bytedance-plus/seedream-v5-lite/image-to-image.
object
required
Input parameters for image editing.
string
HTTPS URL to receive a webhook notification when the job completes or fails.

Pricing

Base cost: 35,000 micro-cents per image ($0.035/image)
Default cost: 1 image = 35,000 × 1 = 35,000 micro-cents ($0.035)

Response

string
Unique identifier for the submitted job.
string
Initial job status. Always "pending" on successful submission.
string
ISO 8601 timestamp of the estimated completion time.
number
The cost of the job in micro-cents.

Code Examples