← All models
P Image
p-image
Image generationby prunaai
P-Image by PrunaAI generates high-quality images in under a second with strong prompt adherence and text rendering. Use P-Image with an API.
images
Pricing
- Price
- 0.625 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed. Set for reproducible generation. |
| width | integer | Width of the generated image. Only used when aspect_ratio=custom. Must be a multiple of 16. |
| height | integer | Height of the generated image. Only used when aspect_ratio=custom. Must be a multiple of 16. |
| promptrequired | string | Text prompt for image generation. |
| lora_scale | number | Determines how strongly the main LoRA should be applied. 0.5 usually works well for most LoRAs. |
| aspect_ratio | —enum: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2… | Aspect ratio for the generated image. |
| hf_api_token | string | |
| lora_weights | string | |
| prompt_upsampling | boolean | Upsample the prompt with an LLM. |
| disable_safety_checker | boolean | Disable safety checker for generated images. |
