Claude
Claude Tekst

devdoclang/claude-sonnet-5

Model-ID: devdoclang/claude-sonnet-5
Familie
Claude
Context
1,000,000
Minimale kosten / verzoek
0.000372 €
Cache-hitratio
18.8%
Verzoeken
3.2K
Succes
97.8%
Tokens
261.55M
Uptime 100.00%
24 uur geledenNu
7 dagen geledenNu

Prijzen

Invoer / 1M tokens
0.0682 €
Uitvoer / 1M tokens
0.107 €
Minimale kosten / verzoek
0.000372 €
Prompt Cache 18.8%
Cache-lezen / 1M tokens
0.0834 €
Cache-schrijven / 1M tokens
0.16 €

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 30/07/2026 - 15:10:30
Invoer / 1M tokens0.0431 € Uitvoer / 1M tokens0.0793 € Minimale kosten / verzoek0.000103 € Cache-lezen / 1M tokens0.0344 € Cache-schrijven / 1M tokens0.0396 €
Verleden Sinds 02/08/2026 - 12:59:58
Invoer / 1M tokens0.0765 € Uitvoer / 1M tokens0.103 € Cache-lezen / 1M tokens0.06 € Cache-schrijven / 1M tokens0.0765 €
Verleden Sinds 03/08/2026 - 18:04:20
Invoer / 1M tokens0.0641 € Uitvoer / 1M tokens0.0993 € Cache-lezen / 1M tokens0.0558 € Cache-schrijven / 1M tokens0.0827 €
Verleden Sinds 05/08/2026 - 22:28:47
Invoer / 1M tokens0.0641 € Uitvoer / 1M tokens0.0993 €
Verleden Sinds 08/08/2026 - 11:45:51
Invoer / 1M tokens0.0682 € Uitvoer / 1M tokens0.107 € Minimale kosten / verzoek0.000372 € Cache-lezen / 1M tokens0.0579 € Cache-schrijven / 1M tokens0.111 €
Verleden Sinds 13/08/2026 - 06:13:21
Invoer / 1M tokens0.0682 € Uitvoer / 1M tokens0.107 € Minimale kosten / verzoek0.000372 € Cache-lezen / 1M tokens0.0695 € Cache-schrijven / 1M tokens0.134 €
Huidig Sinds 15/08/2026 - 04:18:37
Invoer / 1M tokens0.0682 € Uitvoer / 1M tokens0.107 € Minimale kosten / verzoek0.000372 € Cache-lezen / 1M tokens0.0834 € Cache-schrijven / 1M tokens0.16 €
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-sonnet-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 80 req/min
Geteste belasting 🟢 Hoog piek 40/s · aanhoudend 3.1/s
Latentie p95 4,824 ms
API-typen Tekst

Opmerkingen

Due to limited supply, I've temporarily increased model prices. Thanks for your understanding. Feel free to check out my more affordable GPT models.

Delen

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "devdoclang/claude-sonnet-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-sonnet-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-sonnet-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-sonnet-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
3.5 / 2 beoordelingen
Beoordelingen laden...
Contact opnemen
We helpen je altijd graag verder