Gemini
Gemini ข้อความ

cuzem3/gemini-3.7-flash-medium

Model ID: cuzem3/gemini-3.7-flash-medium
ตระกูล
Gemini
บริบท
ไม่ระบุ
ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.0176 ฿
คำขอ
21.1K
สำเร็จ
96.9%
โทเค็น
587.98M
เวลาใช้งาน 100.00%
24 ชม. ที่แล้วตอนนี้
7 วันที่แล้วตอนนี้

ราคา

Input / 1M token
0.353 ฿
Output / 1M token
0.353 ฿
ต่อคำขอ
0.0176 ฿
ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.0176 ฿
ประวัติราคา

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

อดีต ตั้งแต่ 24/08/2026 - 09:56:18
ต่อคำขอ0.013 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.013 ฿
อดีต ตั้งแต่ 09/09/2026 - 15:13:05
ต่อคำขอ0.0141 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.0141 ฿
ปัจจุบัน ตั้งแต่ 13/09/2026 - 08:07:56
Input / 1M token0.353 ฿ Output / 1M token0.353 ฿ ต่อคำขอ0.0176 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.0176 ฿
ตัวประมาณค่าใช้จ่าย
ยอดรวมโดยประมาณ 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/cuzem3/gemini-3.7-flash-medium:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
https://api.xah.io/v1/completions
เมธอด POST · application/json
การยืนยันตัวตน Bearer token (คีย์ API)
โหลดที่ทดสอบแล้ว 🟡 ปานกลาง สูงสุด 12/s · ต่อเนื่อง 2.2/s
ความหน่วง p95 8,737 ms
ประเภท API ข้อความ

หมายเหตุ

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

แบ่งปัน

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

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

ลองใช้

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

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