Gemini
Gemini Text

dungcsnd113/gemini-flash-3.8

Model ID: dungcsnd113/gemini-flash-3.8
Keluarga model
Gemini
Context
Tidak diperbarui
Biaya minimum / request
5 Rp
Tingkat cache
26%
Jumlah request
42.4K
Berhasil
98.2%
Token
831.71M
Uptime 99.65%
24 jam laluSekarang
7 hari laluSekarang

Daftar harga

Input / 1M token
500 Rp
Output / 1M token
500 Rp
Per request
5 Rp
Biaya minimum / request
5 Rp
Prompt Cache 26%
Cache read / 1M token
100 Rp
Cache write / 1M token
100 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 04/09/2026 - 12:05:22
Input / 1M token200 Rp Output / 1M token400 Rp Per request4 Rp Biaya minimum / request2 Rp Cache read / 1M token40 Rp Cache write / 1M token80 Rp
Sebelumnya Sejak 09/09/2026 - 19:51:20
Input / 1M token500 Rp Output / 1M token500 Rp Per request5 Rp Biaya minimum / request5 Rp Cache read / 1M token500 Rp Cache write / 1M token500 Rp
Saat ini Sejak 14/09/2026 - 09:10:06
Input / 1M token500 Rp Output / 1M token500 Rp Per request5 Rp Biaya minimum / request5 Rp Cache read / 1M token100 Rp Cache write / 1M token100 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/dungcsnd113/gemini-flash-3.8:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Metode POST · application/json
Autentikasi Bearer token (API key)
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": "dungcsnd113/gemini-flash-3.8",
    "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": "dungcsnd113/gemini-flash-3.8",
    "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": "dungcsnd113/gemini-flash-3.8",
    "messages": [
        {
            "role": "user",
            "content": "Halo, kamu siapa?"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "dungcsnd113/gemini-flash-3.8",
    "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.7 / 3 ulasan
Memuat ulasan...
Hubungi Dukungan
Kami selalu siap membantu Anda