Back to the AI model catalog
MiniMaxAvailableHigh availability

MiniMax M2.7 API

RouterLab publishes this MiniMax model under the model ID minimax-m2.7. The facts below come from the active RouterLab catalog.

Model ID

minimax-m2.7

OpenAI-compatible APIClaude Messages API

Context window

204,800 tokens

Maximum output

204,800 tokens

Input / 1M tokens

$0.29

Output / 1M tokens

$1.19

Cache read / 1M tokens

$0.29

Cache write / 1M tokens

$0.29

Cache read reuses tokens already stored in the provider cache. Cache write creates or stores new cache tokens.

Catalog capabilities

  • Tool calling
  • Streaming
  • Reasoning

Minimal API request

curl https://api.routerlab.ch/v1/chat/completions \
  -H "Authorization: Bearer $ROUTERLAB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"minimax-m2.7","messages":[{"role":"user","content":"Hello RouterLab"}]}'