infery
← All models

Seedream

seedream-v5-lite-edit

Image generationby ByteDance

Image editing endpoint for the fast Lite version of Seedream 5.0, supporting high quality intelligent image editing with multiple inputs.

images

Details

Accepts
text + image

Pricing

Price
4.38 cr / image

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
promptrequiredstringThe text prompt used to edit the image
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
image_sizeThe size of the generated image. Total pixels must be between 2560x1440 and 4096x4096. In case the image size does not fall within these parameters, the image size will be adjusted to by scaling.
image_urlsarrayList of URLs of input images for editing. Presently, up to 10 image inputs are allowed. If over 10 images are sent, only the last 10 will be used.
max_imagesintegerIf set to a number greater than one, enables multi-image generation. The model will potentially return up to `max_images` images every generation, and in total, `num_images` generations will be carried out. In total, the number of images generated will be between `num_images` and `max_images*num_ima…
num_imagesintegerNumber of separate model generations to be run with the prompt.
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked.
return_byteplus_urlsbooleanIf set to true returns seedance-2 trusted URLs. Please note these urls expire in 24 hours.

Output

FieldTypeDescription
seedintegerSeed used for generation.
imagesarrayGenerated images