Skip to content

Local Models (Ollama)

Local models use Ollama to run inference entirely within your Kubernetes cluster, with no external API calls.

  1. Navigate to AI Models in the sidebar
  2. Click Add Model
  3. Select Local (Ollama)
  4. Enter the model name (e.g., llama3.2, mistral, qwen2.5:7b)
  5. Click Deploy

The platform creates an Ollama StatefulSet in the apps namespace and pulls the model. Pull time depends on model size and your network speed — a 7B model is typically 4–8 GB.

Any model published in the Ollama library is supported. Popular choices:

ModelSizeUse Case
llama3.22B / 3BFast, general purpose
llama3.1:8b8BBalanced quality/speed
mistral7BInstruction following
qwen2.5:7b7BMultilingual, strong reasoning
deepseek-coder-v216BCode generation
llama3.1:70b70BHigh quality (requires GPU)

Specify a tag to pin a specific version:

llama3.1:8b-instruct-q4_K_M

Quantized variants (q4, q5, q8) use less memory at some quality cost.

Model deployment status is shown in the AI Models table. A Running badge means the model is ready to accept inference requests. Starting means the pod is initializing or the model is being pulled.

Click the delete icon in the model row. This removes the Ollama deployment and stops billing for any cloud GPU resources.