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.
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.
API quick start
Run p-image-ideogram-custom with a single API call.
{
"prompt": "Vertical poster of a young woman mid-stri…",
"width": 768,
"height": 1280,
"thinking": "very low"
}curl -X POST "https://api.wiro.ai/v1/Run/pruna/p-image-ideogram-custom" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "Vertical poster of a young woman mid-stri…",
"width": 768,
"height": 1280,
"thinking": "very low"
}
JSONPricing: Final price depends on Thinking level and image size. Multiply Width by Height: under 2,621,440 pixels you pay the 1K rate, at or above it you pay the 2K rate. 1K: very low $0.003, low $0.0075, medium $0.01, high $0.015. 2K: very low $0.006, low $0.015, medium $0.02, high $0.03. Charged after the image is generated.
View full API docs