All Models
MiniMax active

MiniMax M2.5

minimax/minimax-m2-5

General-purpose model with tool use and 197K context. Free tier.

Specifications

Context Window 197K tokens
Max Output 8.2K tokens
Latency fast
Knowledge Cutoff
Training Data

Pricing

Input $0.00 per 1M tokens
Output $0.00 per 1M tokens

Capabilities

text Text generation and understanding
tool use Function calling and tool integration

API Identifiers

Model ID minimax/minimax-m2-5
Provider API ID MiniMax-M2.5

Usage via Multi-Router

curl https://api.multi-router.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -H "x-mr-router-id: YOUR_ROUTER_ID" \
  -d '{
    "model": "minimax/minimax-m2-5",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'