Minimax는 기업과 개인을 위한 자연어 처리 모델을 제공하는 중국의 스타트업입니다.

Installation and Setup

Minimax api key를 발급받아 환경 변수(MINIMAX_API_KEY)로 설정하세요. Minimax group id를 발급받아 환경 변수(MINIMAX_GROUP_ID)로 설정하세요.

LLM

Minimax LLM wrapper가 제공되며, 다음과 같이 사용할 수 있습니다. 사용 예제를 참조하세요.
from langchain_community.llms import Minimax

Chat Models

사용 예제를 참조하세요.
from langchain_community.chat_models import MiniMaxChat

Text Embedding Model

Minimax Embedding model이 제공되며, 다음과 같이 사용할 수 있습니다.
from langchain_community.embeddings import MiniMaxEmbeddings

Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.
I