GPT
GPT ข้อความ

stableai/gpt-5.6-sol

Model ID: stableai/gpt-5.6-sol
ตระกูล
GPT
บริบท
ไม่ระบุ
ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.0261 ฿
อัตรา Cache hit
75.8%
คำขอ
3K
สำเร็จ
93.1%
โทเค็น
422.94M
เวลาใช้งาน 98.48%
24 ชม. ที่แล้วตอนนี้
7 วันที่แล้วตอนนี้

ราคา

Input / 1M token
1.959 ฿
Output / 1M token
4.571 ฿
ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.0261 ฿
Prompt Cache 75.8%
Cache read / 1M token
0.816 ฿
Cache write / 1M token
2.448 ฿

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

ประวัติราคา

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

อดีต ตั้งแต่ 29/07/2026 - 02:06:14
Input / 1M token2.04 ฿ Output / 1M token4.761 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.0272 ฿
อดีต ตั้งแต่ 02/08/2026 - 00:24:43
Input / 1M token2.04 ฿ Output / 1M token4.761 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.0272 ฿ Cache read / 1M token1.36 ฿ Cache write / 1M token2.04 ฿
ปัจจุบัน ตั้งแต่ 08/08/2026 - 01:31:37
Input / 1M token1.959 ฿ Output / 1M token4.571 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.0261 ฿ Cache read / 1M token0.816 ฿ Cache write / 1M token2.448 ฿
ตัวประมาณค่าใช้จ่าย
ยอดรวมโดยประมาณ 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/stableai/gpt-5.6-sol:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
เมธอด POST · application/json
การยืนยันตัวตน Bearer token (คีย์ API)
ประเภท API ข้อความ

แบ่งปัน

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

ลองใช้

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

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