AI SeedbankHelp preserve open and free AI for humanity's future

← All models

mistralai_Voxtral-4B-TTS-2603

mistralai · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: 1 · Leechers: 0

Observed 2026-09-02T13:56:39Z via announce.aitorrent.org:7070.

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


library_name: vllm language:

  • en
  • fr
  • es
  • pt
  • it
  • nl
  • de
  • ar
  • hi license: cc-by-nc-4.0 inference: false base_model:
  • mistralai/Ministral-3-3B-Base-2512 extra_gated_description: >- If you want to learn more about how we process your personal data, please read our Privacy Policy. tags:
  • mistral-common pipeline_tag: text-to-speech

Voxtral 4B TTS 2603

Voxtral TTS is a frontier, open-weights text-to-speech model that’s fast, instantly adaptable, and produces lifelike speech for voice agents. The model is released with BF16 weights and a set of reference voices. These voices are licensed under CC BY-NC 4, which is the license that the model inherits.

For more details, see our:

  • 🔊 Demo
  • ✍️ Blog post
  • 🔬 Research Paper

Key Features

Voxtral TTS delivers enterprise-grade text-to-speech for production voice agents, with the following capabilities:

  • Realistic, expressive speech with natural prosody and emotional range across 9 major languages, with support for diverse dialects
  • Text-to-Speech generation with 20 preset voices and easy adaptation to new voices
  • Multilingual support: English, French, Spanish, German, Italian, Portuguese, Dutch, Arabic, and Hindi
  • Very low latency with fast time-to-first-audio, plus streaming and batch inference support
  • 24 kHz audio output in WAV, PCM, FLAC, MP3, AAC, and Opus formats
  • Production-ready performance for high-throughput, real-time voice agent workflows

[!Tip] For voice customization, visit our AI Studio.

Use Cases

  • Customer support and call center infrastructure.
  • Financial services. -- with video demo on banking KYC voice agents.
  • Manufacturing and industrial operations.
  • Public services and government.
  • Compliance and risk.
  • Supply chain and logistics.
  • Automotive and in-vehicle systems.
  • Sales and marketing.
  • Real-time translation.

[!Warning] Responsible Use - You are responsible for complying with applicable laws and avoiding misuse.

Benchmark Results

  • Measured using vllm_omni/examples/offline_inference/voxtral_tts/end2end.py.
  • Input: 500-character text with a 10-second audio reference.
  • Hardware: single NVIDIA H200.
  • vllm version: v0.18.0.

Note: The RTF in end2end.py uses an inverted formula (higher = better). The table below converts it back to the standard RTF convention (lower = better)

Concurrency Latency RTF Throughput (char/s/GPU)
1 70 ms 0.103 119.14
16 331 ms 0.237 879.11
32 552 ms 0.302 1430.78

Usage

The model can also be deployed with the following libraries:

  • vllm-omni (recommended): See here

vLLM Omni (recommended)

[!Tip] We've worked hand-in-hand with the vLLM-Omni team to have production-grade support for Voxtral 4B TTS 2603 with vLLM-Omni. Special thanks goes out to Han Gao, Hongsheng Liu, Roger Wang, and Yueqian Lin from the vLLM-Omni team.

Installation

Make sure to install vllm from the latest (>= 0.18.0) pypi package. See here for a full installation guide.

uv pip install -U vllm

Next, you should install vllm-omni with vllm-omni >= 0.18.0.

uv pip install vllm-omni --upgrade  # make sure to have >= 0.18.0

Alternatively, you can also make use of a ready-to-go docker image on the docker hub.

Installing vllm >= 0.18.0 should automatically install mistral_common >= 1.10.0 which you can verify by running:

python3 -c "import mistral_common; print(mistral_common.__version__)" # should print >= 1.10.0

Serve

Due to size and the BF16 format of the weights - Voxtral-4B-TTS-2603 can run on a single GPU with >= 16GB memory.

vllm serve mistralai/Voxtral-4B-TTS-2603 --omni

Client

import io
import httpx
import soundfile as sf
 
BASE_URL = "http://<your-server-url>:8000/v1"
 
payload = {
    "input": "Paris is a beautiful city!",
    "model": "mistralai/Voxtral-4B-TTS-2603",
    "response_format": "wav",
    "voice": "casual_male",
}
 
response = httpx.post(f"{BASE_URL}/audio/speech", json=payload, timeout=120.0)
response.raise_for_status()
 
audio_array, sr = sf.read(io.BytesIO(response.content), dtype="float32")
print(f"Got audio: {len(audio_array)} samples at {sr} Hz")

# you can play the audio with a library like `sounddevice.play` for example

Demo

To run it:

git clone https://github.com/vllm-project/vllm-omni.git && \
cd vllm-omni && \
uv pip install gradio==5.50 && \
python examples/online_serving/voxtral_tts/gradio_demo.py \
  --host <your-server-url> \
  --port 8000

Alternatively you can also try it out live here ➡️ HF Space.

License

The provided voice-references compatible with this model are licensed under CC BY-NC 4, e.g. from EARS, CML-TTS, IndicVoices-R and Arabic Natural Audio datasets. Thus, this model inherits the same license.

You must not use this model in a manner that infringes, misappropriates, or otherwise violates any third party’s rights, including intellectual property rights.

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:cd100785cf00873b9df1e75e574bef17ccce13d4&dn=mistralai_Voxtral-4B-TTS-2603

Open magnet in torrent client · infohash cd100785cf00873b9df1e75e574bef17ccce13d4

Files & hashes

PathSizesha1sha256
README.md5.9 KB (5,998 B)3bb8f6fefc1c7166fde033d5971c5c3ccc3dbbd533b56cf6987186fe7ccc5057027af5132186974d9e726d1fd8c926795674da00
consolidated.safetensors7.46 GB (8,004,752,248 B)64787d51089fb68fd198c03a963ffe7c4aacae4966c4fd998db10e1a6d9cc5baa10e6264bf10701ec22ccdc0822c7dcc45dbe55b
params.json3.4 KB (3,482 B)126f50d9dad2def039fc552e8e8ffc72f612dc31f6408ee76dea8da16ce40ac66729d59406019ea71cdb9d656709a38d2e58691e
tekken.json14.2 MB (14,894,731 B)e4799136ec72f26fad1c0abd638a034971029550587989c9f56676b35e7d16d6fc61461301e402d908392a8ce16f0349f61b56d7
voice_embedding/ar_male.pt403.6 KB (413,253 B)665be3e76f814cd2f53c2855d3fdccc2dfc8f306f44603f6433cbb4b2abc7f496a382632171118557a175cb385df168a0dc20464
voice_embedding/casual_female.pt1.3 MB (1,316,421 B)568749ad8da62e63c35118587dce918545ed70d4780637984644064ee22e60b3152e0cd43fa64b2dcd39d9cab6cd2c62f2ce0342
voice_embedding/casual_male.pt883.6 KB (904,773 B)d5fbcfb4d6bcbf22ef61009238ac0d7ed9782d4e7a056c9156ad0058e9d1368363bf3a25a9fcd8fe53e211ffac97de0bbffb3504
voice_embedding/cheerful_female.pt793.6 KB (812,613 B)c0990afef99a0d5207dddccee674054ab27b7c5975fe69c8fcb5a0883a3d0bc1215b28f28cc0586aff5732eeebd2b254e8288253
voice_embedding/de_female.pt883.6 KB (904,773 B)040c3fbe58a696154673ca9280c5b68b6ca000ea282fc191fda496de2ebf2c809acb44056dde6fbe2f1cb99e85e67985bc6f6619
voice_embedding/de_male.pt979.6 KB (1,003,077 B)83e0d5e3c420f84d36777b20ef4866beee08af17bd75d9fd3ffb9df0481668ce8781287a58f552e2388c5bbc0efdd4ebff0421bf
voice_embedding/es_female.pt829.6 KB (849,477 B)cbce5c06ec81dc577e3d49ccda0ac5ef0ea0963090e01ad34f231cc881987c3b1c0728853fd9b904e52c296a07c71a132949d8a6
voice_embedding/es_male.pt1.2 MB (1,279,557 B)c41b8cdc199eebf9294bd03384e83b0042e03a2cec116d8f4a102291bae3d9156d7c3222d9e1056020bf5894a7504bfc09640fdf
voice_embedding/fr_female.pt583.6 KB (597,573 B)24ef396670082cc730d298887fc3774990d5933e82628d963670f919aa302f9c8a7336c745418a145934edb211810b07d9c8b852
voice_embedding/fr_male.pt583.6 KB (597,573 B)5174cea9839524fa88f44cccaead591a6f60608b73395073472be3fb586b487705ac4ebf35f99db664f56400137e8bfcfe4cd8a8
voice_embedding/hi_female.pt517.6 KB (529,989 B)edbb86a75f27e5ffdd902cca5409990d224495bcaa7718cdd6f65735226bcc701379fdec64f36d0207ca79fc4c61b445ca7bde82
voice_embedding/hi_male.pt565.6 KB (579,141 B)4a8cd4b2e56394275daaecb30d6470f722975c38c3cde36ab9a336f67fd33b46435cdf645cff9e10117f13bcbcb67b44b80a11b0
voice_embedding/it_female.pt1.0 MB (1,058,373 B)ff1abbd57b283b566728518a86d767f96d79c04c29e1714bdb3ce0726e590ce1862fbe953c168ba51a05bc7daa8cb35cddc312b4
voice_embedding/it_male.pt1009.6 KB (1,033,797 B)6874c22284806773b37460305677084d9e7ed75ab98ba2253e2a0b872e20d33d29cab32263cc81062c01e3f5a8696de89e6f47b1
voice_embedding/neutral_female.pt1.3 MB (1,340,997 B)dc03e9a17eba89fa61fc118d00bbaf4ac88a40582a03f4008614da7b1505a360a6b0d58d94dd72b0b0f49bf216e39de5eb733c61
voice_embedding/neutral_male.pt1015.6 KB (1,039,941 B)2e584dea46d1c07f74e3064267106e8b61ba6bdb439df812990e6e4bcc6010ca12f12df90916e862bc1e1b56036d6433b892834e
voice_embedding/nl_female.pt877.6 KB (898,629 B)0c1dfc0f461d472d8dacddfa8fe4cec5bf01fa69b1bad34c22e0563f05c1f13c1db96680778c297aea6a5c0bb202950648b796b6
voice_embedding/nl_male.pt829.6 KB (849,477 B)1af060bcb4664aee0e4de0012613fd674e82940743fd2de89dc08503f37ae3107273eeb3f2a6195d705ff58d2228b3b5642ff7de
voice_embedding/pt_female.pt1.0 MB (1,076,805 B)9118b007ce70550bef08eb54a10114f35d17126b82f1006b2cd69118cba67085daa1795d9dab90b9bc70e1392e77f82cb616c9ce
voice_embedding/pt_male.pt865.6 KB (886,341 B)fa58ab4492a89bb8103771de640387dabeb5d84d7b30dca6c5d16c7b10a1c09c53e971c1bb1fab65692d7244876fbdc4ad52ba18

Cite this release

Canonical URL
https://aiseedbank.org/models/mistralai_Voxtral-4B-TTS-2603/
Slug
mistralai_Voxtral-4B-TTS-2603
Infohash
cd100785cf00873b9df1e75e574bef17ccce13d4
License
cc-by-nc-4.0
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: mistralai_Voxtral-4B-TTS-2603.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorymistralai/Voxtral-4B-TTS-2603
Revision (pinned)b81be46c3777f88621676791b512bb01dc1cb970
Fetched at2026-09-02T12:19:48Z
License at fetchcc-by-nc-4.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-02T12:21:00Z

cc-by-nc-4.0non-commercial use only7.49 GB (8,037,629,039 bytes)vllmmistral-commontext-to-speech9 languages (en, fr, es …)paper: 2603.25551