GPT
GPT Text

xprogamer/Codex_GPT-5.6-Sol_Pro

ID modello: xprogamer/Codex_GPT-5.6-Sol_Pro
Famiglia
GPT
Context
1,000,000
Input / 1M token
0.0661 €
Tasso di cache
79.3%
Request
2K
Successo
97.6%
Tokens
119.1M
Uptime 90.00%
24 ore faAdesso
7 giorni faAdesso

Listino prezzi

Input / 1M token
0.0661 €
Output / 1M token
0.165 €
Prompt Cache 79.3%
Cache lettura / 1M token
0.0827 €
Cache scrittura / 1M token
0.062 €

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:37:25
Input / 1M token0.0689 € Output / 1M token0.172 € Per request0.000344 € Cache lettura / 1M token0.0689 € Cache scrittura / 1M token0.0517 €
Precedente Dal 05/08/2026 - 03:11:12
Input / 1M token0.0689 € Output / 1M token0.172 € Per request0.000344 €
Attuale Dal 15/08/2026 - 14:43:01
Input / 1M token0.0661 € Output / 1M token0.165 € Cache lettura / 1M token0.0827 € Cache scrittura / 1M token0.062 €
Stima dei costi
Totale stimato 0 €
Media / request 0 €

Stima basata sui prezzi pubblicati. Con la cache di solito costa meno.

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/Codex_GPT-5.6-Sol_Pro: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 46/s · sostenuto 13.3/s
Latenza p95 5,244 ms
Tipi di API Text

Note tecniche

Thời gian trải nghiệm thu hút khách đầu tiên của bản Sol Pro không tính cache đã kết thúc.

Sau đây em xin lên bản Sol cache chính thức nhé. xin cảm ơn mọi người ủng hộ!

Condividi

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "xprogamer/Codex_GPT-5.6-Sol_Pro",
    "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/Codex_GPT-5.6-Sol_Pro",
    "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/Codex_GPT-5.6-Sol_Pro",
    "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/Codex_GPT-5.6-Sol_Pro",
    "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
3.0 / 2 recensioni
Caricamento delle recensioni...
Contatta il supporto
Siamo sempre pronti ad aiutarla