AICredits logo
minimax

MiniMax: MiniMax M2.5

minimax/minimax-m2.5

MiniMax-M2.5 is a SOTA large language model designed for real-world productivity. Trained in a diverse range of complex real-world digital working environments, M2.5 builds upon the coding expertise of M2.1...

Supported APIs

Chat API
Context
205K
Max output
Input / 1M
₹14.98
Cached / 1M
₹4.99
Output / 1M
₹89.89

Pricing

Token typeUSD / 1MINR / 1M
Input$0.150₹14.98
Cached inputprompt cache read$0.0504.99
Output$0.900₹89.89

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call MiniMax: MiniMax M2.5 through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax/minimax-m2.5",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.