GPT
GPT Text

cuzem3/gpt-5.6-terra

Model ID: cuzem3/gpt-5.6-terra
Keluarga model
GPT
Context
Tidak diperbarui
Biaya minimum / request
11.076 Rp
Jumlah request
30
Berhasil
90.0%
Token
11.3K
Uptime
24 jam laluSekarang
7 hari laluSekarang

Daftar harga

Input / 1M token
553.846 Rp
Output / 1M token
830.769 Rp
Biaya minimum / request
11.076 Rp
Riwayat perubahan harga

Tingkat harga yang pernah diterapkan. Baris berlabel "saat ini" adalah harga yang sedang berlaku.

Sebelumnya Sejak 29/08/2026 - 05:17:19
Input / 1M token738.461 Rp Output / 1M token1107.692 Rp Biaya minimum / request13.846 Rp Cache read / 1M token646.153 Rp Cache write / 1M token923.076 Rp
Sebelumnya Sejak 30/08/2026 - 18:52:44
Input / 1M token553.846 Rp Output / 1M token830.769 Rp Biaya minimum / request11.076 Rp Cache read / 1M token775.384 Rp Cache write / 1M token1107.692 Rp
Saat ini Sejak 31/08/2026 - 20:31:25
Input / 1M token553.846 Rp Output / 1M token830.769 Rp Biaya minimum / request11.076 Rp Cache read / 1M token930.461 Rp Cache write / 1M token1329.23 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/cuzem3/gpt-5.6-terra:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
https://api.xah.io/v1/completions
Metode POST · application/json
Autentikasi Bearer token (API key)
Jenis API Text

Catatan teknis

Nếu gặp vấn đề khi sử dụng thì đừng ngần ngại nhắn lỗi cho tele để model được active trở lại với mọi người nhanh nhất

Bagikan

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

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