QAFlow supports 4 AI providers out of the box. Groq is the recommended starting point — it is free up to 100,000 tokens per day and requires no credit card.
Groq (Free Tier) — Recommended Start
- Go to console.groq.com and sign up (free)
- API Keys → Create API Key → copy the key
- In QAFlow admin → AI Settings → Groq section → paste key
- Select model:
llama-3.3-70b-versatile(fast + strong) ormixtral-8x7b-32768(long context) - Click Test Connection — should return "Connected"
OpenAI (GPT-4, GPT-4o)
- Sign up at platform.openai.com and add billing ($5 minimum deposit)
- API Keys → Create new secret key → copy
- In QAFlow admin → AI Settings → OpenAI section → paste key
- Select model:
gpt-4o-mini(cheapest, excellent quality) orgpt-4o(flagship)
Google Gemini
- Go to ai.google.dev and create an API key (free tier available)
- Paste key in QAFlow admin → AI Settings → Gemini section
- Select model:
gemini-1.5-flash(fast, cheap) orgemini-1.5-pro(quality)
Anthropic Claude
- Sign up at console.anthropic.com, add billing
- Copy API key from the Keys page
- Paste in QAFlow admin → AI Settings → Claude section
- Recommended model:
claude-3-5-sonnet-20241022
How QAFlow Uses AI
- Content generation — Generate sample Q&A, blog posts, forum topics to seed your community
- Auto-answer — Suggest AI answers to unanswered questions
- Translation — Translate content to 30+ languages on-demand
- Summarization — Auto-summarize long discussion threads
- Chatbot widget — 24/7 support bot trained on your docs + Q&A
Switching Between Providers
QAFlow lets you enable multiple providers and pick which one handles each task. Admin → AI Settings → scroll to "Per-Feature AI Provider" to assign differently per feature.