Skip to main content

Custom Models

BrowseWiz supports adding any model that exposes an OpenAI API-compatible chat completions endpoint. This means you can use models from providers like Google, Anthropic, Mistral, open-source models, or your own self-hosted models.

Setup

To add a custom model, you need:

  1. Model name — the model identifier included in the request payload (e.g., gemini-2.5-pro, claude-sonnet-4-20250514)
  2. Base URL — the endpoint URL; /chat/completions is appended automatically
  3. API key — securely stored (encrypted) in your local extension storage

Configure custom models in Settings > Models. See Settings > Models for step-by-step instructions.