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-01.

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.

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.