The AI arena is free today

Open Superagent
MiniMaxReleased on Jun 1, 2026

MiniMax M3: API Pricing, Context Window & Benchmarks

MiniMax M3 is a language model from MiniMax, released in June 2026, with multimodal input, a 1M-token context window, and pricing from $0.300/M input, $0.059/M cached input, $1.20/M output.

MiniMax M3 is the first open-weight model to combine three frontier capabilities: top-tier coding and agentic performance, a 1M-token context window, and native multimodality. It is powered by MiniMax Sparse Attention (MSA), a new sparse

Input
TextImageVideo
Output
Text

MiniMax M3 benchmarks

Capability tiers

Standing within each category, adjusted for leaderboard depth.

Real tasks performance

High-confidence performance for MiniMax M3 across real-world prompt categories. Only 95% intervals at most 4 points wide are shown.

Performance by conversation depth

How MiniMax M3 holds up as conversations get longer.

Quality Tracker

MiniMax M3 Performance Across Datasets

Scores sourced from the model's scorecard, paper, or official blog posts

LLM Stats Logollm-stats.com - Sat Sep 05 2026
Notice missing or incorrect data?

MiniMax M3 pricing

Providers

MiniMax M3 starts at $0.300 per million input tokens and $1.20 per million output tokens via Fireworks. Reused prompt prefixes cost $0.0590 per million cached input tokens. See all 4 providers below with their per-token pricing, latency, throughput, and modality support.

ProviderInput $/MCached input $/MOutput $/MContext in / outTTFT p95 sOutput p5 c/sModalities in / out
Fireworks logoFireworks
$0.300$0.0590$1.20512.0K/131.1K
/
MiniMax logoMiniMax
$0.300$0.0600$1.201.0M/524.3K
3.03
13
/
Novita logoNovita
$0.300$0.0600$1.201.0M/131.1K
/
Together logoTogether
$0.300$0.0600$1.201.0M/131.1K
/

Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests.

Loading chart...
Loading chart...
Loading chart...
Loading chart...

MiniMax M3 model size

MiniMax M3 has 428 billion parameters. See how it compares to other models in the same parameter range.

Parameters
428BMoE
Frontier (200B+)
428B
1B7B70B405B

MiniMax M3 context window

Input and output token limits for MiniMax M3, plus how it ranks on long-context understanding.

InputOutput
1Mtokens
524Ktokens
1.5k pages of text
1M
8K128K1M

MiniMax M3 API

POST/v1/chat/completions

Run a request to see the response

Use it in your code

Billed at $0.30 input / $0.06 cached input / $1.20 output per 1M tokens through the LLM Stats gateway.

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://gateway.llm-stats.com/v1"
)

response = client.chat.completions.create(
    model="minimax-m3",
    messages=[
        {"role": "user", "content": "What is machine learning?"}
    ]
)

print(response.choices[0].message.content)

Need an API key? Create one above in the playground, or read the API documentation.

MiniMax M3 latency

MiniMax M3 time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.

Provider operational metrics

Time to first token, output throughput, and failed-request rate from live API traffic

Loading chart...
Loading chart...
Loading chart...

MiniMax M3 examples

Recent arena outputs from MiniMax M3, picked from the highest-ranked matchups.

MiniMax M3 license

MiniMax M3 is released under the MIT license, which permits commercial use, has 428.0B parameters.

License
MIT
Commercial use allowed
Parameters
428.0B

MIT License - allows commercial use

MiniMax M3 resources

Official sources for MiniMax M3: api documentation, official playground, official launch post, model weights.

MiniMax M3 vs other models

The most-compared alternatives to MiniMax M3 are Claude Opus 4.6, Qwen3.7 Max, GPT-5. Open any pair side-by-side for benchmarks, pricing, context, and latency.

Models like MiniMax M3

Models ranked just above and below MiniMax M3 by LLM Stats score.

 

Claude Opus 4.6

Score pending
 

Qwen3.7 Max

Score pending
 

GPT-5

Score pending
 

MiMo-V2.5

Score pending
 

Gemini 3.6 Flash

Score pending
 

DeepSeek-V4-Pro-Max

Score pending

FAQ

Common questions about MiniMax M3.

When was MiniMax M3 released?

MiniMax M3 was released on June 1, 2026 by MiniMax. This is the official MiniMax M3 release date tracked on LLM Stats.

How much does MiniMax M3 cost?

MiniMax M3 costs $0.30 per million input tokens, $0.06 per million cached input tokens, $1.20 per million output tokens through the LLM Stats API, which works with any OpenAI-compatible SDK. Across tracked providers, the lowest price is $0.30 per million input tokens via Fireworks. That provider charges $0.06 per million cached input tokens.

Is MiniMax M3 available via API?

Yes. MiniMax M3 is available through the LLM Stats API and works with any OpenAI-compatible SDK — point your client at the gateway base URL and pass the model name. It is served by 4 providers tracked on LLM Stats.

How big is MiniMax M3?

MiniMax M3 has 428 billion parameters. It ships as an open-weight model, so you can download and run it on your own hardware.

Who created MiniMax M3?

MiniMax M3 was created by MiniMax.

What is the license for MiniMax M3?

MiniMax M3 is released under the MIT license. This is an open-source / open-weight license that permits self-hosting.

Is MiniMax M3 multimodal?

Yes, MiniMax M3 is multimodal and can accept both text and images as input.

What is MiniMax M3 latency?

MiniMax M3 p95 time to first token is 3.03 seconds via MiniMax over the trailing 7 days. Lower time to first token means the model begins responding sooner for chat, agents and API workloads.

Where can I use MiniMax M3?

MiniMax M3 is available through 4 providers including Fireworks, MiniMax, Novita, and 1 more.

Where is the MiniMax M3 paper or technical report?

MiniMax M3 has a paper or technical report available at https://www.minimax.io/blog/minimax-m3. Use that source for architecture, training, release and evaluation details.

What models should I compare MiniMax M3 against?

Common MiniMax M3 comparisons include MiniMax M3 vs Claude Opus 4.6, MiniMax M3 vs Qwen3.7 Max, MiniMax M3 vs GPT-5. Compare them side by side for benchmark scores, pricing, context window, latency and API availability.