Kilo Code
Kilo Code مشتقة من Cline، لكن المهم في هذه الصفحة هو البوابة خلفها: api.kilo.ai/api/gateway، متوافقة مع OpenAI، مفتاح واحد، مئات النماذج — منها 19 موسومة بـ:free حالياً: Nemotron وLaguna وMiniMax وLing.
Kilo Code مشتقة من Cline، لكن المهم في هذه الصفحة هو البوابة خلفها: api.kilo.ai/api/gateway، متوافقة مع OpenAI، مفتاح واحد، مئات النماذج — منها 19 موسومة بـ:free حالياً: Nemotron وLaguna وMiniMax وLing.
النماذج المجانية :free تجيب بلا مفتاح — بلا بريد وبلا حساب. حركة التصفح المجهولة 200 طلب في الساعة لكل IP. ونقاط NVIDIA المجانية على البوابة للاستخدام التجريبي فقط — لا ترسل بيانات شخصية. ولا يلزم حساب Kilo إلا للنماذج المدفوعة أو لإحضار مفتاحك العلوي.
- نماذج مجانية
- 19
- السياق الأقصى
- 1M
- الطبقة المجانية
- 200 طلب في الساعة
- المتطلب
- لا شيء — بلا حساب
نقطة النهاية
عنوان URL الأساسي
https://api.kilo.ai/api/gatewayمتغير البيئة
KILO_API_KEYحد السرعة
200 requests per hour per IP- متوافق مع OpenAI
- نص
- صور
- صوت
- فيديو
- كود
- استدلال
أمثلة الكود
npm install openaiimport OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://api.kilo.ai/api/gateway',
apiKey: process.env.KILO_API_KEY
})
const response = await client.chat.completions.create({
model: 'nvidia/nemotron-3-ultra-550b-a55b:free',
messages: [{ role: 'user', content: 'Explain closures in one paragraph.' }]
})
console.log(response.choices[0].message.content)pip install openaiimport os
from openai import OpenAI
client = OpenAI(
base_url="https://api.kilo.ai/api/gateway",
api_key=os.environ["KILO_API_KEY"],
)
response = client.chat.completions.create(
model="nvidia/nemotron-3-ultra-550b-a55b:free",
messages=[{"role": "user", "content": "Explain closures in one paragraph."}],
)
print(response.choices[0].message.content)curl https://api.kilo.ai/api/gateway/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $KILO_API_KEY" \
-d '{
"model": "nvidia/nemotron-3-ultra-550b-a55b:free",
"messages": [{"role": "user", "content": "Explain closures in one paragraph."}]
}'جدير بالمعرفة
- النماذج المجانية :free تجيب بلا مفتاح. حركة التصفح المجهولة 200 طلب في الساعة لكل IP.
- حساب Kilo لا يلزم إلا للنماذج المدفوعة أو لإحضار مفتاحك العلوي الخاص.
النماذج التي تحصل عليها مجاناً20
- Auto Free
kilo-auto/free - StepFun Step 3.7 Flash
stepfun/step-3.7-flash:free - Laguna S 2.1
poolside/laguna-s-2.1:free - MiniMax M3
minimax/minimax-m3:free - Ling 3.0 Flash Fin
inclusionai/ling-3.0-flash-fin:free - Dots 3 Note Preview
dots-studio/dots-3-note-preview:free - LFM 2.5 2.6B
liquid/lfm-2.5-2.6b:free - Nemotron 3.5 Lightning
nvidia/nemotron-3.5-lightning:free - Inkling Small
thinkingmachines/inkling-small:free - Inkling
thinkingmachines/inkling:free - Laguna XS 2.1
poolside/laguna-xs-2.1:free - North Mini Code
cohere/north-mini-code:free - Nemotron 3.5 Content Safety
nvidia/nemotron-3.5-content-safety:free - Nemotron 3 Ultra
nvidia/nemotron-3-ultra-550b-a55b:free - Nemotron 3 Nano Omni
nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free - Lyria 3 Pro Preview
google/lyria-3-pro-preview - Lyria 3 Clip Preview
google/lyria-3-clip-preview - MiniMax M2.7
minimax/minimax-m2.7:free - Nemotron 3 Super
nvidia/nemotron-3-super-120b-a12b:free - OpenRouter Free Models Router
openrouter/free