AI Models & Privacy

Choose between local models (privacy) or frontier models (power)

Local Models for Cue: Run digital models privately on your own machine for enhanced privacy, offline access, and full control over your data.

Why Use Local Models?

✓ Privacy & Security

Your code and conversations never leave your machine

✓ One-Click Management

Download models and start servers with Cue's GUI - no terminal commands

✓ Offline Access

Work without internet connection once models are downloaded

✓ No API Costs

No usage limits, monthly fees, or per-token charges

Setup Options

Ollama (Recommended)

Easy-to-use desktop application for running local digital models

Install Ollama:

brew install ollama

Then start Ollama service:

ollama serve

Model Discovery in Cue

Once Ollama is installed, Cue's built-in model discovery feature makes it easy to browse and download models directly from the app.

Cue Model Discovery interface showing available models with download buttons

How it works:

  1. Open Cue and go to Settings → Providers
  2. Enable Ollama provider
  3. Browse available models in the Model Discovery section
  4. Select a model and click the Download button
  5. Start chatting once the download completes!

llama.cpp (Advanced)

High-performance C++ implementation for technical users

Install llama.cpp:

brew install llama.cpp

That's it! Cue handles the rest.

One-Click Model Management

Once llama.cpp is installed, Cue provides a complete GUI for downloading GGUF models and managing servers - no command line needed!

Cue's llama.cpp model list with Start Server and Stop Server buttons for each model

What Cue does for you:

  1. Browse and download GGUF models from HuggingFace
  2. Configure server settings (port, context size, Jinja templates)
  3. Start/stop servers with one click
  4. Monitor running servers and their status
  5. Automatically manage model paths and configurations
Need help choosing? Start with DeepSeek-R1 8B 0528 for reasoning tasks or Qwen3 14B for agent tasks. You can always download more models later!