GPT
GPT Tekst

xprogamer/Codex_GPT-5.6-Sol_Pro

Model-ID: xprogamer/Codex_GPT-5.6-Sol_Pro
Familie
GPT
Context
1,000,000
Invoer / 1M tokens
0.0661 €
Cache-hitratio
79.3%
Verzoeken
2K
Succes
97.6%
Tokens
119.1M
Uptime 90.00%
24 uur geledenNu
7 dagen geledenNu

Prijzen

Invoer / 1M tokens
0.0661 €
Uitvoer / 1M tokens
0.165 €
Prompt Cache 79.3%
Cache-lezen / 1M tokens
0.0827 €
Cache-schrijven / 1M tokens
0.062 €

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.

Verleden Sinds 29/07/2026 - 10:37:25
Invoer / 1M tokens0.0689 € Uitvoer / 1M tokens0.172 € Per verzoek0.000344 € Cache-lezen / 1M tokens0.0689 € Cache-schrijven / 1M tokens0.0517 €
Verleden Sinds 05/08/2026 - 03:11:12
Invoer / 1M tokens0.0689 € Uitvoer / 1M tokens0.172 € Per verzoek0.000344 €
Huidig Sinds 15/08/2026 - 14:43:01
Invoer / 1M tokens0.0661 € Uitvoer / 1M tokens0.165 € Cache-lezen / 1M tokens0.0827 € Cache-schrijven / 1M tokens0.062 €
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/Codex_GPT-5.6-Sol_Pro:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Methode POST · application/json
Authenticatie Bearer token (API-sleutel)
Geteste belasting 🟢 Hoog piek 46/s · aanhoudend 13.3/s
Latentie p95 5,244 ms
API-typen Tekst

Opmerkingen

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

Delen

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": "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/Codex_GPT-5.6-Sol_Pro",
    "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/Codex_GPT-5.6-Sol_Pro",
    "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/Codex_GPT-5.6-Sol_Pro",
    "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
3.0 / 2 beoordelingen
Beoordelingen laden...
Contact opnemen
We helpen je altijd graag verder