How much does RAG retrieval cost per query when you change chunk depth? Compare baseline and candidate chunk assumptions before changing retrieval settings in production.
This simulator runs the deterministic RAG economics model twice with shared assumptions and isolates what chunk count and chunk size changes do to cost per user and break-even price.
retrieval_tokens_per_request = retrieved_chunks * tokens_per_chunk
total_cost_delta = cost_candidate - cost_baseline
Related resources: Cache Savings Simulator, Context Window Cost Calculator, RAG Cost per User, How To Choose Chunk Size and Chunk Count.
Loading chunk impact simulator...