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

← All models

kyutai_tts-1.6b-en_fr

kyutai · 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.


license: cc-by-4.0 language:

  • en
  • fr library_name: moshi pipeline_tag: text-to-speech tags:
  • audio

Model Card for Kyutai TTS

See also the pre-print research paper, the project page, the Colab example, the GitHub repository, and the repository of voices.

This is a model for streaming text-to-speech (TTS). Unlike offline text-to-speech, where the model needs the entire text to produce the audio, our model starts to output audio as soon as the first few words from the text have been given as input. This model is actually 1.8B parameters, not 1.6B as the name might suggest.

Model Details

The model architecture is a hierarchical Transformer that consumes tokenized text and generateds audio tokenized by Mimi, see the Moshi paper. The frame rate is 12.5 Hz and each audio frame is represented by 32 audio tokens, although you can use less tokens at inference time for faster generation. The backbone model is 1B parameters, and the depth transformer is 600M parameters and uses partial weight sharing similar to Hibiki. The audio is shifted by 16 steps (1.28 sec.) with respect to the text, and the model uses an acoustic/semantic delay of 2.

Model Description

Kyutai TTS is a decoder-only model for streaming speech-to-text. It leverages the multistream architecture of Moshi to model text stream based on the speech stream. The text stream is shifted w.r.t. the audio stream to allow the model to predict text tokens based on the input audio.

  • Developed by: Kyutai
  • Model type: Streaming Text-To-Speech.
  • Language(s) (NLP): English and French
  • License: Model weights are licensed under CC-BY 4.0
  • Repository: GitHub

Uses

Direct Use

This model is able to perform streaming text-to-speech generation, including dialogs. The model supports voice conditioning through cross-attention pre-computed embeddings, which are provided for a number of voices in our tts-voices repository. This model does not support Classifier Free Guidance (CFG) directly, but was trained with CFG distillation for improved speed (no need to double the batch size). It is easy to batch and can reach a throughput of 75x generated audio per compute unit of time.

This model does not perform watermarking for two reasons:

  • watermarking can easily be deactivated for open source models,
  • our early experiments show that all watermark systems used by existing TTS are removed by simply encodeding and decoding the audio with Mimi.

Instead, we prefered to restrict the voice cloning ability to the use of pre-computed voice embeddings.

How to Get Started with the Model

See the GitHub repository.

Training Details

The model was trained for 750k steps, with a batch size of 64, and a segment duration of 120 seconds. Then, CFG distillation was performed for 24k updates.

Training Data

Pretraining stage: we use an audio collection of 2.5 million hours of publicly available audio content. For this dataset, we obtained synthetic transcripts by running whisper-timestamped with whisper-medium.

Compute Infrastructure

Pretraining was done with 32 H100 Nvidia GPUs. CFG distillation was done on 8 such GPUs.

Model Card Authors

Neil Zeghidour, Eugene Kharitonov, Manu Orsini, Václav Volhejn, Gabriel de Marmiesse, Edouard Grave, Patrick Perez, Laurent Mazaré, Alexandre Défossez

Magnet link

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

magnet:?xt=urn:btih:c16b1b66c48e8d13146da6394b9917c2631d6419&dn=kyutai_tts-1.6b-en_fr

Open magnet in torrent client · infohash c16b1b66c48e8d13146da6394b9917c2631d6419

Files & hashes

PathSizesha1sha256
README.md3.8 KB (3,918 B)174043190ed90ac503b2001ab9ef23b5e178de01178c71c6a02db10030a3e9b690a2ac014de433c89b5a319146b4927f965a4c4a
config.json2.4 KB (2,423 B)e7afbbeb50bab1dbe7c95b58e6913fe7a72f9aa9fa750c09900257f65350444bc6ff4ddbdfe8a7023f4c6428b99567e1618ffdb1
[email protected]3.43 GB (3,683,719,712 B)d474afc343dfc2f0779d6fdd7ee19febdbb5d53d726ddadd90a080c89cbc6b217745296ef32d8e25666d30f81a09e8ae5c9e0f0c
tokenizer-e351c8d8-checkpoint125.safetensors366.8 MB (384,644,900 B)612e137da20d8bbe47e4520227788a63d92a537509b782f0629851a271227fb9d36db65c041790365f11bbe5d3d59369cf863f50
tokenizer_spm_8k_en_fr_audio.model117.6 KB (120,378 B)4bbf5c0bb21d195dc88afe273dd25f0be0079da5cd87dd5d17169151782ac700280ec057e5d658a9afbe238a048ea5ff318cce69

Cite this release

Canonical URL
https://aiseedbank.org/models/kyutai_tts-1.6b-en_fr/
Slug
kyutai_tts-1.6b-en_fr
Infohash
c16b1b66c48e8d13146da6394b9917c2631d6419
License
cc-by-4.0
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: kyutai_tts-1.6b-en_fr.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorykyutai/tts-1.6b-en_fr
Revision (pinned)f65439609986c392cb12df63938abcc550c3fb15
Fetched at2026-09-02T12:16:07Z
License at fetchcc-by-4.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-02T12:16:47Z

cc-by-4.03.79 GB (4,068,491,331 bytes)moshittsaudiotext-to-speech2 languages (en, fr)paper: 2509.08753paper: 2410.00037paper: 2502.03382