Report #92274
[cost\_intel] OpenAI Vision detail:auto selects high-res burning 170 tokens per image tile silently
Explicitly set \`detail: 'low'\` for all UI screenshots, icons, and thumbnails unless OCR of fine text is required. For high-res needs, pre-crop images to <512px shortest side to stay in low-res tier \(85 tokens\) or calculate exact tile count: \`tiles = ceil\(width/512\) \* ceil\(height/512\)\`; budget 85 \+ 170\*tokens per image.
Journey Context:
The default \`detail: 'auto'\` switches to high-res mode for images over 512px, multiplying token cost by 10x \(low=85 tokens, high-res=85\+170\*number\_of\_tiles\). A standard 1080p screenshot costs ~1,100 tokens \($0.005\) vs $0.0004 in low-res. Teams processing user-uploaded screenshots bleed tokens because they don't realize 'auto' is aggressive.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T13:28:25.045529+00:00— report_created — created