Claude
Claude Tekst

thanhnhan9023/claude-opus-4.8

Model-ID: thanhnhan9023/claude-opus-4.8
Familie
Claude
Context
Niet gespecificeerd
Minimale kosten / verzoek
0.00124 €
Cache-hitratio
30.9%
Verzoeken
52.8K
Succes
96.8%
Tokens
9.76B
Uptime 97.73%
24 uur geledenNu
7 dagen geledenNu

Prijzen

Per verzoek
0.00124 €
Minimale kosten / verzoek
0.00124 €
Prompt Cache 30.9%
Cache-lezen / 1M tokens
0.102 €
Cache-schrijven / 1M tokens
0.137 €

Herhaalde prompts worden gecacht — lezen is veel goedkoper dan invoer en wordt automatisch via de API toegepast.

Prijsgeschiedenis

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

Verleden Sinds 29/07/2026 - 10:17:37
Per verzoek0.00132 € Cache-lezen / 1M tokens0.0289 € Cache-schrijven / 1M tokens0.0289 €
Verleden Sinds 05/08/2026 - 09:41:49
Per verzoek0.00132 €
Verleden Sinds 12/08/2026 - 14:09:10
Per verzoek0.000413 € Minimale kosten / verzoek0.000413 € Cache-lezen / 1M tokens0.0496 € Cache-schrijven / 1M tokens0.0662 €
Verleden Sinds 14/08/2026 - 14:02:32
Per verzoek0.00165 € Minimale kosten / verzoek0.000413 € Cache-lezen / 1M tokens0.0595 € Cache-schrijven / 1M tokens0.0794 €
Verleden Sinds 14/08/2026 - 14:28:16
Per verzoek0.00165 € Minimale kosten / verzoek0.00165 € Cache-lezen / 1M tokens0.0715 € Cache-schrijven / 1M tokens0.0953 €
Verleden Sinds 14/08/2026 - 15:10:47
Per verzoek0.00157 € Minimale kosten / verzoek0.00157 € Cache-lezen / 1M tokens0.0858 € Cache-schrijven / 1M tokens0.114 €
Huidig Sinds 14/08/2026 - 15:31:35
Per verzoek0.00124 € Minimale kosten / verzoek0.00124 € Cache-lezen / 1M tokens0.102 € Cache-schrijven / 1M tokens0.137 €
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/thanhnhan9023/claude-opus-4.8:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Methode POST · application/json
Authenticatie Bearer token (API-sleutel)
Geteste belasting 🟢 Hoog piek 41/s · aanhoudend 3.9/s
Latentie p95 4,691 ms
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": "thanhnhan9023/claude-opus-4.8",
    "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": "thanhnhan9023/claude-opus-4.8",
    "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": "thanhnhan9023/claude-opus-4.8",
    "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": "thanhnhan9023/claude-opus-4.8",
    "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
1.0 / 1 beoordelingen
Beoordelingen laden...
Contact opnemen
We helpen je altijd graag verder