อื่น ๆ
อื่น ๆ ข้อความ

xprogamer/AI-Promax-Unlimited

Model ID: xprogamer/AI-Promax-Unlimited
ตระกูล
อื่น ๆ
บริบท
250,000
ต่อคำขอ
0.0489 ฿
อัตรา Cache hit
78.9%
คำขอ
3.9K
สำเร็จ
99.6%
โทเค็น
329.69M
เวลาใช้งาน 100.00%
24 ชม. ที่แล้วตอนนี้
7 วันที่แล้วตอนนี้

ราคา

ต่อคำขอ
0.0489 ฿
Prompt Cache 78.9%
Cache read / 1M token
0.00979 ฿
Cache write / 1M token
0.00979 ฿

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

ประวัติราคา

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

อดีต ตั้งแต่ 29/07/2026 - 10:43:17
ต่อคำขอ0.0163 ฿ Cache read / 1M token0.00816 ฿ Cache write / 1M token0.00816 ฿
อดีต ตั้งแต่ 05/08/2026 - 16:44:12
ต่อคำขอ0.0163 ฿
ปัจจุบัน ตั้งแต่ 12/08/2026 - 20:57:47
ต่อคำขอ0.0489 ฿ Cache read / 1M token0.00979 ฿ Cache write / 1M token0.00979 ฿
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/xprogamer/AI-Promax-Unlimited:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
เมธอด POST · application/json
การยืนยันตัวตน Bearer token (คีย์ API)
โหลดที่ทดสอบแล้ว 🟢 สูง สูงสุด 37/s · ต่อเนื่อง 2.1/s
ความหน่วง p95 25,602 ms
ประเภท API ข้อความ

หมายเหตุ

Model AI là tập hợp router các AI xoay vòng để hạn chế limit, vì cùng lúc nhiều người sử dụng quá có thể sẽ bị lỗi vì không còn slot nữa, anh em thông cảm retry lại nhé!

แบ่งปัน

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

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

ลองใช้

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

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