MiniMax
Latency—
Throughput—
Upload rate—
Context length—
Max output—
Input price—per 1M tokens
Output price—per 1M tokens
Cache read—per 1M tokens
Cache write—per 1M tokens
/minimax/minimax-m3
MiniMax M3 is MiniMax's frontier coding and agentic model, with 1M-token context and native multimodality. It is primarily a text/multimodal foundation model, so its placement in a video-model list reflects a mixing of model families in the source data.
curl ${API_BASE_URL}/v1/chat/completions \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "MiniMax-M3",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'Replace <YOUR_API_KEY> with the API key generated on your token management page.
All requests must include the Authorization: Bearer <TOKEN> header.
RPM = requests per minute, TPM = tokens per minute, RPD = requests per day. Limits apply by token group.