Claude
Claude ข้อความ

devdoclang/claude-opus-4-7

Model ID: devdoclang/claude-opus-4-7
ตระกูล
Claude
บริบท
1,000,000
Input / 1M token
3.591 ฿
อัตรา Cache hit
36%
คำขอ
215
สำเร็จ
88.4%
โทเค็น
12.95M
เวลาใช้งาน 100.00%
24 ชม. ที่แล้วตอนนี้
7 วันที่แล้วตอนนี้

ราคา

Input / 1M token
3.591 ฿
Output / 1M token
5.714 ฿
Prompt Cache 36%
Cache read / 1M token
3.265 ฿
Cache write / 1M token
4.897 ฿

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

ประวัติราคา

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

อดีต ตั้งแต่ 30/07/2026 - 21:05:59
Input / 1M token3.401 ฿ Output / 1M token4.081 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.0068 ฿ Cache read / 1M token1.904 ฿ Cache write / 1M token2.448 ฿
อดีต ตั้งแต่ 02/08/2026 - 20:54:42
Input / 1M token4.897 ฿ Output / 1M token5.959 ฿ Cache read / 1M token4.081 ฿ Cache write / 1M token5.306 ฿
ปัจจุบัน ตั้งแต่ 04/08/2026 - 12:09:40
Input / 1M token3.591 ฿ Output / 1M token5.714 ฿ Cache read / 1M token3.265 ฿ Cache write / 1M token4.897 ฿
ตัวประมาณค่าใช้จ่าย
ยอดรวมโดยประมาณ 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/claude-opus-4-7:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
เมธอด POST · application/json
การยืนยันตัวตน Bearer token (คีย์ API)
ขีดจำกัดอัตรา 80 req/min
โหลดที่ทดสอบแล้ว 🟡 ปานกลาง สูงสุด 16/s · ต่อเนื่อง 2.9/s
ความหน่วง p95 24,684 ms
ประเภท API ข้อความ

หมายเหตุ

Due to limited supply, I've temporarily increased model prices. Thanks for your understanding. Feel free to check out my more affordable GPT models.

แบ่งปัน

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

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

ลองใช้

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

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