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