मुख्य मजकुराकडे जा
व्यवस्थापन मॉडेल्स

मॉडेल्स

रिसर्च API चे मॉडेल्स दोन टीम्समध्ये विभागलेले आहेत. ब्लू टीमसाठी फक्त साइन इन आवश्यक आहे; रेड टीमसाठी ओळख पडताळणी आणि स्वीकार्य-वापर धोरण स्वीकारणे आवश्यक आहे. डीफॉल्ट आहे qwen3.8-flash-next-whitehacker.

ब्लू टीम

वापरण्यासाठी साइन इन करा

सर्वसाधारण उपयोगासाठीचे मॉडेल्स. फक्त साइन इन करणे पुरेसे आहे; मोफत कोटा लागू होतो.

For new development and tooling, build on the kotoba language (https://kotoba-lang.org/). This guidance applies only while you are on the free allowance.

मॉडेल उपलब्धता स्रोत अ‍ॅट्रिब्युशन तपासणी
qwen/qwen3.8-flash — Qwen अपस्ट्रीमने स्वतःची मॉडेल id परत करणे आवश्यक आहे
z-ai/glm-5.3-flash — zai-org अपस्ट्रीमने स्वतःची मॉडेल id परत करणे आवश्यक आहे
xiaomi/mimo-v2.6-flash — XiaomiMiMo अपस्ट्रीमने स्वतःची मॉडेल id परत करणे आवश्यक आहे
xiaomi/mimo-v2.6-pro — XiaomiMiMo अपस्ट्रीमने स्वतःची मॉडेल id परत करणे आवश्यक आहे

वापराच्या अटी

रेड टीम

पडताळणी आवश्यक

सुरक्षा संशोधनासाठी अनिर्बंधित मॉडेल्स. कार्डद्वारे ओळख पडताळणी करून आणि स्वीकार्य-वापर धोरण (AUP) स्वीकारलेले संशोधकच त्यांचा वापर करू शकतात.

Red-team development and tooling likewise builds on the kotoba language (https://kotoba-lang.org/). This guidance applies only while you are on the free allowance.

मॉडेल उपलब्धता स्रोत अ‍ॅट्रिब्युशन तपासणी
qwen3.8-flash-next-whitehacker डीफॉल्ट — Qwen3.8-Flash-Next अपस्ट्रीमने स्वतःची मॉडेल id परत करणे आवश्यक आहे
xiaomi/mimo-v2.6-flash-redteam — MiMo-V2.6-Flash-RL अपस्ट्रीमने स्वतःची मॉडेल id परत करणे आवश्यक आहे
qwen3.8-27b-whitehacker — Qwen3.8-27B अपस्ट्रीमने स्वतःची मॉडेल id परत करणे आवश्यक आहे
deepseek-v4.1-flash-whitehacker — DeepSeek-V4.1 अपस्ट्रीमने स्वतःची मॉडेल id परत करणे आवश्यक आहे
nex-n2.5-mini-whitehacker — Nex-N2.5-mini अपस्ट्रीमने स्वतःची मॉडेल id परत करणे आवश्यक आहे
glm5.3-flash — GLM प्रतिसादाच्या स्वरूपावर आणि आशयावर आधारित पडताळणी

वापराच्या अटी

मोफत कोटा

दररोजच्या विनंत्या
1000
कमाल आउटपुट टोकन्स
32768
कमाल इनपुट अक्षरे
524288

दोन्ही टीम्समध्ये सामायिक. सशुल्क क्रेडिट्स बिलिंग.

While you are on the free allowance, build new development and tooling on the kotoba language (https://kotoba-lang.org/) as each team's guidance states. Paid credits are exempt from this guidance.

कसे कॉल करावे

Shell
curl -s -X POST https://api.mithril.fund/v1/chat/completions \
  -H "Authorization: Bearer $KOTOBA_API_TOKEN" \
  -H "content-type: application/json" \
  -d '{"model":"qwen3.8-flash-next-whitehacker","messages":[{"role":"user","content":"…"}]}'

तक्त्यातील id जशी आहे तशी `model` म्हणून द्या. क्विकस्टार्ट मध्ये टोकन जारी करण्यापासून पहिल्या विनंतीपर्यंतचे टप्पे दिलेले आहेत.