Model reference · open weights
sarashina2.2-tts is an open-weight audio or speech model from sbintuitions. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | sbintuitions |
|---|---|
| Type | Audio & music |
| Task | Text→speech |
| Parameters (lead) | 810M |
| Context | 8k tokens |
| Based on | sbintuitions/sarashina2.2-0.5b-instruct-v0.1 |
| Released | 2026-04-16 |
| Popularity | 7k downloads / month |
| Licence | Unknown |
About
Sarashina2.2-TTS is a Japanese-centric text-to-speech system built on a large language model, developed by SB Intuitions. It supports Japanese and English, delivering high pronunciation accuracy, naturalness, and stability across diverse speaking styles, with zero-shot voice generation support.
This model was trained on audio data collected from legitimately purchased audio sources, public speech archives, and data gathered in compliance with applicable domestic laws. During collection, we adhered to robots.txt directives and terms of service to ensure proper data acquisition.
For installation instructions, Docker setup, and detailed usage, please refer to the GitHub repository.
The samples below demonstrate key capabilities of Sarashina2.2-TTS:
This model is built upon or incorporates code and models from the following open-source projects:
@misc{liu2026sarashina22ttstacklingkanjipolyphony,
title={Sarashina2.2-TTS: Tackling Kanji Polyphony in Japanese Speech Generation via Data Scaling and Targeted Data Synthesis},
author={Lianbo Liu and Shiao Zhu and Kai Washizaki and Reo Yoneyama and Haesung Jeon and Mengjie Zhao and Yusuke Fujita and Hao Shi and Nao Yoshida and Yuan Gao and Roman Koshkin and Yukiya Hono and Yui Sudo},
year={2026},
eprint={2606.25369},
archivePrefix={arXiv},
primaryClass={cs.SD},
url={https://arxiv.org/abs/2606.25369},
}
This model is licensed under Sarashina Model NonCommercial License Agreement.
If you are interested in using this model for commercial purposes, please feel free to contact us through our contact page.
The audio provided on this page are for research purposes only and may not be redistributed or used for commercial purposes.
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys sarashina2-2-tts for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (sarashina2-2-tts 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="sarashina2-2-tts" -F file=@audio.mp3
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.