P-Image-Ideogram
APINew- Price first checked
- Listed on Allocate
P-Image-Ideogram is a image model from Pruna AI. Provider list price is $0.0022 per item; on Allocate you pay $0.0024. It is a closed model served over API; the weights are not published.
What a real workload costs
Generating 1,000 one-megapixel images costs 1,000 × $0.0022 = $2.25 at list, or $2.41 billed on Allocate.
Example usage
curl https://api.allocate.network/v1/chat/completions \
-H "Authorization: Bearer $ALLOCATE_KEY" \
-d '{
"model": "prunaai/p-image-ideogram",
"messages": [{ "role": "user", "content": "Summarise the attached contract." }]
}'Common questions
How much does P-Image-Ideogram cost?
Provider list price is $0.0022 per item (Pricing starts at $0.00225 per image). On Allocate you pay $0.0024.
Can I fine-tune P-Image-Ideogram?
No. P-Image-Ideogram is a closed model served over API; the weights are not published. If you want a model you can train and own, start from an open-weights base in the catalog and fine-tune that.
Has the price of P-Image-Ideogram changed?
Allocate has checked the provider list price hourly since 12 Sep 2026. It has not changed in that time. The price history chart on this page shows every change.
How do I call P-Image-Ideogram on Allocate?
Send prunaai/p-image-ideogram in the model field of the OpenAI-compatible endpoint at api.allocate.network/v1, or point a route name (like prod/support-agent) at it so you can swap the model later without a deploy.