Skip to main content

MistralAI

Mistral AI is a platform that offers hosting for their powerful open source models.

Installation and Setup​

A valid API key is needed to communicate with the API.

You will also need the langchain-mistralai package:

pip install langchain-mistralai

Chat models​

ChatMistralAI​

See a usage example.

from langchain_mistralai.chat_models import ChatMistralAI
API Reference:ChatMistralAI

Embedding models​

MistralAIEmbeddings​

See a usage example.

from langchain_mistralai import MistralAIEmbeddings
API Reference:MistralAIEmbeddings

Was this page helpful?


You can leave detailed feedback on GitHub.