Skip to content
Get started
GENERATION API CALLS
Image Model Generation

Pruna AI

This page is auto-generated from model configurations. Last updated: 2026-07-29.

This reference lists all available Pruna AI image generation models and their parameters. Use these parameter names when calling the Generation API.


Model ID: model_p-image

Capabilities: txt2img

LLM Markdown: https://app.scenario.com/api/models/model_p-image/markdown

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
promptstringYes----Text prompt for image generation.
widthnumberNo12162561440-Width of the generated image. Only used when Aspect Ratio is โ€˜customโ€™. Must be a multiple of 16.
heightnumberNo8322561440-Height of the generated image. Only used when Aspect Ratio is โ€˜customโ€™. Must be a multiple of 16.
seednumberNo----Random seed. Set for reproducible generation.

A sub 1 second cheap multi-image editing model built for production use cases.

Model ID: model_p-image-editing

Capabilities: img2img

LLM Markdown: https://app.scenario.com/api/models/model_p-image-editing/markdown

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
referenceImagesfile_arrayYes----Images to use as a reference. For editing task, provide the main image as the first image.
promptstringYes----Text prompt for image generation. Make sure to describe your edit task clearly. You can refer to the images as โ€˜image 1โ€™ and โ€˜image 2โ€™ and so on.
turbobooleanNotrue---If turned on, the model will run faster with additional optimizations. For complicated tasks, it is recommended to turn this off.
aspectRatiostringNomatch_input_image--16:9, 3:2, 4:3, 1:1, 3:4, 2:3, 9:16, match_input_imageAspect ratio for the generated image. match_input_image will match the aspect ratio of the first image.
seednumberNo----Random seed. Set for reproducible generation.

Pruna p-image-ideogram text-to-image generation with adjustable thinking effort and 1K/2K output.

Model ID: model_pruna-p-image-ideogram

Capabilities: txt2img

LLM Markdown: https://app.scenario.com/api/models/model_pruna-p-image-ideogram/markdown

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
promptstringYes----Describe the image you want to create, including any text that should appear in it.
thinkingstringNohigh--very low, low, medium, highHow much reasoning effort the model puts into the image. Higher levels improve quality but cost more and take longer.
imageSizestringNo1K--1K, 2KThe output size, 1K or 2K. Ignored when Aspect Ratio is set to Custom (the Width and Height fields take over instead).
promptUpsamplingbooleanNotrue---Automatically enriches your prompt with extra detail before generating. On by default.
aspectRatiostringNo1:1--9:16, 2:3, 3:4, 1:1, 4:3, 3:2, 16:9, customThe shape of the image. Choose Custom to set your own exact dimensions with the Width and Height fields below.
widthnumberNo-12560-The exact width in pixels (up to 2560). Required when Aspect Ratio is set to Custom; ignored otherwise. Width ร— height cannot exceed 6 megapixels (6,000,000 pixels).
heightnumberNo-12560-The exact height in pixels (up to 2560). Required when Aspect Ratio is set to Custom; ignored otherwise. Width ร— height cannot exceed 6 megapixels (6,000,000 pixels).
seednumberNo-04294967295-A number that makes results repeatable. Reusing the same seed and settings produces the same image; leave it empty for a different result each time.

Dress a person with one or more garment reference images using Prunaโ€™s virtual try-on model.

Model ID: model_pruna-p-image-try-on

Capabilities: img2img

LLM Markdown: https://app.scenario.com/api/models/model_pruna-p-image-try-on/markdown

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
personImagefileYes----Image of the person to dress.
referenceImagesfile_arrayYes----Garment reference images to apply to the person. Up to 6 recommended, up to 11 supported.
promptstringNo----Optional guidance for non-flatlay garment images.
referencePosefileNo----Optional reference pose image for reposing the person.
turbobooleanNofalse---Faster processing. Not recommended when using four or more garment images.
preserveInputSizebooleanNotrue---Maintain the original resolution of the person image.
seednumberNo-04294967295-Random seed for reproducible generation.