AI-powered code reviews in VS Code. Bring your own provider — Gemini, Groq, Claude, or local Ollama.
Supported providers
Provider
Free?
Quality
Setup
Gemini Flash
✅ 1M tokens/day
Good
API key from Google AI Studio
Groq (Llama 3)
✅ ~14,400 req/day
Good
API key from console.groq.com
Claude Haiku
❌ Paid (cheap)
Best
API key + credits at console.anthropic.com
Ollama (local)
✅ Fully offline
Varies by model
Install ollama, pull a model
Getting started
Install the extension from the VS Code Marketplace.
Run ReviewMate: Change Provider from the command palette (Ctrl+Shift+P) — pick a provider and paste your API key when prompted. Default is Gemini Flash (free).
Open any file, optionally select a chunk of code, and press Ctrl+Shift+R (Cmd+Shift+R on Mac).
Issues appear inline as squiggles and in the ReviewMate sidebar (Explorer panel) grouped by severity.