AI in banking

Why the model isn't the moat: token economics and model selection in conversational banking

18 August 2026
6
mins read

Ask most vendors what makes their conversational banking AI better, and the answer is some version of "our AI is smarter." Ask the people who build this for a living, and the answer is more honest: there's no proprietary model advantage. Anyone can call the same frontier models through the same APIs.

That's the real starting point for understanding where conversational banking lives or dies. The question that matters is which model answers which task, and what happens to that answer before a customer ever sees it. It's one piece of a bigger picture, covered in full in Conversational banking in 2026: the complete guide.

Conversational banking AI: why there's no model advantage

From a pure platform standpoint, there's no clear technology edge over other agentic platforms. The differentiation sits in the guardrails, the banking-specific experience, and how fast a bank gets live, not in a secret model nobody else can access.

That's the accurate, more useful answer for a buyer, because it points at the question that actually decides cost and quality: not "which vendor has the best AI," but "which vendor built the infrastructure to use AI well."

Token economics in conversational banking: what models cost

Model prices in 2026 span roughly 150x within a single provider's own lineup: GPT-5.4's pricing runs from $0.20 per million input tokens at the budget (Nano) tier to $30 at the frontier reasoning (Pro) tier, depending on which model in the family handles the request (CloudZero, 2026). Across providers, the gap gets more dramatic still: one comparison of a coding-agent workload put the monthly cost at $12,000 on a frontier model and $252 on a cheaper one, a 48x difference for functionally similar output (Morphllm, 2026).

That spread is the entire argument for model routing. A conversational banking system that sends every request, including "what's my balance," through a frontier reasoning model is paying frontier prices for a task that doesn't need frontier reasoning. This failure mode uses conversational banking just to retrieve a balance, and it can become a surprisingly costly operation, because the cost scales with every interaction, not just the complex ones.

Model routing in banking AI: why most tasks don't need an LLM

Banking is mostly deterministic: a balance is a fact retrieved from a system of record, not a question that needs reasoning. The Banking OS runs roughly 80% as a rigid, deterministic banking platform, with the remaining 10 to 20% tapping into agents and LLM inference at the moments that actually call for judgment.

Getting that split right, deciding which flows need inference and which just need a fast, reliable system call, is what optimizes token cost. For the deeper case on why deterministic and agentic execution need to run side by side, see Why banks need deterministic and agentic workflows running side by side.

Model-neutral banking AI: why vendor lock-in costs more

Most banks have already made choices about which LLM providers they trust with confidential data, often before a vendor is even in the room. A platform that locks a bank into one model forces a rebuild every time pricing shifts, a new model launches, or the bank's own compliance stance changes.

On the Banking OS, the Intelligence Layer runs LLMs, domain models, machine learning, and risk models side by side inside a continuous learning loop, rather than betting the whole system on a single model. AI autonomy is configurable per domain and revocable at any time, which is what lets a bank change what's running underneath without customers or employees noticing.

That matters economically as much as it matters architecturally. A bank that can move a workload from a $30-per-million-token model to a $0.20 one, for the tasks that don't need the expensive model, changes its own unit economics without changing anything a customer experiences.

AI governance in banking: how every model response gets checked

Cheaper, smaller models raise a fair question: are they good enough for a regulated conversation about someone's money? The answer that holds up is that the model's raw output was never meant to reach the customer directly.

Every response gets checked before it ships. A second pass, sometimes another model, sometimes a deterministic policy check, assesses what the first model generated against financial accuracy and compliance rules, and can block it from reaching the customer entirely. That governance layer, not the base model, is what makes a cheaper model viable for banking in the first place. It's also what makes an expensive frontier model safe to use for the harder cases, because nothing ships unchecked regardless of what generated it.

That's a structurally different claim than "our model is smarter." It's "our system catches what any model gets wrong, before a customer sees it." For how that governance actually works in production, down to the Decision Token every action carries, see Voice agents in banking: use cases, governance, and what production looks like. The same discipline extends beyond a single answer to who or what is allowed to act at all: see Know your agent: a governance framework for AI in banks.

Where conversational banking AI earns its cost

None of this matters if the thing being executed cheaply isn't valuable. In an early proof of concept, a bank built a conversational flow to let customers make payments by voice. The result landed flat. Customers already knew how to make a payment. Doing it through a different interface didn't feel like anything new.

What did land: giving the same customers a way to ask about their own spending. "How does my dining spend this month compare to last month" isn't a question a banking app answers today. It's a new capability, not a repackaged old one, and it's exactly the kind of question a lighter-weight model can answer cheaply once it has the right account context to reason over.

That's the other half of the economics. Token cost only matters relative to the value delivered per token. Automating what a customer could already do themselves optimizes a number nobody was asking about. Answering a question they couldn't get an answer to before is where conversational banking actually earns the cost of running it.

What this means for evaluating a platform

Three questions cut through most of the marketing:

Does the platform route by task, or run everything through one model? If every request, simple or complex, hits the same model, the vendor is paying frontier prices for balance checks.

What checks a model's output before a customer sees it? If the answer is "the model itself," that's not a governance layer, it's a hope.

Can the bank bring its own model, or is it locked to the vendor's default? Model pricing and capability shift every few months. A platform tied to one provider inherits every price increase and every outage.

None of these questions are about which model is smartest. That's deliberate. It's the wrong question to be asking.

Frequently asked questions

Does Backbase use its own proprietary AI model?

No, and that's by design. The Intelligence Layer inside Backbase's Banking OS runs LLMs, domain models, machine learning, and risk models side by side, rather than depending on one model or one provider.

Why doesn't conversational banking need the most powerful AI model available?

Most banking interactions are deterministic: a balance is a fact retrieved from a system of record, not a question requiring reasoning. Routing simple, high-volume requests to lightweight models and reserving complex reasoning for cases that actually need it is what keeps token costs proportional to the value of the task. See Why banks need deterministic and agentic workflows running side by side for the deeper architecture.

How much does model choice actually affect cost in a conversational banking deployment?

Token pricing in 2026 spans roughly 150x between the cheapest and most expensive models from the same provider (CloudZero), and real workload comparisons show gaps of around 48x between a frontier model and a cheaper one for similar output (Morphllm). Routing high-volume, low-complexity requests to a cheaper model instead of a frontier one can cut the cost of those interactions by a similar order of magnitude, without changing what the customer experiences.

If a cheaper model is used, how does a bank know the answer is still accurate?

Every response should be checked by a governance layer before it reaches the customer, validating the output against financial accuracy and compliance rules regardless of which model generated it. That check, not the base model's raw capability, is what makes the response trustworthy. See Voice agents in banking: use cases, governance, and what production looks like for how that plays out end to end.

About the author
Table of contents
Vietnam's AI moment is here
From digital access to the AI "factory"
The missing nervous system: data that can keep up with AI
CLV as the north star metric
Augmented, not automated: keeping humans in the loop