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

EcoLogits was created and is actively maintained by the GenAI Impact non-profit.

Read the full documentation on ecologits.ai.

⚙️ 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.8.2.tar.gz (36.2 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.8.2-py3-none-any.whl (45.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ecologits-0.8.2.tar.gz
  • Upload date:
  • Size: 36.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.9.23 Linux/6.11.0-1018-azure

File hashes

Hashes for ecologits-0.8.2.tar.gz
Algorithm Hash digest
SHA256 f723ecdbe4c95a8b2f023a29c4d975295eacbf862c9c98bd408d21cd995b4b84
MD5 d11fc48e8fe610df0ae44a8ddf68cb9d
BLAKE2b-256 6b9cf709b1b82022e2535cf3a7c9189be099bec452cea048d9f12e833d319e97

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ecologits-0.8.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8953b3c1470a99793a3c6554771e0be060e1bb8e5856d1bc76ab76f5e92e1698
MD5 b10356d2545b9291c66f50524d016037
BLAKE2b-256 96311b0c39a1a624998b6275a04e01fb58fea26e7c30f42dc6d2ffcaa34217d9

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