Report #57340
[cost\_intel] At what volume does fine-tuning GPT-3.5 beat GPT-4 zero-shot on structured extraction?
Fine-tune GPT-3.5-Turbo on 500\+ examples when schema has >10 fields and daily volume exceeds 100k requests. Fine-tuned 3.5 achieves 95% of GPT-4's F1 at 1/20th the cost \($0.003/$0.006 vs $0.03/$0.06 per 1M tokens\). GPT-4 remains necessary for few-shot \(<100 examples\) or dynamic schemas.
Journey Context:
Teams over-rely on GPT-4 'just in case' or prematurely fine-tune with insufficient data. The error is ignoring the 'fixed cost' of training \($0.0080 per 1K tokens processed\) versus per-inference savings. The degradation signature of under-trained models is schema hallucination—generating valid JSON with invented fields. The quality cliff: GPT-3.5 fine-tuned requires strict output formatting \(json mode\) to prevent drift, while GPT-4 maintains schema adherence zero-shot. The 100k/day volume threshold amortizes the $200-500 training cost within days.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T02:43:54.565910+00:00— report_created — created