Claude
Claude Tekst

sypham98/claude-opus-4.8

Model-ID: sypham98/claude-opus-4.8
Familie
Claude
Context
1,000,000
Minimale kosten / verzoek
0.000662 €
Cache-hitratio
19%
Verzoeken
1.5K
Succes
99.4%
Tokens
144.09M
Uptime
24 uur geledenNu
7 dagen geledenNu

Prijzen

Invoer / 1M tokens
0.0413 €
Uitvoer / 1M tokens
0.103 €
Minimale kosten / verzoek
0.000662 €
Prompt Cache 19%
Cache-lezen / 1M tokens
0.00993 €
Cache-schrijven / 1M tokens
0.0413 €

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.

Huidig Sinds 08/07/2026 - 20:09:18
Invoer / 1M tokens0.0413 € Uitvoer / 1M tokens0.103 € Minimale kosten / verzoek0.000662 € Cache-lezen / 1M tokens0.00993 € Cache-schrijven / 1M tokens0.0413 €
Verleden Sinds 30/07/2026 - 21:05:46
Invoer / 1M tokens0.0689 € Uitvoer / 1M tokens0.275 € Minimale kosten / verzoek0.000689 € Cache-lezen / 1M tokens0.00689 € Cache-schrijven / 1M tokens0.0689 €
Verleden Sinds 31/07/2026 - 11:47:55
Invoer / 1M tokens0.0689 € Uitvoer / 1M tokens0.275 € Minimale kosten / verzoek0.000689 €
Verleden Sinds 10/08/2026 - 13:46:23
Invoer / 1M tokens0.0496 € Uitvoer / 1M tokens0.124 € Minimale kosten / verzoek0.000662 € Cache-lezen / 1M tokens0.00827 € Cache-schrijven / 1M tokens0.0496 €
Kostenschatter
Geschat totaal 0 €
Gemiddeld / verzoek 0 €

Schatting op basis van lijstprijzen. Caching maakt het meestal goedkoper.

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/sypham98/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 40/s · aanhoudend 4.0/s
Latentie p95 3,623 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": "sypham98/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": "sypham98/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": "sypham98/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": "sypham98/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