July 8, 2026
Updated 2026-08-16: two corrections. Gemini 3.5 Flash-Lite is priced here at $0.25/$1.50, which Google never charged - the live price is $0.30/$2.50 - and the caching section claimed Google discounts cached reads 75%. Google discounts them 90%, the same as Anthropic and OpenAI, which removes the Anthropic cache advantage the section concluded with. Both are corrected below.
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 discounts cached reads by the same 90%, so the arithmetic above applies unchanged to the Gemini rows - caching does not hand Anthropic an edge here. What does differ is the write side: Anthropic charges a 25% premium to write a prefix into cache and Google charges nothing, which matters for RAG specifically, because retrieved chunks change on most calls.
RAG is a QA task. Here are the QA confidence scores with cost per call:
GPT 5.6 Terra has 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.30/MTok with 85/100 confidence, while Claude Opus 4.8 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.
OpenAI and Google price cached reads at 90% off input, and so does Anthropic on all but two models - Claude Fable 5.1 goes to 98%. The read discount had flattened; it has started moving again.
Calculators estimate. The dashboard shows what you actually spend and where you can save.