Official Cyber rates were withdrawn. This site withdrew them too.
The source-check log lists every first-party fact that changed, expired, or stayed the same. Read it before trusting a July screenshot.
Independent guide, source checked August 17, 2026
Sakana Fugu exposes learned multi-agent orchestration through an OpenAI-compatible API. This guide separates current product facts from vendor benchmark claims, shows what each model actually costs, and gives you a reproducible way to evaluate it on your own work.
From the library
The source-check log lists every first-party fact that changed, expired, or stayed the same. Read it before trusting a July screenshot.
Product names, endpoint support, model IDs, rates, and published scores are checked against Sakana AI first-party pages. We do not claim private access or unpublished hands-on results. Benchmark numbers below are Sakana AI reported results unless a separate independent source is named.
Fast orientation
Think of Fugu as a project lead behind one model name. A request can be answered directly or routed across a small team, then synthesized into one response. The orchestration is learned rather than defined by a workflow you maintain.
Fugu is not the same product category as OpenRouter or a self-managed LangGraph pipeline. OpenRouter gives broad model access, while a self-managed graph gives you explicit routing. Fugu's main trade is less orchestration work in exchange for less control over the learned route.
Model selection
The right starting point depends on task shape, not which name sounds strongest.
Best first test for interactive coding, chat, and routine work where response time matters.
Use when answer quality matters more than latency, then verify the gain on your own hard tasks.
Designed for authorized defensive security reasoning, vulnerability research, and threat investigation.
Start with Fugu for normal work. Run a paired comparison with Ultra on the tasks where Fugu misses important details. Consider Cyber only for authorized defensive security work and only after confirming access.
Use the transparent model chooserCurrent public rates
Rates below are per one million tokens and were checked against the official console pricing page on August 17, 2026. Fugu Cyber no longer has a public rate table.
| Model | Input | Output | Cached input | Context over 272K |
|---|---|---|---|---|
| Fugu | Variable: underlying model rate or top-tier participating model rate | Depends on the routed model | ||
| Fugu Ultra | $5.00 | $30.00 | $0.50 | $10 / $45 / $1.00 |
| Fugu Cyber | Not published on the official pricing page as of August 17, 2026. Contact Sakana AI sales after access is approved. | |||
Ultra and Cyber report orchestration input, cached input, and output fields in addition to user-visible input and final output. Sakana AI says these fields represent real usage and are charged at the same input, cached, or output rate. A calculator that ignores them can materially understate a long multi-agent run.
Standard is $20 per month, Pro is $100, and Max is $200. The public page describes Pro as 10 times Standard usage and Max as 20 times, but it does not publish an exact token allowance that can be compared across every route. Treat the plan prices as budget references, not guaranteed token equivalents.
Source: Sakana AI console pricing. The second-month subscription campaign is advertised through July 31, 2026 and is time sensitive.
Integration path
Sakana AI supports the Responses, Chat Completions, and Models APIs. Its documentation recommends the Responses API for better tool, multimodal, reasoning, and function-call behavior.
import os
from openai import OpenAI
api_key = os.environ["FUGU_API_KEY"]
base_url = os.environ["FUGU_BASE_URL"].rstrip("/")
if not base_url.endswith("/v1"):
base_url += "/v1"
client = OpenAI(api_key=api_key, base_url=base_url)
response = client.responses.create(
model="fugu",
input="Review this function and list correctness risks first.",
)
print(response.output_text)
Use fugu, fugu-ultra, or fugu-cyber. A dated Ultra alias is also currently documented.
Several sampling controls are accepted but ignored. Do not assume temperature, top_p, or penalty fields change behavior.
Set a finite timeout and a small retry count. A multi-agent request can be long, but an unbounded retry loop can duplicate expensive work.
Persist the full usage object for cost review. Final input and output fields alone do not represent all billable orchestration work.
Evidence, not decoration
The published table is useful evidence about the vendor's test setup. It is not proof that Ultra will beat every frontier model on your repository, prompts, tools, latency budget, or failure modes.
A fair evaluation uses the same prompts, tools, timeouts, scoring rubric, and repeat count for Fugu, Ultra, and your existing baseline. Record failures and costs, not only the best-looking response.
Deep guides
Each guide solves one concrete decision and links every time-sensitive product fact back to a first-party source.
Choose a model ID, validate configuration, stream a response, understand ignored parameters, and keep retries bounded.
Reconcile the usage object, calculate Ultra and Cyber charges, and avoid making up a fixed Fugu rate.
Turn vendor scores into a blind, repeatable test on the work that actually matters to your team.
Turn 401, missing models, EU unavailability, and unexpected Ultra bills into a next check.
Pay-as-you-go only, official request, unpublished rates, and the authorized-use boundary.
When a learned pool is the right trade, and when routing visibility still requires self-managed orchestration.
Decision checklist
Include routine, difficult, ambiguous, and failure-prone work. Do not build a set made only of prompts that flatter orchestration.
Use the same prompt, available tools, timeout, output constraint, and retry policy for every candidate.
Hide the model name while a reviewer scores correctness, evidence, completeness, and unnecessary claims.
Record wall time, failures, retries, and the entire usage object, including orchestration token details.
Use Fugu where it wins. Escalate to Ultra where the quality delta is worth the cost. Keep the existing tool where neither earns a switch.
Verification log
fugu-ultra now defaults to fugu-ultra-v1.1.Common questions
There is no permanent free tier shown on the current pricing page. Subscriptions start at $20 per month, and pay-as-you-go billing is available. A second-month campaign was advertised through July 31, 2026 and is no longer treated as current.
Start with Fugu for routine or interactive work. Test Ultra on a small set of difficult tasks where additional depth could matter. Use Cyber only for authorized defensive security work after confirming access.
Not as one reliable fixed rate. Fugu billing depends on the underlying model or the highest tier model involved. Ultra and Cyber have published fixed rates, so the site calculator covers those two models only.
The table is published by Sakana AI and some baseline values are provider reported. Treat it as vendor evidence. Our evaluation guide shows how to test the same decision on your own workload without pretending we ran unpublished experiments.
No. SakanaFugu.com is an independent editorial guide and has no affiliation, endorsement, or sponsorship relationship with Sakana AI.
Corrections are welcome at [email protected]. Please include a first-party source when possible.