Generate the highest quality images using Flux.2 Max with extended aspect ratio support.

Model

black-forest-labs/flux.2-max

Parameters

ParameterTypeRequiredDescription
promptstringYesText description of the image
image_urlsarrayNoReference images (max 8)
aspect_ratiostringNoauto, 1:1, 4:3, 16:9, 3:2, 2:3, 9:16, 3:4, 5:4, 21:9
resolutionstringNo1k or 2k

Example Request

curl -X POST https://api.unifically.com/v1/tasks \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "black-forest-labs/flux.2-max",
    "input": {
      "prompt": "An ultrawide cinematic landscape",
      "aspect_ratio": "21:9",
      "resolution": "2k"
    }
  }'

Response

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

Pricing

ResolutionPrice
1K$0.05
2K$0.07