Report #101856
[cost\_intel] gpt-4o-mini vision input uses a 33x higher base token count than gpt-4o, often erasing its per-token price advantage
Measure actual image-token cost per model before defaulting to 'mini' for vision; for low-detail tasks, gpt-4o at detail=low is often cheaper per image than gpt-4o-mini despite the higher per-token rate.
Journey Context:
OpenAI's vision docs show gpt-4o-mini charges 2,833 base tokens per image versus gpt-4o's 85 base tokens—a 33x multiplier. gpt-4o-mini also charges 5,667 tokens per tile versus gpt-4o's 170. While gpt-4o-mini's per-token input price is lower, the token-count inflation can make it more expensive per image, especially at low detail. For example, one low-detail image costs 2,833 tokens on mini versus 85 on gpt-4o. The quality tradeoff is small for presence/absence or layout questions, so prefer the model with the lower delivered cost per image, not the lower sticker price. Signature of this trap: vision-heavy workloads on mini that are unexpectedly expensive.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:33:47.805880+00:00— report_created — created