Qwen
Qwen ข้อความ

sypham98/qwen3.8-fast

Model ID: sypham98/qwen3.8-fast
ตระกูล
Qwen
บริบท
256,000
ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.00326 ฿
คำขอ
88
สำเร็จ
85.2%
โทเค็น
5.29M
เวลาใช้งาน 85.23%
24 ชม. ที่แล้วตอนนี้
7 วันที่แล้วตอนนี้

ราคา

ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.00326 ฿
ประวัติราคา

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

ปัจจุบัน ตั้งแต่ 18/08/2026 - 08:49:23
ค่าใช้จ่ายขั้นต่ำ / คำขอ0.00326 ฿ Cache read / 1M token0.846 ฿ Cache write / 1M token8.463 ฿
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/sypham98/qwen3.8-fast:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
เมธอด POST · application/json
การยืนยันตัวตน Bearer token (คีย์ API)
โหลดที่ทดสอบแล้ว 🟡 ปานกลาง สูงสุด 24/s · ต่อเนื่อง 4.5/s
ความหน่วง p95 19,989 ms
ประเภท API ข้อความ

หมายเหตุ

Model nhẹ chạy nhanh đủ phục vụ ae cơ bản giá siêu rẻ

แบ่งปัน

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

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

ลองใช้

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

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