← All models
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
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducibility. |
| promptrequired | string | The edit instruction describing what changes to make to the image. |
| image_urlrequired | string | URL of the input image to edit. |
| sync_mode | boolean | If True, return image as data URI. |
| output_format | stringenum: jpeg, png | Output image format. |
| guidance_scale | number | Controls how closely the output follows the edit instruction. |
| negative_prompt | string | Text describing what should not appear in the output image. |
| num_inference_steps | integer | Number of denoising steps. |
| enable_safety_checker | boolean | Enable safety checking on input and output. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | 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. |
| images | array | The edited output image. |
| prompt | string | The prompt used for generating the image. |
| timings | object | |
| has_nsfw_concepts | array | Whether the generated images contain NSFW concepts. |