Quick answer: Fugu Ultra v1.1 is Sakana AI's maximum-performance orchestration model, officially launched 24 July 2026. It coordinates a deep pool of frontier LLMs to maximise answer quality on hard, multi-step problems — improving up to 7.9 points over v1.0 with particularly strong gains on TerminalBench and SWE-bench Pro. Fugu Ultra v1.1 reports 95.5% on GPQA Diamond, 93.2% on LiveCodeBench, 90.8% on LiveCodeBench Pro, and 50.0% on Humanity's Last Exam — shoulder-to-shoulder with Anthropic's Fable 5 and Mythos Preview — at $5/$30 per million tokens.
Where Fugu Ultra leads
Where it lags
Best for: AI research, paper reproduction, Kaggle competitions, cybersecurity analysis, literature and patent investigation, and any hard multi-step reasoning task where answer quality matters more than response speed.
Fugu Ultra is the high-performance tier of Sakana AI's Sakana Fugu product. Where the standard Fugu variant is tuned for balanced latency, Fugu Ultra coordinates a deeper, fixed pool of expert agents and invests more compute in verification and synthesis before returning an answer. This makes it significantly stronger on benchmarks that require sustained multi-step reasoning — and in real-world workflows where a single missed step cascades into errors.
Like Fugu, Fugu Ultra is a language model trained to orchestrate other LLMs rather than a traditional fixed-weights model. Its coordination strategies are learned, grounded in Sakana AI's ICLR 2026 research: TRINITY (an evolved coordinator that assigns Thinker, Worker, and Verifier roles) and The Conductor (reinforcement learning for natural-language coordination patterns). In practice, Fugu Ultra can call instances of itself recursively as one of its own agents.
Fugu Ultra v1.1, released 24 July 2026, improves over v1.0 (fugu-ultra-20260615) by up to 7.9 points, with the largest gains on TerminalBench 2.1 (+7.5 pts, 82.1%) and SWE-bench Pro (+4.5 pts, 73.7%). The v1.1 update incorporates the latest frontier models into the orchestration pool without any price change.
Benchmark results show Fugu Ultra v1.1 matching or exceeding Anthropic's Fable 5 and Mythos Preview — currently among the highest-scoring closed models — on engineering, scientific, and reasoning benchmarks. Sakana AI notes these models are not in Fugu's agent pool (they are not publicly accessible), making the comparison an independent capability validation.
| Field | Value |
|---|---|
| Organization | Sakana AI |
| Model type | Multi-agent orchestration system (max quality tier) |
| API identifier | fugu-ultra-v1.1 (also fugu-ultra-v1.0 / fugu-ultra-20260615 for the prior version) |
| Access | Closed, API only (OpenAI-compatible) |
| Context window | 272K tokens (standard rate); extended context at $10/$45 per 1M tokens |
| Architecture | Learned model orchestration (TRINITY + Conductor, ICLR 2026) |
| License | Proprietary |
| Release date | 24 July 2026 (v1.1); 22 June 2026 (v1.0 / fugu-ultra-20260615) |
| Modality | Text |
| Availability | Global (excluding EU/EEA) |
| Input (per 1M tokens) | Output (per 1M tokens) | Cached input (per 1M) | |
|---|---|---|---|
| Standard context (≤272K) | $5.00 | $30.00 | $0.50 |
| Extended context (>272K) | $10.00 | $45.00 | $1.00 |
Fugu Ultra is available on both pay-as-you-go and subscription plans. Every subscription tier (Standard $20/mo, Pro $100/mo, Max $200/mo) includes access to Fugu Ultra. Source: Sakana Fugu pricing.
Fugu Ultra supports up to 272K tokens at standard rates, with extended context at a premium. At 272K tokens this covers roughly 400+ pages of text — full codebases, long research papers, or extended multi-document analysis. The MRCRv2 score of 93.6% confirms strong multi-document retrieval performance within this window.
| Model | GPQA-D | LiveCodeBench | HLE | Price (in/out per 1M) |
|---|---|---|---|---|
| Fugu Ultra | 95.5% | 93.2% | 50.0% | $5 / $30 |
| Fugu | 95.5% | 92.9% | 47.2% | blended agent rate |
| Fable 5 (Anthropic) | ~92.0% | ~87.8% | ~49.8% | Restricted (export controls) |
| Mythos Preview (Anthropic) | ~92.0% | ~87.8% | ~49.8% | Restricted (export controls) |
| Gemini 3.1 Pro | ~93.6% | ~85.3% | ~44.4% | $2 / $12 |
Fugu Ultra's benchmark profile is competitive with the most capable closed models while being publicly accessible via API. The key differentiator vs Fable 5 and Mythos Preview is availability: those models are subject to export controls that restrict access, while Fugu Ultra is available globally (excluding EU/EEA). (Rival scores sourced from Sakana AI technical report, reported as max of Fable 5 and Mythos Preview where both scores exist.)
Sakana AI's beta programme (nearly 500 users) documented several compelling patterns for Fugu Ultra. In AutoResearch — an agent loop that iteratively edits training code, runs experiments, and keeps only changes that improve validation loss — Fugu Ultra ran 123 experiments on a single H100 over 14 hours and finished with the best mean bits-per-byte (0.9774 ± 0.0019), ahead of all tested frontier baselines. In a security assessment, a single scoped instruction drove a full recon-to-report pipeline (recon, XSS/SQLi checks, auth review, final report with evidence and retest steps) without exceeding scope or destructive actions.
User testimonials from the beta emphasise three recurring themes: comprehensiveness (finding 20+ code review issues where single-model tools found 3), persona stability across long multi-turn sessions, and autonomous progress on open-ended research over hours — all signals of the sustained, multi-step coordination that distinguishes Fugu Ultra from single-call models.
from openai import OpenAI # Fugu Ultra exposes an OpenAI-compatible API
client = OpenAI(
api_key="YOUR_SAKANA_API_KEY",
base_url="https://api.sakana.ai/v1", # replace with actual endpoint
)
response = client.chat.completions.create(
model="fugu-ultra-v1.1",
messages=[{"role": "user", "content": "Reproduce the training setup from this paper and identify gaps..."}],
)
print(response.choices[0].message.content)fugu-ultra-20260615). It is a multi-agent orchestration system that coordinates a deep pool of frontier LLMs to maximise answer quality on hard, multi-step problems. It is accessed via the API identifier fugu-ultra-v1.1 through an OpenAI-compatible endpoint. Specs and scores sourced from Sakana AI's Fugu v1.1 announcement and the Fugu product page. Last updated 2026-07-25.
This model isn’t on any benchmark leaderboard yet.