← All models
Kling V3: Latest Kling Image model
images
Details
- Accepts
- text + image
Pricing
- Price
- 3.5 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| promptrequired | string | Text prompt for image generation. Max 2500 characters. |
| elements | — | Optional: Elements (characters/objects) to include in the image for face control. Each element can have a frontal image and optionally reference images. |
| sync_mode | boolean | If `True`, the media will be returned as a data URI. |
| num_images | integer | Number of images to generate (1-9). |
| resolution | stringenum: 1K, 2K | Image generation resolution. 1K: standard, 2K: high-res. |
| aspect_ratio | stringenum: 16:9, 9:16, 1:1, 4:3, 3:4, 3:2… | Aspect ratio of generated images. |
| output_format | stringenum: jpeg, png, webp | The format of the generated image. |
| negative_prompt | — | Negative text prompt. It is recommended to supplement negative prompt information through negative sentences directly within positive prompts. |
| image_url | string | Reference image for image-to-image generation. Max file size: 10.0MB, Min width: 300px, Min height: 300px, Min aspect ratio: 0.40, Max aspect ratio: 2.50, Timeout: 20.0s |
Output
| Field | Type | Description |
|---|---|---|
| images | array | Generated images |