The future of voice is hybrid.
I'm building https://t.co/DL4dsiRCFF around a stack: cloud speech foundation models plus on-device intelligence.
Cloud brings quality and scale. Devices add privacy, low latency, and reliability.
The goal: make voice native to every AI system.
Audio8 TTS Preview 0.6B ONNX INT4 is now available. A compact model with serious capability:
- Runs entirely on CPU with ONNX Runtime
- Uses only around 1 GB of memory during inference
- Multilingual TTS across 11 languages
- Zero-shot voice cloning
- No PyTorch or Transformers required
- Includes CLI, streaming, HTTP/OpenAI-compatible APIs, and voice registration Small footprint. Full voice-cloning capability.
Small footprint. Full voice-cloning capability.
Model: https://t.co/lElyitoZlx
Code: https://t.co/1sKAvqDNxY
Audio8 ASR is part of a broader thesis: high-quality speech intelligence should be open, multilingual, and deployable across cloud and edge.
Paper:
https://t.co/edZYdLBIHD
Try the models, star the repo, and tell us what you build.
Open-source ASR just took the top spot.
Audio8 ARK-ASR-3B now ranks #1 on the @huggingface Open ASR Leaderboard with a 4.76 Mean WER.
Our 0.6B model also ranks in the Top 5.
Two model sizes. One open speech stack. Thread ↓
Training, inference, evaluation, and vLLM serving code are open.
The repo includes Transformers inference, batch evaluation, a native /asr endpoint, and an OpenAI-compatible /v1/audio/transcriptions endpoint.
GitHub:
https://t.co/LOdRIwZA7c
Open source means more than a checkpoint:
• weights + bundled neural codec
• zero-shot/no-reference inference
• JSONL batch generation
• codec-index preparation
• single-/multi-GPU SFT
Build with it. Break it. Tell us where it fails.
https://t.co/2NbwW5AnTe
4/4
A 0.6B speech model should not sound this capable.
Today, we’re open-sourcing Audio8-TTS Preview:
11 languages.
Zero-shot voice cloning.
A bundled 44.1 kHz codec.
Apache 2.0.
Small model. Serious speech.
Thread ↓
Benchmarks aren’t enough for speech. Hear it.
The listening set covers multilingual speech, pronunciation challenges, tongue twisters, classical Chinese, hard cases, and cross-lingual voice cloning.
Listen: https://t.co/Xljm91vbaZ
3/4
For reproducibility, the model card reports a 7.03 WER mean across the seven current Open ASR Leaderboard splits. The dataset revision, inference setup, and raw manifests are documented here: https://t.co/nuwzrjqTz5
We just open-sourced Audio8-ASR-0.1B, one of the smallest production-ready ASR models with cloud-level accuracy.
Only 100M parameters, under 200MB peak memory, and built to run on real hardware. No cloud required.
https://t.co/nuwzrjqTz5
From meeting notes and live captions to voice assistants and smart hardware, we want high-quality ASR to run directly on every device, without being limited by cloud access or compute.
Small model. SOTA-level performance. Fully on-device.
GitHub: https://t.co/eyt0zrmWD8
Paper: https://t.co/B6sN872lpV
Built for on-device deployment:
✅ ONNX Runtime + Apple Neural Engine
✅ Local transcription with low latency and high privacy
✅ 7 languages: Mandarin, English, French, German, Japanese, Korean, and Cantonese
✅ Hotword boosting without fine-tuning