Report #36971
[cost\_intel] Assuming fine-tuning is always cheaper than few-shot for classification tasks
Only fine-tune classifiers when you have >500 examples AND query volume >10k/month; otherwise few-shot GPT-4o-mini is cheaper including training overhead
Journey Context:
Teams fine-tune GPT-3.5 on 200 examples for a classifier processing 1000 requests/month. Training cost: $10. Inference: $0.002/req vs few-shot GPT-4o-mini at $0.0006/req. Total fine-tuned: $10 \+ $2 = $12. Total few-shot: $0.60. Fine-tuning loses until volume amortizes the fixed cost. Break-even is typically 500\+ examples \(for accuracy\) and 10k\+ queries/month \(for cost\). Also, fine-tuned models require maintenance when base models update. Use fine-tuning for: proprietary style/tone, edge-case classification where examples are nuanced. Avoid for: factual Q&A, low-volume tasks, rapidly changing domains.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T16:31:41.089439+00:00— report_created — created