อื่น ๆ
อื่น ๆ Embed

text-embedding-3-small

Model ID: text-embedding-3-small
ตระกูล
อื่น ๆ
บริบท
ไม่ระบุ
ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.00816 ฿
คำขอ
20.7K
สำเร็จ
98.5%
โทเค็น
13.53M
เวลาใช้งาน 100.00%
24 ชม. ที่แล้วตอนนี้
7 วันที่แล้วตอนนี้

ราคา

Input / 1M token
1.523 ฿
Output / 1M token
0 ฿
ค่าใช้จ่ายขั้นต่ำ / คำขอ
0.00816 ฿
ประวัติราคา

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

ปัจจุบัน ตั้งแต่ 05/04/2026 - 19:56:28
Input / 1M token1.523 ฿ Output / 1M token0 ฿ ค่าใช้จ่ายขั้นต่ำ / คำขอ0.00816 ฿
ตัวประมาณค่าใช้จ่าย
ยอดรวมโดยประมาณ 0 ฿
เฉลี่ย / คำขอ 0 ฿

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

Endpoint ที่รองรับ
https://api.xah.io/v1/embeddings
เมธอด POST · application/json
การยืนยันตัวตน Bearer token (คีย์ API)
โหลดที่ทดสอบแล้ว 🟢 Enterprise สูงสุด 65/s · ต่อเนื่อง 43.2/s
ความหน่วง p95 2,000 ms
ประเภท API Embed

แบ่งปัน

curl 'https://api.xah.io/v1/embeddings' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "text-embedding-3-small",
    "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": "text-embedding-3-small",
    "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": "text-embedding-3-small",
    "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": "text-embedding-3-small",
    "input": "The quick brown fox jumps over the lazy dog"
}
ลองใช้

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

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