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:
- Model name — the model identifier included in the request payload (e.g.,
gemini-2.5-pro,claude-sonnet-4-20250514) - Base URL — the endpoint URL;
/chat/completionsis appended automatically - API key — securely stored (encrypted) in your local extension storage
Configure custom models in Settings > Models. See Settings > Models for step-by-step instructions.