TokenRoute
Get started
Back to models

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...

Pricing

Input$0.2100 /M
Output$0.8400 /M
Cache read$0.0210 /M

Specs

Context length65.5K tokens
Max output2K tokens
Inputtext
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax/minimax-m2-her",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

max_tokens
temperature
top_p