ChatGoodfire
This will help you get started with Goodfire chat models. For detailed documentation of all ChatGoodfire features and configurations head to the PyPI project page, or go directly to the Goodfire SDK docs. All of the Goodfire-specific functionality (e.g. SAE features, variants, etc.) is available via the main goodfire
package. This integration is a wrapper around the Goodfire SDK.
Overview
Integration details
Class | Package | Local | Serializable | JS support | Package downloads | Package latest |
---|---|---|---|---|---|---|
ChatGoodfire | langchain-goodfire | ❌ | ❌ | ❌ |
Model features
Tool calling | Structured output | JSON mode | Image input | Audio input | Video input | Token-level streaming | Native async | Token usage | Logprobs |
---|---|---|---|---|---|---|---|---|---|
❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ |
Setup
To access Goodfire models you'll need to create a/an Goodfire account, get an API key, and install the langchain-goodfire
integration package.