Skip to content

Commit

Permalink
docs: update readme with badge and compatibility matrix (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
tito authored Dec 27, 2024
1 parent 02c461f commit c4ad6cb
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Scope3AI Python SDK - Python SDK for Scope3 AI API
# Scope3AI Python SDK

![PyPI - Version](https://img.shields.io/pypi/v/scope3ai)

Track the environmental impact of your use of AI !
The **Scope3AI Python SDK** provides an easy-to-use interface for interacting with Scope3AI's API. This library enables users to record, trace, and analyze the impact of interactions with a focus on sustainability metrics. Below are the different ways to use the SDK.
Expand All @@ -11,6 +13,20 @@ To install the SDK, use pip:
pip install scope3ai
```

## Library and SDK support Matrix

| Library/SDK | Text generation | TTS | STT | Image Generation | Translation |
|-------------|-----------------|-----|-----|------------------|-------------|
| OpenAI || | | | |
| Anthropic || | | | |
| Huggingface ||||||

Roadmap:
- Cohere
- Google
- LiteLLM
- Langchain

## Getting Started

### Initializing the SDK
Expand Down

0 comments on commit c4ad6cb

Please sign in to comment.