Claude
Claude نص

thanhnhan9023/claude-opus-5-kiro

معرف النموذج: thanhnhan9023/claude-opus-5-kiro
العائلة
Claude
السياق
غير محدد
الحد الأدنى للشحن / الطلب
0.0105 د.إ.
الطلبات
840
نجاح
83.5%
الرموز
185.09M
مدة التشغيل
قبل 24 ساعةالآن
قبل 7 أيامالآن

الأسعار

لكل طلب
0.0105 د.إ.
الحد الأدنى للشحن / الطلب
0.0105 د.إ.
سجل الأسعار

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

الحالي منذ 25/07/2026 - 09:41:11
لكل طلب0.0105 د.إ. الحد الأدنى للشحن / الطلب0.0105 د.إ.
السابق منذ 30/07/2026 - 16:14:44
لكل طلب0.00705 د.إ.
السابق منذ 02/08/2026 - 19:35:40
لكل طلب0.0105 د.إ.
السابق منذ 12/08/2026 - 22:54:06
الإدخال / مليون رمز0.264 د.إ. الإخراج / مليون رمز0.441 د.إ. لكل طلب0.00176 د.إ. الحد الأدنى للشحن / الطلب0.00176 د.إ.
نقاط النهاية المدعومة
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/thanhnhan9023/claude-opus-5-kiro: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": "thanhnhan9023/claude-opus-5-kiro",
    "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": "thanhnhan9023/claude-opus-5-kiro",
    "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": "thanhnhan9023/claude-opus-5-kiro",
    "messages": [
        {
            "role": "user",
            "content": "مرحبًا، من أنت؟"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "thanhnhan9023/claude-opus-5-kiro",
    "messages": [
        {
            "role": "user",
            "content": "مرحبًا، من أنت؟"
        }
    ]
}

جرّبها

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

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