1. We do not store your conversations
Your prompts and the model's responses are processed in memory only for as long as it takes to answer, then discarded. They are never written to our database or logs. There is no conversation history on our servers to hand over, leak, or sell.
Because a language model must read your text to answer it, the plaintext is processed transiently in RAM during generation. We make no false claim that we 'cannot technically read' a live request — we claim, and enforce in code, that we do not persist it.
2. What we do store
Account record: an identifier (email, wallet address, or Google account id depending on how you sign in) and, for password accounts, a salted password hash.
Billing: your credit balance, an append-only credit ledger (amounts only), and per-request metadata that is content-free — a timestamp, the model name, and token counts. Never the prompt or the completion.
Crypto payment orders: amount, asset, deposit address, and status.
3. What we deliberately do not collect
No conversation content. No advertising or tracking cookies. No cross-site trackers. No sale of any data to anyone.
Your chat history is stored locally in your own browser (IndexedDB) and never uploaded. Clearing it removes it; we never had a copy.
4. IP addresses
We use your IP address transiently, in memory, for abuse rate-limiting, bot protection at sign-up and anonymous visit statistics. We do not attach IP addresses to conversations or retain per-request IP logs.
5. Third parties
Cloudflare provides TLS, DNS and a Turnstile bot check at sign-up; the Turnstile check sees your IP and a one-time token. If you sign in with Google, Google shares your email address with us and nothing else. Inference runs on infrastructure we operate.
We do not use third-party analytics or advertising SDKs.
6. Security
All traffic is served over TLS. API keys are bearer tokens — treat them like passwords; you can rotate or revoke your key at any time from your account.
7. Your controls
You can rotate your API key, change your password, and delete your local history at any time. To delete your account and its billing records, contact us.
8. Changes & contact
We will post any material change here with a new date. Questions: [email protected].