Tuesday, September 22, 2026 · Week 39 DE · EN · FR · ES Dark
AIGuides

AI Cloud Costs Spiraling: GPU Workloads Blow Budgets

One in three companies in Germany is already spending more on cloud-based AI services than originally budgeted. The cause isn’t poor planning – it’s a structural issue: AI workloads behave fundamentally differently …

By Tobias Massow March 14, 2026 6 min read
AI Cloud Costs Spiraling: GPU Workloads Blow Budgets

One in three companies in Germany is already spending more on cloud-based AI services than originally budgeted. The cause isn’t poor planning – it’s a structural issue: AI workloads behave fundamentally differently than traditional cloud applications. Organizations relying on conventional cost-control tools quickly lose grip on their IT spending.

TL;DR

  • 💸 AI workloads drive cloud costs exponentially – GPU instances cost up to 30 times more than standard compute.
  • 📊 According to the Flexera State of the Cloud Report 2025, 29% of companies exceed their cloud budgets due to AI.
  • 🔍 Traditional FinOps methods fall short for AI workloads – inference costs are hard to predict.
  • 🏗️ SAP, Deutsche Telekom, and Siemens are testing hybrid AI infrastructures as an alternative to pure cloud models.
  • ⚙️ By 2026, AI-specific cost models featuring inference budgets and GPU reservations will become mandatory.

Background: Since mid-2024, spending on cloud-based AI services has surged dramatically among European enterprises. What began as controlled experimentation with Large Language Models (LLMs) has evolved in many organizations into a permanent cost center. GPU instances on AWS, Azure, or Google Cloud range from €2 to €32 per hour, depending on performance tier – compared to standard compute instances priced between €0.05 and €0.50.

The problem: Most companies manage cloud costs using FinOps frameworks, designed for predictable workloads. But AI inference is inherently unpredictable. A single LLM can vary in cost by a factor of 50 depending on query length, token count, and batch size.

Why Traditional Budgeting Fails for AI

Cloud budgets traditionally rely on Reserved Instances, Spot pricing, and usage-based forecasting. This works as long as workloads are predictable. For AI applications, these mechanisms fail for three key reasons.

First: GPU scarcity drives prices upward. NVIDIA H100 and H200 GPUs remain the bottleneck. According to an Omdia analysis, global demand for AI training and inference reached roughly 3.5 million GPU units in 2025 – against a production capacity of only about 2.8 million. The consequence: Spot prices fluctuate wildly, and long-term reservations tie up millions in capital.

Second: Inference costs are the hidden time bomb. While training is a one-time expense, inference runs continuously. Every customer query to an AI chatbot, every automated document analysis, and every generated report consumes compute time. Anthropic CEO Dario Amodei once described the relationship at a San Francisco conference like this: “Training is building the house; inference is the electricity bill – and that bill arrives every day.”

Third: Model sizes grow faster than efficiency gains. Despite optimizations, models like GPT-4 Turbo, Claude 3.5, and Gemini Ultra still require massive computational resources. Techniques like quantization and model pruning help but don’t offset the trend toward larger context windows and multimodal architectures.

GPU vs. Standard Compute Costs
30x
more expensive per hour than classical compute instances
Source: AWS/Azure price lists, Q1 2026
Budget Overruns
32 %
of companies exceed their cloud budgets due to AI workloads
Source: Flexera State of the Cloud 2025

DACH Companies Caught Between Cloud and On-Premises

Reactions across German-speaking regions are mixed. Some companies fully embrace cloud AI and accept higher costs as innovation investments. Others are taking a different path.

SAP runs its Joule AI backend on a combination of Azure Cloud and its own data centers. The reason: European customers’ data protection requirements make pure public cloud scenarios difficult in regulated industries. SAP CTO Jürgen Müller stated at SAP TechEd 2025 that hybrid infrastructures could be 20-35% cheaper long-term than pure cloud setups while delivering comparable AI throughput.

Deutsche Telekom goes even further. Its Open Telekom Cloud segment has offered dedicated GPU clusters for European enterprises since late 2025. The advantage: predictable costs combined with full data sovereignty. According to Telekom, demand already exceeds available capacity by a factor of three.

Siemens uses a mix of AWS and proprietary edge infrastructure for industrial AI applications within its Xcelerator ecosystem. Models are trained in the cloud but shifted to local hardware for inference – reducing ongoing cloud expenses and minimizing latency in production environments.

The Flip Side: Why Pure On-Premises AI Isn’t the Answer

Those who assume the solution is simply “bring everything back in-house” are mistaken. Running your own GPU clusters requires multi-million-euro investments in hardware, specialized cooling, and skilled personnel. A single NVIDIA DGX H100 server costs around €300,000. For productive AI workloads, a mid-sized company typically needs at least four to eight such units – plus infrastructure, power, and operational expertise.

There’s also innovation risk: GPU generations refresh every 12-18 months. Companies investing in H100s today will be running outdated hardware by mid-2027. Cloud providers absorb this risk by spreading hardware cycles across many customers.

For most DACH companies, the realistic answer isn’t “either/or” but a carefully layered approach: cloud for training and experimentation, and owned or hosted infrastructure for predictable inference workloads.

Five Levers for Controlling AI Cloud Costs

Companies aiming to rein in AI cloud spending need more than dashboards showing consumption curves. Five practical approaches have proven effective:

1. Introduce inference budgets. Instead of setting only overall cloud budgets, assign each AI application its own inference budget. This forces conscious decisions: Does the internal chatbot really need GPT-4-level quality, or would a smaller, cheaper model suffice?

2. Implement model routing. Not every request needs the most powerful model. Intelligent routing directs simple queries to smaller models, cutting inference costs by up to 70%. Vendors like Martian AI or open-source projects like LiteLLM offer ready-made solutions.

3. Use GPU reservations strategically. AWS Reserved Instances for GPU workloads or Azure Reservations can save 40-60% – but only if utilization is high enough. Below 70% utilization, on-demand often proves more economical.

4. Take caching seriously. Semantic caching stores responses to similar queries, drastically reducing GPU calls. Solutions like GPTCache and Redis-based systems are production-ready and pay for themselves within weeks for recurring requests.

5. Establish KI-FinOps as a dedicated discipline. AIOps and traditional FinOps aren’t enough. AI workloads require their own metrics: cost per inference call, cost per token, GPU utilization rate. Without this granularity, optimization remains guesswork.

What CIOs Should Do Now

The next 12 months will determine which companies deploy AI profitably – and which fall into a cost trap. Step one: conduct an honest inventory. How many AI workloads currently run in the cloud? What do they cost monthly – not as a lump sum, but broken down by application, model, and usage pattern?

Step two: develop an AI infrastructure strategy that goes beyond “we use Azure OpenAI Service.” Which workloads justify cloud GPUs? Which would be better served on dedicated infrastructure? And which might not need an LLM at all – but could run on a specialized, far cheaper model?

Companies answering these questions now won’t just save money. They’ll lay the foundation to leverage AI as a competitive advantage – rather than experiencing it as an uncontrollable cost driver.

Frequently Asked Questions

Why are AI workloads in the cloud so much more expensive than traditional applications?

AI models – especially Large Language Models – require specialized GPU hardware that’s significantly more costly than standard CPUs. Add to that high memory demands (VRAM) and energy-intensive computations. A single GPU-hour costs 10 to 30 times more than a comparable CPU-hour.

Is it cheaper to operate your own GPU servers instead of using cloud GPUs?

It depends on utilization. With consistently high usage (above 70%), owning servers can become cheaper after 18-24 months. However, upfront investment, maintenance, power, and staffing costs apply. For most mid-sized companies, a hybrid approach is more economical.

What is model routing, and how does it reduce costs?

Model routing automatically directs queries to the most appropriate AI model. Simple tasks like text classification go to small, inexpensive models; complex tasks like code generation or lengthy analyses use more powerful (and costly) models. This can cut inference costs by 50-70%.

Which cloud providers offer the best AI pricing models for DACH companies?

AWS (Bedrock), Azure (OpenAI Service), and Google Cloud (Vertex AI) all offer AI-specific pricing. For DACH companies with data residency requirements, Open Telekom Cloud, STACKIT, and OVHcloud are also relevant – they guarantee European data residency.

How do I get started with AI-FinOps in my company?

Start with transparency: identify all AI workloads and track costs per application. Then define KPIs (cost per inference, cost per token, GPU utilization). Tools like Kubecost, CloudZero, or native FinOps dashboards from hyperscalers can help you get started.

Header Image Source: Pexels / Tara Winstead

Also available in

FrançaisEspañolDeutsch
MBF Media Newsletter

The monthly briefing for decision-makers

Once a month, the MBF Media Newsletter gathers what matters from cloudmagazin, MyBusinessFuture, Digital Chiefs and SecurityToday, curated by the editorial team.

25,000 IT and business decision-makers read this newsletter. Read along.

Subscribe for free
MBF Media Newsletter, aktuelle Ausgabe auf dem iPhone
A magazine by Evernine Media GmbH