Use Ollama models in VS Code Chat with the Ollama extension.
Requirements
- Visual Studio Code 1.120 or newer
- Ollama installed and running
- At least one local or cloud model available in Ollama
Ollama 0.17.6 or newer is recommended for cloud model sign-in and richer model metadata. Older versions may still work with local models.
Install the extension
- Install the Ollama extension from the VS Code Marketplace.
- Open Chat in VS Code.
- Open the model picker at the bottom of the chat input.
- Choose a model from the Ollama section.
The extension discovers models from http://127.0.0.1:11434 by default.
Add a model
Pull a local model:
shell
ollama pull qwen3.6To use a cloud model, pull it and sign in:
shell
ollama pull kimi-k2.6:cloud
ollama signinLocal models do not require sign-in.
Troubleshooting
If Ollama models do not appear in the model picker:
- Make sure Ollama is running.
- Run
ollama listand confirm that models are available. - Run Ollama: Refresh Models from the Command Palette.
- Run Ollama: Diagnose Models and check the Ollama output channel.
If a cloud model asks you to sign in, run ollama signin.