Models / MiniMax
MiniMax

MiniMax M2-her

minimax/minimax-m2-her

MiniMax M2-her is a dialogue-first large language model built for immersive roleplay, character-driven chat, and expressive multi-turn conversations. Designed to stay consistent in tone and personality, it supports rich message...

Input
$0.39 / 1M tokens
Output
$1.56 / 1M tokens
Context
66K tokens

Capabilities

✓ Streaming○ Tool / function calling○ JSON / structured output○ Vision (image input)

Call this model

Pass minimax/minimax-m2-her as the model. Change only the base URL from your existing OpenAI SDK setup.

quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
  -H "Authorization: Bearer $MDB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax/minimax-m2-her",
    "messages": [{"role":"user","content":"Hello!"}]
  }'

Prices are final — the routing margin is already included. See the full pricing table or the API docs.