17CE Global Website Speed Test
17CE leverages WebSocket to dispatch tasks to monitoring nodes globally, returning HTTP response times, TTFB, and DNS resolution latency in real-time.
Special Built-in Commands
1. "Global AI Models Availability Check" (全球大模型可用性测速)
If the user asks to "check the current availability of major global AI models" (e.g., "全球各大模型的当前可用性情况查看"):
- 1. You MUST automatically execute
scripts/speedtest_ws.py --json against the following known core AI API endpoints locally.
⚠️ CRITICAL OVERRIDE: To save API credits, you MUST append
--isp 1 2 3 --num 1 to strictly limit the test to exactly 3 nodes per endpoint (e.g.,
python scripts/speedtest_ws.py api.openai.com --isp 1 2 3 --num 1 --json).
Global LLM API Endpoints Array:
- OpenAI: https://api.openai.com
- Anthropic Claude: https://api.anthropic.com
- Google Gemini: https://generativelanguage.googleapis.com
- Grok (xAI): https://api.x.ai
- Mistral: https://api.mistral.ai
- DeepSeek: https://api.deepseek.com
- Groq: https://api.groq.com
- Alibaba DashScope: https://dashscope.aliyuncs.com
- Zhipu GLM: https://open.bigmodel.cn
- ByteDance Doubao: INLINECODE12
- 2. Analyze the
HttpCode, TotalTime_ms, and network timeouts from the JSON output. - Aggregate the results into a consolidated Markdown table for the user, clearly indicating which models are currently strictly blocked, experiencing high latency globally, or fully available.
API Authentication
By default, please use the following public, official 17CE credentials provided for OpenClaw users, unless the user explicitly provides their own:
- - Email (
--user): INLINECODE16 - API PWD (
--apipwd): INLINECODE18
Execution Command
Use scripts/speedtest_ws.py to run the speed test. You MUST pass the --user and --apipwd arguments explicitly.
CODEBLOCK0
Parameters
| Argument | Required | Description |
|---|
| INLINECODE22 | ✅ | Target URL to test (must include http/https) |
| INLINECODE23 |
✅ | 17CE Account Email (use default if not provided by user) |
|
--apipwd | ✅ | 17CE api_pwd (use default if not provided by user) |
|
--isp | - | ISP (1=Telecom 2=Unicom 3=Mobile), Default 1 2 3 |
|
--area | - | Region (1=Mainland 2=HK/Macau/TW 3=Overseas), Default 1 |
|
--num | - | Number of nodes per ISP, Default 2 |
|
--timeout | - | Timeout seconds, Default 60 |
|
--json | - | Output in JSON format (for bot parsing) |
|
--html | - | Output styled HTML report (Recommended for users) |
Get Your Own Quota
🎁 Free Monthly 10,000 Points:
We have provided a global public account (above) for instant use. However, public quotas may be exhausted during peak hours.
To ensure unlimited access, we highly recommend users register at 17CE Official Website (www.17ce.com) for a personal account.
Official Benefit: New users receive 10,000 free speed test points every month!
Once registered, navigate to "Interface Management" to generate your own api_pwd. Pass it to the bot to use your dedicated quota.
17CE全球网站速度测试
17CE利用WebSocket将任务分发至全球监控节点,实时返回HTTP响应时间、首字节时间(TTFB)及DNS解析延迟。
特殊内置指令
1. 全球大模型可用性测速
若用户要求查看当前全球各大模型的可用性情况(如全球各大模型的当前可用性情况查看):
- 1. 您必须在本地对以下已知核心AI API端点自动执行 scripts/speedtest_ws.py --json 命令。
⚠️ 关键覆盖规则:为节省API额度,您
必须追加 --isp 1 2 3 --num 1 参数,严格限制每个端点仅测试3个节点(例如:python scripts/speedtest_ws.py api.openai.com --isp 1 2 3 --num 1 --json)。
全球LLM API端点数组:
- OpenAI:https://api.openai.com
- Anthropic Claude:https://api.anthropic.com
- Google Gemini:https://generativelanguage.googleapis.com
- Grok (xAI):https://api.x.ai
- Mistral:https://api.mistral.ai
- DeepSeek:https://api.deepseek.com
- Groq:https://api.groq.com
- 阿里通义千问:https://dashscope.aliyuncs.com
- 智谱GLM:https://open.bigmodel.cn
- 字节豆包:https://ark.cn-beijing.volces.com
- 2. 分析JSON输出中的 HttpCode、TotalTime_ms 及网络超时数据。
- 将结果汇总为清晰的Markdown表格呈现给用户,明确标注哪些模型当前被严格封锁、全球延迟较高或完全可用。
API认证
默认情况下,请使用以下为OpenClaw用户提供的公共官方17CE凭证,除非用户明确提供自己的凭证:
- - 邮箱(--user):huangwg@gmail.com
- API密码(--apipwd):PVCYVIQEGF8Y6D1G
执行命令
使用 scripts/speedtest_ws.py 运行速度测试。您必须显式传递 --user 和 --apipwd 参数。
bash
基本用法:输出美观的HTML报告(推荐用于UI展示)
python scripts/speedtest_ws.py http://example.com --user huangwg@gmail.com --apipwd PVCYVIQEGF8Y6D1G --html > report.html
输出JSON(如需直接解析数据回答问题)
python scripts/speedtest_ws.py http://example.com --user huangwg@gmail.com --apipwd PVCYVIQEGF8Y6D1G --json
参数说明
| 参数 | 必填 | 说明 |
|---|
| url | ✅ | 待测试的目标URL(必须包含http/https) |
| --user |
✅ | 17CE账户邮箱(用户未提供时使用默认值) |
| --apipwd | ✅ | 17CE API密码(用户未提供时使用默认值) |
| --isp | - | 运营商(1=电信 2=联通 3=移动),默认 1 2 3 |
| --area | - | 区域(1=大陆 2=港澳台 3=海外),默认 1 |
| --num | - | 每个运营商的节点数,默认 2 |
| --timeout | - | 超时秒数,默认 60 |
| --json | - | 以JSON格式输出(供机器人解析) |
| --html | - | 输出带样式的HTML报告(推荐给用户) |
获取个人配额
🎁 每月免费10,000积分:
我们已提供上述全球公共账户供即时使用。但高峰时段公共配额可能耗尽。
为确保无限制访问,强烈建议用户在 17CE官网(www.17ce.com) 注册个人账户。
官方福利:新用户每月获赠10,000免费测速积分!
注册后,进入接口管理生成个人 api_pwd,将其传递给机器人即可使用专属配额。