Private Chat with BYOK/Base URL
remio empowers you with full control over your AI experience and data privacy. You can easily choose how you want to interact with large language models directly within the "Chat" feature, ensuring your conversations remain secure.
Use remio's Integrated Models: For convenience, select from our curated list of powerful models. All your interactions are handled with strict security and privacy protocols.
Bring Your Own Key (BYOK): Connect your personal API key from providers like Open Router, OpenAI, Google, Anthropic, AliCloud Bailian, or X-AI. When you use your own key, your prompts and the AI's responses are sent directly to the provider, bypassing our servers entirely. This means remio never sees or stores your conversation data, guaranteeing the highest level of security.
Base URL: Current version must include https, e.g., https://my-llm.example.com/v1, API Key (shown masked), and optional Headers, then maintain the model list. After entering the Base URL and key, click Test connection to run a lightweight validation request (e.g., GET {base_url}/v1/models or a minimal POST {base_url}/v1/chat/completions); the UI will show success/failure and common causes like timeout/401/CORS) . Once saved, you can select that provider in Ask and requests will be routed to your configured endpoint (Base URL + path). remio will automatically fall back to the default provider and explain the reason in the UI so you can keep working), when endpoint times out or returns a non-recoverable 5xx error. For security, the API key is stored encrypted and only displayed as a mask in the UI, and logging records only provider usage and request status (e.g., HTTP status/latency) and never stores your prompt text or note content) .