ChatMistralAI
features and configurations head to the API reference. The ChatMistralAI
class is built on top of the Mistral API. For a list of all the models supported by Mistral, check out this page.
Class | Package | Local | Serializable | JS support | Package downloads | Package latest |
---|---|---|---|---|---|---|
ChatMistralAI | langchain-mistralai | ❌ | beta | ✅ |
Tool calling | Structured output | JSON mode | Image input | Audio input | Video input | Token-level streaming | Native async | Token usage | Logprobs |
---|---|---|---|---|---|---|---|---|---|
✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ |
ChatMistralAI
models you’ll need to create a Mistral account, get an API key, and install the langchain-mistralai
integration package.
langchain-mistralai
package: