Claude
Claude Tekst

devdoclang/claude-opus-5

Model-ID: devdoclang/claude-opus-5
Familie
Claude
Context
1,000,000
Minimale kosten / verzoek
0.00062 €
Cache-hitratio
47.4%
Verzoeken
3.9K
Succes
95.0%
Tokens
326.88M
Uptime
24 uur geledenNu
7 dagen geledenNu

Prijzen

Invoer / 1M tokens
0.124 €
Uitvoer / 1M tokens
0.186 €
Minimale kosten / verzoek
0.00062 €
Prompt Cache 47.4%
Cache-lezen / 1M tokens
0.126 €
Cache-schrijven / 1M tokens
0.198 €

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:09:51
Invoer / 1M tokens0.0672 € Uitvoer / 1M tokens0.137 € Minimale kosten / verzoek0.000137 € Cache-lezen / 1M tokens0.0482 € Cache-schrijven / 1M tokens0.0689 €
Verleden Sinds 31/07/2026 - 11:08:27
Invoer / 1M tokens0.0672 € Uitvoer / 1M tokens0.137 € Minimale kosten / verzoek0.000137 €
Verleden Sinds 02/08/2026 - 09:56:44
Invoer / 1M tokens0.136 € Uitvoer / 1M tokens0.186 € Cache-lezen / 1M tokens0.11 € Cache-schrijven / 1M tokens0.148 €
Verleden Sinds 03/08/2026 - 19:58:29
Invoer / 1M tokens0.0993 € Uitvoer / 1M tokens0.165 € Cache-lezen / 1M tokens0.0827 € Cache-schrijven / 1M tokens0.153 €
Verleden Sinds 08/08/2026 - 03:15:49
Invoer / 1M tokens0.124 € Uitvoer / 1M tokens0.186 € Minimale kosten / verzoek0.00062 € Cache-lezen / 1M tokens0.105 € Cache-schrijven / 1M tokens0.165 €
Huidig Sinds 12/08/2026 - 01:40:40
Invoer / 1M tokens0.124 € Uitvoer / 1M tokens0.186 € Minimale kosten / verzoek0.00062 € Cache-lezen / 1M tokens0.126 € Cache-schrijven / 1M tokens0.198 €
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/devdoclang/claude-opus-5:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Methode POST · application/json
Authenticatie Bearer token (API-sleutel)
Tarief-limiet 60 req/min
Geteste belasting 🟢 Enterprise piek 65/s · aanhoudend 7.8/s
Latentie p95 1,360 ms
API-typen Tekst

Opmerkingen

Due to fluctuations in supply costs, I had to slightly raise the price of the model. Hope you guys understand. 📣📣📣A special thanks to xaviersacharpollster for your support!

Delen

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "devdoclang/claude-opus-5",
    "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": "devdoclang/claude-opus-5",
    "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": "devdoclang/claude-opus-5",
    "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": "devdoclang/claude-opus-5",
    "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