其他
其他 文本

xprogamer/AI-Promax-Unlimited

Model ID: xprogamer/AI-Promax-Unlimited
模型系列
其他
上下文
250,000
每次请求
0.00972 ¥
调用次数
6.6K
成功
98.9%
Tokens
582.99M
在线率 33.33%
24小时前现在
7天前现在

价格表

每次请求
0.00972 ¥
价格变更历史

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

以前 自 12/08/2026 - 20:57:47
每次请求0.00972 ¥ Cache读取 / 100万tokens0.00194 ¥ Cache写入 / 100万tokens0.00194 ¥
当前 自 18/08/2026 - 18:09:27
每次请求0.00972 ¥
支持的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/AI-Promax-Unlimited:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
方法 POST · application/json
身份验证 Bearer token(API key)
已测试负载 🟢 High 峰值 37/s · 持续 2.1/s
p95延迟 25,602 ms
API类型 文本

技术说明

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

分享

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

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

快速试用

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

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