Estimate AI environmental impact
estimate_impactCalculate the environmental footprint of an AI request: energy use, CO2 emissions, water consumption, and equivalent gas car miles, based on token counts and model.
Instructions
Estimate the environmental impact (energy kWh, miles driven in a gas car, water for cooling, CO2e) for a single AI request given its token counts. Uses the EcoLogits life-cycle methodology.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model id, e.g. "claude-opus-4-5", "gpt-4o". | |
| input_tokens | No | ||
| output_tokens | Yes | Output/completion tokens — the main energy driver. | |
| scenario | No | Confidence scenario; defaults to the configured one. | |
| zone | No | Electricity zone override (ISO3 / WOR), e.g. FRA, USA. |