Compare active image alternatives to imagine-1.5, including capabilities, context, pricing, and API changes.
Alternatives to imagine-1.5
The original model is retired. Ranking uses shared reported capabilities and modalities, then the closest known context window, then model ID. Unknown context differences sort last. Similar metadata does not establish equivalent output quality.
Original pricing: $0.0182 USD per image. Original context: Unknown tokens.
Original features not confirmed on this alternative: None. Missing reports are unknown, not confirmed losses.
Context: Unknown → Unknown tokens.
$0.025 USD per image. Prices use the same billing mode, currency, and unit; compare the rates above.
Change the request model ID from imagine-1.5 to gpt-image-2.5.
Original interfaces: POST /v1/images/generations. Alternative interfaces: POST /v1/images/edits, POST /v1/images/generations. Adjust the endpoint and request body to the selected interface.
Original request
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
}'
Alternative request
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.5",
"prompt": "A clean product photo of a matte black desk lamp on a white desk",
"size": "1024x1024",
"n": 1
}'
Matching features: Vision, Streaming, image generation, text input, image output.
Original features not confirmed on this alternative: Tool calling, JSON mode, Reasoning. Missing reports are unknown, not confirmed losses.
Context: Unknown → Unknown tokens.
$0.02 USD per image. Prices use the same billing mode, currency, and unit; compare the rates above.
Change the request model ID from imagine-1.5 to gpt-image-2.
Original interfaces: POST /v1/images/generations. Alternative interfaces: POST /v1/images/edits, POST /v1/images/generations. Adjust the endpoint and request body to the selected interface.
Original request
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
}'
Alternative request
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
}'