How much does a production RAG assistant cost?
A production RAG assistant typically costs from €18,000 to build as a fixed-scope system and from €1,500/month to operate, with a €2,500 one-week discovery sprint to scope it first. The price is driven by documentation volume, accuracy requirements, and how deeply it integrates with your product — not by the model itself, which is often the cheapest part.
What you are actually paying for
A retrieval-augmented generation (RAG) assistant is not "a chatbot with an API key." A production system has four parts, and each one costs engineering time:
- Ingestion — crawling or importing your documentation, chunking it sensibly, and embedding it into a vector store. This has to be re-runnable as your docs change.
- Retrieval — turning a user question into the right chunks of your content, fast, with relevance that holds up on real queries rather than demos.
- Generation — composing a grounded, cited answer with schema-constrained output so the model cannot return malformed or unsupported responses.
- Operations — monitoring, prompt and index tuning, model updates, and reporting. This is where most "AI projects" quietly fail after launch.
The real cost drivers
Two systems answering the same kind of question can differ 5x in price. The drivers are rarely the model:
- Documentation volume and messiness — clean Markdown is cheap; a decade of PDFs, tickets, and wiki sprawl is not.
- Accuracy and safety requirements — a marketing FAQ tolerates a wrong answer; a clinical or financial assistant needs deterministic guardrails around the model.
- Integration depth — a standalone widget is far cheaper than an assistant wired into your auth, your product data, and your support tooling.
- Ongoing token and embedding cost — usually small (embeddings can run near-zero on a free tier), but it scales with traffic.
Build vs buy
Off-the-shelf widgets are cheap and fine for a simple public FAQ. They stop working the moment you need your own auth, your own data, grounded citations, or guarantees about what the model can and cannot say. A custom build costs more up front and pays back in control: you own the pipeline, the data model, and the accuracy.
The honest rule of thumb: if a wrong answer is a minor UX annoyance, buy a widget. If a wrong answer costs you a customer, a compliance issue, or a support escalation, build it properly.
A realistic budget
At Khaas the ladder is deliberately simple: a €2,500 one-week Discovery Sprint scopes the highest-ROI use case and estimates ROI per case; a production Support Deflection System is a fixed-scope build from €18,000; and an AI Care Retainer keeps it accurate from €1,500/month. The sprint fee is credited to the build if you proceed, so you commit with the numbers in front of you rather than a vendor guess.
FAQ
Is the model (GPT/Claude) the expensive part?
Usually no. The engineering — ingestion, retrieval quality, guardrails, and integration — dominates cost. Token and embedding costs are typically the smallest line item and can run near-zero at small scale.
Can I start smaller than €18,000?
Yes — the €2,500 one-week Discovery Sprint gives you a prioritised roadmap with ROI per use case before any build commitment, and the fee is credited to the build if you proceed.
Want this built for your product?
I build production RAG assistants for SaaS and agencies. Book a 30-min call — no obligation.
Book a 30-min call