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

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-generativeai, huggingface-hub, mistralai and openai. See the full list of providers.

🚀 Usage

from ecologits import EcoLogits
from openai import OpenAI

# Initialize EcoLogits
EcoLogits.init()

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} kWh")
print(f"GHG emissions: {response.impacts.gwp.value} kgCO2eq")

See package documentation on EcoLogits

💪 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.6.2.tar.gz (31.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.6.2-py3-none-any.whl (39.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ecologits-0.6.2.tar.gz
  • Upload date:
  • Size: 31.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.9.21 Linux/6.8.0-1021-azure

File hashes

Hashes for ecologits-0.6.2.tar.gz
Algorithm Hash digest
SHA256 0cd098daeb0b3d688f98740a22d002f0c617f8bb4382528abb9e0e1bc0a775f7
MD5 7e22db185d4eea27655932b3464e5fc1
BLAKE2b-256 c60a864fdec4e5b74f3990283c53074adb2e00fd2991e7d90abfe98d6df223fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ecologits-0.6.2-py3-none-any.whl
  • Upload date:
  • Size: 39.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.9.21 Linux/6.8.0-1021-azure

File hashes

Hashes for ecologits-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 08a4b2a0ce2fb2ffbb5bf90760106c8fc7eff97c98d5396e33d54289c9ebf8bb
MD5 822b6139a9e3409988a252fe41a2340f
BLAKE2b-256 834bf2b57ac034b085b87ff18dd11babe620cc8b4f98573e996c505eb3a96350

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