Creative Genius Creative Genius

The Real Cost of Running AI in Production

Token costs are 30% of the bill. Here's where the other 70% goes.

By Creative Genius · · 6 min read

Every team budgets for OpenAI tokens and gets blindsided by the rest. After three years of running production AI for clients, here's where the money actually goes.

The full stack of production AI cost

  • 30% — LLM tokens. The line item everyone budgets for. Usually accurate.
  • 25% — Vector database, embeddings, and re-embedding. Often forgotten. Re-embeddings during pipeline changes can double this temporarily.
  • 15% — Observability, logging, and storage. Langfuse, Helicone, Datadog, plus the database holding your traces. Logs grow faster than you expect.
  • 15% — Engineering time. Maintenance, prompt iteration, eval upkeep, on-call. The expensive line item you don't see in your cloud bill.
  • 10% — Safety and moderation. Input filtering, output filtering, sample human review, occasional incident response.
  • 5% — Miscellaneous. Auth, rate limiting, queue infrastructure, secret management.

The line items that surprise teams

Two specific costs catch most teams off guard:

  1. Re-embedding when you change chunking strategy. Re-embedding 10M chunks is a four-figure expense. Plan for it before you decide to "just bump chunk size from 512 to 1024."
  2. Log storage at production scale. Full prompt/response logging at 1M requests/month is hundreds of GB per month. Datadog, Splunk, and friends bill by ingest.

How to forecast realistically

Take your projected monthly LLM bill and multiply by 3.3×. That's your real all-in cost. If you're a startup, this is what your investors should see in the model. If you're an agency, this is what you should bake into customer pricing.

Where to save without compromising quality

  • Cache identical prompts — easy 10–30% token savings.
  • Route to smaller models for easy queries — another 20–40%.
  • Self-host the embedding model — embeddings volume is high, model is cheap to run.
  • Sample logs at 10% in production, 100% in staging.

Bottom line

Plan for the full stack from day one or you'll get a surprise three months in. The teams that profit from AI features are the teams that budget for what AI costs to operate, not just to call.

Want this kind of AI clarity for your team?

Creative Genius builds custom AI agents, automation, and data pipelines for ambitious businesses.

Get Started