docs/integrations/vscode.mdx
Use Ollama models in VS Code Chat with the Ollama extension.
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.
The extension discovers models from http://127.0.0.1:11434 by default.
Pull a local model:
ollama pull qwen3.6
To use a cloud model, pull it and sign in:
ollama pull kimi-k2.6:cloud
ollama signin
Local models do not require sign-in.
If Ollama models do not appear in the model picker:
ollama list and confirm that models are available.If a cloud model asks you to sign in, run ollama signin.