Model reference · open weights
fish-agent 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 | Audio→audio |
| Released | 2024-10-29 |
| Popularity | 57 downloads / month |
| Licence | Commercial licence needed |
About
Fish Agent V0.1 3B is a groundbreaking Voice-to-Voice model capable of capturing and generating environmental audio information with unprecedented accuracy. What sets it apart is its semantic-token-free architecture, eliminating the need for traditional semantic encoders/decoders like Whisper and CosyVoice.
Additionally, it stands as a state-of-the-art text-to-speech (TTS) model, trained on an extensive dataset of 700,000 hours of multilingual audio content.
This model is a continue-pretrained version of Qwen-2.5-3B-Instruct for 200B voice & text tokens.
The model supports the following languages with their respective training data sizes:
For detailed information and implementation guidelines, please visit our Fish Speech GitHub repository.
If you find this repository helpful in your work, please consider citing:
@misc{fish-agent-0.1,
author = {Shijia Liao and Tianyu Li and Rcell and others},
title = {Fish Agent V0.1 3B},
year = {2024},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/fishaudio/fish-speech}}
}
This model and its associated code are released under the BY-CC-NC-SA-4.0 license, allowing for non-commercial use with appropriate attribution.
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-agent for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (fish-agent 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-agent" -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.