
A GPT-4-class response cost around $30 per million output tokens in March 2023—today, open models like DeepSeek V4 Pro or Meta's Llama family deliver comparable quality for under 30 cents. That's not a discount. That's a two-order-of-magnitude shift in under three years.
Yet many AI roadmaps in B2B companies are still anchored to 2023 assumptions: scarce GPU budgets, expensive API contracts, business cases that fall apart on per-inference unit costs. CTOs are deferring automation projects because the numbers in the spreadsheet don't add up—with figures that haven't been valid for a long time. From our consulting practice, we know these roadmaps all too well: they're calculating with unit costs that the market last saw two years ago.
This article shows why the cost argument is largely obsolete in 2025, which automation scenarios suddenly become profitable as a result—and what new challenge takes the old one's place. Spoiler: It has nothing to do with hardware.
Why a Token in 2025 Costs 1% of What It Did in 2023
Let’s start with the hard numbers. At launch in March 2023, OpenAI charged $30 per million output tokens for GPT-4, and $60 for the 32k context variant, according to their public pricing. Today, a model like GPT-5.5 Pro costs a fraction of that for standard tasks. Switch to open-weight models, and you can find hosting providers offering under a dollar per million tokens. For smaller distilled models, we’re talking pennies.
A price drop of over 95% per token for comparable output quality—that’s the scale we’re talking about. The Stanford AI Index 2025 pegs the decline in inference costs for GPT-3.5-level performance between late 2022 and late 2024 at a factor of 280. Hardly any other technology resource has ever seen such a steep cost decline—not even storage during the golden years of Moore’s Law.
The main driver is competition, not charity. When Meta released Llama as an open-weight model, Mistral from Paris followed suit, and DeepSeek achieved comparable benchmarks in early 2025 with a fraction of the training budget of its US rivals, the proprietary vendors’ pricing monopoly shattered. Anyone charging $20 per million tokens today is competing against a model anyone can run on their own infrastructure. OpenAI, Anthropic, and Google have since cut prices in multiple waves—not voluntarily, but because the market forced them to.
Just how seriously the industry takes this dynamic was underscored by none other than Microsoft CEO Satya Nadella, who publicly invoked the Jevons Paradox after the DeepSeek shock in January 2025: When a resource becomes more efficient and cheaper, consumption doesn’t fall—it explodes, because new use cases become profitable. That’s exactly the mechanism playing out in B2B companies ever since.
For businesses, this means a fundamental shift in cost structure: Inference is moving out of the CapEx conversation. Where 2023 involved negotiating GPU cluster purchases and annual contracts with minimum commitments, inference today is a quasi-variable line item measured in cents within operating expenses—comparable to cloud storage or API fees for payment processors. No one builds a business case that fails on storage costs anymore. We’re on the same trajectory with inference.
These numbers, however, raise the question: What technical levers are making this decline possible—and how sustainable is it?
Distillation, Quantization, and Purpose-Built Silicon: What's Actually Driving Costs Down
Behind the price collapse are three mechanisms that work independently and compound each other. Understand them, and you can see why this isn't a temporary price war—it's a structural shift, and why the curve will likely keep dropping.
Distillation: When the Student Outperforms the Teacher's Budget
Model distillation works like this: a large "teacher model" trains a significantly smaller "student model"—not on raw data, but on the teacher's own outputs. The result? A model with 8 billion parameters achieves roughly 90% of the performance of a 400-billion-parameter model for narrowly defined tasks—at a fraction of the compute cost per request. DeepSeek popularized this approach with its distilled variants; Nvidia and Meta are shipping purpose-built compact models through the Llama-Nemotron series for exactly this use case. Our own tests confirm the rule of thumb: nobody needs a model that can also solve differential equations just to classify emails. The smaller model isn't just cheaper—it's often faster and more consistent in response quality.
Quantization: Half the Precision, Double the Efficiency
The second lever targets numerical representation. Traditionally, models compute with 16-bit floating-point numbers (FP16). Quantization reduces this to 8 or even 4 bits (INT8/INT4) – with minimal quality loss for most tasks. The effect is directly measurable: An INT4-quantized model requires only a quarter of the memory, can run on cheaper hardware, and consumes correspondingly less energy per query. What once required an 80 GB accelerator now runs quantized on consumer hardware – a side benefit that also improves the sustainability footprint of AI workloads and increasingly plays a role in ESG reports.
Specialized Inference Hardware: The End of the GPU Monopoly
The third lever is the hardware itself. General-purpose GPUs are optimized for training – for inference they are oversized and inefficient. Providers like Groq with its LPUs, Cerebras with wafer-scale chips, and AWS with Inferentia are building silicon designed exclusively for inference acceleration. Groq regularly demonstrates throughput rates of several hundred tokens per second – a multiple of what GPU-based setups deliver for the same energy consumption. Running inference on specialized hardware completely decouples you from the GPU market and its scarcity dynamics.
Taken together, these three mechanisms explain why the cost curve continues to fall. But they also explain a behavioral pattern that's spreading through enterprises: when a small, distilled, quantized model is cheaper and faster per task than a large general-purpose model, teams start to specialize a separate model for every task. And that's exactly where a new problem emerges – more on that later.
What Near-Zero Inference Costs Mean for B2B Workflows in Practice
The real break isn't in the pricing page—it's in the business case. For years, automation followed a simple rule of thumb: only high-volume or high-value processes justified the effort. Everything else—the "long tail" of enterprise processes—stayed manual because per-unit AI processing costs ate up the benefits.
That math is flipping. Concrete scenario: automated plausibility and completeness checks on incoming supplier invoices. At $30 per million tokens and an average of 3,000 tokens per document, one check cost about 9 cents in 2023—for 50,000 invoices a year, that's roughly $4,500 in inference alone, plus integration, plus error handling. Borderline. Today, the same check with a specialized model costs under 0.1 cents—annual volume below $50. Inference cost has simply vanished from the decision.
This fundamentally changes the structure of the automation roadmap:
Suddenly, processes that never made a priority list become profitable: email triage in customer service, automatic data enrichment in CRM, pre-screening of applications, support ticket classification, contract clause extraction. Each one might save only two person-hours per week—but with near-zero inference costs, dozens of such micro-automations add up to substantial efficiency gains. What we consistently see in our automation projects: the biggest lever is rarely the one big lighthouse use case, but the sum of unglamorous processes nobody ever had on their radar. What such workflows look like in practice and how to systematically tap the long tail is something we demonstrate in our projects around AI & Automation—for instance, in the AI integration for Direktwerbung Hüttinger, where exactly those routine processes were automated.
For the business case, that means: inference no longer appears as an investment hurdle but as a variable line item alongside postage and cloud storage. The relevant cost blocks are integration, data quality, and operations—not the model itself. Anyone still steering AI spend primarily by model pricing is optimizing in the wrong place.
But this low barrier to entry has a flip side: when every team can spin up its own optimized model for each process, an inventory no one can oversee emerges in no time.
Model Sprawl: When 300 Models Belong to No One
Here's the real story—and it's missing from most AI strategy documents. The near-zero cost of inference creates a proliferation dynamic that's eerily similar to the shadow IT of the 2010s: back then, every department spun up its own Excel macros, Access databases, and SaaS accounts. Today, it's fine-tuned models, distilled variants, and prompt configurations running in production without the IT organization even knowing they exist. The critical difference: a forgotten Excel macro produces wrong calculations—a forgotten model makes wrong decisions, thousands of times per day.
This scenario is already reality in larger organizations. Marketing runs three classification models for lead scoring, sales has two for proposal text generation, controlling uses one for invoice validation, customer service operates five for different ticket categories—and each of these models exists in multiple versions because nobody shuts off old instances. After 18 months, 200 to 300 model instances are humming along in production. A centralized inventory? Doesn't exist. A named owner per model? Nowhere to be found. From our project experience, we can say this: when we ask organizations about their model inventory, the response is almost always an awkward silence—and the subsequent audit consistently reveals far more than anyone expected.
The hidden risks of this sprawl fall into four categories:
- Model Drift: The data world changes; the model doesn't. A classification model trained on 2024 product categories silently misfiles everything by 2026—and no one is measuring it.
- Inconsistent Outputs: Two departments answer the same business question with different models and get contradictory results. In customer-facing contexts, this becomes a reputation risk.
- Duplicate Versions: Three teams solve the same problem with three separately maintained models—triple the maintenance burden, triple the failure points, zero reuse.
- Orphan Models: Models set up by a single employee that keep running after they leave—no documentation, no maintenance, no knowledge of the training data.
Things get genuinely dangerous on the regulatory front. The EU AI Act mandates documented risk assessments, logging obligations, and clearly named accountable persons for high-risk applications—since August 2025, transparency requirements for general-purpose models have also kicked in, and violations now carry fines of up to €35 million or 7 percent of global annual revenue, depending on the offense. If you can't answer which models are running in your company, what they're used for, and who owns them during an audit, you have a liability problem that no inference discount on earth can offset. The question "Who owns this model?" becomes a first-order compliance issue—and in most organizations, the honest answer today is: no one.
Before trying to tame this chaos with governance, though, it's worth clearing up a common misconception about the solution.
Why More GPU Budget Won't Fix the Real Problem
The reflex for many technology leaders facing scaling challenges is: more infrastructure. More GPUs, larger clusters, higher API limits. That reflex comes from an era when compute capacity was genuinely the bottleneck—and in 2025, it leads systematically in the wrong direction.
The thesis of this article is uncomfortable, but provable: The bottleneck is no longer compute capacity—it's orchestration and accountability. A company running 300 ungoverned models doesn't solve any of its problems by running those 300 models on faster hardware. It simply accelerates the production of inconsistency.
Even the seemingly elegant counter-strategy—"let's just use the largest frontier model for everything and skip the complexity"—doesn't hold up under scrutiny. First, it's more expensive: using a frontier model like GPT-5.5 Pro or Claude Opus 4.8 for trivial classification tasks is like sending every letter by private courier jet. Second, it's riskier: universal models are often poorly calibrated for narrowly defined domain tasks compared to a specialized model fine-tuned on domain data—they hallucinate plausible-sounding but wrong answers in domains they were never optimized for. Third, it creates a single point of failure: one provider outage or price hike immediately hits every automation in the house. The diversity of specialized models isn't a bug in the system—it's operationally rational. It just needs an operating model.
Which brings us to the controversial take that many boardrooms don't want to hear: If you're still complaining about GPU shortages in 2025, you're focused on the wrong problem. The GPU hysteria of 2023 and 2024 was a real shortage for frontier training—the hyperscalers' multi-billion-dollar data center projects don't change that, because they address training new frontier models, not inference in everyday enterprise operations. For inference—which is the vast majority of what B2B companies actually do with AI—the shortage is over. The hardware discussion is, for most CTOs, a distraction from the more uncomfortable question: who in my organization is actually responsible for what our models do? That question can't be answered with a purchase order. It requires organizational work—and that's harder than a hardware investment you can delegate.
If hardware isn't the answer, then what's needed is an operating model for the model fleet.
An Operating Model for Hundreds of Models: Registry, Routing, Ownership
The good news: The problem is solvable, and the building blocks already exist. The discipline is increasingly called "LLMOps" in the industry – but the term matters less than the three core components behind it: a registry, a gateway, and an ongoing operational process.
"Treat your models like a fleet, not like pets" – this principle from the MLOps community gets straight to the point: If you're running hundreds of models, you need fleet management, not individual pet care. What we've learned from building these architectures: Technology is rarely the obstacle – the critical part is baking in the organizational rules from day one.
The Operating Model in 4 Steps
- Build a central model registry. Every model in production gets an entry with a version number, training data state, documented purpose, and – crucially – a named owner. Tools like MLflow or the registry features of the major cloud platforms provide the technical foundation; the organizational rule is: No model goes into production without a registry entry. That's half the battle for the documentation requirements of the EU AI Act.
- Establish intelligent routing via a gateway. Instead of each application directly calling a model, all requests flow through a central layer. Open-source gateways like LiteLLM or commercial solutions like Portkey route each request cost-optimized to the right model: trivial classification to the small distilled model, complex analysis to the frontier model, with automatic fallback on failure. The gateway is also the central measurement point for cost and latency per use case—without it, per-request cost transparency is impossible.
- Embed continuous monitoring as an operational process. Drift detection, output quality, and per-request cost are measured continuously—not once a quarter as a project, but as ongoing operations with defined thresholds and alerts. A model whose classification accuracy falls below a defined threshold automatically triggers a review by its owner.
- Enforce lifecycle policies. Every model has an expiration date for its next review. Models without an active owner are deactivated, redundant models are consolidated, outdated versions are archived. What's standard practice for software dependencies applies equally to models—except the consequences of an orphaned model are more subtle, and therefore more dangerous.
The effort for this operating model is manageable—a gateway like LiteLLM can be set up in days, a registry populated in weeks. Compared to the cost of a single compliance incident or a model drifting unnoticed for months in customer-facing interactions, it's the cheapest insurance any AI-operating company can buy. If you need support building such a gateway and registry architecture, our Software & API Development service offers the right engineering perspective—our financial.com project shows what a cleanly orchestrated, multi-layered AI architecture looks like in practice.
In the end, this governance discipline determines whether the cost revolution becomes a competitive advantage or a maintenance nightmare.
For CTOs, this means a clear shift in their role: from procurer of compute capacity to architect of an operating model for a growing model fleet. Over the next 18 to 24 months, the wheat will be separated from the chaff—not along the lines of who has access to the cheapest tokens, because by then everyone will, but along the lines of who keeps their fleet under control. While some are cleanly registering, routing, and monitoring their micro-automations, others will be wrestling with orphaned shadow models and their first uncomfortable AI Act audit. Governance isn't a drag anchor; it's the prerequisite for turning cheap tokens into scalable business value in the first place.
The concrete first step costs neither budget nor approval: This week, create an inventory of all models running in production in your organization—with owner and purpose. Don't just ask IT; ask every business unit individually. Most CTOs massively underestimate how many models are already running. That one list is the starting point for registry, routing, and ownership—and it shows you, in black and white, whether you're steering a model fleet or watching a jungle grow.



