July 8, 2026
Retrieval-augmented generation pipelines stuff retrieved context into every prompt. A typical RAG call uses 6,000 input tokens and 1,500 output tokens.
That input-heavy profile makes model choice critical for total cost. Input pricing varies 20x across the registry.
Using 6,000 input and 1,500 output tokens per call:
Flagship tier:
Mid tier:
Fast tier:
The gap between Fable 5 and Gemini 3 Flash is $38,250/month for the same workload.
RAG pipelines often send the same system prompt and retrieved chunks repeatedly. Cache hit rates of 60-80% are common in production.
At 70% cache hit rate on input tokens with Anthropic's 90% cache discount:
Google offers a 75% cache read discount. Anthropic offers 90% off cached reads. For high-cache workloads, Anthropic models become significantly cheaper than list price suggests.
RAG is a QA task. Here are the QA confidence scores with cost per call:
GPT 5.6 Terra offers the best QA confidence per dollar in the mid tier.
Run your RAG cost numbers at /teardown, or track your pipeline spend with a free dashboard.
Gemini 3.5 Flash-Lite handles classification at $0.25/MTok with 85/100 confidence, while Claude Opus costs $5.00/MTok for lower accuracy.
We tracked every pricing change across Claude, GPT, and Gemini. The trend is clear: more cuts than increases, with new models launching at lower price points.
Anthropic offers 90% off cached reads. Google offers 75%. OpenAI matches at 90%. Here is how cache discounts shift the pricing landscape.
Calculators estimate. The dashboard shows what you actually spend and where you can save.