Claude
Claude Text

xprogamer/claude-fable-5-vip

Model ID: xprogamer/claude-fable-5-vip
Keluarga model
Claude
Context
Tidak diperbarui
Input / 1M token
8307.692 Rp
Tingkat cache
45.6%
Jumlah request
17
Berhasil
64.7%
Token
41.1K
Uptime
24 jam laluSekarang
7 hari laluSekarang

Daftar harga

Input / 1M token
8307.692 Rp
Output / 1M token
36923.076 Rp
Prompt Cache 45.6%
Cache read / 1M token
8307.692 Rp
Cache write / 1M token
8307.692 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.

Saat ini Sejak 01/08/2026 - 11:54:56
Input / 1M token8307.692 Rp Output / 1M token36923.076 Rp Cache read / 1M token8307.692 Rp Cache write / 1M token8307.692 Rp
Sebelumnya Sejak 01/08/2026 - 15:54:09
Input / 1M token3323.076 Rp Output / 1M token5907.692 Rp Per request0.923 Rp Cache read / 1M token4430.769 Rp Cache write / 1M token4430.769 Rp
Sebelumnya Sejak 03/08/2026 - 15:46:44
Input / 1M token4430.769 Rp Output / 1M token5907.692 Rp Per request0.923 Rp Cache read / 1M token5316.923 Rp Cache write / 1M token5316.923 Rp
Sebelumnya Sejak 04/08/2026 - 15:28:30
Input / 1M token3230.769 Rp Output / 1M token5907.692 Rp Per request0.923 Rp Cache read / 1M token3230.769 Rp Cache write / 1M token3230.769 Rp
Sebelumnya Sejak 06/08/2026 - 16:51:21
Input / 1M token4615.384 Rp Output / 1M token5907.692 Rp Per request0.923 Rp Cache read / 1M token4615.384 Rp Cache write / 1M token4615.384 Rp
Sebelumnya Sejak 08/08/2026 - 12:48:09
Input / 1M token8307.692 Rp Output / 1M token36923.076 Rp Cache read / 1M token2307.692 Rp Cache write / 1M token2769.23 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/xprogamer/claude-fable-5-vip:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Metode POST · application/json
Autentikasi Bearer token (API key)
Jenis API Text

Catatan teknis

Update nguồn Claude : Hiện tại nguồn Claude xin hơn tránh ngắt quảng, độ ổn định sẽ đạt đỉnh 99,99% để đẩm bảo chất lượng các Models em xin phép chỉnh giá tăng 1 xíu, a.e thông cảm!

Bagikan

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

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

Coba cepat

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

Ulasan & komentar
0.0 / 0 ulasan
Memuat ulasan...
Hubungi Dukungan
Kami selalu siap membantu Anda