GLM
GLM Text

vuduythanh2023/glm-5.2

Model ID: vuduythanh2023/glm-5.2
Keluarga model
GLM
Context
Tidak diperbarui
Biaya minimum / request
15.384 Rp
Tingkat cache
33.8%
Jumlah request
12.1K
Berhasil
98.5%
Token
1.17B
Uptime 100.00%
24 jam laluSekarang
7 hari laluSekarang

Daftar harga

Input / 1M token
923.076 Rp
Output / 1M token
2307.692 Rp
Biaya minimum / request
15.384 Rp
Prompt Cache 33.8%
Cache read / 1M token
384.615 Rp
Cache write / 1M token
769.23 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 29/07/2026 - 09:00:00
Input / 1M token923.076 Rp Output / 1M token2307.692 Rp Biaya minimum / request15.384 Rp Cache read / 1M token384.615 Rp Cache write / 1M token769.23 Rp
Sebelumnya Sejak 05/08/2026 - 12:36:48
Input / 1M token923.076 Rp Output / 1M token2307.692 Rp Biaya minimum / request15.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/vuduythanh2023/glm-5.2:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Metode POST · application/json
Autentikasi Bearer token (API key)
Batas rate 30 req/min
Jenis API Text

Catatan teknis

Đây là model GLM-5.2 bản cao nhất của Zhipu AI đang được sử dụng cho team của tui. Lưu ý là để không gián đoạn vận hành thì tôi có backup bằng Gemini 3.1 pro high ( bản cao nhất của Google). Anh em dùng ngoài giờ hành chính có thể hết quota GLM-5.2

Bagikan

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

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "vuduythanh2023/glm-5.2",
    "messages": [
        {
            "role": "user",
            "content": "Halo, kamu siapa?"
        }
    ]
}

Coba cepat

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

Ulasan & komentar
3.8 / 4 ulasan
Memuat ulasan...
Hubungi Dukungan
Kami selalu siap membantu Anda