Overview
Integration details
Class | Package | Local | Serializable | JS support | Downloads | Version |
---|---|---|---|---|---|---|
ChatPipeshift | langchain-pipeshift | ❌ | - | ❌ |
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 Pipeshift models you’ll need to create an account on Pipeshift, get an API key, and install thelangchain-pipeshift
integration package.
Credentials
Head to Pipeshift to sign up to Pipeshift and generate an API key. Once you’ve done this set the PIPESHIFT_API_KEY environment variable:Installation
The LangChain Pipeshift integration lives in thelangchain-pipeshift
package: