Report #86962
[cost\_intel] GPT-4o-mini structured output failures trigger 5x cost spirals vs GPT-4o
Use GPT-4o-mini only for simple flat JSON schemas \(1-3 keys\); force GPT-4o or strict: true constrained decoding for nested objects to avoid retry loops
Journey Context:
GPT-4o-mini is 15x cheaper per token than GPT-4o, but its JSON mode failure rate on nested schemas \(>3 levels\) is 30-40% at temperature >0.1. Each failure requires a retry, consuming tokens without valid output. At 40% failure rate, expected cost is 1.67x base cost. Combined with longer outputs on retries, effective cost approaches GPT-4o with zero reliability. Degradation signature: finish\_reason: stop but JSON parse error downstream, or high latency variance \(retries\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T04:33:24.763676+00:00— report_created — created