Tiffany Layne2026-07-13

MiniMax M3 Pro란 무엇인가요? 중국의 2.7조 개 파라미터 모델에 대해 알려진 모든 것

MiniMax M3 Pro: 단일 출처에서 보도된 2.7T 파라미터 오픈 모델, 2026년 3분기 목표. 확인된 내용과 소문, 그리고 오늘 호출할 수 있는 MiniMax 모델을 알아보세요.

MiniMax M3 Pro란 무엇인가요? 중국의 2.7조 개 파라미터 모델에 대해 알려진 모든 것
요약

MiniMax M3 Pro는 아직 출시되지 않았습니다 — 제품이 아니라 보도된 계획이며, 현재 이를 제공할 수 있는 API 제공업체는 없습니다.

M3 Pro에 관한 모든 주장은 단 하나의 독점 보도(The Information, 2026년 7월 8일)에 근거합니다. 약 2.7조 개의 파라미터, 내부 코드명일 뿐인 명칭, 2026년 3분기 "이르면" 오픈 소스 출시 목표가 보도되었습니다. MiniMax는 아무것도 발표하지 않았습니다.

주의해서 봐야 할 것은 파라미터 수가 아닙니다. M3 Pro의 사용 가능성을 결정하는 것은 활성 파라미터 수와 라이선스이며, 둘 다 아직 보도되지 않았습니다. MiniMax의 최근 두 "오픈" 릴리스는 Apache 2.0이나 MIT가 아닌, 상업적 제한이 있는 자체 커뮤니티 라이선스로 출시되었습니다.

2.7T 규모라면 어차피 거의 모든 사람이 셀프 호스팅하기 어렵습니다. 현재 428B 모델도 이미 8개의 GPU를 탑재한 B200급 시스템이 필요합니다. 대부분의 팀에게는 오픈 웨이트인지 여부와 관계없이 이 모델에 접근하는 방법은 API입니다.

지금 할 일: 기다리지 마세요. MiniMax M3는 2026년 6월 1일 출시되었고, Artificial Analysis의 Intelligence Index(55점, 추론 변형)에서 오픈 웨이트 모델 중 최고 수준이며, 오늘 바로 호출할 수 있습니다. M3 Pro를 준비하는 가장 적절한 방법은 코드 한 줄뿐입니다 — 모델 ID를 설정 파일로 옮기세요.

목차

 

The number everyone is repeating is 2.7 trillion. The number that will actually decide whether MiniMax M3 Pro matters to your team is not that one — it's a clause in a LICENSE file that nobody has read yet, because nobody has published it yet.

I went looking for a technical breakdown of M3 Pro last week and found about twenty articles. All of them were reprints of the same scoop. None of them answered the only question a working developer has: so what do I do on Monday? This piece is my attempt at that answer.

One thing before we start, because it matters more than usual here. I'm going to mark three different kinds of statement throughout: what has been reported (thin sourcing, treat with care), what I think (my read, argue with me), and what is speculation (I'll say so out loud). Almost everything published about M3 Pro so far blends all three into one confident voice. That's how a rumor becomes a roadmap.

What Is MiniMax M3 Pro? (What's Actually Confirmed)

MiniMax M3 Pro is a large language model that does not exist yet — at least not publicly.

Here is the reported version. MiniMax, the Shanghai lab behind the M-series, is working on a model with roughly 2.7 trillion parameters. Employees involved with the project refer to it internally as M3 Pro, though the final name may change before launch. The company plans to release it as open source, possibly as early as Q3 2026. If it lands as described, it would be the largest open model any Chinese lab has published.

Now the sourcing, which is the part the reprints tend to skip. All of the above traces back to a single exclusive from The Information, dated July 8, 2026, attributed to two people with knowledge of the plan. Every subsequent story — and there are many — is downstream of that one report. MiniMax itself has said nothing. I checked the company's site, its research blog, its API documentation, and its Hugging Face organization on the day of writing. There is no mention of M3 Pro anywhere on any of them.

  Status
2.7T total parameters Reported (single source)
Named "M3 Pro" Reported — internal codename, may change
Open-source release Reported as the plan
Q3 2026 timing Reported as "as early as" — not a commitment
Active parameter count Unknown
License terms Unknown
Context window Unknown
Benchmark results None exist
Available on any API No

That table is the honest state of knowledge. Everything else you read about M3 Pro right now, including everything below this line, is inference built on top of it.

MiniMax M3 Pro vs MiniMax M3: What the 6× Jump Actually Buys You

To understand why a 2.7T model is even interesting, you need to know what MiniMax already shipped.

MiniMax M3 came out on June 1, 2026. It's a Mixture-of-Experts model with approximately 428 billion total parameters and about 23 billion activated per token. Its defining piece of engineering is MSA — MiniMax Sparse Attention — which selects the key-value blocks that matter instead of attending across every token in the window. That's the reason its million-token context is a working feature rather than a spec-sheet trophy: at 1M context, MSA cuts per-token compute to roughly one twentieth of the previous generation, with prefill about 9× faster and decode about 15× faster. The technical report is on arXiv (2606.13392) and the weights are on Hugging Face.

So M3 Pro, at a reported 2.7T, would be about 6.3× larger than M3 on total parameters. That sounds decisive. It isn't, and here's why.

  MiniMax M3 (shipped) M3 Pro (reported)
Total parameters ~428B ~2.7T
Active parameters per token ~23B Unknown
Architecture MoE + MSA sparse attention Unknown
Context window 1M (512K guaranteed minimum) Unknown
Release June 1, 2026 Targeted Q3 2026
Weights Published Planned

In a Mixture-of-Experts model, the total parameter count tells you how much memory you need to own. The active parameter count tells you how much you pay per token. M3 activates 23B out of 428B — about 5%. If M3 Pro holds a similar ratio, you're looking at roughly 135B active, which would be a genuinely different cost class. If it activates far fewer, it could be cheap to serve and expensive to store. If it activates far more, the reverse.

Nobody has reported that number. Which means the single most important figure for anyone budgeting around this model is the one figure that hasn't leaked.

Put plainly: total parameters tell you how much hardware you'd need to buy. Active parameters tell you what the bill looks like. Only the first one has been reported, and it's the less useful of the two.

The Word "Open-Source" Is Doing a Lot of Work Here

This is where I want to slow down, because I think it's the part the coverage has gotten meaningfully wrong.

Every headline says "open source." That phrase carries an implication — that you can download the thing, build a product on it, and ship. For MiniMax's recent releases, that implication has not been true.

Look at what actually happened with M3. Its weights are on Hugging Face under a license tagged minimax-community. Not Apache 2.0. Not MIT. A custom license with conditions. How binding are those conditions in practice? Consider that NVIDIA published its own NVFP4-quantized build of M3, and the model card on that build states in plain language that the checkpoint is ready for non-commercial use, with governing terms pointing back to the MiniMax Community License and a requirement to display "Built with MiniMax M3."

That's NVIDIA — a company with a large legal department — reading the license and choosing that wording.

And M3's license was the improved one. The previous release, M2.7, shipped under terms that prohibited any commercial use whatsoever without prior written authorization from MiniMax. The Hugging Face discussion threads from that release are worth reading if you enjoy watching a community and a legal team negotiate in public. MiniMax loosened the terms for M3 in response. They did not make them permissive.

I'm not going to quote specific revenue thresholds from M3's license, because the secondary sources I found contradict each other and this is the kind of detail where being approximately right is worse than being silent. Read the LICENSE file yourself before you build anything commercial on it. That is not a disclaimer; it is the actual advice.

Here is my judgment, flagged as such. If M3 Pro ships under the same family of license, "largest open-source model ever released" is a headline for researchers and a footnote for anyone shipping a product. The weights being downloadable buys you auditability and the right to self-host. It does not automatically buy you the right to build a business on top. Those are different things, and the gap between them is where a lot of teams are going to get hurt in the next six months.

Even If They Ship It, You Probably Can't Run It

Say the license turns out fine. Say it's Apache 2.0 and everybody cheers. There's still a wall.

M3 — the 428B model — is not something you serve from a workstation. Documented full-precision deployments run on eight-GPU NVIDIA B200 class systems. That's the current model, the one people are already calling "the big one."

M3 Pro would be over six times larger.

Downloadable and runnable are different words. I think for the overwhelming majority of teams — including well-funded ones — M3 Pro's open weights will be something you read about rather than something you host. Quantization will help. It will not close a 6× gap for anyone without a data center.

Which leads somewhere slightly awkward but I think correct: for most developers, whether M3 Pro is open-source or closed changes almost nothing about the decision. Either way, you reach it through an API. The open weights matter enormously for researchers, for national AI strategy, for the labs benchmarking against it. For the person shipping a coding agent next quarter, it's a headline, not a plan.

If you're going to be calling models over HTTP regardless, the useful question becomes which ones you can reach through one key and one balance — which is the shape of the full model catalog problem, not the open-weights problem.

The Q3 Timeline Has a Risk Nobody Is Pricing In

Now the part I haven't seen anyone connect, and I want to be careful about how strongly I put it.

On July 7, 2026, Reuters reported that China's Ministry of Commerce had been meeting with major domestic AI players — Alibaba, ByteDance, Z.ai among them — to discuss restricting overseas access to the country's most advanced AI models. The discussions reportedly covered both closed and open-source models, a tiered licensing regime, and stiffer criminal penalties around model distillation.

The Information published the M3 Pro story on July 8, 2026. The day after.

This is speculation, and I'm labeling it as such: I'd treat "Q3, open source" as a plan filed before the weather changed, rather than a commitment you can build a roadmap on. A 2.7-trillion-parameter frontier open model is precisely the category of artifact those Ministry discussions appear to be about. I have no reporting that anyone has told MiniMax to slow down. I'm noting that the two stories landed within twenty-four hours of each other and that not one of the twenty articles I read mentioned both.

The cost of this observation, to be fair to it: none of this means Chinese models are a bad bet. M3 is live right now, benchmarked by independent third parties, and serving production traffic. The narrower point is that betting your architecture on an unreleased model carries a policy risk on top of the ordinary schedule risk. That's true of any lab. It's just more legible here.

What You Can Actually Build Today: MiniMax M3 via API

So: waiting for M3 Pro is a bad plan. Partly because of everything above, and partly because M3 is already very good.

On Artificial Analysis's Intelligence Index (v4.1) — an independent composite covering GDPval-AA, Terminal-Bench, SciCode, Humanity's Last Exam, GPQA Diamond and others — M3's reasoning variant scores 55. That puts it at the top of the open-weight field, level with GPT-5.5 and behind Claude Opus 4.8. Its component scores include 37% on Humanity's Last Exam and 93% on GPQA Diamond. Note the variant distinction: Artificial Analysis lists a lower figure for the non-reasoning configuration, so make sure you know which one a comparison is quoting before you cite it.

MiniMax's own numbers — 59.0% on SWE-Bench Pro, 66.0% on Terminal-Bench 2.1, 83.5 on BrowseComp — are vendor-reported and run on the lab's own infrastructure. Treat them as directionally useful and independently unverified.

To call M3 on GPT Proto, the endpoint follows the OpenAI chat format. One gotcha that will cost you twenty minutes if you miss it: the API key goes into the Authorization header directly, with no Bearer prefix. Most SDKs add that prefix automatically.

First call, cURL:

curl --location 'https://gptproto.com/v1/chat/completions' \
  --header 'Authorization: YOUR_GPTPROTO_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
    "model": "MiniMax-M3",
    "messages": [
      {"role": "user", "content": "Summarize what MSA changes about attention at 1M context, in three sentences."}
    ],
    "stream": false
  }'

Python, using requests so the auth header is unambiguous:

import os
import requests
 
API_KEY = os.environ["GPTPROTO_API_KEY"]
 
response = requests.post(
    "https://gptproto.com/v1/chat/completions",
    headers={
        "Authorization": API_KEY,   # no "Bearer " prefix
        "Content-Type": "application/json",
    },
    json={
        "model": "MiniMax-M3",
        "messages": [
            {"role": "user", "content": "Refactor this function for readability:\n\n" + open("main.py").read()}
        ],
        "stream": False,
    },
    timeout=600,   # long-context prefill is slow; don't use the default
)
 
response.raise_for_status()
print(response.json()["choices"][0]["message"]["content"])

If you prefer the OpenAI SDK, point base_url at https://gptproto.com/v1 and override the header rather than passing the key through api_key, or the client will prepend Bearer for you.

On cost, the MiniMax M3 model page lists $0.48 per 1M input tokens and $0.96 per 1M output tokens. Those are the numbers; I'm deliberately not turning them into a savings percentage, because the honest comparison depends on your input/output ratio and there are configurations where the arithmetic goes either way.

The cost detail that will actually surprise you is not the per-token rate. It's the context cliff. M3's window is 1M tokens, but the guaranteed minimum is 512K — and on MiniMax's first-party pricing, crossing 512K of input reprices the entire request at double the standard rate. Not the overflow. The whole call. A 600K-token request doesn't cost slightly more than a 500K one; it costs roughly twice as much per token across the board.

That matters most in agent loops, where context accumulates turn over turn and nothing gets pruned. By turn fifteen you can be paying the long-context rate not because any single step needed a million tokens, but because you never trimmed. Prune your context. It's a bigger lever on your bill than the model you pick. (If you're evaluating M3 specifically for coding workloads, we went deeper on the benchmark and pricing math in a separate piece.)

If M3 Pro Ships, What Changes for You?

Less than you'd think, if you set things up correctly now.

At the aggregation layer, switching models is a string change:

MODEL = os.environ.get("LLM_MODEL", "MiniMax-M3")   # not hardcoded

That's the whole migration, assuming the request shape stays OpenAI-compatible — which, across every M-series release so far, it has.

So here's the cost of the advice, stated honestly: do not re-architect anything for a model that has no announced specs, no license, no benchmarks, and no confirmed ship date. The correct amount of preparation for M3 Pro is one line — pull your model ID out into config and stop hardcoding it. Anything beyond that is planning around a rumor.

In one sentence: M3 Pro is a reported plan worth watching and a terrible thing to wait for; M3 is a shipped model at the top of the open-weight leaderboard that you can call today.

 

크리에이티브 스튜디오

프로덕션 API로 이미지, 영상 등을 생성해 보세요.

만들기 시작하기
크리에이티브 스튜디오
관련 모델
모든 모델
MiniMax
20% OFF
Claude
20% OFF
Google
40% OFF
Google
40% OFF

자주 묻는 질문

MiniMax M3 Pro는 이미 출시되었나요?

아니요. 게시 시점 기준으로 M3 Pro는 출시되지 않았으며, MiniMax가 발표하거나 회사 공식 채널 어디에도 문서화하지 않았습니다. 알려진 모든 내용은 단 하나의 언론 보도에서 비롯되었습니다.

MiniMax M3 Pro는 언제 출시되나요?

보도에 따르면 빠르면 2026년 3분기에 출시될 가능성이 있습니다. 이는 보도된 목표일 뿐 확정 사항이 아니며, MiniMax는 어떤 날짜도 확인하지 않았습니다.

MiniMax M3 Pro는 무료 또는 오픈 소스인가요?

MiniMax가 웨이트를 오픈 소스로 공개할 계획이라는 보도가 있습니다. 다만 MiniMax의 최근 관행에서 "오픈 소스"는 Apache 2.0이나 MIT가 아니라 상업적 조건이 포함된 자체 커뮤니티 라이선스를 의미했습니다. 다운로드할 수 있다고 해서 자유롭게 상업적으로 사용할 수 있다는 뜻은 아닙니다.

MiniMax M3 Pro는 MiniMax M3와 비교해 얼마나 큰가요?

보도된 수치는 총 약 2.7조 개의 파라미터로, M3의 약 4280억 개보다 약 6.3배 많습니다. 추론 비용에 훨씬 더 중요한 M3 Pro의 활성 파라미터 수는 아직 보도되지 않았습니다.

오늘 MiniMax M3 Pro API를 호출할 수 있나요?

아니요. 이 모델은 공개적으로 존재하지 않으므로 GPTProto를 포함한 어떤 제공업체도 제공할 수 없습니다. 현재 M3 Pro API를 제공한다고 광고하는 곳은 실제로 존재하지 않는 것을 판매하는 것입니다. 실제로 호출할 수 있는 현재 MiniMax의 주력 모델은 MiniMax M3입니다.

현재 이용할 수 있는 최고의 MiniMax 모델은 무엇인가요?

M3입니다. Artificial Analysis의 Intelligence Index에서 오픈 웨이트 모델 중 선두를 차지하고, 512K가 보장되는 1M 토큰 컨텍스트를 지원하며, 텍스트·이미지·동영상 입력을 받을 수 있습니다.
코딩을 위한 MiniMax M3: 벤치마크, 실제 가격, API로 호출하는 방법 (2026)

코딩을 위한 MiniMax M3: 벤치마크, 실제 가격, API로 호출하는 방법 (2026)

MiniMax M3는 코딩에 적합할까요? 짧게 답하면, 에이전트 기반 작업과 여러 파일을 다루는 작업에는 적합합니다. 다만 다른 내용을 읽기 전에 먼저 알려드릴 두 가지 주의점이 있습니다. 주요 코딩 점수 대부분은 MiniMax가 자체 인프라에서 직접 측정했으며, "100만 토큰 컨텍스트"에는 특히 코딩 에이전트에 큰 영향을 주는 512K 기준 가격 급등 구간이 있습니다. 이런 점을 알고 있다면 두 가지 모두 충분히 관리할 수 있습니다. 하지만 대부분의 출시 관련 보도에서는 이 내용이 명확하게 드러나지 않습니다. M3를 둘러싼 코딩 관련 설명이 하나의 숫자, 즉 SWE-Bench Pro의 59%로 단순화되었고, 그 숫자가 충분한 검토 없이 과도한 역할을 하고 있기 때문에 이 글을 씁니다. 이 글에서는 실제 모델의 정체, 독립적인 측정 결과, 실제 코딩 작업에서의 비용, 그리고 GPTProto API를 통해 호출하는 방법을 다룹니다. 결론만 알고 싶다면 이렇게 요약할 수 있습니다. 모든 주요 모델에 동일한 테스트를 수행하는 한 독립 리뷰어는 M3를 "실제 코딩에서는 GPT와 Opus에 근접하지만, 아직 그들을 넘어서지는 못한 모델"로 평가했습니다. 중립적인 벤치마크 결과도 이와 일치합니다.

Schuyler Stacy | 2026-07-02

MiniMax M3 vs DeepSeek V4 Pro: 가격, 벤치마크, 그리고 실제로 사용해야 할 모델

MiniMax M3 vs DeepSeek V4 Pro: 가격, 벤치마크, 그리고 실제로 사용해야 할 모델

TL;DR — These are the two open-weight Chinese models everyone is comparing right now, and the honest answer is that they barely compete. DeepSeek V4 Pro is a pure-text algorithmic specialist: it posts the highest SWE-bench Verified score of any open-weight model (80.6%) and its native token economics are hard to beat, especially on cache hits. MiniMax M3 is a natively multimodal generalist: it reads images and video, not just text, and it ranks second on Artificial Analysis's cross-model intelligence index. If your workload is text, code, and logs, and you care about cost per token, take DeepSeek V4 Pro. If your agent needs to look at a screenshot, a design mock, or a screen recording, take M3 — DeepSeek can't do that at any price. Both now ship open weights and both run a 1M-token context window, so this isn't the "one has to lose" fight most comparison pages frame it as.

Tiffany Layne | 2026-07-01

GLM-5.2 vs DeepSeek V4 Pro: 벤치마크, 가격 및 실제로 사용할 모델 (2026)

GLM-5.2 vs DeepSeek V4 Pro: 벤치마크, 가격 및 실제로 사용할 모델 (2026)

TL;DR: 작업이 장시간에 걸친 에이전트형 엔지니어링, 즉 에이전트가 몇 시간 동안 저장소를 반복적으로 살펴보고 기능을 배포하는 것이라면 GLM-5.2가 더 강력한 모델입니다. 작업이 알고리즘, 수학, STEM 추론 또는 비용 제약이 있고 높은 처리량이 필요한 분야라면 DeepSeek V4 Pro가 훨씬 저렴한 가격으로 승리합니다. Artificial Analysis의 독립적인 Intelligence Index v4.1에서 GLM-5.2(최대 노력)는 51점, DeepSeek V4 Pro는 44점을 기록하지만 DeepSeek의 공식 토큰당 요금은 대략 3~5배 저렴합니다. 여기서 주의할 점이 있으며, 대부분의 비교에서 빠뜨리는 부분입니다. 토큰당 가격과 작업당 비용은 같은 수치가 아닙니다. 그 이유를 아래에서 설명하겠습니다. 두 모델 모두 저희 플랫폼의 GLM-5.2 및 deepseek-v4-pro 카탈로그 페이지에 등록되어 있으며, 코딩 에이전트를 운영하는 개발자들이 가장 자주 묻는 질문 중 하나가 "어떤 모델로 라우팅해야 하나요?"입니다. 이 글에서는 독립적인 벤치마크 데이터가 있는 경우 이를 사용하고, 그렇지 않은 경우에는 공급업체 수치를 명확히 표시하며, 4월이 아닌 2026년 7월 DeepSeek의 실제 요금을 반영한 가격 계산을 통해 이 질문에 제대로 답해 보겠습니다.

Schuyler Stacy | 2026-07-06

2026년 최고의 Claude 대안: 더 저렴한 API 액세스, 솔직한 비교

2026년 최고의 Claude 대안: 더 저렴한 API 액세스, 솔직한 비교

대부분의 "Claude 대안" 목록이 숨기는 불편한 사실부터 먼저 말해야겠습니다. 중립적인 Artificial Analysis Intelligence Index에서 Claude Opus 4.8은 여전히 정상에 있습니다 — 약 56점으로, GPT-5.5(~55)와 Claude Sonnet 5(~53)를 근소하게 앞섭니다. 따라서 더 똑똑한 무언가를 찾기 위해 대안을 알아보는 것이라면, 대부분의 작업에서 솔직한 답은 "아니요, 그렇지는 않습니다"입니다. 개발자들이 떠나는 이유는 그것이 아닙니다. 저는 생업으로 API 통합 가이드를 작성하며, 계속 지켜본 이탈의 원인은 성능과 거의 관련이 없습니다. 비용, 요청 제한, 그리고 한 공급업체에 종속되는 것이 문제입니다. 그래서 이 목록은 그러한 현실을 위해 만들었습니다. 아래의 모든 모델에 적용한 원칙은 다음과 같습니다. 무엇을 잘하는지 수치와 함께 밝히고, 그다음 여러분을 곤란하게 만들 한 가지를 말합니다. TL;DR: 최고 수준의 품질을 원한다면 Claude를 떠날 필요가 전혀 없습니다 — 애그리게이터를 통해 동일한 Opus 4.8 또는 Sonnet 5를 약 20% 저렴하게 사용할 수 있습니다. 비용이 진짜 문제라면 DeepSeek, GLM, Grok, Qwen, Kimi는 각각 더 저렴해지는 대신 무언가를 포기합니다. 아래에서 그 트레이드오프를 솔직하게 설명하겠습니다.

Tiffany Layne | 2026-07-02