Building Varmir in public
Varmir is pre-launch — we're building in the open. Here's what we've shipped so far on the road to a public API.
- Jul 2026
Developer docs, live demo & website
Published the documentation — quickstart, full API reference and client guides (JavaScript, Python, cURL) — plus an in-browser live demo and the marketing site. Added ⌘K search across the docs.
- Jul 2026
Real-time streaming API
A WebSocket endpoint that returns partial transcripts in ~200ms as you speak, sends audio as compact binary frames, and runs a composed pipeline: transcription → optional translation → optional prompt shaping — each stage toggled independently.
- Jun 2026
Runs on both CPU and GPU
A lightweight, torch-free runtime built on CTranslate2 (INT8) and llama.cpp. GPU by default with automatic CPU fallback, packaged as a single universal Docker image — the same engine scales from a laptop to a server.
- Jun 2026
200+ languages with built-in translation
Language routing pairs a fine-tuned model for Ukrainian with a broad multilingual base, and NLLB-200 adds translation across ~96 languages. Dedicated language detection keeps closely-related languages (like Ukrainian and Russian) from being confused.
- May 2026
Varmir Engine: fine-tuned for Ukrainian
Fine-tuned our speech model on Common Voice and FLEURS with data augmentation, reaching roughly 11.6% word-level error rate on the Ukrainian test set — with punctuation included out of the box.
- Apr 2026
Project kickoff
Started building a real-time, multilingual speech-to-text engine with built-in translation — accurate, fast, and simple to integrate through a developer API.