Skip to content

Ollama App

About

Ollama is the easiest way to get up and running with large language models such as gpt-oss, Gemma 3, DeepSeek-R1, Qwen3 and more.

API Key

The app generates an api key, which can be used as a bearer token for other apps like librechat or OpenWebUI. You find that key in /app/data/.api_key or also in the startup logs of the app. Any key can be placed in that file to change it, but the app has to be restarted afterwards.

Downloading Models

Models can be downloaded via the Web Terminal using the command:

Bash
ollama pull $MODELL_NAME

A list of available models can be found on the Ollama Models Page.