External Publication
Visit Post

[Responses API] GPT 5 ignores the detail parameter on image inputs

OpenAI Developer Community May 22, 2026
Source

Your reproduction on gpt-5.4-mini should be informed by:

_j:

GPT-5.2 uses “patches” algorithm for vision, not “tiles”. That type of vision input does not have a low detail.

“patches” being the way forward. You’ll have to resize smaller on images in your control if you want to pay less for less seeing.

You also will not see the embarrassing inflation in vision costs for comparable resolutions with the patches algorithm, multiplied by model token cost multipliers for vision tokens, multiplied by tripling input token pricing, in the pricing page vision calculator - it stopped being updated at gpt-5.2.

I will also note: gpt-5.4-mini is terrible. I tried to drop it into a gpt-5-mini app that rewrites a selection, following a prompt. gpt-5-mini follows the varying instruction, four paragraphs of output; gpt-5.4-mini is however basically non-functional with the same input, returning the app prompt or the original word back.

Discussion in the ATmosphere

Loading comments...