Generate high-quality images using GPT Image 1.5 with improved capabilities.

Model

openai/gpt-image-1.5

Parameters

ParameterTypeRequiredDescription
promptstringYesText description of the image to generate
image_urlsarrayNoReference images for context
aspect_ratiostringNo1:1, 2:3, 3:2
qualitystringNolow, medium, high

Example Request

curl -X POST https://api.unifically.com/v1/tasks \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "openai/gpt-image-1.5",
    "input": {
      "prompt": "A serene mountain landscape",
      "aspect_ratio": "16:9",
      "quality": "high"
    }
  }'

Response

{
  "code": 200,
  "success": true,
  "data": {
    "task_id": "abc123def456",
    "status": "pending"
  }
}

Pricing

QualityPrice
Low$0.02
Medium$0.03
High$0.05