Qwen
Qwen Tekst

linhnhihoang05/Qwen3.8-Open-Source

Model-ID: linhnhihoang05/Qwen3.8-Open-Source
Familie
Qwen
Context
1,000,000
Per verzoek
0.00206 €
Verzoeken
0
Succes
Tokens
0
Uptime
24 uur geledenNu
7 dagen geledenNu

Prijzen

Per verzoek
0.00206 €
Prijsgeschiedenis

Eerder toegepaste prijsniveaus. De rij met "huidig" is de actuele prijs.

Huidig Sinds 15/08/2026 - 19:33:11
Per verzoek0.00206 €
Ondersteunde endpoints
https://api.xah.io/v1/chat/completions
https://api.xah.io/v1/messages
https://api.xah.io/v1/responses
https://api.xah.io/v1beta/models/linhnhihoang05/Qwen3.8-Open-Source:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Methode POST · application/json
Authenticatie Bearer token (API-sleutel)
API-typen Tekst

Delen

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "linhnhihoang05/Qwen3.8-Open-Source",
    "messages": [
        {
            "role": "user",
            "content": "Hallo, wie ben jij?"
        }
    ]
}'
// Node.js / Browser
const res = await fetch('https://api.xah.io/v1/chat/completions', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    "model": "linhnhihoang05/Qwen3.8-Open-Source",
    "messages": [
        {
            "role": "user",
            "content": "Hallo, wie ben jij?"
        }
    ]
})
});
const data = await res.json();
console.log(data);
import requests

url = 'https://api.xah.io/v1/chat/completions'
headers = {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json',
}
payload = {
    "model": "linhnhihoang05/Qwen3.8-Open-Source",
    "messages": [
        {
            "role": "user",
            "content": "Hallo, wie ben jij?"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "linhnhihoang05/Qwen3.8-Open-Source",
    "messages": [
        {
            "role": "user",
            "content": "Hallo, wie ben jij?"
        }
    ]
}

Probeer het

Stuur een prompt met je API-sleutel - gebruikt echte credits en streamt direct terug.

Beoordelingen en reacties
0.0 / 0 beoordelingen
Beoordelingen laden...
Contact opnemen
We helpen je altijd graag verder