Skip to main content

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 NameDescription
openai:gpt-5-miniFast, cost-effective (recommended)
openai:gpt-4oComplex reasoning
gemini:gemini-1.5-flashGoogle Gemini

Setup

Via Extension Settings

  1. Click the Vibe extension icon
  2. Open Settings
  3. Enter your model (e.g., openai:gpt-5-mini)
  4. Enter your API key
  5. Click Save

Via Browser Settings

  1. Open chrome://settings/ai/vibeConfig
  2. Enter your model
  3. Enter API key
  4. Adjust other settings as needed

Quick Reference

SettingDefaultDescription
Modelvibe:gpt-5-miniProvider 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

  1. Go to platform.openai.com
  2. Create an account or sign in
  3. Navigate to API Keys
  4. Create a new key

Google Gemini

  1. Go to aistudio.google.com
  2. Create an account or sign in
  3. 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