Minimax
Minimax is a Chinese startup that provides natural language processing models for companies and individuals.
Installation and Setupβ
Get a Minimax api key and set it as an environment variable (MINIMAX_API_KEY
)
Get a Minimax group id and set it as an environment variable (MINIMAX_GROUP_ID
)
LLMβ
There exists a Minimax LLM wrapper, which you can access with See a usage example.
from langchain_community.llms import Minimax
API Reference:
Chat Modelsβ
See a usage example
from langchain_community.chat_models import MiniMaxChat
API Reference:
Text Embedding Modelβ
There exists a Minimax Embedding model, which you can access with
from langchain_community.embeddings import MiniMaxEmbeddings