GPT
GPT Text

devdoclang/gpt-5.6-sol

Model ID: devdoclang/gpt-5.6-sol
Keluarga model
GPT
Context
1,000,000
Biaya minimum / request
9.23 Rp
Tingkat cache
10.3%
Jumlah request
136
Berhasil
74.3%
Token
2.18M
Uptime 93.33%
24 jam laluSekarang
7 hari laluSekarang

Daftar harga

Input / 1M token
1523.076 Rp
Output / 1M token
2353.846 Rp
Biaya minimum / request
9.23 Rp
Prompt Cache 10.3%
Cache read / 1M token
1606.153 Rp
Cache write / 1M token
2658.461 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 24/07/2026 - 00:05:02
Input / 1M token1523.076 Rp Output / 1M token2353.846 Rp Biaya minimum / request9.23 Rp Cache read / 1M token1606.153 Rp Cache write / 1M token2658.461 Rp
Sebelumnya Sejak 29/07/2026 - 19:52:18
Input / 1M token1523.076 Rp Output / 1M token2076.923 Rp Cache read / 1M token1476.923 Rp Cache write / 1M token1661.538 Rp
Sebelumnya Sejak 06/08/2026 - 14:37:47
Input / 1M token1523.076 Rp Output / 1M token2076.923 Rp
Sebelumnya Sejak 08/08/2026 - 11:50:38
Input / 1M token1523.076 Rp Output / 1M token2353.846 Rp Biaya minimum / request3.692 Rp Cache read / 1M token1338.461 Rp Cache write / 1M token2215.384 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/gpt-5.6-sol: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 28/s · sustained 5.2/s
Latensi p95 12,424 ms
Jenis API Text

Catatan teknis

Leave a 5★ rating if you enjoy the service—it helps us keep prices low. If you hit an AWS Gateway error, just retry a few times. Due to limited supply, prices are temporarily higher. Thanks for your understanding!

Bagikan

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

Coba cepat

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

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