Tandem Works Room of Models

What should we think about?

Five frontier models, from five different companies, answer on their own — then read each other and argue.

Everything happens in this tab. Your key, your question and every answer go straight from your browser to OpenRouter — there is no server behind this page to send them to.

Your OpenRouter key

One key reaches all five vendors. Get one at openrouter.ai/keys. It is sent only to openrouter.ai, in the Authorization header, by this tab. OpenRouter bills you directly.

Where your data goes

Three claims, and what makes each true rather than promised.

There is no server to leak to.
This is a static page. It has no backend, no database and no API routes of its own — the only thing it ever does is hand your browser a handful of static files. Azure keeps two read-only endpoints of its own on this domain (/.auth/me and /.auth/logout) that cannot be switched off; the sign-in endpoints are turned off, nothing here calls any of them, and the policy below forbids this page from doing so.
The page cannot reach anywhere but OpenRouter.
Every response carries default-src 'none'; connect-src https://openrouter.ai. Your browser — not this code — refuses any other connection: no analytics, no fonts, no beacons, no error reporting. Open the network tab and watch.
Your key stays with you.
It lives in this tab's memory, or in this browser's storage if you tick the box. It is attached to requests to openrouter.ai and nothing else. Downloads are built here in the page and saved straight to your disk.

What OpenRouter and the vendors do with a question you send them is between you and them — that is an ordinary API call, and their policies apply.