Claude
Claude Text

thanhnhan9023/claude-fable-5-china

Modell-ID: thanhnhan9023/claude-fable-5-china
Modellfamilie
Claude
Kontext
Nicht angegeben
Pro Request
0.00289 €
Anfragen
13.5K
Erfolg
95.8%
Tokens
2.56B
Uptime 99.48%
vor 24 StundenJetzt
vor 7 TagenJetzt

Preisliste

Pro Request
0.00289 €
Preisverlauf

Alle zuvor angewendeten Preisstufen. Die mit „aktuell“ gekennzeichnete Zeile ist der aktive Preis.

Früher Seit 29/07/2026 - 08:33:44
Pro Request0.00137 € Mindestgebühr / Request0.00137 €
Aktuell Seit 02/08/2026 - 18:06:26
Pro Request0.00289 €
Unterstützte 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-fable-5-china:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Methode POST · application/json
Authentifizierung Bearer-Token (API-Key)
API-Typen Text

Teilen

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "thanhnhan9023/claude-fable-5-china",
    "messages": [
        {
            "role": "user",
            "content": "Hallo, wer bist du?"
        }
    ]
}'
// 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-fable-5-china",
    "messages": [
        {
            "role": "user",
            "content": "Hallo, wer bist du?"
        }
    ]
})
});
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-fable-5-china",
    "messages": [
        {
            "role": "user",
            "content": "Hallo, wer bist du?"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "thanhnhan9023/claude-fable-5-china",
    "messages": [
        {
            "role": "user",
            "content": "Hallo, wer bist du?"
        }
    ]
}

Schnelltest

Senden Sie einen Prompt mit Ihrem API-Key — echte Credits werden verwendet, das Ergebnis wird sofort gestreamt.

Bewertungen & Kommentare
1.0 / 4 Bewertungen
Bewertungen werden geladen...
Support kontaktieren
Wir helfen Ihnen jederzeit gern