BYOK — get your ASR / LLM keys
Vobot Record (BYOK) has no subscription — transcription & AI notes run on your own account (API key) . You just need two things: an ASR (speech-to-text) and an LLM (for summaries). Go all-cloud, or fully local & offline for free . Below is how to sign up and get each key.
💡 How to pick: want it easy → use a “cloud combo”; cheapest / most private → use the “local combo”, data never leaves your machine (that’s the BYOK privacy edge). Three recommended combos at the bottom.
ASR speech-to-text
LLM large model
local free
cloud · pay-as-you-go
🎙️ ASR · Speech to Text
Azure Speech ASR cloud
Microsoft speech-to-text, the app’s main ASR — stable, multilingual.
Sign up for Azure (use a Microsoft account; new users get free credit) Azure Portal → search Speech services → create resource (pick region + tier F0 free / S0) Resource → Keys and Endpoint → copy Key1 + Region Paste Key + Region into the app’s Azure ASR settings
Whisper ASR local free
OpenAI’s open-source transcription model — run locally for free, fully offline.
Local (best for cost/privacy): install Faster-Whisper / whisper.cpp, run on your own computer — no key, free, offline Or via OpenAI API: call whisper-1 with your OpenAI key (see OpenAI card)Local mode: in the app pick “Local Whisper / Local Server” and enter the local address
🧠 LLM · Large Model (summary / notes / action items)
OpenRouter LLM cloud
One key to access many models (Claude / GPT / Gemini / Llama…). Easiest.
Sign up at openrouter.ai (Google / GitHub login works) Avatar → Keys → Create Key → copy Add credits, then it’s ready Paste into the app’s LLM settings, switch models freely
OpenAI LLM ASR
GPT models + Whisper transcription — one key does both.
Sign up at platform.openai.com Left API keys → Create new secret key → copy (shown once) Add a card / credits (Billing) Paste into the app
Claude (Anthropic) LLM cloud
Anthropic Claude — strong at long-form and note structuring.
Sign up at console.anthropic.com Settings → API Keys → Create Key → copyAdd credits (Billing) Paste into the app
Gemini (Google) LLM cloud
Google Gemini — generous free tier, great to start.
Open aistudio.google.com (Google account) Get API key → Create API key → copyFree tier works right away Paste into the app
Ollama LLM local free
Run open models on your own computer — no key, free, fully offline.
Download from ollama.com/download and install Run ollama pull llama3 (or another model) It serves at localhost:11434 In the app pick Ollama and enter the local address
✅ Three recommended combos
🟦 Easiest (all cloud) Azure (ASR) + OpenRouter (LLM, one key many models). Two keys and you’re done.
🟩 Simplest (single vendor) OpenAI one key: Whisper ASR + GPT notes. Pick this if you only want one key.
🟢 Cheapest / most private (all local) Local Whisper + Ollama = $0, fully offline , data never leaves your computer. Privacy first.
Vobot Record · BYOK key guide · internal / customer support · 2026-07-24 · steps follow each provider’s latest UI