Skip to content

MiniMax

MiniMax's OpenAI-compatible chat-completions endpoint, selected with LLM_PROVIDER=minimax, used to extract facts from conversations.

Enable it

bash
LLM_PROVIDER=minimax
OPENAI_API_KEY=<minimax-api-key>
OPENAI_BASE_URL=https://api.minimaxi.com/v1
OPENAI_LLM_MODEL=MiniMax-Text-01

Configuration

VariableDefaultDescription
LLM_PROVIDERopenaiSet to minimax.
OPENAI_API_KEY(none)MiniMax API key, sent as a bearer token.
OPENAI_BASE_URLhttps://api.openai.com/v1Point at MiniMax's endpoint: https://api.minimaxi.com/v1.
OPENAI_LLM_MODELgpt-4.1-nanoA MiniMax model, e.g. MiniMax-Text-01.

Notes

  • OpenAI-compatible: the provider reuses the OpenAI request handling and only differs by base URL, key, and model.
  • You must override OPENAI_BASE_URL to MiniMax's endpoint; its default points at OpenAI.

The memory layer for AI agents.