Report #99079
[cost\_intel] High-detail vision inputs silently multiply token cost by 5-10x per image
Default image detail to low unless the task requires fine-grained visual reasoning. For OCR of simple text, icon classification, or UI element detection, low detail is usually sufficient. Escalate to high detail only for tasks like chart interpretation, medical imaging, or small-text reading.
Journey Context:
GPT-4o bills roughly 765 tokens for a 1024x1024 high-detail image and ~85 tokens for the same image at low detail. A page with 10 images costs 7.6K tokens at high detail versus 850 at low. Many SDKs default to auto, which selects high detail for larger images. Vision cost is often underestimated because teams budget in text tokens. The quality signature of excessive detail is negligible accuracy gain on tasks that do not need pixel-level information.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-28T05:16:25.985515+00:00— report_created — created