GPT
GPT 文本

xprogamer/Codex_GPT-5.6-Sol_Pro

Model ID: xprogamer/Codex_GPT-5.6-Sol_Pro
模型系列
GPT
上下文
1,000,000
单次请求最低收费
0.00702 ¥
缓存命中率
69.2%
调用次数
4.4K
成功
96.2%
Tokens
299.97M
在线率 97.10%
24小时前现在
7天前现在

价格表

输入 / 100万tokens
0.527 ¥
输出 / 100万tokens
1.405 ¥
单次请求最低收费
0.00702 ¥
Prompt缓存 69.2%
Cache读取 / 100万tokens
1.405 ¥
Cache写入 / 100万tokens
1.229 ¥

重复的prompt会被缓存 — 通过API调用时自动生效,重新读取比输入便宜很多。

价格变更历史

曾经适用的价格级别。标记为当前的价格为现在生效的价格。

以前 自 22/08/2026 - 19:04:04
输入 / 100万tokens0.486 ¥ 输出 / 100万tokens1.296 ¥ 单次请求最低收费0.00648 ¥ Cache读取 / 100万tokens1.401 ¥ Cache写入 / 100万tokens1.401 ¥
以前 自 06/09/2026 - 00:53:54
输入 / 100万tokens0.527 ¥ 输出 / 100万tokens1.405 ¥ 单次请求最低收费0.00702 ¥ Cache读取 / 100万tokens1.821 ¥ Cache写入 / 100万tokens1.821 ¥
当前 自 19/09/2026 - 21:44:28
输入 / 100万tokens0.527 ¥ 输出 / 100万tokens1.405 ¥ 单次请求最低收费0.00702 ¥ Cache读取 / 100万tokens1.405 ¥ Cache写入 / 100万tokens1.229 ¥
成本估算
预估总计 0 ¥
平均 / 每次请求 0 ¥

按公布价格估算。有缓存时通常更便宜。

支持的Endpoint
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
方法 POST · application/json
身份验证 Bearer token(API key)
已测试负载 🟢 High 峰值 46/s · 持续 13.3/s
p95延迟 5,244 ms
API类型 文本

技术说明

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!

分享

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": "你好,你是谁?"
        }
    ]
}'
// 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": "你好,你是谁?"
        }
    ]
})
});
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": "你好,你是谁?"
        }
    ]
}

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": "你好,你是谁?"
        }
    ]
}

快速试用

使用您的API key发送prompt — 消耗真实credit,结果实时流式返回。

评价与评论
2.3 / 3 条评价
正在加载评价...
联系支持
我们随时为您提供帮助