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 AI文本生成1M 上下文发布日期 2026年7月23日专有端点

关于 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.

也称为 Fugu Ultra, Sakana AI Fugu Ultra v1.1, Fugu-Ultra-v1.1, fugu-ultra-v1-1

reasoningmultimodalweb searchfunction callingagentic codingcache

Fugu Ultra v1.1 规格

模型 ID
fugu-ultra-v1-1
提供方
Sakana AI
类别
文本生成
发布日期
2026年7月23日
上下文窗口
1M 个 token
最大输出
131,072 个 token
输入
文本图像
输出
文本
结构化输出
JSON Schema
端点
POST/v1/chat/completionsPOST/v1/responsesPOST/v1/messagesPOST/v1beta/models/fugu-ultra-v1-1:generateContent
备用模型 ID
fugu-ultra-v1.1sakana/fugu-ultra-v1-1sakana/fugu-ultra-v1.1

Fugu Ultra v1.1 API 价格

来自 EmpirioLabs 目录的实时按量计费价格。只为实际用量付费,没有月度最低消费。

类型
规格
价格
输入
per 1M prompt tokens
<=272K $5.00>272K $10.00
输出
per 1M generated tokens
<=272K $30.00>272K $45.00
Implicit cache read
per 1M cached input tokens
<=272K $0.50>272K $1.00
在完整价格页比较

如何调用 Fugu Ultra v1.1 API

Fugu Ultra v1.1 提供 OpenAI 兼容的 Chat Completions API。用你的 EmpirioLabs API 密钥把任意 OpenAI SDK 指向 https://api.empiriolabs.ai/v1,并使用模型 ID fugu-ultra-v1-1。 在EmpirioLabs 控制台获取 API 密钥。

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)
Fugu Ultra v1.1 API 完整参考

Fugu Ultra v1.1 API 参数

EmpirioLabs 上 Fugu Ultra v1.1 API 支持的请求参数。省略字段时使用默认值。

参数类型默认值范围 / 值描述
max_tokensinteger3276816 到 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.

须知

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.

Fugu Ultra v1.1 API:常见问题

Fugu Ultra v1.1 API 收费多少?

在 EmpirioLabs,Fugu Ultra v1.1 按量计费。本页的实时价格表始终与 API 的实际计费一致。

Fugu Ultra v1.1 的上下文窗口有多大?

Fugu Ultra v1.1 支持 1M token 的上下文窗口,每次响应最多 131,072 个输出 token。

Fugu Ultra v1.1 API 兼容 OpenAI 吗?

兼容。Fugu Ultra v1.1 提供 OpenAI 兼容的 Chat Completions API,现有 OpenAI SDK 只需把 base_url 指向 https://api.empiriolabs.ai/v1 并把模型 ID 设为 fugu-ultra-v1-1 即可使用。

集成之前可以在浏览器里试用 Fugu Ultra v1.1 吗?

可以。EmpirioLabs Playground在浏览器中以与 API 相同的参数运行 Fugu Ultra v1.1,你可以在写代码之前先测试提示词。

如何获取 Fugu Ultra v1.1 API 密钥?

创建 EmpirioLabs 账户,然后在控制台的 API Keys生成密钥。计费使用按量付费的额度,只为实际发出的请求付费。

准备好使用更好的终端了吗?

查看我们的定价,或者如果你想将自己的模型部署到我们的堆栈中,请联系我们。