Skip to main content

Overview

MiniMax chat models on RouterBase, served through the standard OpenAI-compatible chat completions endpoint with streaming and tool calling.

Models

  • minimax/minimax-m2.7
  • minimax/minimax-m2.5
  • minimax/minimax-m2.1
  • minimax/minimax-m2
  • minimaxai/minimax-m1-80k
Pricing is deliberately not reproduced here. Rates are set per model in the RouterBase catalogue and can be overridden per account, so any figure copied into this page is a snapshot that goes stale the next time a rate changes. Fetch the current rate for any model from the Models API:
URL-encode the slash in the model id — e.g. minimax%2Fminimax-m2.7.

Endpoint

Drop-in compatible with the OpenAI Chat Completions API — point your OpenAI client at https://routerbase.com/v1 with your RouterBase key. See the Chat Completions reference for every supported parameter.

Quickstart