Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X). Search for "Continue" and install the official extension by Continue.
To use Ollama:
config.json): Open the Continue sidebar and click the settings cog icon in the bottom right. This opens the config.json file. Add or modify the models array and tabAutocompleteModel settings to include your Ollama model. The default API base is usually http://localhost:11434. Example config.json: {
"models": [
{
"title": "Codellama",
"provider": "ollama",
"model": "codellama"
}
],
"tabAutocompleteModel": {
"title": "Codellama Autocomplete",
"provider": "ollama",
"model": "codellama"
}
}
Last modified 15 January 2026