← Back to Model Leaderboard
Sakana: Fugu Ultra
Open WeightsDEVELOPED BY: Sakana • LAST UPDATED: 7/4/2026
CCI (Capability)17.1Consensus: Contested ⚠
Context Window1.0MMax token length
In/Out Pricing$5/$30Blended cost/1M: $11.25
Pulse (Popularity)35/100Adoption + discussion proxy
Model Description
OpenRouter model gateway for Sakana: Fugu Ultra.
Domain Averages
Reasoning30.4%
Coding16%
Math21.8%
PreferenceN/A
Jury & Benchmark Signals
| Source / Harness | Score |
|---|---|
| MMLU-Pro | 75% |
| SWE-bench Verified | 20% |
| LiveCodeBench | 25% |
| AIME | 30% |
| LMArena style-controlled Elo | 1000 |
Consensus Discrepancy (Spread: 30.4 pts)
Source
Normalized
CCI Dev.
MMLU-Pro
30.4
+13.3
SWE-bench Verified
17.3
+0.2
LiveCodeBench
14.8
-2.3
AIME
21.8
+4.7
LMArena style-controlled Elo
0
-17.1
Supported Modalities
INPUT:
text
OUTPUT:
text
Search Tags
#text#chat
How to Use This Model
Python SDK Integration:
import openai
client = openai.OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="YOUR_OPENROUTER_KEY"
)
response = client.chat.completions.create(
model="sakana/fugu-ultra",
messages=[
{"role": "user", "content": "Explain quantum entanglement in 1 sentence."}
]
)cURL Terminal Request:
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "sakana/fugu-ultra",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'Community Debates & Mentions (0)
No active Reddit or Hacker News debates referencing this model this week.