Gemini
Gemini ข้อความ

vuduythanh2023/gemini-3.1-pro-high

Model ID: vuduythanh2023/gemini-3.1-pro-high
ตระกูล
Gemini
บริบท
ไม่ระบุ
ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.0204 ฿
อัตรา Cache hit
35.3%
คำขอ
8.3K
สำเร็จ
99.1%
โทเค็น
129.18M
เวลาใช้งาน 98.20%
24 ชม. ที่แล้วตอนนี้
7 วันที่แล้วตอนนี้

ราคา

Input / 1M token
2.04 ฿
Output / 1M token
10.884 ฿
ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.0204 ฿
Prompt Cache 35.3%
Cache read / 1M token
0.68 ฿
Cache write / 1M token
1.36 ฿

Prompt ที่ซ้ำกันถูกแคชไว้ — การอ่านราคาถูกกว่า input มาก ใช้โดยอัตโนมัติผ่าน API

ประวัติราคา

ระดับราคาที่เคยใช้ แถวที่ระบุ "ปัจจุบัน" คือราคาจริง

ปัจจุบัน ตั้งแต่ 03/08/2026 - 22:41:57
Input / 1M token2.04 ฿ Output / 1M token10.884 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.0204 ฿ Cache read / 1M token0.68 ฿ Cache write / 1M token1.36 ฿
ตัวประมาณค่าใช้จ่าย
ยอดรวมโดยประมาณ 0 ฿
เฉลี่ย / คำขอ 0 ฿

ประมาณการจากราคาที่แสดงไว้ การใช้ cache มักจะทำให้ถูกกว่า

Endpoint ที่รองรับ
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/gemini-3.1-pro-high:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
เมธอด POST · application/json
การยืนยันตัวตน Bearer token (คีย์ API)
ขีดจำกัดอัตรา 30 req/min
ประเภท API ข้อความ

แบ่งปัน

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "vuduythanh2023/gemini-3.1-pro-high",
    "messages": [
        {
            "role": "user",
            "content": "สวัสดี คุณคือใคร?"
        }
    ]
}'
// 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/gemini-3.1-pro-high",
    "messages": [
        {
            "role": "user",
            "content": "สวัสดี คุณคือใคร?"
        }
    ]
})
});
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/gemini-3.1-pro-high",
    "messages": [
        {
            "role": "user",
            "content": "สวัสดี คุณคือใคร?"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "vuduythanh2023/gemini-3.1-pro-high",
    "messages": [
        {
            "role": "user",
            "content": "สวัสดี คุณคือใคร?"
        }
    ]
}

ลองใช้

ส่ง prompt ด้วยคีย์ API ของคุณ — ใช้เครดิตจริง สตรีมกลับทันที

รีวิวและความคิดเห็น
5.0 / 1 รีวิว
กำลังโหลดรีวิว...
ติดต่อฝ่ายสนับสนุน
เราพร้อมช่วยเหลือคุณเสมอ