Skip to content

MiniMax Settings

OpenAICompatible setup

python
from agently import Agently

Agently.set_settings("OpenAICompatible", {
  "base_url": "https://api.minimax.io/v1",
  "api_key": "YOUR_MINIMAX_API_KEY",
  "model": "MiniMax-M2.1"
})