Fugu Max

Sakana AI released Fugu Ultra v2 and Fugu Max on September 11. They use the same multi-model orchestration system, but with different priorities. Ultra v2 focuses on higher-quality results, while Fugu Max focuses on lower costs.
Advertisement 728 × 90
CompanySakana
Context1M
Released2026-09
Updated2026-09-15

Fugu Max Overview

Fugu Max is not a new foundation model.

It uses the same multi-model orchestration system as Fugu Ultra v2, but the routing strategy is different.

Users send requests through an OpenAI-compatible API. Fugu Max chooses models from its pool based on the task, handles the different steps, and combines the results.

Unlike Ultra v2, which tends to favor stronger models, Max tries to find a model that can complete the job while keeping the cost lower.

Sakana says Fugu Max output pricing is 40% to 60% lower than Claude Sonnet 5, GPT-5.6 Terra, and Kimi K3 based on public pricing comparisons. Actual spending will still depend on internal model calls and how much context is passed between steps.

If Ultra v2 is built around the question:

How good can the result be?

Fugu Max is built around:

How much can we reduce the cost while keeping the result usable?

Fugu Max Pricing

PlanPriceDescription
Standard $20/month Personal use and lighter workloads
Pro $100/month Around 10× the usage of Standard, for frequent users
Max $200/month Around 20× the usage of Standard, for teams and heavy users
API usage $2 / 1M input tokens; $6 / 1M output tokens; $0.25 / 1M cached input tokens Pay based on actual token usage
Long-context API Above 272K tokens: $10 / 1M input tokens; $45 / 1M output tokens Higher pricing tier for very large contexts

Fugu Max Key Features

1. Cost-first model routing

This is the biggest difference between Fugu Max and Ultra v2.

Ultra v2 generally leans toward stronger models. Fugu Max tries to find the lowest-cost option that can still complete the task.

For example, a batch of document summaries, basic code generation, or structured data processing may not need the strongest model every time.

That is where Max makes sense.

The trade-off appears on harder jobs.

If the task involves architecture decisions, deep reasoning, or anything where mistakes are expensive, a cheaper model may not be enough.

If I were testing Fugu Max, I would not start with important projects. I would run a batch of lower-risk tasks first and see whether the time saved is actually worth the quality difference.

The model pool is also part of this equation. Ultra v2 and Max are not simply “better” and “cheaper” versions of the same product. They make different choices.

Ultra v2 gives more weight to the final answer.

Max gives more weight to the cost.


2. Larger model pool, including NVIDIA Nemotron

Fugu Max uses one of the larger model pools in the Fugu lineup.

Sakana has specifically mentioned adding NVIDIA’s Nemotron family through its partnership with NVIDIA.

A larger pool gives the routing system more options when choosing a model.

The limitation is visibility.

Users cannot see exactly which model handled each request.

Sakana does not provide full routing logs, so developers cannot directly check:

  • which models were used;
  • why a certain model was selected;
  • how much each step cost.

For casual use, that may not matter.

For teams trying to control spending or improve workflows, it can make troubleshooting harder.


3. OpenAI-compatible API

Fugu Max uses the same OpenAI-compatible API style as Ultra v2.

Existing Fugu users do not need to rebuild their setup. Switching only requires changing the model ID:

fugu-max

That makes it easy to compare Max and Ultra v2 inside the same application.

The downside is the same: internal routing remains hidden.

If you need to force a specific model at every step or keep exact control over costs, a custom workflow may still be the better choice.

Summary

Fugu Max is mainly about making multi-model AI cheaper to run.

The lower API price is the reason to look at it. For document processing, repetitive analysis, basic coding tasks, and other workflows where the answer does not need to be perfect every time, the cost difference can matter.

I would test it on low-risk, high-volume work first.

If it saves enough time while keeping quality acceptable, I would keep it in the workflow.

If I spend more time checking and fixing the output than I save on API costs, I would drop it.

For architecture decisions, difficult reasoning tasks, or anything where one wrong answer is expensive, I would still use Ultra v2.

I would not replace Ultra v2 with Fugu Max just because it is cheaper. I would only make that switch if it proves that the lower cost also saves me time.

Comments (0)

Leave a comment

Advertisement 728 × 90

Sakana Model Comparison

Model Context Pricing API Released Global Heat
Fugu Max
1M YES 2026-09
1M YES 2026-09
262K YES 2026-08
33/100
1M YES 2026-06
39/100

Similar Models

Fugu Ultra
39
Fugu Ultra is a strange one. It doesn’t really answer questions by itself. It calls models like GPT, Claude, and Gemini, gives them different parts of the job, then pulls their answers together. So I wouldn’t think of it as another frontier model. It’s closer to an AI general contractor.
Sakana
Sakana Namazu
33
What caught my attention about Namazu wasn’t the “Japanese LLM” label. It was what Sakana AI actually changed. The model is built on Kimi K2.6. Sakana didn’t try to build a new foundation model from scratch. Instead, it focused on Japanese post-training, tool use, and packaging the whole thing into an API that developers can actually plug into a product.
Sakana
Fugu Ultra v2
Sakana AI released Fugu Ultra v2 on September 11.What interests me most is not the benchmark score, but the approach behind it. Instead of relying on one flagship model, Fugu Ultra v2 uses a routing system to split tasks across multiple models and combine their results.
Sakana
Claude Opus 4.8
100
Claude Opus 4.8 is Anthropic's most powerful Opus-series model, featuring multimodal input, reasoning, and a 1M-token context window, excelling in complex reasoning and coding.
Anthropic
Claude Opus 5
100
What interests me most about Opus 5 isn’t the benchmark bump. It’s that Anthropic has pushed near-flagship capability into a price range more teams can actually use every day. I still wouldn’t treat it as a model you can leave alone for hours and assume everything will work out.
Anthropic
GPT-5.5 Pro
100
I’ve been using GPT-5.5 Pro with a few colleagues for the past several weeks, mostly on the kinds of jobs where regular chatbots tend to fall apart: long documents, messy research questions, code debugging, and tasks that need more than one or two steps of reasoning.
OpenAI
GPT-5.5
99
My first impression of GPT-5.5 is that it feels less like a chatbot and more like a coworker you can actually hand work to. Give it a task and it can break it down, use tools, and check what it has done.
OpenAI
GPT-5.6 Luna Pro
99
OpenAI’s next-generation efficient AI model, balancing speed, cost, and intelligence for chat, coding, and automation tasks.
OpenAI