Catalog capabilities
- Tool calling
- Streaming
- Reasoning
RouterLab publishes this MiniMax model under the model ID minimax-m3. The facts below come from the active RouterLab catalog.
Model ID
minimax-m3
Context window
204,800 tokens
Maximum output
204,800 tokens
Input / 1M tokens
$0.28
Output / 1M tokens
$1.15
Cache read / 1M tokens
$0.06
Cache write / 1M tokens
$0.28
Cache read reuses tokens already stored in the provider cache. Cache write creates or stores new cache tokens.
curl https://api.routerlab.ch/v1/chat/completions \
-H "Authorization: Bearer $ROUTERLAB_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"minimax-m3","messages":[{"role":"user","content":"Hello RouterLab"}]}'Related models