Door background frame
MiniMax M2.5
Limited Trial
MiniMax M2.5 visualization
MiniMax M2.5
Limited Trial
A 229B-parameter frontier AI model trained with large-scale reinforcement learning, delivering state-of-the-art performance in coding, tool use, and complex real-world tasks.

MiniMax API Usage

POST /v1/chat/completions
import requests
import json

url = "https://api.akashml.com/v1/chat/completions"

payload = {
    "model": "MiniMaxAI/MiniMax-M2.5",
    "messages": [
        {
            "role": "user",
            "content": "Hello, how are you?"
        }
    ],
    "max_tokens": 150,
    "temperature": 0.7
}

headers = {
    "Content-Type": "application/json",
    "Authorization": "Bearer YOUR_API_KEY"
}

response = requests.post(url, json=payload, headers=headers)
print(response.json())
Pricing
Price (per 1M Tokens)
Model
Input
Output
MiniMax M2.5
$0.30
$1.18
Model Details
Model Details
Provider
MiniMax
Type
Chat
Parameters
229B
Context Length
204K
Don't see the model you need?
Let us know, and we'll add it for you.
Request Model
AkashML
X (Twitter)Discord
AI Inference Service
Akash Network
Built on Akash Network
Copyright 2026 © akashml.com