ChatTogetherAI
chat models. For detailed documentation of all ChatTogetherAI
features and configurations head to the API reference.
Overview
Integration details
Class | Package | Local | Serializable | PY support | Downloads | Version |
---|---|---|---|---|---|---|
ChatTogetherAI | @langchain/community | ❌ | ✅ | ✅ |
Model features
See the links in the table headers below for guides on how to use specific features.Tool calling | Structured output | JSON mode | Image input | Audio input | Video input | Token-level streaming | Token usage | Logprobs |
---|---|---|---|---|---|---|---|---|
✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Setup
To accessChatTogetherAI
models you’ll need to create a Together account, get an API key here, and install the @langchain/community
integration package.
Credentials
Head to api.together.ai to sign up to TogetherAI and generate an API key. Once you’ve done this set theTOGETHER_AI_API_KEY
environment variable:
Installation
The LangChain ChatTogetherAI integration lives in the@langchain/community
package: