L
UNI 1.1
UNI 1.1, an image model from Luma Labs.
imageModelOverride: { model: "uni-1.1" }
Luma Labs·Released May 2026Pricing
- List price
- $0.0404-$0.0674
- Per generation
- $0.00010
Specifications
- Context window
- 100,000 tokens
- Max output
- 50,000 tokens
- Aspect ratios
- 8
- Released
- May 2026
- Model string
- uni-1
Parameters
Model options, passed in
imageModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
type | Select | image | imageimage_edit |
sourceSource image for image editing mode. Required when type is set to Image Edit. | Image URL | — | — |
image_refOptional reference images to guide the generation or editing. | Image URLs | — | — |
aspect_ratio | Select | 16:9 | 1:116:99:164:33:43:2+2 |
styleOptional style modifier to apply to the generation. | Select | auto | automanga |
output_format | Select | png | pngjpg |
web_searchAllow the model to search the web for additional context when generating the image. | Boolean | false |
Use this model
await mindstudio.generateImage({ prompt: "...", imageModelOverride: { model: "uni-1.1", config: { type: "image", aspect_ratio: "16:9", }, }, });