📌 Overview
WebVidra can use AI assistance to help generate and enhance your website content. You can choose from multiple AI providers, each with different capabilities and pricing models.
💡 Note: AI settings are stored locally on your computer. Your API keys are never shared with WebVidra or any third party.
What You Need
- AI Provider: Choose which AI service to use
- Model Name: Select a specific model from your chosen provider
- API Key: Authentication credential for cloud providers (optional for local Ollama)
⚙️ Provider Setup Guide
🖥️ Local (Ollama)
Run AI models on your own computer with no internet required for inference.
Step-by-Step Setup:
- Download and install Ollama from https://ollama.ai
- Run the Ollama application (it will run in the background on
http://localhost:11434)
- Open a terminal/command prompt and pull a model:
ollama pull phi3
or
ollama pull llama2
or
ollama pull mistral
- In WebVidra, select "Local (Ollama)" as the AI Provider
- Enter the model name exactly as you pulled it (e.g.,
phi3, llama2)
- No API Key is needed for local Ollama
✅ Advantages: Free, no internet required for inference, full privacy, no rate limits
⚠️ Requirements: Decent computer (8GB+ RAM recommended), Ollama must be running in background
Popular Models to Try:
phi3 - Small, fast, good for simple tasks
mistral - Balanced, good quality
llama2 - Powerful, larger size
neural-chat - Optimized for conversation
🔵 OpenAI
Use GPT models from OpenAI (GPT-4, GPT-3.5-turbo, etc.)
Step-by-Step Setup:
- Go to https://platform.openai.com
- Sign up or log in to your account
- Click on your profile icon → Billing → Set up a payment method
- Navigate to API keys (in left sidebar under "User" section)
- Click Create new secret key
- Copy the key immediately - it won't be shown again!
- In WebVidra, select "OpenAI" as the AI Provider
- Enter model name:
gpt-4 or gpt-3.5-turbo
- Paste your API key
✅ Advantages: Most powerful, excellent quality, extensive model options
⚠️ Important: Requires paid account and API usage charges apply. Set up billing limits to avoid surprise costs.
⚡ Groq Cloud
Fast inference with free tier and various model options.
Step-by-Step Setup:
- Go to https://console.groq.com
- Sign up with email or Google account
- Accept the terms and click Create account
- In the dashboard, click API Keys in the left sidebar
- Click Create API Key
- Give it a name (e.g., "WebVidra") and create
- Copy the key
- In WebVidra, select "Groq Cloud" as the AI Provider
- Enter a model name:
mixtral-8x7b-32768 or llama2-70b-4096
- Paste your API key
✅ Advantages: Free tier available, very fast inference, good quality models
🔴 Google Gemini
Use Google's latest AI models with free tier.
Step-by-Step Setup:
- Go to https://aistudio.google.com/app/apikey
- Click Create API Key
- Select "Create API key in new project" or choose existing project
- Copy the API key
- In WebVidra, select "Google Gemini" as the AI Provider
- Enter model name:
gemini-pro or gemini-1.5-pro
- Paste your API key
✅ Advantages: Free tier with generous limits, multimodal capabilities, good quality
❓ Frequently Asked Questions
Can I use multiple AI providers?
Yes! You can change providers and models at any time. Just update the settings and save. Your previous choice will be forgotten, so make a note if you want to switch back.
What if I don't have an API key?
If you're using Local (Ollama), no API key is needed - it works completely offline. For cloud providers, sign up for free at their websites to get a key.
Which provider is best for me?
It depends on your needs:
- Local Ollama: Best if you want free, offline, unlimited usage
- OpenAI: Best if you want the highest quality
- Groq: Best if you want free tier with fast inference
- Google Gemini: Best if you want free tier with good quality
Will my settings sync across devices?
No, settings are stored locally on each computer. If you use WebVidra on multiple machines, you'll need to configure AI settings on each one.
Can I disable AI features?
Yes, simply leave the AI settings empty or unconfigured. WebVidra will work normally without AI assistance.
How often should I rotate my API keys?
For security, rotate keys every 3-6 months, or immediately if you suspect any compromise. Most providers make this easy through their dashboards.