Claude
Claude Text

devdoclang/claude-fable-5

Model ID: devdoclang/claude-fable-5
Keluarga model
Claude
Context
1,000,000
Biaya minimum / request
13.846 Rp
Tingkat cache
11.9%
Jumlah request
705
Berhasil
93.5%
Token
36.93M
Uptime
24 jam laluSekarang
7 hari laluSekarang

Daftar harga

Input / 1M token
7384.615 Rp
Output / 1M token
10153.846 Rp
Biaya minimum / request
13.846 Rp
Prompt Cache 11.9%
Cache read / 1M token
7200 Rp
Cache write / 1M token
10523.076 Rp

Prompt berulang di-cache — pembacaan ulang jauh lebih murah daripada input, otomatis saat dipanggil via API.

Riwayat perubahan harga

Tingkat harga yang pernah diterapkan. Baris berlabel "saat ini" adalah harga yang sedang berlaku.

Sebelumnya Sejak 29/07/2026 - 20:05:29
Input / 1M token3846.153 Rp Output / 1M token6923.076 Rp Biaya minimum / request11.538 Rp Cache read / 1M token3076.923 Rp Cache write / 1M token3846.153 Rp
Sebelumnya Sejak 02/08/2026 - 11:54:52
Input / 1M token9230.769 Rp Output / 1M token13846.153 Rp Cache read / 1M token8307.692 Rp Cache write / 1M token10615.384 Rp
Sebelumnya Sejak 03/08/2026 - 23:11:25
Input / 1M token7476.923 Rp Output / 1M token12000 Rp Cache read / 1M token6461.538 Rp Cache write / 1M token9230.769 Rp
Sebelumnya Sejak 05/08/2026 - 18:25:47
Input / 1M token6000 Rp Output / 1M token8769.23 Rp Biaya minimum / request18.461 Rp Cache read / 1M token5076.923 Rp Cache write / 1M token6923.076 Rp
Sebelumnya Sejak 08/08/2026 - 11:44:33
Input / 1M token7384.615 Rp Output / 1M token10153.846 Rp Biaya minimum / request13.846 Rp Cache read / 1M token6000 Rp Cache write / 1M token8769.23 Rp
Saat ini Sejak 13/08/2026 - 00:18:58
Input / 1M token7384.615 Rp Output / 1M token10153.846 Rp Biaya minimum / request13.846 Rp Cache read / 1M token7200 Rp Cache write / 1M token10523.076 Rp
Estimasi biaya
Estimasi total 0 Rp
Rata-rata / request 0 Rp

Estimasi berdasarkan harga yang dipublikasikan. Jika ada cache biasanya lebih murah.

Endpoint yang didukung
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/devdoclang/claude-fable-5:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Metode POST · application/json
Autentikasi Bearer token (API key)
Batas rate 60 req/min
Beban teruji 🟡 Medium peak 21/s · sustained 4.0/s
Latensi p95 13,224 ms
Jenis API Text

Catatan teknis

Due to fluctuations in supply costs, I had to slightly raise the price of the model. Hope you guys understand. A special thanks to xaviersacharpollster for your support!.

Bagikan

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "devdoclang/claude-fable-5",
    "messages": [
        {
            "role": "user",
            "content": "Halo, kamu siapa?"
        }
    ]
}'
// 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": "devdoclang/claude-fable-5",
    "messages": [
        {
            "role": "user",
            "content": "Halo, kamu siapa?"
        }
    ]
})
});
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": "devdoclang/claude-fable-5",
    "messages": [
        {
            "role": "user",
            "content": "Halo, kamu siapa?"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "devdoclang/claude-fable-5",
    "messages": [
        {
            "role": "user",
            "content": "Halo, kamu siapa?"
        }
    ]
}

Coba cepat

Kirim prompt dengan API key Anda — memakai kredit sungguhan, hasilnya stream langsung kembali.

Ulasan & komentar
3.0 / 1 ulasan
Memuat ulasan...
Hubungi Dukungan
Kami selalu siap membantu Anda