Fugu Ultra v1.1 API

Updated multi-agent conductor for hard reasoning, coding, and research, with distinct max effort, 1M context, image input, and web search.

Sakana AIGeração de Texto1M contextoLançado 23 de jul. de 2026Endpoint proprietárioNovo

Sobre Fugu Ultra v1.1

Updated multi-agent conductor for hard reasoning, coding, and research, with distinct max effort, 1M context, image input, and web search.

Supports text and image input, a 1M token context, function calling, strict JSON Schema structured output, and built-in web search. Reasoning is always on with high, xhigh, and a distinct max effort. Web search has no separate fee. Full orchestration token usage is billed at the displayed input, output, and cache rates.

Também conhecido como Fugu Ultra, Sakana AI Fugu Ultra v1.1, Fugu-Ultra-v1.1, fugu-ultra-v1-1

reasoningmultimodalweb searchfunction callingagentic codingcache

Especificações de Fugu Ultra v1.1

ID do modelo
fugu-ultra-v1-1
Provedor
Sakana AI
Categoria
Geração de Texto
Lançado
23 de jul. de 2026
Janela de contexto
1M tokens
Saída máxima
131.072 tokens
Entrada
TextoImagem
Saída
Texto
Saída estruturada
JSON Schema
Endpoints
POST/v1/chat/completionsPOST/v1/responsesPOST/v1/messagesPOST/v1beta/models/fugu-ultra-v1-1:generateContent
IDs de modelo alternativos
fugu-ultra-v1.1sakana/fugu-ultra-v1-1sakana/fugu-ultra-v1.1

Preços da API Fugu Ultra v1.1

Tarifas pay-as-you-go ao vivo do catálogo EmpirioLabs. Você paga só pelo que usa, sem mínimo mensal.

Tipo
Especificação
Tarifa
Entrada
per 1M prompt tokens
<=272K $5.00>272K $10.00
Saída
per 1M generated tokens
<=272K $30.00>272K $45.00
Implicit cache read
per 1M cached input tokens
<=272K $0.50>272K $1.00
Comparar na página completa de preços

Como chamar a API Fugu Ultra v1.1

Fugu Ultra v1.1 atende a API Chat Completions compatível com OpenAI. Aponte qualquer SDK OpenAI para https://api.empiriolabs.ai/v1 com sua chave de API EmpirioLabs e use o id de modelo fugu-ultra-v1-1. Obtenha uma chave de API no painel EmpirioLabs.

cURL
curl https://api.empiriolabs.ai/v1/chat/completions \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "fugu-ultra-v1-1",
    "messages": [
      {"role": "user", "content": "Write a haiku about the ocean."}
    ]
  }'
Python (OpenAI SDK)
from openai import OpenAI

client = OpenAI(
    base_url="https://api.empiriolabs.ai/v1",
    api_key="YOUR_EMPIRIOLABS_API_KEY",
)

response = client.chat.completions.create(
    model="fugu-ultra-v1-1",
    messages=[{"role": "user", "content": "Write a haiku about the ocean."}],
)
print(response.choices[0].message.content)
Referência completa da API Fugu Ultra v1.1

Parâmetros da API Fugu Ultra v1.1

Parâmetros de requisição suportados pela API Fugu Ultra v1.1 na EmpirioLabs. Os padrões valem quando um campo é omitido.

ParâmetroTipoPadrãoIntervalo / valoresDescrição
max_tokensinteger3276816 a 131072Maximum number of output tokens for the final answer. Must be at least 16. The conductor needs room to work, so very small values can truncate or empty the answer.
reasoning_effortenumhighhigh, xhigh, maxHow hard Fugu Ultra v1.1 reasons. Reasoning is always on. high balances speed and performance, xhigh provides deep reasoning for complex problems, and max is the...
tool_web_searchbooleanfalse-Enable built-in web search. There is no separate fee; the search cost is reflected in the orchestration tokens billed for the request.
toolsarray[]-OpenAI-compatible function calling tool definitions.
tool_choiceobject--OpenAI-compatible tool choice control.
response_formatenum--Return structured JSON output. JSON mode returns any valid JSON object; JSON Schema mode enforces the exact schema you provide.

Bom saber

Fugu Ultra v1.1 is an updated multi-agent conductor: each request coordinates a pool of expert models and composes their work into a single answer.

Latency and streaming

  • Responses can take from a few seconds to a few minutes on complex prompts.
  • The full answer is returned all at once when the model finishes, not token by token. Streaming is accepted, but it delivers the complete response at the end rather than streaming tokens as they generate.
  • max_tokens must be at least 16. Leave generous headroom, since very small limits can truncate or empty the answer.

Capabilities

  • Text and image input, with a 1M token context.
  • Always-on reasoning with high, xhigh, and a distinct max level for the hardest problems.
  • Function calling, strict JSON Schema structured output, and built-in web search that cites its sources when available (no separate fee).

Versioning

  • Use fugu-ultra-v1-1 for v1.1. The legacy fugu-ultra id remains pinned to v1.0 for backward compatibility.

Billing

  • Billed on full token usage, including the orchestration tokens the model uses internally, so even short prompts carry some cost.
  • Context-tiered: requests above 272K total input tokens use the higher rate shown.

API Fugu Ultra v1.1: perguntas frequentes

Quanto custa a API Fugu Ultra v1.1?

Na EmpirioLabs, Fugu Ultra v1.1 é cobrado por uso. A tabela de tarifas ao vivo desta página sempre corresponde ao que a API cobra.

Qual é a janela de contexto de Fugu Ultra v1.1?

Fugu Ultra v1.1 suporta uma janela de contexto de 1M tokens com até 131.072 tokens de saída por resposta.

A API Fugu Ultra v1.1 é compatível com OpenAI?

Sim. Fugu Ultra v1.1 atende a API Chat Completions compatível com OpenAI, então SDKs OpenAI existentes funcionam apontando base_url para https://api.empiriolabs.ai/v1 e definindo o id de modelo fugu-ultra-v1-1.

Posso testar Fugu Ultra v1.1 no navegador antes de integrar?

Sim. O playground da EmpirioLabs executa Fugu Ultra v1.1 no navegador com os mesmos parâmetros que a API expõe, para você testar prompts antes de escrever código.

Como consigo uma chave de API Fugu Ultra v1.1?

Crie uma conta EmpirioLabs e gere uma chave em API Keys no painel. A cobrança usa créditos pay-as-you-go, então você paga apenas pelas requisições que faz.

Pronto para usar endpoints melhores?

Confira nossos preços ou entre em contato se quiser que seu próprio modelo seja implementado em nossa pilha.