Fugu Ultra v1.0 एपीआई

Original multi-agent conductor for hard reasoning, coding, and research, with 1M context, image input, function calling, and web search.

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

Fugu Ultra v1.0 के बारे में

Original multi-agent conductor for hard reasoning, coding, and research, with 1M context, image input, function calling, and web search.

Supports text and image input, a 1M token context, function calling, JSON mode structured output, and built-in web search. Reasoning is always on with effort levels high, xhigh, and max; xhigh and max are aliases on v1.0. 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.0, Fugu-Ultra-v1.0, fugu-ultra-v1-0

reasoningmultimodalweb searchfunction callingagentic codingcache

Fugu Ultra v1.0 की विशेषताएं

मॉडल ID
fugu-ultra-v1-0
प्रदाता
Sakana AI
श्रेणी
टेक्स्ट जनरेशन
रिलीज
21 जून 2026
कॉन्टेक्स्ट विंडो
1M टोकन
अधिकतम आउटपुट
1,31,072 टोकन
इनपुट
टेक्स्टइमेज
आउटपुट
टेक्स्ट
संरचित आउटपुट
JSON मोड
एंडपॉइंट
POST/v1/chat/completionsPOST/v1/responsesPOST/v1/messagesPOST/v1beta/models/fugu-ultra-v1-0:generateContent
वैकल्पिक मॉडल ID
fugu-ultrafugu-ultra-20260615fugu-ultra-v1.0sakana/fugu-ultrasakana/fugu-ultra-20260615sakana/fugu-ultra-v1-0sakana/fugu-ultra-v1.0

Fugu Ultra v1.0 API की कीमतें

EmpirioLabs कैटलॉग से लाइव pay-as-you-go दरें। आप सिर्फ उतना ही भुगतान करते हैं जितना उपयोग करते हैं, कोई मासिक न्यूनतम नहीं।

प्रकार
स्पेक
दर
इनपुट
per 1M prompt tokens
<=272K $7.50>272K $15.00
आउटपुट
per 1M generated tokens
<=272K $45.00>272K $67.50
Implicit cache read
per 1M cached input tokens
<=272K $1.50>272K $3.00
पूरे कीमत पेज पर तुलना करें

Fugu Ultra v1.0 API को कैसे कॉल करें

Fugu Ultra v1.0 OpenAI-संगत Chat Completions API देता है। किसी भी OpenAI SDK को अपनी EmpirioLabs API key के साथ https://api.empiriolabs.ai/v1 पर सेट करें और model id fugu-ultra-v1-0 उपयोग करें। 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-0",
    "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-0",
    messages=[{"role": "user", "content": "Write a haiku about the ocean."}],
)
print(response.choices[0].message.content)
Fugu Ultra v1.0 API का पूरा संदर्भ

Fugu Ultra v1.0 API के पैरामीटर

EmpirioLabs पर Fugu Ultra v1.0 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.0 reasons. Reasoning is always on. The default is high; xhigh and max are aliases of the same maximum effort.
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 the output as a valid JSON object (JSON mode). Describe the fields you want in your prompt.

जानने योग्य

Fugu Ultra v1.0 is the original 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. high is the default; xhigh and max are aliases of the same maximum effort.
  • Function calling, JSON mode, and built-in web search that cites its sources when available (no separate fee).

Compatibility

  • The legacy fugu-ultra, fugu-ultra-20260615, and sakana/fugu-ultra ids remain pinned to this version.

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.0 API: आम सवाल

Fugu Ultra v1.0 API की कीमत कितनी है?

EmpirioLabs पर Fugu Ultra v1.0 का बिल उपयोग के अनुसार बनता है। इस पेज की लाइव दर तालिका हमेशा API की वास्तविक बिलिंग से मेल खाती है।

Fugu Ultra v1.0 की context window कितनी है?

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

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

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

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

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

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

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

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

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