Report #54057
[cost\_intel] Fine-tuning GPT-3.5 for simple classification costs more than GPT-4 prompting until 10M tokens/day
Use GPT-4 with few-shot prompting for <10M tokens/day; fine-tune only for >50M tokens/day or <50ms latency requirements
Journey Context:
Fine-tuning costs $8-20 per million training tokens plus inference at 1.5x base rate \(GPT-3.5\). GPT-4 costs 20x more per token than GPT-3.5. Breakeven: Training cost is sunk; you need to amortize it over millions of inference calls. At 1M tokens/day, GPT-4 costs $30, GPT-3.5-ft costs $1.50 \+ amortization. Quality: Fine-tuned small models often beat large prompted models on narrow tasks, but fail on edge cases. Common mistake: fine-tuning for a task with 100k daily tokens, never recovering the $200 training cost.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T21:13:50.831159+00:00— report_created — created