P-Image Edit

Model Information

Display Name: P-Image Edit

API Model ID: prunaai/p-image-edit

Category: Image To Image

Description: P-Image Edit is PrunaAI's high-precision image editing model, applying complex transformations, insertions, removals, and style adjustments in under one second. **Key Features:** - Sub-second image editing for real-time workflows - Complex transformations and style adjustments - Object insertion and removal capabilities - High-precision output quality **Capabilities:** - Advanced image-to-image transformations - Intelligent object manipulation (add/remove) - Style transfer and adjustments - Text-guided editing with natural language **Input Requirements:** - **Images:** Up to 2 input images allowed - **Prompt:** Text description of desired edits **Output Options:** - **Aspect Ratios:** 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3 - **Format:** PNG - **Custom sizes:** 256-1440px (multiples of 16) **Use Cases:** - Product photo editing - Creative image manipulation - Style and mood adjustments - Object removal and insertion - Rapid design iteration **Performance:** Optimized for speed and precision, delivering professional-grade edits in under 1 second.

How to Use This Model

To use P-Image Edit via the HInow.ai API, use the model ID: prunaai/p-image-edit

API Request Example (Image Generation)


POST https://api.hinow.ai/v1/images/generations
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "prunaai/p-image-edit",
  "prompt": "Your image description here"
}
              

Pricing

  • total: $0.02

Available Parameters

  • aspect_ratio: Output image aspect ratio (default: 16:9) (Options: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3)
  • output_format: Output image format (Options: png)

Quick Reference

To use this model, set: "model": "prunaai/p-image-edit"

Featured: No

Documentation: https://hinow.ai/models/prunaai/p-image-edit

API Endpoint: https://api.hinow.ai/v1

Back to Models
P-Image Edit

P-Image Edit

prunaai/p-image-edit

$0.020
per image

About

P-Image Edit is PrunaAI's high-precision image editing model, applying complex transformations, insertions, removals, and style adjustments in under one second.

Key Features:

  • Sub-second image editing for real-time workflows
  • Complex transformations and style adjustments
  • Object insertion and removal capabilities
  • High-precision output quality

Capabilities:

  • Advanced image-to-image transformations
  • Intelligent object manipulation (add/remove)
  • Style transfer and adjustments
  • Text-guided editing with natural language

Input Requirements:

  • Images: Up to 2 input images allowed
  • Prompt: Text description of desired edits

Output Options:

  • Aspect Ratios: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3
  • Format: PNG
  • Custom sizes: 256-1440px (multiples of 16)

Use Cases:

  • Product photo editing
  • Creative image manipulation
  • Style and mood adjustments
  • Object removal and insertion
  • Rapid design iteration

Performance:

Optimized for speed and precision, delivering professional-grade edits in under 1 second.

Capabilities

Image To Image

Parameters

aspect_ratio

Output image aspect ratio (default: 16:9)

1:116:99:164:33:43:22:3
output_format

Output image format

png

Code Examples

curl -X POST https://api.hinow.ai/v1/images \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HINOW_API_KEY" \
  -d '{
    "model": "prunaai/p-image-edit",
    "prompt": "Transform this image into cyberpunk style",
    "images": [
      "https://example.com/image1.jpg",
      "data:image/png;base64,iVBORw0KGgo..."
    ],
    "parameters": {
      "aspect_ratio": "1:1",
      "output_format": "png"
    }
  }'