Skip to main content

EcoLogits tracks and estimates the energy consumption and environmental impacts of using generative AI models through APIs.

Project description

EcoLogits

🌱 EcoLogits tracks the energy consumption and environmental impacts of using generative AI models through APIs.

PyPI version PyPI downloads Python version Open In Colab DOI

Read the full documentation on ecologits.ai.

EcoLogits is part of the CodeCarbon non-profit.

⚙️ Installation

pip install ecologits

For integration with a specific provider, use pip install ecologits[openai]. We are currently supporting the following providers: anthropic, cohere, google-genai, huggingface-hub, mistralai and openai. See the full list of providers.

🚀 Usage

from ecologits import EcoLogits
from openai import OpenAI

# Initialize EcoLogits
EcoLogits.init(providers=["openai"])

client = OpenAI(api_key="<OPENAI_API_KEY>")

response = client.chat.completions.create(
    model="gpt-4o-mini",
    messages=[
        {"role": "user", "content": "Tell me a funny joke!"}
    ]
)

# Get estimated environmental impacts of the inference
print(f"Energy consumption: {response.impacts.energy.value.mean} kWh")
print(f"GHG emissions: {response.impacts.gwp.value.mean} kgCO2eq")

See package documentation on EcoLogits

💚 Sponsors & benefactors

Resilio Terra Cognita Sopht Avanade Ministère de la Culture

💪 Contributing

To get started with setting up a development environment and making a contribution to EcoLogits, see Contributing to EcoLogits.

⚖️ License

This project is licensed under the terms of the Mozilla Public License Version 2.0 (MPL-2.0).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ecologits-0.9.2.tar.gz (35.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ecologits-0.9.2-py3-none-any.whl (44.9 kB view details)

Uploaded Python 3

File details

Details for the file ecologits-0.9.2.tar.gz.

File metadata

  • Download URL: ecologits-0.9.2.tar.gz
  • Upload date:
  • Size: 35.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.1 CPython/3.10.19 Linux/6.11.0-1018-azure

File hashes

Hashes for ecologits-0.9.2.tar.gz
Algorithm Hash digest
SHA256 eb68e9877b1d6ddba12bb4e183f291a7f8eaa86c30c32222ee6d000e0c39b6fd
MD5 f37d3988b24d7b62ae4b08fbc66d10fa
BLAKE2b-256 84ea6469918e55b721bf7eb82424a4c038160570f5842e8d20bb2c380f90192d

See more details on using hashes here.

File details

Details for the file ecologits-0.9.2-py3-none-any.whl.

File metadata

  • Download URL: ecologits-0.9.2-py3-none-any.whl
  • Upload date:
  • Size: 44.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.1 CPython/3.10.19 Linux/6.11.0-1018-azure

File hashes

Hashes for ecologits-0.9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f220eb9519575e3c4ef74881f77699813e5afd1510b628e090e8b6fb6502c3bb
MD5 a2b569ff9033dd94a4cc3029b034999b
BLAKE2b-256 72b2649e36f6272c7cf29daf1a534740d5625ec53fb18db3cad07fd3781917ed

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page