How much does a chatbot cost to run?
A chatbot is mostly one line: the LLM call. Scale is requests times token size.
Pick the cheapest model that clears your quality bar. Long system prompts? Cached-input pricing pays off fast.
◈ or self-host: 1× A40 at ~55% GPU use $358/mo· pays off above ~7.3M requests/mo
Add tracing from day one - it's free until you're big.
Live prices, updated 2026-09-15. A model, not a quote - each layer is priced at its cheapest provider; embeddings amortise the initial index over 12 months. Confirm on each provider's site.