estimate_water
Calculate the freshwater consumed by a single LLM call. Provide model, token counts, region, and provider to get low/mid/high water and energy estimates with assumptions, enabling model comparison by water footprint.
Instructions
Estimate the freshwater consumed (mL) by one LLM call.
Provide real token counts when known; otherwise pass prompt text
(tokens are approximated and output defaults to a typical 500 tokens).
reasoning_effort ("none"|"low"|"medium"|"high") models thinking tokens
when actual usage is unknown. provider ("aws"|"azure"|"gcp"|"average")
and region ("world"|"us"|"eu"|"france"|"nordics"|"asia"|"renewable")
override the hosting profile. Set include_embodied=false for
operational water only. Returns water/energy breakdowns as
{low, mid, high} ranges plus a human summary and the assumptions made.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| prompt | No | ||
| region | No | ||
| provider | No | ||
| input_tokens | No | ||
| cached_tokens | No | ||
| output_tokens | No | ||
| include_embodied | No | ||
| reasoning_effort | No | ||
| reasoning_tokens | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||