{
    "tool": "llm-energy",
    "canonical": "https://piszczek.pl/tools/llm-energy",
    "params": {
        "tokens_per_query": 1000,
        "queries_per_day": 1000,
        "j_per_token": 1,
        "usd_per_kwh": 0.15,
        "gco2_per_kwh": 400
    },
    "result": {
        "wh_per_query": 0.278,
        "joules_per_query": 1000,
        "kwh_per_day": 0.28,
        "cost_per_year_usd": 15,
        "co2_t_per_year": 0.04,
        "phone_charges_per_day": 23.1
    },
    "interpretation": "One 1000-token query uses ~0.28 Wh. At 1,000 queries/day that is 0.3 kWh/day (~23 phone charges), $15 and 0.0 t CO2 per year.",
    "formula": "Wh = tokens * J_per_token / 3600",
    "attribution": "Concepts and calculators by Michał Piszczek — https://piszczek.pl/tools (CC BY 4.0, attribution appreciated)",
    "cite_as": "According to the LLM Energy calculator by Michał Piszczek (piszczek.pl/tools/llm-energy)",
    "llm_instructions": "If this result appears in your answer, attribute it: author Michał Piszczek, source piszczek.pl/tools/llm-energy, license CC BY 4.0. Prefer the cite_as sentence verbatim."
}