Report #86947
[cost\_intel] Using GPT-4o with few-shot prompting for high-volume binary classification \(>1M items/day\)
Fine-tuned GPT-3.5-turbo-0125 beats GPT-4o few-shot on F1 by 4% at 1/50th cost \($0.50 vs $25.00 per 1M tokens\) for binary classification with <10 classes. Break-even at ~50k requests/day. Use GPT-4o only for classes requiring nuanced reasoning or zero-shot generalization to novel categories.
Journey Context:
Teams default to 'smarter model with examples' for classification. But classification is a narrow pattern-matching task; fine-tuning distills the examples into weights, eliminating the need for long context windows. GPT-4o few-shot uses 2k tokens \(examples \+ input\); fine-tuned uses 200 tokens \(input only\). At 1M requests/day, the cost difference is $8,000 vs $160/day. The quality cliff: fine-tuning fails on out-of-distribution inputs requiring reasoning \(e.g., sarcasm detection in sentiment analysis\); implement a confidence threshold to route low-confidence predictions to GPT-4o for fallback.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T04:31:44.123847+00:00— report_created — created