About the AI Carbon Footprint Calculator
Every prompt sent to a hosted LLM consumes a small amount of electricity to power inference servers. Multiplied across millions of users and billions of queries, it adds up. The AI Carbon Footprint Calculator turns model + token-count + grid-region into an estimated kWh and grams of CO₂ equivalent (gCO₂e).
The formula
CO₂ = tokens × Wh-per-token × grid intensity
Energy per token by model class
- Small (≈ 7B params): ~0.2 mWh / token (Llama 3 8B, Mistral 7B)
- Medium (≈ 70B): ~1 mWh / token (Llama 3 70B, Claude Haiku)
- Large (≈ 400B+): ~3 mWh / token (GPT-4o, Claude Sonnet)
- Frontier (≈ 1T+): ~6 mWh / token (GPT-4 / Claude Opus class)
Output tokens cost more than input tokens (typically 2–3× because each output requires a forward pass). Figures are rough — 2024–2025 published estimates vary by 3–5×.
Carbon intensity by region (gCO₂e / kWh)
- Iceland: 11 (geothermal + hydro)
- France: 56 (nuclear)
- UK: 230
- EU average: 250
- Germany: 380
- US average: 387
- Texas (ERCOT): 410
- India: 720
- Coal-heavy grid: ~820
Frequently Asked Questions
Is this an exact number? No — treat it as an order-of-magnitude estimate. Real-world variation depends on hardware, batching efficiency, model routing and exact regional carbon intensity at time of inference.
What about model training? Training emissions are amortised across a model's lifetime usage. For widely-used models, training contributes roughly 5–20% of total lifecycle emissions.
How does this compare to a Google search? A standard Google search produces about 0.2 g CO₂e. A short LLM prompt to a frontier model is roughly 5–25× higher.
Pair this with our AI Model Cost Calculator and Prompt Cost Calculator for a full sustainability + cost picture.
Related Calculators
- AI Model Cost Calculator — Compare API pricing for 100+ LLMs including GPT-4o, Claude, Gemini and Llama. Calculate exact token costs.
- AI vs Human ROI Calculator — Compare AI tool costs against human labour. Monthly savings, annual ROI and break-even with live model pricing.
- Carbon Footprint Calculator — Estimate your annual CO₂ emissions from transport, home energy, diet and lifestyle. Compare to global averages.