Skip to main content

MistralAI

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

You can access them via their API.

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

You will also need the langchain-mistralai package:

%pip install -qU langchain-core langchain-mistralai
from langchain_mistralai import ChatMistralAI, MistralAIEmbeddings

See the docs for their


Help us out by providing feedback on this documentation page: