"How much does it cost to put an AI answering my WhatsApp?" It's the first question from almost every client — and the honest answer is: it depends, but you can estimate it properly. Anyone who hands you a round number without asking a single question is guessing or hiding cost. I'm going to lay out the real math, layer by layer, so you can budget without walking into a trap.
The cost has three layers — and they behave differently
Most people think of "AI cost" as one thing. It's three, with distinct behaviors:
- The platform (WhatsApp Business API): what Meta charges for a message to travel.
- The brain (LLM): what you pay for the AI to think on every message.
- The build and the infrastructure: what it costs to make the agent exist and keep it standing.
The first two are variable cost (they grow with usage). The third is mostly upfront investment. Mixing the three is exactly what produces a wrong budget.
Layer 1 — WhatsApp Business API (per conversation)
The WABA isn't free to operate. Meta's Cloud API is free to host, but Meta charges for the conversations/messages, with rules that shift the price:
- Who started it: a customer-initiated conversation (within the 24h window) vs. one you started (template) have different costs.
- Template category: marketing, utility, and authentication are priced differently.
- Country: the price varies by region.
I broke these rules down in the WhatsApp Business API guide. The key thing for budgeting: this cost is per conversation and predictable. If you know how many conversations/month you expect, you can estimate this layer.
Layer 2 — The LLM (per processed message)
Every time the agent "thinks," it consumes tokens from a language model, and that has a price. The cost here depends on:
- Volume: more messages = more calls = more cost.
- Context size: long histories and giant prompts cost more per call.
- The model you pick: top-tier models cost several times the price of smaller ones.
This is where the biggest optimization lever lives. Most messages are simple ("where's my bill?") and don't need the most expensive model. A well-architected agent uses a cheap model for the simple stuff and the expensive one only when the conversation demands reasoning — and runs with fallback across providers. This can cut LLM cost by orders of magnitude without losing quality.
Layer 3 — Build and infrastructure
This is the one nobody puts on the spreadsheet, then gets a shock. An agent that survives production is not a weekend script. It needs:
- Real integration with your systems (CRM, ERP, payment gateway) — the tools that make the agent resolve, not just chat.
- Resilient architecture: queue, idempotency, fallback, observability.
- Business logic, handling the 24h window, human handoff.
This is where the bulk of the investment sits — and it's what separates an agent that drives results from a bot that frustrates customers. It's upfront investment, not recurring cost: built well, it runs cheap and scales.
If it's voice, add a layer
A voice agent (an AI call center over the phone) adds transcription (STT) and speech synthesis (TTS), usually billed per minute of audio. That makes voice more expensive per interaction than text — but still absurdly cheaper than a human agent at the same scale. The voice architecture has its own requirements.
How to budget for real (the honest method)
Before you ask "how much does it cost," answer:
- Volume: how many conversations per month? (defines layers 1 and 2)
- Channel: text (WhatsApp) or voice? (voice adds STT/TTS)
- Complexity: does the agent just reply, or does it need to integrate with your systems and act? (defines layer 3)
- One comparative question: how much does this operation cost today in human team hours?
That last question is the one that matters. An AI agent is almost never evaluated in a vacuum — it's evaluated against the cost of doing the same thing with people. And that's usually where the math closes comfortably: the repetitive work, which is most of it, gets done for a fraction of the human cost, 24/7, with no queue.
The short answer
There's no list price because there's no generic agent. But the structure is always the same: a variable cost per conversation (WABA + LLM) that optimization keeps low, plus an upfront build investment that decides whether the agent resolves or frustrates. Run from anyone who gives you a number without asking your volume and your systems — and run even faster from anyone who hides layer 3.
I'll run the diagnosis and tell you the real math for your case — volume, channel, integration. If you want to budget an AI agent without guesswork, reach out.