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:
Embedding modelsβ
MistralAIEmbeddingsβ
See a usage example.
from langchain_mistralai import MistralAIEmbeddings