MODELS / MINIMAX

MiniMax M3

MiniMax-M3 is a frontier-class foundation model that unites the three capabilities defining today's frontier: a 1M-token context window, frontier coding and agentic performance, and native multimodality — the first open-weight model to deliver all three in a single system.

TEXTREASONINGREASONINGTOOL-USEVISIONFILE-INPUTIMPLICIT-CACHING
1M
CONTEXT WINDOW
1M
MAX OUTPUT TOKENS
$0.3 / 1M tokens
INPUT PRICE
$1.20 / 1M tokens
OUTPUT PRICE
QUICKSTART

Call it in one request.

OpenAI-compatible — change the base URL, and the setup is complete.

SHELL
curl https://enterprise.blackbox.ai/v1/chat/completions \
  -H "Authorization: Bearer $BLACKBOX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "blackboxai/minimax/minimax-m3",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
INPUT: image, text, videoOUTPUT: textRELEASED: 2026-05-31