Qwen
Qwen Embed

cuong5a115a11/Qwen3-embedding-8b

ID modello: cuong5a115a11/Qwen3-embedding-8b
Famiglia
Qwen
Context
Non specificato
Input / 1M token
0.0206 €
Request
11.2K
Successo
100.0%
Tokens
3.09M
Uptime 100.00%
24 ore faAdesso
7 giorni faAdesso

Listino prezzi

Input / 1M token
0.0206 €
Output / 1M token
0 €
Cronologia prezzi

I livelli di prezzo applicati nel tempo. La riga contrassegnata "attuale" è il prezzo in uso.

Attuale Dal 29/07/2026 - 14:31:15
Input / 1M token0.0206 € Output / 1M token0 €
Stima dei costi
Totale stimato 0 €
Media / request 0 €

Stima basata sui prezzi pubblicati. Con la cache di solito costa meno.

Endpoint supportati
https://api.xah.io/v1/embeddings
Metodo POST · application/json
Autenticazione Bearer token (API key)
Tipi di API Embed

Condividi

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"
}
Prova subito

Questo modello non supporta la chat testuale, quindi non può essere provato qui.

Recensioni e commenti
0.0 / 0 recensioni
Caricamento delle recensioni...
Contatta il supporto
Siamo sempre pronti ad aiutarla