GPT
GPT ข้อความ

tdsang1999/gpt-5.6-sol

Model ID: tdsang1999/gpt-5.6-sol
ตระกูล
GPT
บริบท
1,000,000
ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.0265 ฿
อัตรา Cache hit
75.9%
คำขอ
4.3K
สำเร็จ
99.1%
โทเค็น
87.15M
เวลาใช้งาน 100.00%
24 ชม. ที่แล้วตอนนี้
7 วันที่แล้วตอนนี้

ราคา

Input / 1M token
1.224 ฿
Output / 1M token
2.312 ฿
ต่อคำขอ
0.0707 ฿
ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.0265 ฿
Prompt Cache 75.9%
Cache read / 1M token
0.636 ฿
Cache write / 1M token
1.768 ฿

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

ประวัติราคา

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

อดีต ตั้งแต่ 01/09/2026 - 22:54:40
Input / 1M token0.914 ฿ Output / 1M token2.617 ฿ ต่อคำขอ0.0707 ฿ Cache read / 1M token1.298 ฿ Cache write / 1M token3.679 ฿
อดีต ตั้งแต่ 03/09/2026 - 01:39:27
Input / 1M token0.914 ฿ Output / 1M token2.617 ฿ ต่อคำขอ0.0707 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.0265 ฿ Cache read / 1M token1.688 ฿ Cache write / 1M token4.783 ฿
ปัจจุบัน ตั้งแต่ 03/09/2026 - 15:20:22
Input / 1M token1.224 ฿ Output / 1M token2.312 ฿ ต่อคำขอ0.0707 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.0265 ฿ Cache read / 1M token0.636 ฿ Cache write / 1M token1.768 ฿
ตัวประมาณค่าใช้จ่าย
ยอดรวมโดยประมาณ 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/tdsang1999/gpt-5.6-sol:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
เมธอด POST · application/json
การยืนยันตัวตน Bearer token (คีย์ API)
ประเภท API ข้อความ

หมายเหตุ

model gpt từ openai hàng thật, nên mọi người yên tâm về chất lượng

แบ่งปัน

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

ลองใช้

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

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