MisoLabs/MisoTTS

Model

230

stars

10

commits

5

repos using this model

5

linked in READMEs

Jun 2, 2026

updated

audio
llama
mimi
pytorch
safetensors
sesame
speech-synthesis
text-to-speech
voice

README


Miso TTS 8B

Model Introduction

Miso TTS 8B is a text-to-speech model based on the Sesame CSM architecture. It generates Mimi audio codes from text and optional audio context, using a large Llama 3.2-style backbone and a smaller autoregressive audio decoder.

The model is designed for high-quality conversational speech generation and voice continuation from prompt audio. This repository contains the inference code, model definition, and setup instructions for running Miso TTS locally.


Quickstart

To run the model, use the inference code at our public repository, or try our demo at misolabs.ai.

Model Summary

ItemValue
ModelMiso TTS 8B
OrganizationMiso Labs
TaskText-to-speech
ArchitectureSesame-style CSM
Backbonellama-8B
Audio decoderllama-300M
Text vocabulary128,256
Audio vocabulary2,051
Audio codebooks32
Audio tokenizerMimi
Max sequence length2,048

Architecture

Miso TTS 8B uses two transformer components:

  • A large backbone transformer that consumes text/audio-frame embeddings.
  • A smaller decoder transformer that autoregressively predicts higher-order audio codebooks within each frame.

Codebook 0 is predicted from the backbone hidden state, while codebooks 1 through 31 are predicted by the audio decoder autoregressively in codebook depth.


Contributors

AodenT

10 commits

MisoLabs/MisoTTS

Model

230

stars

10

commits

5

repos using this model

5

linked in READMEs

Jun 2, 2026

updated

audio
llama
mimi
pytorch
safetensors
sesame
speech-synthesis
text-to-speech
voice

README


Miso TTS 8B

Model Introduction

Miso TTS 8B is a text-to-speech model based on the Sesame CSM architecture. It generates Mimi audio codes from text and optional audio context, using a large Llama 3.2-style backbone and a smaller autoregressive audio decoder.

The model is designed for high-quality conversational speech generation and voice continuation from prompt audio. This repository contains the inference code, model definition, and setup instructions for running Miso TTS locally.


Quickstart

To run the model, use the inference code at our public repository, or try our demo at misolabs.ai.

Model Summary

ItemValue
ModelMiso TTS 8B
OrganizationMiso Labs
TaskText-to-speech
ArchitectureSesame-style CSM
Backbonellama-8B
Audio decoderllama-300M
Text vocabulary128,256
Audio vocabulary2,051
Audio codebooks32
Audio tokenizerMimi
Max sequence length2,048

Architecture

Miso TTS 8B uses two transformer components:

  • A large backbone transformer that consumes text/audio-frame embeddings.
  • A smaller decoder transformer that autoregressively predicts higher-order audio codebooks within each frame.

Codebook 0 is predicted from the backbone hidden state, while codebooks 1 through 31 are predicted by the audio decoder autoregressively in codebook depth.


Contributors

AodenT

10 commits