Configuration
Configure your AI provider in Vibe.
Model Format
Vibe uses a combined provider:model format:
openai:gpt-5-mini
gemini:gemini-1.5-flash
Supported Models
| Model Name | Description |
|---|---|
openai:gpt-5-mini | Fast, cost-effective (recommended) |
openai:gpt-4o | Complex reasoning |
gemini:gemini-1.5-flash | Google Gemini |
Setup
Via Extension Settings
- Click the Vibe extension icon
- Open Settings
- Enter your model (e.g.,
openai:gpt-5-mini) - Enter your API key
- Click Save
Via Browser Settings
- Open
chrome://settings/ai/vibeConfig - Enter your model
- Enter API key
- Adjust other settings as needed
Quick Reference
| Setting | Default | Description |
|---|---|---|
| Model | vibe:gpt-5-mini | Provider and model |
| API Key | - | Your provider API key (not needed for Vibe API) |
| Base URL | - | Custom endpoint (optional) |
See Settings Reference for all options including debugging and vision settings.
Getting API Keys
Skip this if using Vibe API subscription.
OpenAI
- Go to platform.openai.com
- Create an account or sign in
- Navigate to API Keys
- Create a new key
Google Gemini
- Go to aistudio.google.com
- Create an account or sign in
- Get your API key
See Providers for all supported providers and subscription options.
Security
- API keys are stored encrypted in your browser
- Keys are only sent to the AI provider you select
- Keys are never shared with third parties