API-first · 100k free events · No card

Measure the carbon footprint of your LLM calls in two lines of code

Help software vendors (ISVs) quantify the carbon impact of their LLM calls — pure REST API, zero SDK, automated CSRD-ready reports.

your_app.py
# Existing LLM call — unchanged
response = mistral.chat(messages=messages)

# Two lines added — prompts never leave your infrastructure
requests.post('https://carbon-llm.com/api/v1/track',
    headers={'Authorization': 'Bearer isv_live_xxxx'},
    json={'tenant_id': 'client-xyz', 'model': 'mistral-large-2',
          'prompt_tokens': response.usage.prompt_tokens,
          'completion_tokens': response.usage.completion_tokens})
# → { "co2_grams": 2.85, "confidence": "measured" }
2
API endpoints
< 50ms
latency
0
SDKs to install
100k
free events

Why LLM Carbon Tracker?

A simple, transparent API to meet CSRD expectations

Zero proxy

Your prompts never pass through our servers. Only metadata is sent.

Sourced coefficients

Mistral LCA 2025 and Google Cloud 2025 data. Full traceability.

CSRD-ready

PDF reports aligned with ESRS E1 and GHG Protocol Scope 3.

Latency < 50ms

Edge API on Cloudflare Workers. No impact on your performance.

How it works

Three steps to start measuring your AI carbon footprint

1

Create your account

Sign up in 30 seconds. Get your test and live API keys immediately.

2

Call your LLM

Keep using OpenAI, Mistral, Anthropic, etc. as you normally would.

3

Send metadata

Two lines of code to track tokens and CO₂. Prompts never leave your stack.

Integrate in a few lines

Standard REST API — works with any language

# Existing LLM call — unchanged
response = mistral.chat(messages=messages)

# Two lines added — prompts never leave your infrastructure
requests.post('https://carbon-llm.com/api/v1/track',
    headers={'Authorization': 'Bearer isv_live_xxxx'},
    json={'tenant_id': 'client-xyz', 'model': 'mistral-large-2',
          'prompt_tokens': response.usage.prompt_tokens,
          'completion_tokens': response.usage.completion_tokens})
# → { "co2_grams": 2.85, "confidence": "measured" }

CO₂ coefficients by model

Measured and estimated data — transparent sources

ModelgCO2e / 1k tokensConfidenceSource
gpt-4o0.3EstimatedGravity Climate — méthodo. IA (Grove), ~classe GPT-4
gpt-4o-mini0.1EstimatedGravity Climate 2025
gpt-4-turbo0.35EstimatedGravity Climate 2025
gpt-3.5-turbo0.08EstimatedGravity Climate 2025
claude-3-5-sonnet0.3EstimatedGravity — alignement classe GPT-4 (estimé)
claude-3-opus0.45EstimatedGravity Climate 2025
claude-3-haiku0.1EstimatedGravity Climate 2025
mistral-large-22.85MeasuredMistral LCA 2025 (1,14 gCO₂e / 400 tokens inférence ; Carbone 4 / ADEME)

See the full methodology for details on sources and calculation.

Pay only for what you use

No subscription tiers. 100,000 free events to get started.

ServiceDescriptionPrice
Tracking event1 tracked LLM call0.001 EUR
CSRD PDF reportMonthly report per client0.50 EUR
Client dashboardDashboard access per active client9 EUR / month
100,000 free events · No card required

Tip: cut tokens by ~35%

Add a brevity suffix to prompts to reduce completion tokens — and your carbon footprint.

Before: 800 tokens
After: 520 tokens (-35%)

FAQ

Ready to measure your impact?

Create a free account and start tracking in under 30 minutes.