joy-cli/configs/manhuang/relays.json
feibisi 2c6281d041 feat(manhuang): supply-chain dashboard, probes, and side-cache data
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.
2026-07-13 02:08:29 +08:00

44 lines
1.3 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"]
}
]
}