Models
Bring Your Own Key (BYOK)
Provide your own OpenAI API key to be used with all supported OpenAI models: ChatGPT 4o-mini, ChatGPT 4o, o1, o3-mini.
info
The key is encrypted and stored securely in your local storage.
OpenAI API-compatible endpoints
Add custom models by providing their endpoint URLs. To configure a custom model, you need:
- A model name to include in the request payload (e.g.,
gpt-4o
,gemini-2.0-flash
). - A base URL, which will have the
chat/completions
path appended automatically. - An API key, which will be securely stored in the extension’s local storage (encrypted).