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
API Reference:
See the docs for their