minimax/minimax-m2.5MiniMax-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...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.150 | ₹14.98 |
| Cached inputprompt cache read | $0.050 | ₹4.99 |
| Output | $0.900 | ₹89.89 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call MiniMax: MiniMax M2.5 through the supported APIs shown above — just set the base URL and your AICredits key.
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.