Claude
Claude Tekst

xprogamer/claude-fable-5-vip

Model-ID: xprogamer/claude-fable-5-vip
Familie
Claude
Context
Niet gespecificeerd
Invoer / 1M tokens
0.372 €
Cache-hitratio
45.6%
Verzoeken
17
Succes
64.7%
Tokens
41.1K
Uptime
24 uur geledenNu
7 dagen geledenNu

Prijzen

Invoer / 1M tokens
0.372 €
Uitvoer / 1M tokens
1.655 €
Prompt Cache 45.6%
Cache-lezen / 1M tokens
0.372 €
Cache-schrijven / 1M tokens
0.372 €

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 01/08/2026 - 11:54:56
Invoer / 1M tokens0.372 € Uitvoer / 1M tokens1.655 € Cache-lezen / 1M tokens0.372 € Cache-schrijven / 1M tokens0.372 €
Verleden Sinds 01/08/2026 - 15:54:09
Invoer / 1M tokens0.148 € Uitvoer / 1M tokens0.264 € Per verzoek0.0000413 € Cache-lezen / 1M tokens0.198 € Cache-schrijven / 1M tokens0.198 €
Verleden Sinds 03/08/2026 - 15:46:44
Invoer / 1M tokens0.198 € Uitvoer / 1M tokens0.264 € Per verzoek0.0000413 € Cache-lezen / 1M tokens0.238 € Cache-schrijven / 1M tokens0.238 €
Verleden Sinds 04/08/2026 - 15:28:30
Invoer / 1M tokens0.144 € Uitvoer / 1M tokens0.264 € Per verzoek0.0000413 € Cache-lezen / 1M tokens0.144 € Cache-schrijven / 1M tokens0.144 €
Verleden Sinds 06/08/2026 - 16:51:21
Invoer / 1M tokens0.206 € Uitvoer / 1M tokens0.264 € Per verzoek0.0000413 € Cache-lezen / 1M tokens0.206 € Cache-schrijven / 1M tokens0.206 €
Verleden Sinds 08/08/2026 - 12:48:09
Invoer / 1M tokens0.372 € Uitvoer / 1M tokens1.655 € Cache-lezen / 1M tokens0.103 € Cache-schrijven / 1M tokens0.124 €
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/xprogamer/claude-fable-5-vip: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

Opmerkingen

Update nguồn Claude : Hiện tại nguồn Claude xin hơn tránh ngắt quảng, độ ổn định sẽ đạt đỉnh 99,99% để đẩm bảo chất lượng các Models em xin phép chỉnh giá tăng 1 xíu, a.e thông cảm!

Delen

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