MiniMax model API

minimax-m2.7

Call minimax-m2.7 through RelayRouter’s OpenAI-compatible endpoint with metered credits and route failover.

Context window

204,800 tokens

Published maximum context configured for this route.

Input price

0.2500 credits / 1M

Metered input-token rate before account-specific billing rules.

Output price

1.0000 credits / 1M

Metered generated-token rate before account-specific billing rules.

Route health

99.41%

99.41% observed request success. Historical performance is not a future uptime guarantee.

OpenAI-compatible request

curl https://relayrouter.org/v1/chat/completions \
  -H "Authorization: Bearer rr_live_••••" \
  -H "Content-Type: application/json" \
  -d '{"model":"minimax-m2.7","messages":[{"role":"user","content":"Hello"}]}'
Read migration guide