See how ChatGPT, Perplexity and Google AI Overviews describe you today

Free AI Visibility Audit
MiniMax model°

MiniMax M1

MiniMax M1 is an open-weight reasoning model from MiniMax, built for long-context work and released in June 2025. It is a text-only model that takes a very large input window and is priced at the cheap end of the reasoning tier.

MiniMaxVerified 24/09/2026Released 17/06/2025

01 / decision

Decision snapshot

Each figure sits next to the middle of the field, so it can be read as dear or cheap, wide or narrow, rather than floating on its own. Compared against the 126 models we track, not against an absolute standard.

Capability

Not measured

No published benchmark scores yet

Input / 1M tokens

$0.40

field median $0.30

Output / 1M tokens

$2.20

field median $1.25

Context

1,000K

field median 524K

02 / overview

What MiniMax M1 is, and when to reach for it

Four questions, answered separately, because somebody arrives at one of them rather than at the top of the page.

What it is

The job it was built for, and the job it is not for.

MiniMax M1 is a reasoning model, meaning it works through a problem in steps before it answers, and its weights are published rather than held behind an API only. It was built for jobs where the input is long and the reasoning has to hold together across all of it, such as reading a whole codebase, a document set or a long transcript. It handles text alone, so it is not the model for anything involving images, audio or video.

When it arrived, and when to use it

Where it sits in its line, and when a sibling is the better pick.

MiniMax M1 first appeared in June 2025 as MiniMax's reasoning-focused open-weight release, sitting above the company's general chat models on anything that needs deliberate multi-step work. Pick it when the task is long-input analysis and you want the option of running the weights yourself. Pick something else when you need images or audio in the prompt, or when a very long answer is the point, since its output ceiling is modest next to its input capacity.

How you reach it

The API, the apps it powers, and what its limits let you do.

MiniMax M1 is reached through MiniMax's API and through the inference hosts that carry open-weight models, and because the weights are published it can also be run on your own hardware. Its context window stretches to a million tokens, so a full repository, a year of support tickets or a long contract set can go in as a single prompt without a retrieval layer in front of it. The output cap is much smaller than the input, which suits analysis, extraction and code edits rather than long-form generation.

Why it matters

What changes because this exists, or why it does not.

The combination here is the point: a reasoning model with a million-token window, open weights and a price close to a standard chat model. Work that previously meant chunking documents, building a retrieval pipeline and stitching partial answers together can be done in one call, and teams with data they cannot send to a third party can host it themselves rather than dropping the capability.

03 / evidence

How much of this is verified

Split by category, so a strong number never hides a thin evidence base. Verified means we read it on the benchmark's own published results; a provider's claim about its own model is shown and labelled rather than dropped.

No published benchmark scores for this model yet.

We publish a score only where we can link the result to where it was published. Until a benchmark result for this model exists in a source we read, this section stays empty rather than being filled with a provider's marketing figure.

How we decide what counts as evidence

04 / ledger

Benchmark ledger

Every published row, grouped by category, each compared with the best published score on the same benchmark. 'Is 64% good' is a question nobody can answer; '26 points behind the leader' is one anybody can.

Nothing in the ledger yet.

Each row here carries a score, the benchmark it came from, what the leading model scored on the same test, and a link to the published result. Rows appear as results are published and read.

How we decide what counts as evidence

05 / capability

Capability shape

Where this model is strong, and against how many peers. Ranks are against models with evidence in that category, not against everything we track: ranking against models nobody tested would rank who published, not who is better.

No category scores to shape yet.

A category score is the weighted mean of the benchmarks published for it. With no published rows there is nothing to average, and an empty chart drawn at zero would say something false.

How we decide what counts as evidence

06 / cost

What it costs

List API rates as last read from the provider, with the source on every row, plus every change we have recorded since we started tracking it.

MiniMax M1 API pricingSurge45°
ChargePriceUnitRead onSource
Input$0.40per 1M tokens2026-09-24Check
Output$2.20per 1M tokens2026-09-24Check

MiniMax M1 is inexpensive to run, sitting near the bottom of the reasoning tier and well below the frontier closed models it competes with on long-context tasks. Output costs several times more than input, which matters less here than usual because the model is built to read a great deal and answer briefly, and the open weights mean self-hosting is a route to cutting the per-call cost further.

What a month costsSurge45°
WorkloadInput / monthOutput / monthCost
A small product team20M tokens5M tokens$19.00
A busy support assistant200M tokens40M tokens$168.00
A document pipeline1000M tokens100M tokens$620.00

List API rates, no caching and no batch discount, which both providers offer and which change the answer a great deal. Treat these as the ceiling, not the bill.

07 / specs

Specifications

As listed by the provider's own catalogue and re-read every few hours. Anything absent is absent there too.

SpecificationSurge45°
Context window1,000,000 tokens
Maximum output40,000 tokens
Modalitiestext
Released17/06/2025
StatusCurrent
Catalogue identifierminimax/minimax-m1

08 / lineage

Lineage

What this model replaced, what replaced it, and what else its provider has in the field.

Also from MiniMax

09 / line

The line

Every model in this family in release order, so a page from eight months ago says in one glance that two newer ones exist.

Nothing else in this line yet.

A line is worked out from the naming and the release dates across every model page we hold. It fills in as the provider ships successors, or as we pick up the models that came before this one.

How we decide what counts as evidence

10 / notes

Our notes

What this model changes for a brand trying to be cited in AI answers, and every change we have logged since it launched.

What it changes for you

Open-weight models like MiniMax M1 mean your brand can be summarised by a system nobody is publicly tracking, running inside somebody else's product or on a customer's own hardware. You cannot monitor those surfaces the way you monitor a named assistant, so the work shifts to what the model reads: clear, well-structured pages that survive being ingested in bulk alongside a million tokens of competitor material. Long-context reasoning also rewards depth, since a model taking in your entire documentation set will reward the brand whose material actually answers the question end to end.

Where buyers meet this model

Most buyers meet MiniMax M1 indirectly, through a product that has chosen it as a cheap long-context reasoning backend rather than through a consumer app with its name on it. Developers meet it through the MiniMax API or an open-weight inference host, and increasingly through self-hosted deployments inside companies that will not send documents out.

Change log

Nothing published here yet. Changes appear within hours of a provider announcing them.

11 / questions

Questions

The things people ask about this model, answered from what is on this page rather than from anywhere else.

Is MiniMax M1 open source?
The weights are published, which is what open-weight means in practice: you can download and run the model on your own hardware rather than being limited to the provider's API. That matters most for teams handling data they cannot send to a third party.
What can you actually fit in MiniMax M1's context window?
A million tokens is enough for a full codebase, a large document set or a very long transcript in a single prompt, which removes the need for a retrieval layer in many workflows. The answer it gives back is capped much lower, so it suits analysis and extraction more than long-form writing.
Can MiniMax M1 handle images or audio?
No. It is a text-only model, so anything involving images, audio, video or document scans needs a multimodal model instead.
Surge45°

Is MiniMax M1 recommending you?

Models change what gets cited. We measure whether AI answers name your brand or your competitors across every assistant, and show you what to change.