MiniMax-M3
MiniMax M3 — multimodal chat with adaptive thinking, text and images in, long-context (up to 1M tokens). OpenAI-compatible chat completions.
MiniMax$0.30 in · $1.20 out / 1M tokens (≤512K ctx)llmminimaxmultimodallong-contextreasoning
llmminimaxmultimodallong-contextreasoning
| Context band | Max tokens | Input / M tok | Output / M tok |
|---|---|---|---|
| ≤512K | 524,288 | $0.30 | $1.20 |
| ≥512K | 1,048,576 | $0.60 | $2.40 |
API
Wire it up.
Endpoint
POST https://api.tryinfer.com/v1/chat/completionsrequest
curl https://api.tryinfer.com/v1/chat/completions \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax-m3",
"messages": [{ "role": "user", "content": "What does this image show? Describe it in detail." }]
}'
OpenAI-compatible — point your SDK at Infer with a bearer token. Get an API key →