Novita

minimax/minimax-m3

MiniMaxAI/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.

Input modalities

text

Accepted as model input

image

Accepted as model input

video

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$0.300 / 1M tokens

Output tokens

$1.200 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.300 / 1M tokens
Output tokens$1.200 / 1M tokens
Cached input tokens$0.060 / 1M tokens

Performance

Published evaluation results associated with this model.

Coding

SWE-Bench Pro59
Terminal-Bench 2.166

API example

curl https://api.oneinfer.ai/v1/ula/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "MiniMaxAI/MiniMax-M3",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'