Pruna AI

This page is auto-generated from model configurations. Last updated: 2026-03-13.

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


P-Image

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.

P-Image Edit

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.