← All models
Luma Uni-1 Edit reworks a source image from a text instruction, preserving the original composition while applying style changes and following optional reference images to steer the result.
images
Details
- Accepts
- text + image
Pricing
- Price
- 0.375 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| style | stringenum: auto, manga | Visual style of the edited image. |
| promptrequired | string | Text prompt describing the edit to apply. |
| image_url | string | URL of the source image to edit. |
| output_format | — | Encoding format of the edited image. |
| reference_image_urls | — | Optional list of reference image URLs used to guide the edit. |
| aspect_ratio | — | Aspect ratio of the generated image. |
| enable_web_search | boolean | When true, the model may consult the web for references. |
Output
| Field | Type | Description |
|---|---|---|
| images | array | The generated image(s). |