Sonstige
Sonstige Text

xprogamer/AI-Promax-Unlimited

Modell-ID: xprogamer/AI-Promax-Unlimited
Modellfamilie
Sonstige
Kontext
250,000
Pro Request
0.00124 €
Cache-Trefferquote
78.9%
Anfragen
3.9K
Erfolg
99.6%
Tokens
329.69M
Uptime 100.00%
vor 24 StundenJetzt
vor 7 TagenJetzt

Preisliste

Pro Request
0.00124 €
Prompt Cache 78.9%
Cache lesen / 1M Token
0.000248 €
Cache schreiben / 1M Token
0.000248 €

Wiederholte Prompts werden gecacht — das Lesen ist deutlich günstiger als der Input und erfolgt automatisch bei API-Aufrufen.

Preisverlauf

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

Früher Seit 29/07/2026 - 10:43:17
Pro Request0.000413 € Cache lesen / 1M Token0.000206 € Cache schreiben / 1M Token0.000206 €
Früher Seit 05/08/2026 - 16:44:12
Pro Request0.000413 €
Aktuell Seit 12/08/2026 - 20:57:47
Pro Request0.00124 € Cache lesen / 1M Token0.000248 € Cache schreiben / 1M Token0.000248 €
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/xprogamer/AI-Promax-Unlimited:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Methode POST · application/json
Authentifizierung Bearer-Token (API-Key)
Getestete Auslastung 🟢 High peak 37/s · sustained 2.1/s
Latenz p95 25,602 ms
API-Typen Text

Technische Hinweise

Model AI là tập hợp router các AI xoay vòng để hạn chế limit, vì cùng lúc nhiều người sử dụng quá có thể sẽ bị lỗi vì không còn slot nữa, anh em thông cảm retry lại nhé!

Teilen

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "xprogamer/AI-Promax-Unlimited",
    "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": "xprogamer/AI-Promax-Unlimited",
    "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": "xprogamer/AI-Promax-Unlimited",
    "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": "xprogamer/AI-Promax-Unlimited",
    "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
5.0 / 3 Bewertungen
Bewertungen werden geladen...
Support kontaktieren
Wir helfen Ihnen jederzeit gern