
gpt-image-2-2k
Cheaper. More stable. One-stop API aggregation.
GPT Image 2 · 2K targets higher-resolution OpenAI image output.
Use model id `gpt-image-2-2k` on `/v1/images/generations`.
LumeAPI price is $0.08 per image versus $0.17 official reference.
Use 2K when print-like sharpness matters; stay on 1K for previews and high volume.
2K resolution · aspect-ratio size (e.g. 16:9) · image_urls for img2img
POST/v1/images/generations
Base URL: https://api.lumeapi.site/v1
Auth: Authorization: Bearer <your-lumeapi-key>
Open the integration notes for this model, or the modality guide for request fields and polling.
curl https://api.lumeapi.site/v1/images/generations \
-H "Authorization: Bearer $LUMEAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2-2k",
"prompt": "A golden hour city skyline",
"size": "16:9"
}'