
Fugu Max vs DeepSeek V4 Pro: 비용 최적화된 쪽이 비싼 쪽이다
- deepseekNEWDeepSeek: DeepSeek V4.1 Flash2026-09-1040지능
- openaiNEWOpenAI: GPT-6 Astra2026-09-0453지능77코딩
- googleNEWGoogle: Gemini 3.8 Flash2026-09-0241지능76코딩
- qwenNEWQwen: Qwen3.8 Max (0902)2026-09-0240지능72코딩
- anthropicNEWAnthropic: Claude Fable 5.12026-09-0153지능82코딩
- AlibabaQwen: Qwen3.8 Flash2026-08-26$0.15 / $0.47 100만 토큰당
- z-aiZ.ai: GLM 5.3 Flash2026-08-2642지능72코딩
- DeepSeekDeepSeek: DeepSeek V4 Flash Vision (Exp)2026-08-21$0.24 / $0.73 100만 토큰당
- z-aiZ.ai: GLM 5.32026-08-1845지능75코딩
- obsidianQwen3.8 27B2026-08-1534지능68코딩
- deepseekDeepSeek: DeepSeek V4 Pro 08132026-08-1236지능69코딩
- grokSpaceXAI: Grok 4.62026-08-1244지능77코딩
- metaMeta: Muse Spark 1.22026-08-0540지능72코딩
- qwenQwen: Qwen3.8 Max2026-08-0340지능72코딩
- deepseekDeepSeek: DeepSeek V4 Flash 07312026-07-3135지능69코딩
- minimaxMiniMax: MiniMax-H32026-07-31minimax/minimax-h3
- qwenQwen: Qwen3.7 Flash2026-07-27$0.03 / $0.13 100만 토큰당
- orcaOrcaDub: OrcaDub 1.02026-07-27orca/dub
- anthropicAnthropic: Claude Opus 52026-07-2451지능78코딩
- googleGoogle: Gemini 3.6 Flash2026-07-2134지능69코딩
Fugu Max is built to be the cheap option and DeepSeek V4 Pro beats it on price anyway. Sakana AI released Fugu Max on September 11, 2026 at $2.00 per million input tokens and $6.00 per million output tokens, positioning it as a coordinator that expands the cost-performance frontier by routing each task to the leanest model in its pool. DeepSeek V4 Pro, listed since April 2026, sits at $0.73 input and $2.18 output per million on OrcaRouter's metered rate — roughly a third of what Fugu Max charges on both axes, from a single open-weights mixture-of-experts model with 384K of output ceiling and no orchestration layer at all. That inversion is the whole comparison. Everything else about this pair is a question about what orchestration buys you when the baseline you are trying to undercut is already cheaper than you are.
Two ways to lower a bill, and one of them is already lower
Sakana's argument for Fugu Max is that a coordinator can cut spend by not paying frontier prices for tasks that do not need frontier capability. It is a sound argument. The problem is the model it is being made against. DeepSeek V4 Pro is a 1.6-trillion-parameter mixture-of-experts with 49 billion parameters active per token, which is the same cost-reduction idea executed one level down — you pay for the parameters a token actually activates, not for the size of the network. Both products are answers to "how do we stop paying for capacity we do not use." One of them charges $2.18 per million output tokens for the privilege.
• Input price — Fugu Max $2.00 per 1M tokens vs DeepSeek V4 Pro $0.73 per 1M tokens metered
• Output price — Fugu Max $6.00 per 1M tokens vs DeepSeek V4 Pro $2.18 per 1M tokens metered
• Cached input — Fugu Max $0.25 per 1M tokens vs DeepSeek V4 Pro cache-hit input priced far below its base rate, with the vendor's published list rate sitting under $1.00 per 1M
• Context — Fugu Max not published vs DeepSeek V4 Pro 1M tokens
• Output ceiling — Fugu Max not published vs DeepSeek V4 Pro 384K tokens
• Modality — Fugu Max not published vs DeepSeek V4 Pro text-only, with tool use, JSON mode and reasoning
• Architecture — Fugu Max a trained coordinator over an undisclosed pool vs DeepSeek V4 Pro a single MoE model, open-weights lineage
• Benchmark figures — Fugu Max six wins asserted with no scores vs DeepSeek V4 Pro vendor-reported 87.9 on Terminal Bench 2.1, 92.8 on GPQA Diamond, 96.4 on SWE-bench Vals
One number in that list deserves to be pulled out. DeepSeek reports 87.9 on Terminal Bench 2.1. Fugu Max claims "best overall score" on Terminal Bench 2.1. Same benchmark, same release window, one side publishes a figure and the other publishes the word "best." That is the single cleanest illustration of the evidence asymmetry in this pair, and it is not a detail — it is the whole reason the price gap is not the end of the argument.

What orchestration buys when the baseline is already cheap
The case for paying more for Fugu Max has to rest on work that a single model handles badly, and there is a real category of it. Long-horizon tasks where a wrong turn compounds — multi-file refactors, repository-scale changes, anything where a verifier checking the worker's output is worth more than a stronger worker — are exactly what a Thinker/Worker/Verifier arrangement is for. Sakana's own framing for the Fugu line is that catching a mistake in a second pass is cheaper than getting it right the first time. On those tasks, a $6.00 output rate that finishes in one attempt can beat a $2.18 rate that needs three.
That argument has a testable form and Sakana has not run it in public. The comparison you would want is cost per completed task on a benchmark both systems attempt — Terminal Bench 2.1 is right there, it is agentic and terminal-based by construction, and only one of the two vendors has published a number for it. Until that gap closes, the honest position is that Fugu Max's cost advantage is asserted at the token level and unproven at the task level, while DeepSeek V4 Pro's is straightforward: the tokens themselves cost a third as much.
There is a second-order point about pool composition that matters more for this matchup than for most. Fugu Max's pool expanded this release to include open-weights and specialised models, with the NVIDIA Nemotron family named through an NVIDIA collaboration. Open weights in the pool mean the cheapest rung of Sakana's ladder is not exposed to another lab's pricing decisions. DeepSeek V4 Pro, being open-weights itself, is exposed to nobody's pricing decisions but DeepSeek's — and it is the rung. The resilience argument Sakana makes for orchestration applies to DeepSeek directly and to Fugu Max's underlying supply only indirectly.
Caching is where agent workloads actually get expensive
Neither vendor's base rate is the rate an agent loop pays. Long agent runs re-send a large, mostly unchanging prefix on every turn, and the cache-hit rate is what determines the real bill. Fugu Max lists cached input at $0.25 per million, which is a genuine and aggressive figure — an eighth of its own base input rate. DeepSeek V4 Pro prices cache-hit input far below its published base, and its output rate is set at roughly three times its input rather than the four-to-five-times ratio most vendors use, which compresses the cost of generation-heavy loops specifically.
What you cannot do today is compute the comparison reliably from either vendor's rate card, because Fugu Max's cached rate applies to a token count you cannot predict. An orchestrator decides how many agents run; each agent's context contributes; the coordinator adds its own. Sakana's pricing commitment for the Fugu line — one blended rate based on the top-tier participating model, with agents not stacking the bill — removes the worst case, which is a real concession and worth crediting. It does not make the volume knowable in advance. DeepSeek V4 Pro's bill is a function of tokens you send and tokens you receive, and nothing else.
That predictability is a routing property as much as a model property. DeepSeek V4 Pro is on OrcaRouter at the provider's list price with 0% markup, so a rate revision from DeepSeek reaches your existing key the same day rather than at your next contract renewal, and automatic failover covers you when one provider path is rate-limited. That last part carries unusual weight for this model specifically: DeepSeek has revised its pricing once already this cycle, with peak and off-peak tiers whose final figures vary between sources. When a vendor's rate card moves, the router is the difference between absorbing the change and discovering it on an invoice.

What we could not verify
Three things in the Fugu Max release could not be checked against anything outside Sakana's own materials, and they are listed here rather than glossed over. First, the six benchmark wins carry no figures — Terminal Bench 2.1, GPQAD, AA-LCR, GDP.pdf, AutomationBench and SWEFish are named as wins with no scores attached, and SWEFish is Sakana's internal benchmark. Second, Fugu Max's context window, output ceiling and supported modalities are not published, so the modality and ceiling rows above compare a shipped specification against silence. Third, no independent evaluation of any Fugu model exists, and there is no Artificial Analysis entry for Fugu Max.
For DeepSeek V4 Pro the situation is the reverse. The vendor reports a long list of figures — Terminal Bench 2.1 87.9, GPQA Diamond 92.8, SWE-bench Vals 96.4, HLE 42.7 and 60.0 in two configurations, MCP Atlas 73.6, Toolathlon-Verified 74.1, CyberGym 83.3 — and all of them are vendor-reported too. The difference is not that one vendor is more trustworthy. It is that when both sides publish numbers, disagreement is possible, and a disagreement can be investigated. A claim with no number cannot be checked, only accepted or ignored.
One further caveat on the DeepSeek pricing above: our own model page carries two figures, a metered rate of $0.73 input and $2.18 output per million in the pricing tiles and an older description of $0.44 input and $0.87 output per million. DeepSeek has also announced peak and off-peak tiers whose final rates sources disagree on. Treat $0.73 and $2.18 as the rate you will actually be billed through us today and confirm against the published rate card before you build a budget on it.
결론
DeepSeek V4 Pro wins this comparison on the terms Fugu Max chose. It is cheaper on input and output, it has a published context window and a 384K output ceiling, it reports a real number on the benchmark Fugu Max claims to lead, and its lineage is open-weights, which is the strongest available form of the vendor-independence argument Sakana is selling. If your workload is token-heavy and your priority is the lowest defensible cost per token from a model you can pin, this is not close.
Fugu Max wins a narrower question that DeepSeek V4 Pro does not answer at all: whether a coordinator that assembles its own agent team can finish hard, long-horizon work in fewer attempts than a single model. That is worth piloting if you have checkable, failure-tolerant work and you are outside the EU/EEA. Cost it on tokens per completed task, set a ceiling first, and compare it against the DeepSeek V4 Pro endpoint on OrcaRouter at the provider's list price — one key, 0% markup, and a rate that tracks the vendor's own.

