मुख्य सामग्री पर जाएँ
प्रबंधित करें मॉडल

मॉडल

रिसर्च 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 लौटाना आवश्यक है

उपयोग की शर्तें

रेड टीम

सत्यापन आवश्यक

सुरक्षा शोध के लिए अप्रतिबंधित मॉडल। केवल वे शोधकर्ता जिन्होंने कार्ड से अपनी पहचान सत्यापित की है और स्वीकार्य-उपयोग नीति स्वीकार की है, इन्हें उपयोग कर सकते हैं।

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 लौटाना आवश्यक है
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.kotoba.cloud/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` के रूप में पास करें। क्विकस्टार्ट में टोकन जारी करने से पहली रिक्वेस्ट तक के चरण दिए गए हैं।