Qwen
Qwen Embed

adminsgehdt/Qwen3-Embedding-4B

Model ID: adminsgehdt/Qwen3-Embedding-4B
Rodzina
Qwen
Kontekst
Nie określono
Input / 1M tokenów
0.104 zł
Liczba użyć
0
Sukces
Tokeny
0
Uptime
24 godz. temuTeraz
7 dni temuTeraz

Cennik

Input / 1M tokenów
0.104 zł
Output / 1M tokenów
0 zł
Historia cen

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

Bieżąca Od 19/08/2026 - 09:34:08
Input / 1M tokenów0.104 zł Output / 1M tokenów0 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)
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": "adminsgehdt/Qwen3-Embedding-4B",
    "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": "adminsgehdt/Qwen3-Embedding-4B",
    "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": "adminsgehdt/Qwen3-Embedding-4B",
    "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": "adminsgehdt/Qwen3-Embedding-4B",
    "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