Image GenerationActive
pruna / p-image-ideogram-custom
p-image-ideogram-custom
Pruna’s P Image Ideogram Custom generates poster-ready images from a short prompt. It’s tuned for readable text, typography, and precise layout control.
Text to Image
Model ID
p-image-ideogram-custom
Provider
pruna
Updated
1785420128
wiro playground—pruna/p-image-ideogram-custom
Updated 1785420128
## Overview
P Image Ideogram Custom by Pruna generates a single high-resolution image from a short written description. It focuses on graphic design use cases, like posters and layouts where readable text matters. You can set an exact pixel size and choose an output file format. This helps teams ship consistent, print-ready or ad-ready visuals without manual layout work.
## What you can build
- Event posters with large headline text and supporting copy
- Product promos with clean typographic hierarchies and brand-like layouts
- Social ads in vertical and square formats with controlled composition
- Simple logo-like wordmarks and title cards for videos
- Marketing banners with high contrast photography and a single accent color
- Landing-page hero images with readable slogans and labels
## Inputs
- A required image description written as plain text. Keep it short and specific when you need accurate in-image text.
- A required output width in pixels. It must be between 512 and 2560.
- A required output height in pixels. It must be between 512 and 2560.
- A required “thinking” level that trades off strict prompt adherence versus lighter generation effort. Choose from very low, low, medium, or high.
- An optional toggle that expands or enhances your prompt before generation. Use it when your prompt is short.
- An optional output file format choice. Choose JPG, PNG, or WebP.
- An optional compression quality setting from 0 to 100 for JPG and WebP. PNG ignores this setting.
- An optional numeric seed for reproducible results. Leave it empty for a new random result each run.
## Outputs
- One generated image file in the format you selected (JPG, PNG, or WebP).
- The image matches the requested pixel dimensions.
- The run returns the seed that was used, so you can rerun the same generation later.
## Limitations
- The output size is limited to 512–2560 pixels per side. Very large sizes can expose small artifacts in text edges.
- Long paragraphs, tiny body copy, and dense multi-line text can still produce misspellings or warped glyphs.
- Vague prompts can cause unexpected layouts. Specify placement and hierarchy when layout matters.
- If you enable prompt enhancement, the model may rewrite intent. This can change wording or composition.
- PNG output ignores the compression quality control.
## Safety & compliance
- Don’t request disallowed content, including sexual content involving minors, instructions for wrongdoing, or targeted harassment.
- If your use case needs brand safety, avoid prompts that reference real people, trademarks, or copyrighted characters.
- Generated images can look real. Label synthetic media when policy or law requires it.
Example prompts
Great starting points for p-image-ideogram-custom.
Vertical poster of a young woman mid-stride on a city crosswalk, bold condensed sans-serif text reading 'MOTION' running vertically down the left edge and small text 'SPRING COLLECTION' at the bottom, high contrast black and white photography with a single red accent.Image Generation
Vertical overhead shot looking straight down at a chef's hands plating a dish with tweezers, the plate filling the lower two thirds of the frame in sharp macro detail — glossy sauce, herb garnish, seared texture visible — dark slate worktop, warm side light raking across the food, hands and forearms entering from the top, food editorial photography.Image Generation
Vertical shot of a young woman in a glass greenhouse surrounded by tall tropical plants, dappled sunlight through the leaves falling across her face and shoulders, holding a small potted seedling, humid haze in the air, soft natural colour, lifestyle photography.Image Generation
Vertical portrait of a cellist seated in an empty concert hall, warm stage light falling from above onto her shoulders and the polished wood of the instrument, rows of red velvet seats receding into soft darkness behind, sharp detail on hands and strings, elegant editorial photography.Image Generation
API quick start
Run p-image-ideogram-custom with a single API call.
POST https://api.wiro.ai/v1/Run/pruna/p-image-ideogram-custom
{
"prompt": "Vertical poster of a young woman mid-stri…",
"width": 768,
"height": 1280,
"thinking": "very low"
}