| Resolution | Low Quality | Medium Quality | High Quality |
|---|---|---|---|
| 1024×1024 | ~$0.011 | ~$0.042 | ~$0.167 |
| 1024×1536 | ~$0.016 | ~$0.063 | ~$0.25 |
| 1536×1024 | ~$0.016 | ~$0.063 | ~$0.25 |
curl --location 'https://api.piapi.ai/v1/images/generations' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {your-api-key}' \
--data '{
"model": "gpt-image-1",
"prompt": "A cute baby sea otter",
"n": 1,
"size": "1024x1024",
"quality": "low",
"output_format": "jpeg"
}'