Installation

Installing Goodfire SDK

You can install the Goodfire SDK using pip:

pip install goodfire

Requirements

  • Python 3.9 or higher

  • Valid Goodfire API key

Getting Started

After installation, you can import and initialize the client:

from goodfire import Client

client = Client(api_key="your-api-key")