How to setup a free, self-hosted AI model for use with VS Code

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. code-gpt-docs

    Docusaurus page

    We are going to use an ollama docker image to host AI models that have been pre-trained for assisting with coding tasks. We are going to use the VS Code extension Continue to integrate with VS Code. If you are running VS Code on the same machine as you are hosting ollama, you could try CodeGPT but I could not get it to work when ollama is self-hosted on a machine remote to where I was running VS Code (well not without modifying the extension files). There are currently open issues on GitHub with CodeGPT which may have fixed the problem now.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. ollama

    Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.

    This guide assumes you have a supported NVIDIA GPU and have installed Ubuntu 22.04 on the machine that will host the ollama docker image. AMD is now supported with ollama but this guide does not cover this type of setup.

  4. Note you should select the NVIDIA Docker image that matches your CUDA driver version. Look in the unsupported list if your driver version is older.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How I Built a Multi-Agent AI Analyst Bot Using GPT, LangGraph & Market News APIs

    3 projects | dev.to | 23 Apr 2025
  • Beyond Vibe Coding: What I Discovered Testing 10 AI Coding Tools

    1 project | news.ycombinator.com | 22 Apr 2025
  • Show HN: Morphik – Open-source RAG that understands PDF images, runs locally

    2 projects | news.ycombinator.com | 22 Apr 2025
  • Building an HR Team-Matching Agent With MongoDB Vector Search, Voyage AI, & Vercel AI SDK

    1 project | dev.to | 22 Apr 2025
  • Anthropic Claude API: The Ultimate Guide

    1 project | dev.to | 22 Apr 2025