Models / MiniMax
MiniMax
MiniMax-01
minimax/minimax-01
MiniMax-01 is a combines MiniMax-Text-01 for text generation and MiniMax-VL-01 for image understanding. It has 456 billion parameters, with 45.9 billion parameters activated per inference, and can handle a context...
Input
$0.26 / 1M tokens
Output
$1.43 / 1M tokens
Context
1000K tokens
Capabilities
✓ Streaming○ Tool / function calling○ JSON / structured output✓ Vision (image input)
Call this model
Pass minimax/minimax-01 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-01",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.