Inne
Inne Embed

text-embedding-3-small

Model ID: text-embedding-3-small
Rodzina
Inne
Kontekst
Nie określono
Minimalna opłata / request
0.000869 zł
Liczba użyć
20.7K
Sukces
98.5%
Tokeny
13.53M
Uptime 100.00%
24 godz. temuTeraz
7 dni temuTeraz

Cennik

Input / 1M tokenów
0.162 zł
Output / 1M tokenów
0 zł
Minimalna opłata / request
0.000869 zł
Historia cen

Poziomy cen stosowane wcześniej. Wiersz oznaczony jako „bieżący” to cena obowiązująca.

Bieżąca Od 05/04/2026 - 19:56:28
Input / 1M tokenów0.162 zł Output / 1M tokenów0 zł Minimalna opłata / request0.000869 zł
Kalkulator kosztów
Szacowana suma 0 zł
Średnio / request 0 zł

Szacunek na podstawie cen cennikowych. Cache zwykle obniża koszty.

Obsługiwane endpointy
https://api.xah.io/v1/embeddings
Metoda POST · application/json
Autoryzacja Bearer token (klucz API)
Przetestowane obciążenie 🟢 Enterprise peak 65/s · sustained 43.2/s
Opóźnienie p95 2,000 ms
Rodzaje API Embed

Udostępnij

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"
}
Wypróbuj

Ten model nie obsługuje czatu tekstowego, więc nie można go tutaj wypróbować.

Oceny i komentarze
0.0 / 0 ocen
Ładowanie ocen...
Skontaktuj się z pomocą
Zawsze jesteśmy gotowi, aby Ci pomóc