Today Hedy offers two LLM options: Hedy's cloud API, and an on-device model that runs locally on the mobile phone. What's missing is the ability to point Hedy at a user's own LLM server running on separate hardware.
Request: Add a configuration option to direct Hedy to a self-hosted LLM backend via an OpenAI-compatible endpoint (e.g. Ollama, llama.cpp, LM Studio). The user would enter their server URL (and any required key), and Hedy would send transcription/analysis prompts there instead of to the phone's on-device model or Hedy's cloud.
Why this matters (per Jacek):
  • Privacy: sensitive data never leaves the user's own hardware, without depending on the cloud.
  • Better output quality: users with capable GPUs (e.g. 32GB VRAM running 27B models) get far better results than small on-phone models.
  • Faster responses than on-device mobile inference.
  • Preserves phone battery vs. running a model on the phone.
Jacek notes this scenario matches the original 'Local LLM' ticket, and suggests it may be a relatively small addition since Hedy already supports a remote LLM backend (Hedy's own API) — extending that section to allow any OpenAI-compatible URL could be enough.