Pruna AI
Introduction
Pruna AI's models are integrated into the Runware platform through our unified API, providing access to highly optimized image generation technology designed for real-time production workflows. Built on Pruna's AI optimization framework, these models deliver performance-oriented generation with efficient resource utilization.
Through the providerSettings.prunaai object, you can access Pruna's unique features such as turbo mode acceleration, while maintaining the consistency of Runware's standard API structure. This page documents the technical specifications, parameter requirements, and provider-specific settings for all Pruna AI models available through our platform.
-
providerSettings»prunaaiprunaaiobject -
Configuration object for Pruna AI-specific image generation settings and optimization controls.
View example
{ "taskType": "imageInference", "taskUUID": "a770f077-f413-47de-9dac-be0b26a35da6", "positivePrompt": "A product photograph with clean composition", "model": "prunaai:2@1", "width": 1024, "height": 1024, "providerSettings": { "prunaai": { "turbo": true } } }Properties 1 property
-
providerSettings»prunaai»turboturboboolean Default: false -
Enables additional performance optimizations for faster generation. When activated, the model applies aggressive acceleration techniques to reduce inference time.
For complex or detailed generation tasks, it is recommended to disable turbo mode to maintain optimal quality. Turbo mode prioritizes speed over subtle details.
-
Image models
P-Image
Real-time text-to-image model designed for instant, high-quality creation. Supports strong text rendering, precise prompt control, and fast output suitable for production workflows with efficiency optimizations built in.
Model AIR ID: prunaai:1@1.
Supported workflows: Text-to-image.
Technical specifications:
- Positive prompt: 1-2000 characters.
- Supported dimensions: 512-2048 pixels (width and height, multiples of 16).
{
"taskType": "imageInference",
"taskUUID": "f47ac10b-58cc-4372-a567-0e02b2c3d496",
"model": "prunaai:1@1",
"positivePrompt": "A modern minimalist poster with bold typography reading 'INNOVATION' in clean sans-serif font",
"width": 1024,
"height": 1024
}P-Image-Edit
Real-time editing model for multi-image refinement, layout adjustments, and controlled transformation with strong adherence to detailed instructions. Designed for iterative editing workflows requiring precise modifications.
Model AIR ID: prunaai:2@1.
Supported workflows: Image-to-image.
Technical specifications:
- Positive prompt: 1-2000 characters.
- Reference images: Supports up to 4 images via
inputs.referenceImages. - Supported dimensions: 1024×1024 (1:1), 1184×896 (4:3), 896×1184 (3:4), 1376×768 (16:9), 768×1376 (9:16), 1248×832 (3:2), 832×1248 (2:3).
When using reference images, dimensions are automatically matched to the input image if width and height are not specified.
Provider-specific settings:
Parameters supported: turbo.
{
"taskType": "imageInference",
"taskUUID": "f47ac10b-58cc-4372-a567-0e02b2c3d497",
"model": "prunaai:2@1",
"referenceImages": ["c64351d5-4c59-42f7-95e1-eace013eddab"],
"positivePrompt": "Change the background to a sunset beach scene while keeping the subject unchanged",
"width": 1024,
"height": 1024
}{
"taskType": "imageInference",
"taskUUID": "6ba7b836-9dad-11d1-80b4-00c04fd430c8",
"model": "prunaai:2@1",
"referenceImages": [
"c64351d5-4c59-42f7-95e1-eace013eddab",
"d7e8f9a0-2b5c-4e7f-a1d3-9c8b7a6e5d4f"
],
"positivePrompt": "Combine these two images into a cohesive composition with unified lighting",
"width": 1376,
"height": 768
}{
"taskType": "imageInference",
"taskUUID": "550e8400-e29b-41d4-a716-446655440011",
"model": "prunaai:2@1",
"referenceImages": ["c64351d5-4c59-42f7-95e1-eace013eddab"],
"positivePrompt": "Adjust color temperature to warmer tones",
"providerSettings": {
"prunaai": {
"turbo": true
}
}
}