Reference
L

UNI 1.1

UNI 1.1, an image model from Luma Labs.
imageModelOverride: { model: "uni-1.1" }
Luma Labs·Released May 2026
Pricing
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.
ParameterTypeDefaultRange / options
typeSelectimageimageimage_edit
source
Source image for image editing mode. Required when type is set to Image Edit.
Image URL
image_ref
Optional reference images to guide the generation or editing.
Image URLs
aspect_ratioSelect16:91:116:99:164:33:43:2+2
style
Optional style modifier to apply to the generation.
Selectautoautomanga
output_formatSelectpngpngjpg
web_search
Allow the model to search the web for additional context when generating the image.
Booleanfalse
Use this model
await mindstudio.generateImage({
  prompt: "...",
  imageModelOverride: {
    model: "uni-1.1",
    config: {
      type: "image",
      aspect_ratio: "16:9",
    },
  },
});