novita
minimax/minimax-m3
Context
1M
Input
text, image, video
Output
text
Tool calling
Supported
About this model
MiniMax M3 is an open model with sparse block-level attention designed for coding, agentic workflows, and multimodal chat. It supports a 1M token context window and operates natively across text, image, and video.
Capabilities
text
Available through the unified API
image
Available through the unified API
video
Available through the unified API
Quick start
View API docscurl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "5444233126e34e14b68f81cfb3f6ce53",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
novita
5444233126e34e14b68f81cfb3f6ce53
Input
$0.300 / 1M
Output
$1.200 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.300 / 1M |
| Output tokens | $1.200 / 1M |
Performance
Published evaluation results associated with this model.
Coding
SWE-Bench Pro59
Terminal-Bench 2.166
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "5444233126e34e14b68f81cfb3f6ce53",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'