- See featherless.ai/ for an example.
Overview
Integration details
Class | Package | Local | Serializable | JS support | Downloads | Version |
---|---|---|---|---|---|---|
ChatFeatherlessAi | langchain-featherless-ai | ✅ | ❌ | ❌ |
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 Featherless AI models you’ll need to create a/an Featherless AI account, get an API key, and install thelangchain-featherless-ai
integration package.
Credentials
Head to featherless.ai/ to sign up to FeatherlessAI and generate an API key. Once you’ve done this set the FEATHERLESSAI_API_KEY environment variable:Installation
The LangChain FeatherlessAi integration lives in thelangchain-featherless-ai
package: