Expand manhuang collect/UI (tabs, markets, guishi/quote probes), add configs and launchd helpers, ops handbooks, and scripts for channel validation and price/threat enrichment. Keys stay in keys.env.example only.
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
||
"version": 1,
|
||
"note": "具名中转站健康探针(无密钥);可本地覆盖 ~/.config/manhuang/relays.json",
|
||
"relays": [
|
||
{
|
||
"id": "tokenx24",
|
||
"label": "tokenx24",
|
||
"base_url": "https://tokenx24.com",
|
||
"health_paths": ["/v1/models", "/api/status", "/"],
|
||
"sku_ids": ["relay_premium", "newapi_relay", "codex_quota"]
|
||
},
|
||
{
|
||
"id": "geshihua",
|
||
"label": "geshihua.top",
|
||
"base_url": "https://api.geshihua.top",
|
||
"health_paths": ["/v1/models", "/"],
|
||
"sku_ids": ["relay_premium", "newapi_relay", "codex_quota"],
|
||
"status": "down",
|
||
"note": "2026-07-12 全量核实:SSL EOF / 不可达,不作为主中转"
|
||
},
|
||
{
|
||
"id": "openrouter",
|
||
"label": "OpenRouter",
|
||
"base_url": "https://openrouter.ai",
|
||
"health_paths": ["/api/v1/models", "/"],
|
||
"sku_ids": ["openrouter"]
|
||
},
|
||
{
|
||
"id": "yunwu",
|
||
"label": "云雾 YUNWU",
|
||
"base_url": "https://yunwu.ai",
|
||
"health_paths": ["/", "/v1/models"],
|
||
"sku_ids": ["relay_premium", "newapi_relay"],
|
||
"note": "from awesome-ai-api-proxy active list"
|
||
},
|
||
{
|
||
"id": "bltcy",
|
||
"label": "柏拉图 bltcy",
|
||
"base_url": "https://api.bltcy.ai",
|
||
"health_paths": ["/api/pricing", "/v1/models", "/"],
|
||
"sku_ids": ["relay_premium", "newapi_relay"]
|
||
}
|
||
]
|
||
}
|