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.

Sakana AIटेक्स्ट जनरेशन1M कॉन्टेक्स्टरिलीज 23 जुल॰ 2026स्वामित्व वाला एंडपॉइंटनया

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
श्रेणी
टेक्स्ट जनरेशन
रिलीज
23 जुल॰ 2026
कॉन्टेक्स्ट विंडो
1M टोकन
अधिकतम आउटपुट
1,31,072 टोकन
इनपुट
टेक्स्टइमेज
आउटपुट
टेक्स्ट
संरचित आउटपुट
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 कैटलॉग से लाइव pay-as-you-go दरें। आप सिर्फ उतना ही भुगतान करते हैं जितना उपयोग करते हैं, कोई मासिक न्यूनतम नहीं।

प्रकार
स्पेक
दर
इनपुट
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 देता है। किसी भी OpenAI SDK को अपनी EmpirioLabs API key के साथ https://api.empiriolabs.ai/v1 पर सेट करें और model id fugu-ultra-v1-1 उपयोग करें। EmpirioLabs डैशबोर्ड से API key प्राप्त करें।

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 द्वारा समर्थित request पैरामीटर। फ़ील्ड छोड़ने पर डिफ़ॉल्ट मान लागू होते हैं।

पैरामीटरप्रकारडिफॉल्टरेंज / मानविवरण
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 की context window कितनी है?

Fugu Ultra v1.1 1M टोकन की context window समर्थित करता है, प्रति उत्तर अधिकतम 1,31,072 आउटपुट टोकन के साथ।

क्या Fugu Ultra v1.1 API OpenAI-संगत है?

हां। Fugu Ultra v1.1 OpenAI-संगत Chat Completions API देता है, इसलिए मौजूदा OpenAI SDKs base_url को https://api.empiriolabs.ai/v1 पर सेट करके और model id fugu-ultra-v1-1 रखकर काम करते हैं।

क्या मैं इंटीग्रेट करने से पहले ब्राउज़र में Fugu Ultra v1.1 आज़मा सकता हूं?

हां। EmpirioLabs playground ब्राउज़र में Fugu Ultra v1.1 को उन्हीं पैरामीटरों के साथ चलाता है जो API देता है, ताकि आप कोड लिखने से पहले prompt आज़मा सकें।

Fugu Ultra v1.1 की API key कैसे मिलेगी?

EmpirioLabs खाता बनाएं, फिर डैशबोर्ड में API Keys में key जनरेट करें। बिलिंग pay-as-you-go क्रेडिट से होती है, इसलिए आप सिर्फ अपनी requests का भुगतान करते हैं।

बेहतर समापन बिंदुओं का उपयोग करने के लिए तैयार हैं?

हमारे मूल्य निर्धारण की जाँच करें या यदि आप चाहते हैं कि आपका अपना मॉडल हमारे स्टैक पर तैनात किया जाए, तो पहुंचें।