Claude
Claude نص

stableai/claude-fable-5-china

معرف النموذج: stableai/claude-fable-5-china
العائلة
Claude
السياق
غير محدد
لكل طلب
0.0529 د.إ.
الطلبات
5
نجاح
60.0%
الرموز
889
مدة التشغيل 0.00%
قبل 24 ساعةالآن
قبل 7 أيامالآن

الأسعار

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

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

السابق منذ 04/08/2026 - 10:02:32
الإدخال / مليون رمز0.538 د.إ. الإخراج / مليون رمز0.714 د.إ.
السابق منذ 04/08/2026 - 11:59:34
الإدخال / مليون رمز0.485 د.إ. الإخراج / مليون رمز0.661 د.إ. قراءة الكاش / مليون رمز0.273 د.إ. كتابة الكاش / مليون رمز0.626 د.إ.
الحالي منذ 10/08/2026 - 00:17:40
لكل طلب0.0529 د.إ. قراءة الكاش / مليون رمز0.393 د.إ. كتابة الكاش / مليون رمز0.902 د.إ.
نقاط النهاية المدعومة
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/stableai/claude-fable-5-china: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": "stableai/claude-fable-5-china",
    "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": "stableai/claude-fable-5-china",
    "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": "stableai/claude-fable-5-china",
    "messages": [
        {
            "role": "user",
            "content": "مرحبًا، من أنت؟"
        }
    ]
}

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

جرّبها

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

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