GPT
GPT ข้อความ

devdoclang/gpt-5.6-sol

Model ID: devdoclang/gpt-5.6-sol
ตระกูล
GPT
บริบท
1,000,000
ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.0163 ฿
อัตรา Cache hit
10.3%
คำขอ
136
สำเร็จ
74.3%
โทเค็น
2.18M
เวลาใช้งาน 93.33%
24 ชม. ที่แล้วตอนนี้
7 วันที่แล้วตอนนี้

ราคา

Input / 1M token
2.693 ฿
Output / 1M token
4.163 ฿
ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.0163 ฿
Prompt Cache 10.3%
Cache read / 1M token
2.84 ฿
Cache write / 1M token
4.702 ฿

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

ประวัติราคา

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

ปัจจุบัน ตั้งแต่ 24/07/2026 - 00:05:02
Input / 1M token2.693 ฿ Output / 1M token4.163 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.0163 ฿ Cache read / 1M token2.84 ฿ Cache write / 1M token4.702 ฿
อดีต ตั้งแต่ 29/07/2026 - 19:52:18
Input / 1M token2.693 ฿ Output / 1M token3.673 ฿ Cache read / 1M token2.612 ฿ Cache write / 1M token2.938 ฿
อดีต ตั้งแต่ 06/08/2026 - 14:37:47
Input / 1M token2.693 ฿ Output / 1M token3.673 ฿
อดีต ตั้งแต่ 08/08/2026 - 11:50:38
Input / 1M token2.693 ฿ Output / 1M token4.163 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.00653 ฿ Cache read / 1M token2.367 ฿ Cache write / 1M token3.918 ฿
ตัวประมาณค่าใช้จ่าย
ยอดรวมโดยประมาณ 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/devdoclang/gpt-5.6-sol:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
เมธอด POST · application/json
การยืนยันตัวตน Bearer token (คีย์ API)
ขีดจำกัดอัตรา 60 req/min
โหลดที่ทดสอบแล้ว 🟡 ปานกลาง สูงสุด 28/s · ต่อเนื่อง 5.2/s
ความหน่วง p95 12,424 ms
ประเภท API ข้อความ

หมายเหตุ

Leave a 5★ rating if you enjoy the service—it helps us keep prices low. If you hit an AWS Gateway error, just retry a few times. Due to limited supply, prices are temporarily higher. Thanks for your understanding!

แบ่งปัน

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

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

ลองใช้

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

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