How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf addyo07/vox-models:
# Run inference directly in the terminal:
llama-cli -hf addyo07/vox-models:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf addyo07/vox-models:
# Run inference directly in the terminal:
llama-cli -hf addyo07/vox-models:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf addyo07/vox-models:
# Run inference directly in the terminal:
./llama-cli -hf addyo07/vox-models:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf addyo07/vox-models:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf addyo07/vox-models:
Use Docker
docker model run hf.co/addyo07/vox-models:
Quick Links

Vox Models

This repository serves as the official model host for Vox, a real-time, local-first voice-to-voice system. It contains specialized models for Voice Activity Detection (VAD), Speech-to-Text (STT), Large Language Models (LLM), and Text-to-Speech (TTS).

Directory Structure

The structure of this repository exactly mirrors the runtime expectations of the Vox backend:

.
├── manifest.json            # Single source of truth for all models
├── llm/
│   └── gemma4/             # Large Language Models (GGUF)
├── stt/
│   └── qwen3-asr/          # Speech-to-Text (ONNX)
│       └── tokenizer/      # STT Tokenizer configs
├── tts/
│   ├── kokoro/             # English TTS (Kokoro ONNX)
│   └── piper_hi/           # Hindi TTS (Piper ONNX)
└── vad/
    └── ten_vad.onnx        # Voice Activity Detection (ONNX)

Manifest

The manifest.json file in the root directory provides metadata for automated management, including:

  • Relative file paths
  • Exact byte sizes
  • SHA256 hashes for integrity verification
  • Archive markers for compressed assets (e.g., espeak-ng-data)

Usage

These models are intended to be downloaded and managed by the Vox application runtime. For manual use, ensure you have Git LFS installed to correctly retrieve the large model weights.

Downloads last month
36
GGUF
Model size
5B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

2-bit

4-bit

6-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support