Altro
Altro Text

xprogamer/AI-Promax-Unlimited

ID modello: xprogamer/AI-Promax-Unlimited
Famiglia
Altro
Context
250,000
Per request
0.00124 €
Tasso di cache
78.9%
Request
3.9K
Successo
99.6%
Tokens
329.69M
Uptime 100.00%
24 ore faAdesso
7 giorni faAdesso

Listino prezzi

Per request
0.00124 €
Prompt Cache 78.9%
Cache lettura / 1M token
0.000248 €
Cache scrittura / 1M token
0.000248 €

I prompt ripetuti vengono memorizzati nella cache — le letture costano molto meno dell'input e l'applicazione è automatica tramite API.

Cronologia prezzi

I livelli di prezzo applicati nel tempo. La riga contrassegnata "attuale" è il prezzo in uso.

Precedente Dal 29/07/2026 - 10:43:17
Per request0.000413 € Cache lettura / 1M token0.000206 € Cache scrittura / 1M token0.000206 €
Precedente Dal 05/08/2026 - 16:44:12
Per request0.000413 €
Attuale Dal 12/08/2026 - 20:57:47
Per request0.00124 € Cache lettura / 1M token0.000248 € Cache scrittura / 1M token0.000248 €
Endpoint supportati
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
Metodo POST · application/json
Autenticazione Bearer token (API key)
Carico testato 🟢 High picco 37/s · sostenuto 2.1/s
Latenza p95 25,602 ms
Tipi di API Text

Note tecniche

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é!

Condividi

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": "Ciao, chi sei?"
        }
    ]
}'
// 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": "Ciao, chi sei?"
        }
    ]
})
});
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": "Ciao, chi sei?"
        }
    ]
}

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": "Ciao, chi sei?"
        }
    ]
}

Prova subito

Invia un prompt con la tua API key — usa crediti reali e la risposta arriva in streaming all'istante.

Recensioni e commenti
5.0 / 3 recensioni
Caricamento delle recensioni...
Contatta il supporto
Siamo sempre pronti ad aiutarla