TokenRoute
Get started
Back to models

Sakana: Fugu Ultra v2

sakana/fugu-ultra-v2

Fugu Ultra v2 is the higher-performance model in Sakana AI's Fugu family. Rather than a single monolithic model, Fugu is a learned multi-agent orchestration system: a language model trained to...

Pricing

Input$3.50 /M
Output$21.00 /M
Cache read$0.3500 /M
Web search$0.0070 /req

Specs

Context length1M tokens
Max output128K tokens
Inputtext, image, file
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "sakana/fugu-ultra-v2",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

include_reasoning
reasoning
reasoning_effort
structured_outputs
tool_choice
tools
web_search_options