IMRouter

● 服务已部署

OpenAI-compatible AI model router is online.

健康检查:/health

模型目录需要 API Key:GET https://router.imppt.win/v1/models

curl https://router.imppt.win/v1/chat/completions \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"model":"auto","messages":[{"role":"user","content":"你好"}]}'