GPT
GPT Text

sypham98/gpt-5.5

Model ID: sypham98/gpt-5.5
Keluarga model
GPT
Context
1,000,000
Biaya minimum / request
14.769 Rp
Tingkat cache
70.8%
Jumlah request
179
Berhasil
98.9%
Token
16.92M
Uptime
24 jam laluSekarang
7 hari laluSekarang

Daftar harga

Input / 1M token
461.538 Rp
Output / 1M token
1384.615 Rp
Biaya minimum / request
14.769 Rp
Prompt Cache 70.8%
Cache read / 1M token
92.307 Rp
Cache write / 1M token
461.538 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 08/07/2026 - 20:25:04
Input / 1M token461.538 Rp Output / 1M token1384.615 Rp Biaya minimum / request14.769 Rp Cache read / 1M token92.307 Rp Cache write / 1M token461.538 Rp
Sebelumnya Sejak 30/07/2026 - 21:05:47
Input / 1M token615.384 Rp Output / 1M token1923.076 Rp Biaya minimum / request15.384 Rp Cache read / 1M token153.846 Rp Cache write / 1M token615.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/sypham98/gpt-5.5: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 42/s · sustained 6.2/s
Latensi p95 15,441 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": "sypham98/gpt-5.5",
    "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": "sypham98/gpt-5.5",
    "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": "sypham98/gpt-5.5",
    "messages": [
        {
            "role": "user",
            "content": "Halo, kamu siapa?"
        }
    ]
}

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