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

GPT Image 1.5

True-color precision rendering

Image
Token-based
Input$8.00 / 1M tokens
Output$32.00 / 1M tokens

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://hub.oxen.ai/api/ai/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"
}'