Skip to content
Dashboard

Fugu Ultra

Fugu Ultra coordinates a deeper pool of expert agents to maximize answer quality on hard, high-stakes problems. Fugu Ultra focuses on maximizing performance, for a higher cost. It routes between one to three agents, depending on the problem.

Vision (Image)Tool UseReasoning
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'sakana/fugu-ultra',
prompt: 'Why is the sky blue?'
})