← All models
MiniMax
MiniMax-M3
Live · US + CAtextimagevideoMiniMax Community License
MiniMax's natively multimodal coding and agent model, strong on real-world software engineering benchmarks.
Price per 1M tokens
Input
$0.30
Cached input
$0.06
Output
$1.20
Priced per model · Same in US and CA · Free tier included · Pricing
AA Index
29
#10 of 14
open models we serve
Specs
- Model id
minimax-m3- Weights released
- Jun 1, 2026
- Parameters
- 428B total · 23B active
- Architecture
- MoE
- Context
- 1M tokens (1,000,000)
- Input
- text, image, video
- License
- MiniMax Community License
- Regions
- us, ca
- Weights
- MiniMaxAI/MiniMax-M3 ↗
Benchmarks
- Artificial Analysis Intelligence Index29
- SWE-bench Verified80.5%
Sources: huggingface.co · minimax.io · morphllm.com
Use it
Three lines of code, or zero.
OpenAI-compatible. Use the model id below, or auto to let the router decide when this model is worth it.
import os
from openai import OpenAI
client = OpenAI(base_url=os.environ["ST_BASE_URL"], api_key=os.environ["ST_API_KEY"])
resp = client.chat.completions.create(
model="minimax-m3",
messages=[{"role": "user", "content": "Hello"}],
)Similar models