Using OpenAI With BIGGI
BIGGI supports accessing models directly through the official OpenAI API.
Website: https://openai.com/
💡Tip
Already have a ChatGPT Plus or Pro subscription? You can use it to access OpenAI's Codex models inside BIGGI — no separate API key or pay-as-you-go charges needed. See the ChatGPT Plus/Pro provider page for setup instructions.
Getting an API Key
- Sign Up/Sign In: Go to the OpenAI Platform. Create an account or sign in.
- Navigate to API Keys: Go to the API keys page.
- Create a Key: Click "Create new secret key". Give your key a descriptive name (e.g., "BIGGI").
- Copy the Key: Important: Copy the API key immediately. You will not be able to see it again. Store it securely.
Configuration in BIGGI
Open Settings (gear icon) and go to the Providers tab to add OpenAI and enter your API key.
The extension stores this in your biggi.json config file. You can also edit the file directly.
Tips and Notes
- Pricing: Refer to the OpenAI Pricing page for details on model costs.
- Azure OpenAI Service: Use BIGGI's native
azureprovider for Azure OpenAI, especially GPT-5 deployments. Do not configure Azure GPT-5 through a generic OpenAI-compatible custom provider.