image model
gpt-image-2
gpt-image-2 is an image-generation model available through the LLM7 API. It supports text input, image input, streaming, image generation, image editing, accepts text and image, and currently costs $0.02 USD per image.
gpt-image-2Get an API keyCurrent price
Simple, pay-as-you-go pricing
$0.02 USD per image
Cost calculator
Adjust the volume to see an instant estimate at the current public price.
01M
Generation estimate
$0.02
Estimated total
$0.02
Start building
A verified request for this exact model. Add your API key and run it.
curl https://api.llm7.io/v1/images/generations \
-H "Authorization: Bearer $LLM7_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2",
"prompt": "A clean product photo of a matte black desk lamp on a white desk",
"size": "1024x1024",
"n": 1
}'