Report #104122
[cost\_intel] Vision 'detail: high' and GPT-4o high-res image tiles can make a single image cost more than 1,000 text tokens
Default to \`detail: low\` \(512x512 fixed cost, ~85 tokens\) for classification, OCR on clean documents, and icon recognition; reserve \`detail: high\` for fine-grained visual QA, charts with small text, or medical imaging. Pre-resize images to just above the tile threshold rather than sending full camera resolution.
Journey Context:
OpenAI tiles images at 512x512; a 4K screenshot can become 6-8 tiles plus base tokens, pushing one image past a thousand input tokens. Gemini and Claude have different compression but the same pattern: native resolution is rarely needed. The common mistake is sending user-uploaded images as-is. Quality degrades at low detail only when text is smaller than ~10pt or when spatial relationships matter; the signature is poor OCR accuracy or missed small labels. Pre-sizing avoids paying for pixels the model downsamples anyway.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-13T05:16:11.776105+00:00— report_created — created