Ollama setup instructions

Download and Install Ollama

Download the current version of Ollama for your platform: HERE
There’s a standard installer package for each operating system (Windows or MacOS)

After the installation

Once the installation procedure is complete, it’s time to pull the LLM you considering to use. Most LLM are multiple gigabytes big so the download will take some time, depending on your internet connection speed.

Our recommendation for the use with LrGeniusTagAI is gemma3:12b-it-qat

It’s a good compromise between performance and quality. Smaller models like gemma3:4b are faster but not as precise. You can pull and use any vision model with LrGeniusTagAI.

Pull an AI model

Open a Terminal, and enter the following command:

ollama pull gemma3:12b-it-qat

The download will take some time depending on your internet connection speed.