Models / MiniMax
MiniMax
MiniMax M1
minimax/minimax-m1
MiniMax-M1 is a large-scale, open-weight reasoning model designed for extended context and high-efficiency inference. It leverages a hybrid Mixture-of-Experts (MoE) architecture paired with a custom "lightning attention" mechanism, allowing it...
Input
$0.52 / 1M tokens
Output
$2.86 / 1M tokens
Context
1000K tokens
Capabilities
✓ Streaming✓ Tool / function calling○ JSON / structured output○ Vision (image input)
Call this model
Pass minimax/minimax-m1 as the model. Change only the base URL from your existing OpenAI SDK setup.
quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
-H "Authorization: Bearer $MDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax/minimax-m1",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.