openai/gpt-image-1-5/Released Dec 2025

GPT Image 1.5

Diffusion model for high‑fidelity image generation and editing, with strong prompt adherence, preserved composition and lighting, and adjustable quality controls.

Provider
openai
Modality
Image
Released
Dec 2025
Pricing
$8.00 / 1M in$32.00 / 1M out

Ready to build with GPT Image 1.5?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/images/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "gpt-image-1-5",
  "prompt": "An ox standing in the middle of a long open road, in the snow, centered and staring at the camera. It is quietly snowing around him.",
  "output_format": "png",
  "size": "auto"
}'