GPT
GPT Text

giabaopro1908/gpt-5.6-luna

Model ID: giabaopro1908/gpt-5.6-luna
Keluarga model
GPT
Context
Tidak diperbarui
Input / 1M token
312 Rp
Tingkat cache
3.8%
Jumlah request
37
Berhasil
89.2%
Token
133.3K
Uptime 100.00%
24 jam laluSekarang
7 hari laluSekarang

Daftar harga

Input / 1M token
312 Rp
Output / 1M token
935.999 Rp
Prompt Cache 3.8%
Cache read / 1M token
304.2 Rp
Cache write / 1M token
507 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 13/09/2026 - 21:07:33
Input / 1M token312 Rp Output / 1M token935.999 Rp Cache read / 1M token233.999 Rp Cache write / 1M token390 Rp
Saat ini Sejak 18/09/2026 - 10:29:13
Input / 1M token312 Rp Output / 1M token935.999 Rp Cache read / 1M token304.2 Rp Cache write / 1M token507 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/giabaopro1908/gpt-5.6-luna:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Metode POST · application/json
Autentikasi Bearer token (API key)
Beban teruji 🟡 Medium peak 18/s · sustained 2.1/s
Latensi p95 25,530 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": "giabaopro1908/gpt-5.6-luna",
    "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": "giabaopro1908/gpt-5.6-luna",
    "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": "giabaopro1908/gpt-5.6-luna",
    "messages": [
        {
            "role": "user",
            "content": "Halo, kamu siapa?"
        }
    ]
}

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