← All models
Image editing endpoint for Hunyuan Image 3.0 Instruct.
images
Details
- Accepts
- text + image
Pricing
- Price
- 11.25 cr / megapixel
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducible results. If None, a random seed is used. |
| promptrequired | string | The text prompt to generate an image from. |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| image_size | — | The desired size of the generated image. If auto, image size will be determined by the model. |
| image_urls | array | The URLs of the images to use as a reference for the generation. A maximum of 3 images are supported. |
| num_images | integer | The number of images to generate. |
| output_format | stringenum: jpeg, png | The format of the generated image. |
| guidance_scale | number | Controls how much the model adheres to the prompt. Higher values mean stricter adherence. |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. |
| enable_prompt_expansion | boolean | If set to true, the prompt will be expanded through the model's internal recaptioning step. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The base seed used for the generation process. |
| images | array | A list of the generated images. |