GPT
GPT Text

xprogamer/Codex_GPT-5.6-Sol_Pro

Model ID: xprogamer/Codex_GPT-5.6-Sol_Pro
Family
GPT
Context
1,000,000
Minimum charge / request
0.00103 $
Cache hit rate
69.2%
Requests
4.4K
Success
96.2%
Tokens
299.97M
Uptime 97.10%
24h agoNow
7 days agoNow

Pricing

Input / 1M tokens
0.078 $
Output / 1M tokens
0.207 $
Minimum charge / request
0.00103 $
Prompt Cache 69.2%
Cache read / 1M tokens
0.207 $
Cache write / 1M tokens
0.181 $

Repeated prompts are cached — reads are far cheaper than input, applied automatically via the API.

Price history

Price levels previously applied. The row tagged "current" is the live price.

Past Since 22/08/2026 - 19:04:04
Input / 1M tokens0.072 $ Output / 1M tokens0.191 $ Minimum charge / request0.00096 $ Cache read / 1M tokens0.207 $ Cache write / 1M tokens0.207 $
Past Since 06/09/2026 - 00:53:54
Input / 1M tokens0.078 $ Output / 1M tokens0.207 $ Minimum charge / request0.00103 $ Cache read / 1M tokens0.269 $ Cache write / 1M tokens0.269 $
Current Since 19/09/2026 - 21:44:28
Input / 1M tokens0.078 $ Output / 1M tokens0.207 $ Minimum charge / request0.00103 $ Cache read / 1M tokens0.207 $ Cache write / 1M tokens0.181 $
Cost estimator
Estimated total 0 $
Average / request 0 $

Estimate based on list prices. Caching usually makes it cheaper.

Supported 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
Method POST · application/json
Auth Bearer token (API key)
Tested load 🟢 High peak 46/s · sustained 13.3/s
Latency p95 5,244 ms
API kinds Text

Notes

Do cảm ơn sự ủng hộ nhiệt tình anh em nên em sẽ hạ giá model xuống nhé!
Mình sẽ giảm giá cache xuống xíu, để cảm ơn ủng hộ của a.e!

Share

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": "Hello, who are you?"
        }
    ]
}'
// 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": "Hello, who are you?"
        }
    ]
})
});
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": "Hello, who are you?"
        }
    ]
}

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": "Hello, who are you?"
        }
    ]
}

Try it

Send a prompt with your API key — uses real credits, streams back instantly.

Reviews & comments
2.3 / 3 reviews
Loading reviews...
Contact Support
We are always ready to help you