Tiffany Layne2026-07-01

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

MiniMax M3와 DeepSeek V4 Pro를 가격, 벤치마크, 멀티모달 측면에서 비교합니다. 실제로 사용해야 할 중국 오픈 가중치 모델은 무엇인지, 그리고 대부분의 가이드가 틀리는 SWE-bench 함정을 다룹니다.

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.

 

목차

Two models, two philosophies

Most head-to-head write-ups line these two up like they're the same product at different price points. They aren't. DeepSeek shipped V4 Pro on April 24, 2026 under an MIT license, and it's the deeper specialist — a text-only mixture-of-experts model tuned hard for agentic coding and STEM reasoning. MiniMax shipped M3 on June 1, 2026, and it's the broader generalist — the first open-weight model to fold frontier coding, a million-token context, and native image-and-video input into one system.

That single difference — multimodal versus text-only — decides more of the choice than any benchmark does. So it's worth stating plainly before the numbers start: you are not picking the "better model." You're picking which shape of model fits the job. The rest of this comparison is about making that call on real data instead of a leaderboard screenshot.

Side-by-side: specs and price

Here's the ground truth on paper, using GPT Proto's actual per-million-token rates rather than a headline figure from someone's launch post.

  MiniMax M3 DeepSeek V4 Pro
Released June 1, 2026 April 24, 2026
Architecture MoE, 428B total / 23B active MoE, 1.6T total / 49B active
Attention design MiniMax Sparse Attention (MSA) DeepSeek Sparse Attention (DSA)
Context window 1M tokens 1M tokens (384K max output)
Input modalities text, image, video text only
Output text text
License / weights Open weights (Hugging Face) MIT, open weights (Hugging Face)
GPT Proto input price $0.48 / 1M tokens $1.3914 / 1M tokens
GPT Proto output price $0.96 / 1M tokens $2.7838 / 1M tokens

Two things in that table matter more than the rest. M3 takes image and video input; DeepSeek doesn't. And DeepSeek activates roughly twice the parameters per token (49B vs 23B) out of a total pool nearly four times larger — it's the heavier, denser model doing more compute on each token, which shows up in its deep-reasoning scores and, on most hosts, in its price.

Coding and agentic performance

This is where the comparison usually goes wrong, so read the numbers carefully.

DeepSeek V4 Pro, in its maximum reasoning mode, scores 80.6% on SWE-bench Verified — the highest of any open-weight model, tied with Gemini 3.1 Pro. It also posts 93.5 on LiveCodeBench and a 3206 Codeforces rating. Those are algorithmic and competitive-programming strengths, and DeepSeek's scores have been picked up for independent re-runs, which matters for trust.

MiniMax M3's official coding numbers are 59.0% on SWE-Bench Pro, 66.0% on Terminal-Bench 2.1, 34.8% on SWE-fficiency, 28.8% on KernelBench Hard, and 74.2% on MCP Atlas. On Artificial Analysis's independent Intelligence Index — a cross-model score, not a vendor benchmark — M3 lands at 44, second in the peer group it tracks, against a category median around 25.

Now the trap. You'll see a dozen pages put M3's "59%" next to DeepSeek's "80.6%" and declare DeepSeek the runaway coding winner. That comparison is invalid. SWE-bench Pro and SWE-bench Verified are two different benchmarks with different problem sets and difficulty — Pro is the harder, newer variant. Comparing a Pro score to a Verified score tells you nothing about which model is better; it's a units error dressed up as a conclusion. The two labs simply reported different benchmarks, and neither published a clean head-to-head on the same one. My read: on independently measured general intelligence, they're close; on published deep-reasoning and competitive-coding scores, DeepSeek's are higher and better verified; on any task that involves seeing something, the comparison doesn't start, because M3 is the only one that can.

The one capability that isn't a tie

DeepSeek V4 Pro is text-only. MiniMax M3 was built multimodal from the first training step, and it accepts images and video alongside text on the same endpoint. That's not a spec-sheet footnote — it's a category difference.

If you're building an agent that debugs from a screenshot, turns a Figma mock into a component, reads a chart, or watches a screen recording of a reproduction to find the bug, M3 can do it and DeepSeek cannot. There is no prompt, no price, and no fine-tune that gives a text-only model eyes. So for any workflow where the model is part of what the user sees and interacts with — UI work, visual QA, document-with-diagrams parsing — the choice is made before you look at a single benchmark. Conversely, if nothing in your pipeline is ever an image, you're paying for a capability you'll never call, and DeepSeek's text specialization is the better-targeted buy.

Cost, honestly

On GPT Proto, running both models off one balance, MiniMax M3 is the cheaper of the two — $0.48 input and $0.96 output per million tokens, against $1.3914 and $2.7838 for DeepSeek V4 Pro. At GPT Proto's rates, M3 costs roughly a third of V4 Pro per token in both directions.

But I'd be misleading you if I stopped there, because "which is cheaper" depends heavily on where you run each model. DeepSeek's own native economics for V4 Pro are aggressive in a way that doesn't always survive being hosted elsewhere: on DeepSeek's first-party API the model lists around $0.435 input and $0.87 output per million tokens, and — the part that actually moves bills — a cache hit costs about $0.003625 per million, well over a hundred times cheaper than a cache miss. Agentic coding loops resend the same system prompt and file context on every turn, so most of their input lands in cache. If you're pushing high volumes of pure text and you're willing to run DeepSeek natively, that cache pricing is genuinely hard to beat, and it's the strongest single argument in V4 Pro's favor.

So the honest read on cost has two layers. On one aggregated key through GPT Proto, M3 is the lower per-token line item. For raw, high-volume text throughput where you'll optimize around DeepSeek's native cache rate, V4 Pro's economics pull ahead. And underneath both: per-token price is not per-task price. A model that costs less per token but needs three tries to land a working patch is not the cheap option — it just moved the cost into your debugging time. Benchmark the two on your own tasks before you let a pricing table decide.

Context and efficiency

Both models run a 1M-token context window, and both got there by throwing out standard dense attention for a sparse design — but by different routes, and the difference is real rather than cosmetic.

DeepSeek's DSA leans on heavy compression: in the 1M-token setting, V4 Pro needs only about 27% of the single-token inference compute and 10% of the KV cache of its own V3.2 predecessor. MiniMax's MSA does block-level selection on uncompressed key-values instead, which MiniMax argues avoids the precision cost that compression-based schemes pay at long range; at 1M context it cuts per-token compute to roughly 1/20 of the prior M2 model, with prefilling more than 9× faster and decoding more than 15× faster. This is one place where I'd flag the claims as vendor-framed on both sides — each lab describes its own approach as the one without the tradeoff. What you can take to the bank is that both are engineered specifically for long-context work, and both are cheap enough per token at length that a full-repository or long-document workload is practical rather than aspirational.

What the community is actually scrutinizing

If you go looking for reactions to these two models — the "MiniMax M3 vs DeepSeek V4 Pro reddit" search that a lot of people run before committing — two themes come up more than any benchmark argument, and both are worth taking seriously.

The first is verification. M3's launch scores were run on MiniMax's own infrastructure with its own agent scaffolding, which is normal for a launch but is exactly the kind of thing developers discount until independent numbers land. Those numbers have started to: M3's open weights shipped on Hugging Face on June 7, and Artificial Analysis's independent index now corroborates that it's a genuinely top-tier model rather than a benchmark-day artifact. DeepSeek came in with the advantage here — its scores were re-run by independent evaluators early, and its MIT-licensed weights were available from day one for anyone to check. If independently verified performance is a hard requirement, DeepSeek still has the longer track record, even though M3 has now closed most of that gap.

The second is the point that "cheapest per token" and "cheapest to finish the job" are different numbers. A model that writes plausible code and misses a failing test isn't low-cost; it's a model that pushed its cost downstream into your review. This is why the practitioner consensus keeps landing on the same advice: pick by capability fit and reliability on your workload, and let the token price break ties rather than make the decision.

Run either one with the same key

The practical upside of calling both through GPT Proto is that switching models is a one-line change — same key, same OpenAI-compatible request shape, different model string. Here's a chat completion against M3, with a commented switch to V4 Pro:

from openai import OpenAI

client = OpenAI(
    api_key="sk-your-key-here",           # one key reaches both models
    base_url="https://gptproto.com/v1",   # OpenAI-compatible gateway
)

def ask(model, prompt):
    resp = client.chat.completions.create(
        model=model,
        messages=[{"role": "user", "content": prompt}],
    )
    return resp.choices[0].message.content

# Text-only reasoning — either model handles this.
print(ask("deepseek-v4-pro", "Refactor this function for readability:\n<paste code>"))

# Image input — only M3 can take this; DeepSeek is text-only.
def ask_with_image(image_url, prompt):
    resp = client.chat.completions.create(
        model="MiniMax-M3",
        messages=[{
            "role": "user",
            "content": [
                {"type": "text", "text": prompt},
                {"type": "image_url", "image_url": {"url": image_url}},
            ],
        }],
    )
    return resp.choices[0].message.content

print(ask_with_image(
    "https://example.com/ui-bug-screenshot.png",
    "This screen renders wrong on mobile. What's the likely CSS cause?",
))

The same first call in cURL:

curl https://gptproto.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer sk-your-key-here" \
  -d '{
    "model": "deepseek-v4-pro",
    "messages": [
      {"role": "user", "content": "Refactor this function for readability."}
    ]
  }'

To move a text job from one model to the other you change one string — MiniMax-M3 or deepseek-v4-pro — and the same key reaches both plus 200-odd other models on one balance. If you don't have a key yet, create one from the GPT Proto dashboard, and check the pricing page for the exact current rate on each before you run a batch.

Which should you use?

If your workload is text, code, logs, and structured output — backend agents, high-volume extraction, competitive-grade algorithmic problems — use DeepSeek V4 Pro. It has the higher verified deep-reasoning scores, the deeper independent track record, and native economics that reward high-volume text through its cache pricing.

If anything in your pipeline is an image or a video — UI debugging, design-to-code, visual QA, diagram-heavy documents — use MiniMax M3, because it's the only one of the two that can see, and on GPT Proto it's also the cheaper per-token option.

And if you're building something real, the answer is often both: route text and pure-reasoning turns to V4 Pro, hand the visual turns to M3, and run them off one key so there's no second integration to maintain. "MiniMax M3 or DeepSeek V4 Pro" is the wrong framing for most teams — they're specialists in different things, and the strongest setup uses each where it wins.

 

크리에이티브 스튜디오

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

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

자주 묻는 질문

MiniMax M3와 DeepSeek V4 Pro의 주요 차이점은 무엇인가요?

역량의 형태입니다. M3는 기본적으로 멀티모달로 텍스트, 이미지, 비디오를 입력받지만, DeepSeek V4 Pro는 텍스트 전용이면서 더 깊은 알고리즘·추론 전문가입니다. 둘 다 100만 토큰 컨텍스트 윈도우를 갖춘 오픈 가중치 중국 MoE 모델입니다.

코딩에는 DeepSeek V4 Pro가 MiniMax M3보다 더 낫나요?

SWE-bench Verified(80.6%)와 LiveCodeBench(93.5)처럼 공개되고 독립적으로 검증된 점수에서는 DeepSeek V4 Pro가 텍스트 기반 및 알고리즘 코딩에서 앞섭니다. 하지만 M3의 SWE-bench Pro 59%와 DeepSeek의 Verified 80.6%를 비교하는 널리 퍼진 방식은 유효하지 않습니다. 둘은 서로 다른 벤치마크이기 때문입니다. 스크린샷이나 UI가 포함된 코딩에서는 DeepSeek이 이미지를 처리할 수 없으므로 M3가 기본적으로 승리합니다.

어느 쪽이 더 저렴한가요?

GPTProto에서 MiniMax M3(입력 $0.48 / 출력 $0.96, 100만 토큰당)가 DeepSeek V4 Pro($1.3914 / $2.7838)보다 저렴합니다. DeepSeek 자체 네이티브 API에서는 V4 Pro의 정가 및 캐시 적중 가격이 더 낮아 대용량 순수 텍스트 사용에 유리합니다. 토큰당 가격은 작업당 비용이 아닙니다. 두 모델을 직접 워크로드로 테스트해 보세요.

이 중국 모델들은 GPT-5.5나 Claude Opus 같은 클로즈드 모델과 비교하면 어떤가요?

두 모델 모두 클로즈드 모델 토큰 비용의 극히 일부로 사용할 수 있는 오픈 가중치 대안으로 포지셔닝되어 있습니다. DeepSeek V4 Pro의 SWE-bench Verified 점수는 최상위권에서 Gemini 3.1 Pro와 동률이고, MiniMax M3는 Artificial Analysis의 독립적인 지능 지수에서 동료 그룹 내 2위를 기록했습니다. 오픈 가중치와 낮은 가격은 클로즈드 모델의 더 넓은 에코시스템 지원을 맞바꾼 것입니다.

별도 계정 없이 두 모델을 모두 실행할 수 있나요?

네. GPTProto를 통해 하나의 API 키와 하나의 OpenAI 호환 엔드포인트로 하나의 잔액에서 MiniMax M3와 DeepSeek V4 Pro에 모두 접근할 수 있습니다. 모델 전환은 한 줄 변경입니다.
Doubao API: 완벽 가이드 (2026) — 어떤 모델을 호출해야 하며, 어떻게 호출하는가

Doubao API: 완벽 가이드 (2026) — 어떤 모델을 호출해야 하며, 어떻게 호출하는가

“doubao api”를 검색하면 곧바로 난관에 부딪힙니다. 공식 콘솔은 Volcano Engine이고, 페이지는 중국어가 기본이며, 가입 과정에서는 중국 외부의 대부분 개발자가 반나절 안에 통과하기 어려운 신원 확인을 요구합니다. 게다가 이름도 복잡합니다. Doubao, Dola, Cici, Seed, Seedream, Seedance, Volcengine — 모두 ByteDance의 서비스이지만, 검색창에 입력한 대상이 정확히 무엇인지 명확하지 않습니다. 저는 GPTProto의 통합 가이드를 작성하고 있으며, 가장 많이 질문받는 모델 제품군이 바로 Doubao입니다. 그래서 이 가이드를 만들고 싶었습니다. 어떤 Doubao 모델이 어떤 작업을 담당하는지, 실제 비용은 얼마인지, 그리고 중국 전화번호 없이 하나의 엔드포인트에서 텍스트, 이미지, 동영상을 호출할 수 있는 복사-붙여넣기용 코드를 정리했습니다. 다음은 Seedance 2.0 동영상 모델이 텍스트 프롬프트로 생성한 장면입니다. 아래 코드와 정확히 같은 방식으로 API를 통해 호출했습니다. 이제 그 과정을 단계별로 살펴보겠습니다.

Schuyler Stacy | 2026-06-23

Kling 3.0 Motion Control 사용법: 개발자 가이드 (웹 + API)

Kling 3.0 Motion Control 사용법: 개발자 가이드 (웹 + API)

Kling 3.0 Motion Control은 정적인 캐릭터 이미지에 참조 영상의 움직임을 적용합니다. 캐릭터 이미지와 사람이 움직이는 영상, 두 가지 입력을 제공하면 캐릭터가 자신의 얼굴, 의상, 외형은 유지하면서 동일한 안무를 수행하는 새로운 클립을 반환합니다. 이는 텍스트-모션 변환이 아니라 모션 전이입니다. 프롬프트로 동작을 설명하고 모델이 해석하기를 기대하는 대신, 동작을 프레임 단위로 직접 보여줍니다. 따라서 반복 가능한 캐릭터 애니메이션, 댄스, 제스처 작업에서 훨씬 안정적입니다. 이 가이드에서는 두 가지 방법을 모두 다룹니다. 일회성 클립을 위한 Kling 웹 앱과 Motion Control을 파이프라인에 연결하기 위한 GPTProto API입니다. 입력 및 제한 사항, `pro`와 `std` 등급, 프롬프트 작성법, 실행 가능한 전체 코드, 가격, 크레딧을 사용하기 전에 알아두어야 할 주요 실패 사례를 살펴봅니다.

Michael Johnson | 2026-06-30

GLM 5.2란? 1/6 가격으로 제공되는 오픈 웨이트 코딩 모델

GLM 5.2란? 1/6 가격으로 제공되는 오픈 웨이트 코딩 모델

한 중국 연구소가 무료로 다운로드하고 자체 하드웨어에서 실행할 수 있으며, 폐쇄형 프런티어 모델이 부과하는 비용의 약 6분의 1 수준으로 사용할 수 있는 모델을 공개했습니다. 실제 코딩 벤치마크에서는 Claude Opus 4.8보다 몇 점 뒤처지는 정도입니다. 그런데 자체 공식 벤치마크는 단 하나도 발표하지 않은 채 제품을 출시했습니다. 이것이 바로 GLM 5.2입니다. "마케팅 수치 없음"과 "일주일 만에 모든 독립 리더보드에서 최상위권 진입" 사이의 간극이야말로 이 모델을 이해할 가치가 있게 만드는 핵심입니다. 저는 이런 해설 글을 많이 작성하지만, 대부분의 신규 모델 소개 글은 사양표를 그대로 반복할 뿐이라 금방 잊힙니다. 이번 모델은 개발자에게 실제로 중요한 한 가지 측면에서 다릅니다. 가중치가 MIT 라이선스로 공개되어 있기 때문에, 보통의 질문인 "벤치마크가 진짜인가, 아니면 마케팅인가?"에 매우 명확하게 답할 수 있습니다. 사람들이 직접 다운로드하고 테스트했기 때문입니다. GLM 5.2가 무엇인지, 어떻게 작동하는지, 어떤 한계가 있는지 살펴보겠습니다.

Michael Johnson | 2026-07-15

Claude Fable 5: 완벽 가이드와 솔직한 리뷰 (2026)

Claude Fable 5: 완벽 가이드와 솔직한 리뷰 (2026)

Anthropic은 가장 뛰어난 모델이 너무 위험해 광범위하게 공개하기 어렵다고 수개월 동안 경고했습니다. 그러다 2026년 6월 9일, 결국 하나를 공개했습니다 — 정확히 말하면 어느 정도는요. Claude Fable 5는 일반 사용자가 실제로 호출할 수 있는 Anthropic의 최고 등급 “Mythos” 티어 모델 중 첫 번째이며, Opus 제품군보다 한 단계 완전히 높은 위치에 있습니다. 특이한 점은 따로 있습니다. 민감한 질문 중 일부에서는 사용자가 비용을 지불하는 버전이 요청을 조용히 다른 더 약한 모델로 넘긴 뒤 그 모델의 답변을 돌려줍니다. 이 단 하나의 설계 결정만으로도 Fable 5의 차이점 대부분을 알 수 있으므로, 이 가이드는 여기서 시작합니다. 이 글은 출시 당일 요약이 아니라 실제 개발자를 위한 가이드입니다. Anthropic의 공식 문서, 독립 벤치마크, 출시 후 공개된 첫 실사용 테스트를 바탕으로 사양과 동작을 정리했으며 — 검증할 수 없는 수치는 포함하지 않았습니다.

Schuyler Stacy | 2026-06-11