How to Install Deepseek on Ollama

How to install Deepseek model on Ollama template using OpenWebUI

Updated 2 weeks ago

Deepseek is a powerful AI model for natural language processing tasks, and it can be efficiently deployed using Ollama. The “Ubuntu 24.04 with Ollama” template comes preinstalled with Ollama and OpenWebUI, providing a user-friendly interface for managing AI models. This guide walks you through the process of installing and running the Deepseek model through OpenWebUI.

If you don’t have a VPS yet, check the available options here: LLM VPS hosting 🚀

Accessing Ollama

Open your web browser and navigate to:

https://[your-vps-ip]:8080

Replacing [your-vps-ip] with the IP address of your VPS.

Installing the Deepseek Model

Once logged into OpenWebUI, navigate to the Admin Panel section from the dashboard.

Admin panel dropdown menu with Settings, Archived Chats, Playground, Admin Panel, and Sign Out options

In the Admin Panel, select Settings and Models. Here, you will see all the models currently installed in your instance.

Ollama Models settings with llama3.2:1b model toggle switched on and Manage Models button visible

Click on the Manage Models button at the top right corner.

Ollama Manage Models dialog with the DeepSeek-R1 1.5B model field selected for pulling

In the opened window, enter the new model tag and press the Download button to Deepseek to begin the installation. OpenWebUI will automatically download and set up the model for use.

Selecting the Deepseek Model

After installation, go to the new chat page. In the list of installed models, select Deepseek and set it as the active model by clicking the Set as Default button. This ensures that Deepseek is the model used for processing requests.

Ollama model picker with deepseek-r1:1.5b selected and Temporary Chat toggle visible

Following these steps, you can easily install and configure the Deepseek model on your VPS using OpenWebUI without direct SSH access. This setup allows for seamless interaction with the model through a user-friendly web interface.