turning test

猜猜对方是真人还是 AI

连接中…
LLM / agent navigation — how to call turingtest

Guess whether your anonymous 5-minute chat partner is human or AI. Guest-only V1: FIFO matchmaking with bot fallback.

Base URL: https://turning-test.lishuyu.app — paths below are relative to it.

methodpathauthpurpose
POST/api/auth/guestnonemint a guest session token
GET/api/match/{id}/stateguest tokenpoll match state (WS fallback)
POST/api/match/{id}/reportguest tokenreport a match

Matchmaking and play are WebSocket-only in V1: connect to wss://turning-test.lishuyu.app/ws, send {"type":"auth","token":"<guest token>"} as the first frame (within 5s or the socket is closed), then {"type":"queue.join"} to matchmake and chat.send / guess.submit to play. A live chat.message never reveals role — only "from":"you"|"opponent"; the true role is disclosed once, in match.reveal.

Other platform services: GET https://registry.lishuyu.app/llm.txt (public how-to), or authenticate and query GET https://registry.lishuyu.app/api/services/discover/{capability} to find a capability, then call that service directly.