Metadata-Version: 2.4
Name: vox-voxtral
Version: 0.2.29
Summary: Mistral Voxtral STT/TTS adapter for Vox
Requires-Python: >=3.11
Requires-Dist: huggingface-hub<1.0,>=0.34
Requires-Dist: mistral-common[audio]>=1.10.0
Requires-Dist: numpy<2.4,>=1.26.0
Requires-Dist: soundfile>=0.13.1
Requires-Dist: tokenizers<0.24,>=0.22
Requires-Dist: transformers<4.58,>=4.57.6
Requires-Dist: vox-runtime>=0.2.2
Description-Content-Type: text/markdown

# vox-voxtral

Voxtral STT and TTS adapter package for Vox.

## Included adapters

- `voxtral-stt-torch`
- `voxtral-tts-vllm`

## Install

```bash
pip install vox-voxtral
```

## Use with Vox

```bash
vox pull voxtral-stt-torch:mini-3b
vox pull voxtral-tts-vllm:4b
```
