AI language models in VS Code
Copilot in Visual Studio Code offers different built-in language models that are optimized for different tasks. You can also bring your own language model API key to use models from other providers. This article describes how to change the language model for chat or code completions, and how to use your own API key.
Choose the right model for your task
Some models are optimized for fast coding tasks, while others are better suited for slower planning and reasoning tasks.
Model type | Models |
---|---|
Fast coding |
|
Reasoning/planning |
|
Depending on which chat mode you are using, the list of available models might be different. In agent mode, the list of models is limited to those that have good support for tool calling.
The list of models available in Copilot can change over time.
If you are a Copilot Business or Enterprise user, your administrator needs to enable certain models for your organization by opting in to Editor Preview Features
in the Copilot policy settings on GitHub.com.
Change the model for chat conversations
Use the language model picker in the chat input field to change the model that is used for chat conversations and code editing.
You can further extend the list of available models by using your own language model API key.
Change the model for code completions
To change the language model that is used for generating code completions in the editor:
-
Select Configure Code Completions... from the Copilot menu in the VS Code title bar.
-
Select Change Completions Model..., and then select one of the models from the list.
Bring your own language model key
If you already have an API key for a language model provider, you can use their models in chat in VS Code, in addition to the built-in models that Copilot provides. You can use models from the following providers: Anthropic, Azure, Google Gemini, Ollama, OpenAI, and OpenRouter.
This feature is currently in preview and is only available for GitHub Copilot Free and GitHub Copilot Pro users.
To manage the available models for chat:
-
Select Manage Models from the language model picker in the Chat view.
Alternatively, run the GitHub Copilot: Manage Models command from the Command Palette.
-
Select a model provider from the list.
-
Enter the provider-specific details, such as the API key or endpoint URL.
-
Enter the model details or select a model from the list, if available for the provider.
The following screenshot shows the model picker for Ollama running locally, with the Phi-4 model deployed.
-
You can now select the model from the model picker in the Chat view and use it for chat conversations.
Update the provider details
To update the provider details, such as the API key or endpoint URL:
-
Select Manage Models from the language model picker in the Chat view.
Alternatively, run the GitHub Copilot: Manage Models command from the Command Palette.
-
Hover over a model provider in the list, and select the gear icon to edit the provider details.
-
Update the provider details, such as the API key or endpoint URL.