Claude
Claude Text

dungcsnd113/claude-haiku

Model ID: dungcsnd113/claude-haiku
Keluarga model
Claude
Context
2,000,000
Biaya minimum / request
3 Rp
Tingkat cache
Jumlah request
389
Berhasil
97.9%
Token
29.5M
Uptime
24 jam laluSekarang
7 hari laluSekarang

Daftar harga

Input / 1M token
300 Rp
Output / 1M token
300 Rp
Per request
3 Rp
Biaya minimum / request
3 Rp
Prompt Cache
Cache read / 1M token
300 Rp
Cache write / 1M token
300 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/09/2026 - 14:27:22
Input / 1M token300 Rp Output / 1M token300 Rp Per request3 Rp Biaya minimum / request3 Rp Cache read / 1M token300 Rp Cache write / 1M token300 Rp
Sebelumnya Sejak 04/09/2026 - 01:29:35
Input / 1M token100 Rp Output / 1M token200 Rp Per request6 Rp Biaya minimum / request3 Rp Cache read / 1M token100 Rp Cache write / 1M token200 Rp
Sebelumnya Sejak 11/09/2026 - 15:26:15
Input / 1M token3 Rp Output / 1M token3 Rp Per request3 Rp Biaya minimum / request3 Rp Cache read / 1M token3 Rp Cache write / 1M token3 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/dungcsnd113/claude-haiku:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Metode POST · application/json
Autentikasi Bearer token (API key)
Batas rate 300 req/min
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": "dungcsnd113/claude-haiku",
    "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": "dungcsnd113/claude-haiku",
    "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": "dungcsnd113/claude-haiku",
    "messages": [
        {
            "role": "user",
            "content": "Halo, kamu siapa?"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "dungcsnd113/claude-haiku",
    "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