p-image-edit

P-Image Edit enables professional-grade image editing and compositing with extremely fast inference times. It supports multi-image conditioning and precise instruction-following for production workflows.

PrunaAI Image Context N/A
Get API Key
Try in Playground
Free Trial Credit No Credit Card Required
$1.00

api_example.sh

# Option 1: File upload (multipart)
curl -X POST "https://platform.qubrid.com/v1/images/edits" \
  -H "Authorization: Bearer $QUBRID_API_KEY" \
  -F "model=p-image-edit" \
  -F "prompt=Add a rainbow over the mountains" \
  -F "files=@<YOUR-IMAGE-COMPLETE-PATH>"

# Option 2: JSON with image URLs
curl -X POST "https://platform.qubrid.com/v1/images/edits" \
  -H "Authorization: Bearer $QUBRID_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "p-image-edit",
  "prompt": "Add a rainbow over the mountains",
  "images": [
    "<YOUR-IMAGE-URL-1>",
    "<YOUR-IMAGE-URL-2>"
  ]
}'

Technical Specifications

Model Architecture & Performance

Variant Optimized
Model Size Not publicly disclosed
Quantization Proprietary optimization
Architecture Optimized image editing model, likely based on Qwen-Image-Edit
Precision Mixed precision
License Proprietary
Release Date December 2024
Developers Pruna AI

Pricing

Pay-per-use, no commitments

Per Image $0.01/Image

API Reference

Complete parameter documentation

Parameter Type Default Description
aspect_ratio string 16:9 Output aspect ratio. Options: match_input_image, 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3.
seed number 1 Random seed for reproducible image edits and compositions.
disable_safety_checker boolean false Optional flag to disable the built-in safety checker for generated images.
response_format string url Format of the generated image response. Options: url (default), base64.

Explore the full request and response schema in our external API documentation

Performance

Strengths & considerations

Strengths Considerations
Supports 1-5 reference images
Strong instruction and prompt adherence
Sub-second inference
High visual fidelity
Requires input images (not text-only)
No official Hugging Face model card available

Use cases

Recommended applications for this model

Image editing and retouching
Creative compositing
Marketing asset updates
Rapid visual iteration

Enterprise
Platform Integration

Docker

Docker Support

Official Docker images for containerized deployments

Kubernetes

Kubernetes Ready

Production-grade KBS manifests and Helm charts

SDK

SDK Libraries

Official SDKs for Python, Javascript, Go, and Java

Don't let your AI control you. Control your AI the Qubrid way!

Have questions? Want to Partner with us? Looking for larger deployments or custom fine-tuning? Let's collaborate on the right setup for your workloads.

"Qubrid enabled us to deploy production AI agents with reliable tool-calling and step tracing. We now ship agents faster with full visibility into every decision and API call."

AI Agents Team

Agent Systems & Orchestration