Qwen
Qwen Embed

cuong5a115a11/Qwen3-embedding-8b

Model ID: cuong5a115a11/Qwen3-embedding-8b
ตระกูล
Qwen
บริบท
ไม่ระบุ
Input / 1M token
0.816 ฿
คำขอ
11.2K
สำเร็จ
100.0%
โทเค็น
3.09M
เวลาใช้งาน 100.00%
24 ชม. ที่แล้วตอนนี้
7 วันที่แล้วตอนนี้

ราคา

Input / 1M token
0.816 ฿
Output / 1M token
0 ฿
ประวัติราคา

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

ปัจจุบัน ตั้งแต่ 29/07/2026 - 14:31:15
Input / 1M token0.816 ฿ Output / 1M token0 ฿
ตัวประมาณค่าใช้จ่าย
ยอดรวมโดยประมาณ 0 ฿
เฉลี่ย / คำขอ 0 ฿

ประมาณการจากราคาที่แสดงไว้ การใช้ cache มักจะทำให้ถูกกว่า

Endpoint ที่รองรับ
https://api.xah.io/v1/embeddings
เมธอด POST · application/json
การยืนยันตัวตน Bearer token (คีย์ API)
ประเภท API Embed

แบ่งปัน

curl 'https://api.xah.io/v1/embeddings' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "cuong5a115a11/Qwen3-embedding-8b",
    "input": "The quick brown fox jumps over the lazy dog"
}'
// Node.js / Browser
const res = await fetch('https://api.xah.io/v1/embeddings', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    "model": "cuong5a115a11/Qwen3-embedding-8b",
    "input": "The quick brown fox jumps over the lazy dog"
})
});
const data = await res.json();
console.log(data);
import requests

url = 'https://api.xah.io/v1/embeddings'
headers = {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json',
}
payload = {
    "model": "cuong5a115a11/Qwen3-embedding-8b",
    "input": "The quick brown fox jumps over the lazy dog"
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "cuong5a115a11/Qwen3-embedding-8b",
    "input": "The quick brown fox jumps over the lazy dog"
}
ลองใช้

โมเดลนี้ไม่รองรับแชทข้อความ จึงไม่สามารถลองใช้งานที่นี่ได้

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