Carbon-LLM/Tools / Batch estimator
Back

Bulk CSV CO₂e estimator

Prepare finance or CSRD extracts: each row uses the same model coefficients as POST /api/v1/estimate. Prompt text is never required or stored.

Required columns: model, prompt_tokens, completion_tokens. Same coefficients as POST /api/v1/estimate. Max ~400 rows.

API: POST /api/v1/batch-estimate with JSON body { "csv": "...", "scope": "dynamic" } or "format": "csv" for raw CSV download. For automation at scale, prefer signed API keys on /dashboard.