Generate high-quality images using Nano Banana Pro powered by Gemini 3.

Model

google/nano-banana-pro

Parameters

ParameterTypeRequiredDescription
promptstringYesText description of the image
aspect_ratiostringYes1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9
resolutionstringNo1k, 2k, 4k
image_urlsarrayNoReference images

Example Request

curl -X POST https://api.unifically.com/v1/tasks \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "google/nano-banana-pro",
    "input": {
      "prompt": "A photorealistic portrait in golden hour lighting",
      "aspect_ratio": "3:4",
      "resolution": "4k"
    }
  }'

Response

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

Pricing

ResolutionPrice
1k$0.06
2k$0.06
4k$0.10