Kimi
Kimi نص

linhnhihoang05/Kimi_K2.7_code

معرف النموذج: linhnhihoang05/Kimi_K2.7_code
العائلة
Kimi
السياق
256,000
لكل طلب
0.00529 د.إ.
الطلبات
1.3K
نجاح
99.0%
الرموز
111.14M
مدة التشغيل 100.00%
قبل 24 ساعةالآن
قبل 7 أيامالآن

الأسعار

لكل طلب
0.00529 د.إ.
سجل الأسعار

مستويات الأسعار المطبقة سابقًا. الصف الموسوم "الحالي" هو السعر المباشر.

الحالي منذ 04/07/2026 - 02:12:25
لكل طلب0.00529 د.إ.
السابق منذ 29/07/2026 - 21:04:05
الإدخال / مليون رمز0.0588 د.إ. الإخراج / مليون رمز0.235 د.إ. الحد الأدنى للشحن / الطلب0.0022 د.إ.
نقاط النهاية المدعومة
https://api.xah.io/v1/chat/completions
https://api.xah.io/v1/messages
https://api.xah.io/v1/responses
https://api.xah.io/v1beta/models/linhnhihoang05/Kimi_K2.7_code:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
الطريقة POST · application/json
المصادقة رمز Bearer (مفتاح API)
أنواع API نص

مشاركة

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "linhnhihoang05/Kimi_K2.7_code",
    "messages": [
        {
            "role": "user",
            "content": "مرحبًا، من أنت؟"
        }
    ]
}'
// Node.js / Browser
const res = await fetch('https://api.xah.io/v1/chat/completions', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    "model": "linhnhihoang05/Kimi_K2.7_code",
    "messages": [
        {
            "role": "user",
            "content": "مرحبًا، من أنت؟"
        }
    ]
})
});
const data = await res.json();
console.log(data);
import requests

url = 'https://api.xah.io/v1/chat/completions'
headers = {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json',
}
payload = {
    "model": "linhnhihoang05/Kimi_K2.7_code",
    "messages": [
        {
            "role": "user",
            "content": "مرحبًا، من أنت؟"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "linhnhihoang05/Kimi_K2.7_code",
    "messages": [
        {
            "role": "user",
            "content": "مرحبًا، من أنت؟"
        }
    ]
}

جرّبها

أرسل مطالبة بمفتاح API الخاص بك — يستهلك رصيدًا حقيقيًا ويُرجع الرد فورًا.

التقييمات والتعليقات
0.0 / 0 تقييم
جارٍ تحميل التقييمات...
تواصل مع الدعم
نحن دائمًا جاهزون لمساعدتك