The global datacenter industry is undergoing a structural shift that will redefine what it means for a website to have a low carbon footprint. Three years ago, the main variables were hosting provider energy source, CDN efficiency, and page weight. Today, a growing share of digital carbon comes from a new source: the AI inference calls your website makes every time a user clicks, searches, or chats.
The International Energy Agency's 2025 datacenter and AI report quantified what many in the industry had observed qualitatively: AI compute is consuming datacenter capacity faster than any previous technology wave. Key figures from the IEA report and corroborating research:
| Year | Total datacenter electricity (TWh) | AI share (%) | AI electricity (TWh) |
|---|---|---|---|
| 2022 | ~460 | ~4% | ~18 |
| 2024 | ~550 | ~12% | ~66 |
| 2025 (est.) | ~620 | ~17% | ~105 |
| 2028 (IEA baseline) | ~850 | ~35% | ~297 |
| 2030 (IEA high scenario) | ~1,050 | ~50% | ~525 |
The 2030 high scenario assumes continued GPU deployment at 2024–2025 rates, with inference workloads growing faster than training as AI is embedded into applications and websites globally. This is not a fringe projection — it is the IEA's own high-growth scenario for a trend already visible in electricity grid data for Virginia, Iowa, and Dublin (the three largest datacenter concentration regions globally).
What this means practically: by 2030, roughly half of every watt consumed in a datacenter will be used for AI computation. A website that appears low-carbon based on its hosting and CDN efficiency alone, but runs on AI-heavy infrastructure, will carry a significantly larger carbon footprint than its hosting certificate suggests.
The Sustainable Web Design Model v4 — the methodology Carbon Badge uses — calculates website carbon based on data transfer, device energy, and datacenter energy (including CDN and origin server). It does not yet disaggregate AI inference from general server compute. This creates a systematic undercount for websites that use AI features.
The actual inference energy profile of common website AI features, based on published benchmarks from ML Perf and inference provider energy reports:
| AI feature type | Model class | Energy per request (kWh) | CO2 at grid avg (g CO2) |
|---|---|---|---|
| Search autocomplete | Small encoder (BERT-base) | ~0.0000003 | ~0.13g |
| Product recommendation | Embedding + retrieval | ~0.000002 | ~0.9g |
| AI chat (short context) | GPT-3.5 / Claude Haiku class | ~0.0003 | ~0.13g |
| AI chat (long context, GPT-4 class) | Large frontier model | ~0.005 | ~2.2g |
| Image generation (per image) | Diffusion model | ~0.002 | ~0.9g |
| AI content generation (1000 tokens) | Frontier LLM | ~0.003 | ~1.3g |
These figures use global average grid intensity (442g CO2/kWh). If your AI API provider uses renewable energy datacenters, the figures drop by ~50% for regions with verified green energy procurement.
Not all AI APIs are equivalent from a carbon perspective. Provider energy transparency varies significantly. Current state of major AI API providers:
| Provider | Primary inference regions | Renewable energy commitment | Carbon disclosure |
|---|---|---|---|
| Google (Gemini API) | US-central, EU-west, Asia | 100% matched via PPAs globally by 2030; many regions already matched | Annual sustainability report; per-region data |
| Anthropic (Claude API) | AWS-powered (us-east, eu-west) | Follows AWS renewable commitments; us-east-1 ~85% renewable matched | Limited direct disclosure; inherits AWS data |
| OpenAI (GPT API) | Azure-powered (US, EU) | Microsoft 100% renewable by 2025 commitment; partially met | Limited; improving per recent Microsoft reports |
| Self-hosted (on-prem) | Your datacenters | Depends entirely on your energy procurement | Fully under your control |
The single highest-impact technical action for AI feature carbon reduction is response caching. A cached AI response costs approximately 0.00001 kWh (a memory read). A fresh inference costs 0.001–0.005 kWh — a 100–500x difference.
Semantic caching (where similar but not identical queries return cached responses if embeddings are sufficiently close) can achieve 40–60% cache hit rates for conversational AI features on most websites. For FAQ-type chatbots, rates above 80% are achievable.
Using a frontier 70B-parameter model for simple classification tasks — "is this a support question or a sales question?" — is the AI equivalent of running a server farm to redirect a URL. The energy difference between a BERT-base classifier (110M parameters) and GPT-4 for a binary classification task is approximately 10,000x per inference call, with no meaningful quality difference for simple tasks.
A practical tiered approach: use small models (BERT, DistilBERT, Phi-3 Mini) for classification, routing, and search. Reserve frontier models for generation, reasoning, and complex multi-turn conversations. This alone typically reduces AI inference energy on a website by 40–70%.
For companies preparing CSRD reports, website AI energy sits in two places in the Scope 3 inventory:
The GHG Protocol's ICT Sector Guidance (2024 update) provides a framework for calculating Category 3 API energy. The formula: API call volume × energy-per-call (from provider's published efficiency data) × grid carbon intensity of inference region.
For the complete website CSRD Scope 3 methodology, see our CSRD Scope 3 website emissions guide. For benchmarking your overall website carbon, see our carbon footprint benchmarks by industry.
If the IEA high-growth scenario materialises and AI reaches 50% of datacenter energy by 2030, the entire basis of website carbon measurement will need to evolve. Three implications:
The website owners who act in 2026 — choosing renewable AI infrastructure, implementing caching, right-sizing models — will have measurably lower Scope 3 digital emissions than those who wait. Start your measurement with a Carbon Badge assessment, which now includes AI inference estimation for sites where AI API usage is detected.
AI workloads accounted for an estimated 15–20% of global datacenter electricity in 2025 (approximately 90–130 TWh). The IEA projects this share will reach 35–50% by 2030. This is the fastest-growing segment of datacenter power demand, driven by GPU fleet expansion and the embedding of AI features in mainstream websites and applications.
Yes. If your website uses AI features — chatbots, search, recommendations, content generation — the inference compute adds to your digital carbon footprint. AI inference is 5–15x more energy-intensive per request than traditional server-side computation. Hosting AI workloads in renewable-energy datacenters significantly reduces the carbon intensity of those requests.
A GPT-4-class inference call uses approximately 0.001–0.01 kWh per query. At global average grid intensity (442g CO2/kWh), each long-context query generates 0.4–4.4g CO2. For 10,000 monthly AI interactions, this is 4–44 kg CO2/month — comparable to hosting 2–20 average websites for a full month. Use smaller models and semantic caching to bring this down by 70–90%.
Four steps: (1) choose AI API providers with verified renewable energy procurement for their inference regions; (2) implement semantic response caching to achieve 40–80% cache hit rates; (3) use small, distilled models (BERT, Phi-3 Mini) for simple tasks instead of frontier LLMs; (4) include AI inference in your CSRD Scope 3 digital emissions inventory. Together, these can reduce AI-related website carbon by 50–80%.
Not impossible, but it raises the bar significantly. Carbon neutrality for AI-heavy websites now requires accounting for inference compute, not just hosting and CDN. The offsetting factor is accelerating renewable energy deployment in hyperscaler datacenters — AWS, Google, and Microsoft all have active renewable PPAs covering primary AI inference regions. Choosing green AI infrastructure is as important as choosing green web hosting.
Related: Best green web hosting providers 2026 · CSRD Scope 3 website emissions guide · Website carbon footprint benchmarks by industry