infery
← All models

Joyai Image Edit

joyai-image-edit

Image editby Joyai Image Edit

All-in-one image AI with JoyAI-Image. Understand, create, and edit images through natural language—the model's deep visual understanding powers more accurate generation and precise editing in a unified system.

images

Details

Accepts
image

Pricing

Price
12.5 cr / megapixel

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducibility.
promptrequiredstringThe edit instruction describing what changes to make to the image.
image_urlrequiredstringURL of the input image to edit.
sync_modebooleanIf True, return image as data URI.
output_formatstringenum: jpeg, pngOutput image format.
guidance_scalenumberControls how closely the output follows the edit instruction.
negative_promptstringText describing what should not appear in the output image.
num_inference_stepsintegerNumber of denoising steps.
enable_safety_checkerbooleanEnable safety checking on input and output.

Output

FieldTypeDescription
seedinteger Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed.
imagesarrayThe edited output image.
promptstringThe prompt used for generating the image.
timingsobject
has_nsfw_conceptsarrayWhether the generated images contain NSFW concepts.