Claude
Claude Text

thanhnhan9023/claude-opus-4.8

Model ID: thanhnhan9023/claude-opus-4.8
Keluarga model
Claude
Context
Tidak diperbarui
Biaya minimum / request
27.692 Rp
Tingkat cache
30.7%
Jumlah request
52.1K
Berhasil
96.7%
Token
9.56B
Uptime 97.56%
24 jam laluSekarang
7 hari laluSekarang

Daftar harga

Per request
27.692 Rp
Biaya minimum / request
27.692 Rp
Prompt Cache 30.7%
Cache read / 1M token
2296.91 Rp
Cache write / 1M token
3062.547 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 - 10:17:37
Per request29.538 Rp Cache read / 1M token646.153 Rp Cache write / 1M token646.153 Rp
Sebelumnya Sejak 05/08/2026 - 09:41:49
Per request29.538 Rp
Sebelumnya Sejak 12/08/2026 - 14:09:10
Per request9.23 Rp Biaya minimum / request9.23 Rp Cache read / 1M token1107.692 Rp Cache write / 1M token1476.923 Rp
Sebelumnya Sejak 14/08/2026 - 14:02:32
Per request36.923 Rp Biaya minimum / request9.23 Rp Cache read / 1M token1329.23 Rp Cache write / 1M token1772.307 Rp
Sebelumnya Sejak 14/08/2026 - 14:28:16
Per request36.923 Rp Biaya minimum / request36.923 Rp Cache read / 1M token1595.076 Rp Cache write / 1M token2126.769 Rp
Sebelumnya Sejak 14/08/2026 - 15:10:47
Per request35.076 Rp Biaya minimum / request35.076 Rp Cache read / 1M token1914.092 Rp Cache write / 1M token2552.123 Rp
Saat ini Sejak 14/08/2026 - 15:31:35
Per request27.692 Rp Biaya minimum / request27.692 Rp Cache read / 1M token2296.91 Rp Cache write / 1M token3062.547 Rp
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/thanhnhan9023/claude-opus-4.8:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Metode POST · application/json
Autentikasi Bearer token (API key)
Beban teruji 🟢 High peak 41/s · sustained 3.9/s
Latensi p95 4,691 ms
Jenis API Text

Bagikan

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

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

Coba cepat

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

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