Model reference · open weights
fish-speech-1.2-sft is an open-weight audio or speech model from fishaudio. 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
| Maker | fishaudio |
|---|---|
| Type | Audio & music |
| Task | Text→speech |
| Runs with | transformers |
| Released | 2024-07-18 |
| Popularity | 42 downloads / month |
| Licence | Commercial licence needed |
About
Fish Speech V1.2 is a leading text-to-speech (TTS) model trained on 300k hours of English, Chinese, and Japanese audio data.
Please refer to Fish Speech Github for more info. Demo available at Fish Audio.
If you found this repository useful, please consider citing this work:
@misc{fish-speech-v1,
author = {Shijia Liao, Tianyu Li},
title = {Fish Speech V1},
year = {2024},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/fishaudio/fish-speech}}
}
This model is permissively licensed under the BY-CC-NC-SA-4.0 license. The source code is released under BY-CC-NC-SA-4.0 license.
From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys fish-speech-1-2-sft for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (fish-speech-1-2-sft 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="fish-speech-1-2-sft" -F file=@audio.mp3
Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.