← All models

openai

OpenAI: GPT-5 Image Mini

openai/gpt-5-image-mini

GPT-5 Image Mini combines OpenAI's advanced language capabilities, powered by [GPT-5 Mini](https://openrouter.ai/openai/gpt-5-mini), with GPT Image 1 Mini for efficient image generation. This natively multimodal model features superior instruction following, text...

imagetext

Try in Playground ↗

Provider-supported parameters

These are upstream capabilities. Jevrouter supports the subset described in the API contract; chat input is currently text only.

nqualitybackgroundaspect_ratioinput_referencesoutput_compression

Capabilities are imported from OpenRouter’s catalog. This does not mean every model has been independently tested by Jevrouter.

Catalog updated: 2026-09-22T09:51:50.338Z · Price version: cmub11bb7010br82gsmd04gxy:1

Image prices & options

Prices use each provider’s billing unit. We reserve a conservative amount and settle from the usage receipt, releasing unused balance.

OpenAI
UsageUnitUSDVariant
input imagetoken$0.0000025Default
output imagetoken$0.000008Default
{
  "n": {
    "type": "range",
    "min": 1,
    "max": 10
  },
  "quality": {
    "type": "enum",
    "values": [
      "auto",
      "low",
      "medium",
      "high"
    ]
  },
  "background": {
    "type": "enum",
    "values": [
      "auto",
      "transparent",
      "opaque"
    ]
  },
  "aspect_ratio": {
    "type": "enum",
    "values": [
      "1:1",
      "3:2",
      "2:3",
      "auto"
    ]
  },
  "input_references": {
    "type": "range",
    "min": 0,
    "max": 16
  },
  "output_compression": {
    "type": "range",
    "min": 0,
    "max": 100
  }
}

Make a request

Some models require reference images. Check the input_references range above. Images return base64 data and a usage receipt.

curl --no-buffer https://api.jevrouter.io/v1/images \
  -H "Authorization: Bearer $JEVROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d @- <<'JSON'
{
  "model": "openai/gpt-5-image-mini",
  "prompt": "A quiet mountain cabin at sunrise, watercolor illustration",
  "n": 1,
  "stream": true
}
JSON

Plan your integration

Source: OpenRouter model catalog. Imported descriptions and capabilities are provider declarations, not independent benchmark results. Jevrouter currently uses OpenRouter as its managed upstream.