Claude
Claude ข้อความ

thanhnhan9023/claude-opus-4.8

Model ID: thanhnhan9023/claude-opus-4.8
ตระกูล
Claude
บริบท
ไม่ระบุ
ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.0489 ฿
อัตรา Cache hit
30.9%
คำขอ
52.8K
สำเร็จ
96.8%
โทเค็น
9.76B
เวลาใช้งาน 97.73%
24 ชม. ที่แล้วตอนนี้
7 วันที่แล้วตอนนี้

ราคา

ต่อคำขอ
0.0489 ฿
ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.0489 ฿
Prompt Cache 30.9%
Cache read / 1M token
4.062 ฿
Cache write / 1M token
5.416 ฿

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

ประวัติราคา

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

อดีต ตั้งแต่ 29/07/2026 - 10:17:37
ต่อคำขอ0.0522 ฿ Cache read / 1M token1.142 ฿ Cache write / 1M token1.142 ฿
อดีต ตั้งแต่ 05/08/2026 - 09:41:49
ต่อคำขอ0.0522 ฿
อดีต ตั้งแต่ 12/08/2026 - 14:09:10
ต่อคำขอ0.0163 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.0163 ฿ Cache read / 1M token1.959 ฿ Cache write / 1M token2.612 ฿
อดีต ตั้งแต่ 14/08/2026 - 14:02:32
ต่อคำขอ0.0653 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.0163 ฿ Cache read / 1M token2.351 ฿ Cache write / 1M token3.134 ฿
อดีต ตั้งแต่ 14/08/2026 - 14:28:16
ต่อคำขอ0.0653 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.0653 ฿ Cache read / 1M token2.821 ฿ Cache write / 1M token3.761 ฿
อดีต ตั้งแต่ 14/08/2026 - 15:10:47
ต่อคำขอ0.062 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.062 ฿ Cache read / 1M token3.385 ฿ Cache write / 1M token4.513 ฿
ปัจจุบัน ตั้งแต่ 14/08/2026 - 15:31:35
ต่อคำขอ0.0489 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.0489 ฿ Cache read / 1M token4.062 ฿ Cache write / 1M token5.416 ฿
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/thanhnhan9023/claude-opus-4.8:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
เมธอด POST · application/json
การยืนยันตัวตน Bearer token (คีย์ API)
โหลดที่ทดสอบแล้ว 🟢 สูง สูงสุด 41/s · ต่อเนื่อง 3.9/s
ความหน่วง p95 4,691 ms
ประเภท API ข้อความ

แบ่งปัน

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

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

ลองใช้

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

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