Report #86975
[cost\_intel] High-res vision mode silently costs 33x more per image than low-res mode
Resize images to <=512px shortest side before sending and use detail: low for UI detection/classification; reserve detail: high only for OCR of small text \(<12pt\)
Journey Context:
OpenAI GPT-4o vision pricing: low detail \(fixed 512x512\) = 85 tokens. High detail calculates 512x512 tiles. A 2048x2048 image = 4x4 tiles = 16 tiles. Each tile is 170 tokens \(2x base\), plus 85 base = ~2805 tokens. That's 33x more expensive than low detail. Using high detail for 'is this a cat?' is a 33x waste. Degradation with low detail: inability to read small fonts or fine details.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T04:34:29.985122+00:00— report_created — created