Fugu Ultra processes million-token multimodal inputs with ease.
Fugu Ultra incorporates a one-million-token context window that accommodates lengthy text sequences alongside images. Sakana developed it as a proprietary system without open weights or disclosed parameter counts. This architecture supports unified handling of combined text and visual data streams.
Its primary strength lies in maintaining coherence across very long multimodal contexts. Users typically apply it to tasks requiring analysis of extended documents that include embedded images. The closed nature limits direct customization while emphasizing consistent performance on supported modalities.
Fugu Ultra (striped bar) vs other multimodal on intelligence, speed and price.
USD per 1M output tokens · Lower is better · Fugu Ultra ranks #141 of 158
Sources: Artificial Analysis (intelligence, speed) · OpenRouter (price).
Ideal for processing entire books or extensive reports containing images, using its million-token context to maintain coherence across the full content while interpreting visual elements.
Excels at integrating text and image understanding in scenarios requiring extended reasoning, such as analyzing infographics within lengthy articles.
Suitable for extended analysis of academic papers with figures and diagrams, enabling detailed image descriptions and logical connections over large contexts.
Live per-provider pricing & uptime, routed via OpenRouter. Prices are USD per 1M tokens.
| Provider | Input /1M | Output /1M | Context | Uptime |
|---|---|---|---|---|
| Sakana AI | $5.00 | $30.00 | 1000K | 100.0% |
Estimate what Fugu Ultra would cost for your usage.
Based on Fugu Ultra's $5.00/1M input · $30.00/1M output. Estimate only — actual cost varies by provider and caching.
OpenRouter's API is OpenAI-compatible — most SDKs work by just swapping the base URL. Only the model slug changes between models.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://openrouter.ai/api/v1",
apiKey: process.env.OPENROUTER_API_KEY,
});
const completion = await client.chat.completions.create({
model: "sakana/fugu-ultra",
messages: [{ role: "user", content: "Hello!" }],
});
console.log(completion.choices[0].message.content);Model slug: sakana/fugu-ultra
Fugu Ultra is Sakana's proprietary multimodal with a 1000K-token context window.
At $30.00 per 1M output tokens, it is premium-priced for its class, served by 1 provider.
It is available through Sakana's API and aggregators like OpenRouter.
Best suited to supports very large 1m-token contexts and native handling of both text and images.
Fugu Ultra supports a context length of 1,000,000 tokens.
Real, verified reviews from the community shape this model's rating.
Loading reviews…