Explicit language routing
Short utterances are ambiguous. Choose sv or
en and always reach the intended model.
Private speech infrastructure
A focused, OpenAI-compatible transcription service for Swedish and English. Endpointed audio, Silero VAD, pinned models, no cloud account.
Hej! Hur mår du? Jag talar svenska.
Built for the request path
The gateway keeps native inference behind a small, stable HTTP boundary. Clients choose a language; the service handles routing, endpointing, and normalization.
Short utterances are ambiguous. Choose sv or
en and always reach the intended model.
Silero VAD filters non-speech while the gateway normalizes unstable worker details into one public schema.
VAD 6.2Checksummed artifacts and native multi-architecture images make the same stack reproducible across machines.
Docker ComposeStudio
Record from your microphone or upload an existing file. Change language, prompt, temperature, model alias, and response format without writing a client first.
WAV, MP3, M4A, FLAC, OGG, or WebM—up to 25 MB.
Swedish and English use independent, long-lived workers.
Copy text, inspect segments, or download the normalized response.
Quick start
The public API follows the familiar OpenAI transcription shape while requiring an explicit language.
curl http://localhost:8080/v1/audio/transcriptions \
-F file=@recording.wav \
-F language=sv \
-F response_format=verbose_json