Varmir
Changelog

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.

  1. Jul 2026

    Developer docs, live demo & website

    WebDocs

    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.

  2. Jul 2026

    Real-time streaming API

    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.

  3. Jun 2026

    Runs on both CPU and GPU

    Infra

    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.

  4. Jun 2026

    200+ languages with built-in translation

    Languages

    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.

  5. May 2026

    Varmir Engine: fine-tuned for Ukrainian

    Engine

    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.

  6. Apr 2026

    Project kickoff

    Milestone

    Started building a real-time, multilingual speech-to-text engine with built-in translation — accurate, fast, and simple to integrate through a developer API.

Changelog — Building Varmir in public