Report #102772
[cost\_intel] High-resolution vision mode quietly multiplies image token cost by 10-50x compared to low-res
Default to low-res unless the task genuinely requires reading small text or fine detail. Pre-crop and resize images to the model's native tile size before uploading; avoid sending full screenshots when a 512x512 crop suffices. Count vision tokens with the provider's calculator before shipping.
Journey Context:
Vision pricing is per 512x512 tile. A 1920x1080 screenshot can become dozens of tiles, turning a cheap text call into a multi-cent call. Teams enable 'high' resolution by default for UI screenshots and then wonder why vision workloads dominate spend. Low-res is usually enough for classification, presence detection, and coarse OCR. The real trap is that resizing in the browser doesn't help if the backend re-fetches the original; resize before encoding.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:26:26.869967+00:00— report_created — created