← All models
High-fidelity image editing model with state-of-the-art controllability. Combines JSON + Mask + Image for precise, fine-grained edits ideal for production and enterprise workflows. Trained on licensed data - safe for commercial use.
images
Details
- Accepts
- image
Pricing
- Price
- 5 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed for reproducibility. |
| new_vgl | — | The new vgl describing image after edit. |
| mask_url | — | Mask image (file or URL). Optional |
| image_url | — | Reference image (file or URL). |
| steps_num | integer | Number of inference steps. |
| sync_mode | boolean | If true, returns the image directly in the response (increases latency). |
| instruction | — | Instruction for image editing. |
| original_vgl | — | The original vgl used to generate the image. |
| guidance_scale | — | Guidance scale for text. |
| negative_prompt | string | Negative prompt for image generation. |
| structured_instruction | — | The structured prompt to generate an image from. |
Output
| Field | Type | Description |
|---|---|---|
| image | — | Generated image. |
| images | array | Generated images. |
| structured_instruction | object | Current instruction. |