Skip to content

Copilot chat model provider

igardev edited this page Apr 29, 2026 · 2 revisions

Copilot Chat Model Provider

Overview

Llama-vscode could be used as a VS Code copilot chat model provider. With other words llama-vscode could provide models for the copilot. The provided models could be from local models or openrouter.com or other appliation, which servers the tools models for llama-vscode. This way you could automatically download and start locally models by llama.cpp and llama-vscode and use them with Copilot for free.

How to use it

  1. Select/Start tools model from llama-vscode (local or external)
copilotSelectToolsModel
  1. In VS Code Copilot show the models list -> Other Models -> Manage Models
CopilotManageModels
  1. Make the models (all models available by the application serving the tools model are shown) you want to use visible (click on the left of the model name)
  2. Select the desired model from Copilot and start using it

Clone this wiki locally