Fugu Ultra
Fugu Ultra 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 route tasks across a swappable pool of underlying models and to recursively call instances of itself. Fugu Ultra prioritizes answer quality on complex, multi-step reasoning, coding, and agentic workflows. It supports configurable reasoning effort, tool calling, and built-in web search. Orchestration tokens consumed by the system are billed as standard input/output tokens.
sakana/fugu-ultra
- Contexto
- 1M tokens
- Máx. completion
- 128,000
- Tools
- Sí
- JSON
- Sí
- Lanzamiento
- 2026-06-24
Llámalo desde Geek Hub
El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "sakana/fugu-ultra",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es Fugu Ultra?
- Fugu Ultra 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 route tasks across a swappable pool of underlying models and to recursively call instances of itself. Fugu Ultra prioritizes answer quality on complex, multi-step reasoning, coding, and agentic workflows. It supports configurable reasoning effort, tool calling, and built-in web search. Orchestration tokens consumed by the system are billed as standard input/output tokens. Fugu Ultra corre en el API de Geek Hub (compatible con OpenAI). Id: sakana/fugu-ultra.
- ¿Fugu Ultra es gratis?
- No. El input cuesta $5.4503 / 1M tokens y el output $32.7018 / 1M tokens en Geek Hub (markup incluido).
- ¿Cuál es el contexto de Fugu Ultra?
- Fugu Ultra tiene una ventana de 1M tokens. Soporta hasta 128,000 tokens de completion.
- ¿Fugu Ultra soporta tool calling y structured outputs?
- Fugu Ultra acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
- ¿Cuándo se lanzó Fugu Ultra?
- Fugu Ultra se lanzó el 24 de junio de 2026.