image model
flux-kontext-max
flux-kontext-max is an image-generation model available through the LLM7 API. It supports text input, streaming, image generation, image editing, accepts text, and currently costs $0.01 USD per image.
flux-kontext-maxGet an API keyCurrent price
Simple, pay-as-you-go pricing
$0.01 USD per image
Cost calculator
Adjust the volume to see an instant estimate at the current public price.
01M
Generation estimate
$0.01
Estimated total
$0.01
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": "flux-kontext-max",
"prompt": "A clean product photo of a matte black desk lamp on a white desk",
"size": "1024x1024",
"n": 1
}'