Model reference · open weights
MOSS-TTS-Local-Transformer is an open-weight audio or speech model from OpenMOSS-Team, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
MOSS-TTS Family MOSS-TTS-Local-Transformer-v1.5 MOSS-TTS-Local-Transformer-v1.5 is continued from MOSS-TTS-Local-Transformer-v1.0. It preserves the main 1.0 capabilities, including zero-shot voice cloning, long-form speech generation, token-level duration control, Pinyin/IPA pronunciation control, multilingual synthesis, and code-switching. For the full 1.0 feature walkthrough, input schema, and evaluation tables, please refer to the MOSS-TTS-Local-Transformer-v1.0 README. Compared with MOSS-TTS-Local-Transformer-v1.0, v1.5 focuses on the following improvements: - Higher-fidelity stereo audio modeling: v1.5 uses MOSS-Audio-Tokenizer-v2 as the audio tokenizer, supporting native 48 kHz stereo input and output for richer spatial detail and more natural perceived audio quality. Since the codec output is stereo, save the [channels, samples] tensor returned by processor.decode(...) directly. - Stronger multilingual synthesis with language tags: when the language field is omitted, v1.5 may improve some languages and regress slightly on others compared with 1.0. When the language is specified, v1.5 is stronger than 1.0 on almost all supported languages. Set the tag when building the user message, for example processor.buildusermessage(text=textfr, language="French"). - More stable voice cloning: v1.5 improves speaker similarity and reduces cloning variance, making repeated generations more consistent. - Better long-reference, short-text cloning: v1.5 handles scenarios where the reference audio is much longer than the target text more reliably than 1.0. - More stable punctuation-following prosody: v1.5 follows punctuation-driven pauses more closely, especially in long sentences. - Explicit pause control: v1.5 supports inline pause markers such as "[pause 3.2s]". For example, 我今天学习了一首中国的古诗,它的名字是[pause 3.2s]静夜思! inserts an explicit 3.2s pause before 静夜思. Supported Languages MOSS-TTS Local Transformer v1.5 supports 31 languages. It keeps the 20 languages supported by MOSS-TTS-Local-Transformer-v1.0 and extends multilingual continued training to additional languages including Cantonese, Dutch, Finnish, Hindi, Macedonian, Malay, Romanian, Swahili, Tag
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | OpenMOSS-Team |
|---|---|
| Type | Audio & music |
| Parameters (lead) | 4.6B |
| Variants | 1 |
| Runs with | transformers |
| Released | 2026-06-04 |
| Popularity | 174k downloads / month |
| Likes | 69 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| MOSS-TTS-Local-Transformer-v1.5 | 4.6B | BF16 | ~10.5 GB | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys moss-tts-local-transformer for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (moss-tts-local-transformer below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/audio/transcriptions \ -H "Authorization: Bearer $AXFORGE_API_KEY" \ -F model="moss-tts-local-transformer" -F file=@audio.mp3
Licence
Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗