OpenAI (GPT)
Configuration
- Create an account on platform.openai.com
- Generate an API key in API Keys
- In the extension, select OpenAI and paste your key
- Click Save
Technical details
| Parameter | Value |
|---|---|
| Model | gpt-4o-mini |
| Endpoint | https://api.openai.com/v1/chat/completions |
| Max tokens (grouping) | 1000 |
| Max tokens (chat) | 2000 |
Pricing
GPT-4o-mini is one of OpenAI's most affordable models. See the pricing page for details.
Advantages
- Fast and cost-effective model
- Good grouping quality
- Large community and documentation
- Compatible with OpenAI-compatible endpoints (configurable baseUrl)
