Model reference · open weights
FireRedASR2-LLM-vllm is an open-weight audio or speech model from allendou. 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 | allendou |
|---|---|
| Type | Audio & music |
| Task | Speech→text |
| Context | 32k tokens |
| Released | 2026-02-26 |
| Popularity | 530 downloads / month |
| Licence | Open weights |
About
FireRedASR2S A SOTA Industrial-Grade All-in-One ASR System
[Code] [Paper] [Model] [Blog] [Demo]
FireRedASR2S is a state-of-the-art (SOTA), industrial-grade, all-in-one ASR system with ASR, VAD, LID, and Punc modules. All modules achieve SOTA performance:
2S: 2nd-generation FireRedASR, now expanded to an all-in-one ASR System
| Model | Supported Languages & Dialects | Download |
|---|---|---|
| FireRedASR2-LLM | Chinese (Mandarin and 20+ dialects/accents*), English, Code-Switching | 🤗 | 🤖 |
| FireRedASR2-AED | Chinese (Mandarin and 20+ dialects/accents*), English, Code-Switching | 🤗 | 🤖 |
| FireRedVAD | 100+ languages, 20+ Chinese dialects/accents* | 🤗 | 🤖 |
| FireRedLID | 100+ languages, 20+ Chinese dialects/accents* | 🤗 | 🤖 |
| FireRedPunc | Chinese, English | 🤗 | 🤖 |
FireRedASR2 builds upon FireRedASR with improved accuracy, designed to meet diverse requirements in superior performance and optimal efficiency across various applications. It comprises two variants:
Metrics: Character Error Rate (CER%) for Chinese and Word Error Rate (WER%) for English. Lower is better.
We evaluate FireRedASR2 on 24 public test sets covering Mandarin, 20+ Chinese dialects/accents, and singing.
Note: ws=WenetSpeech, md=MagicData, conv=Conversational, daily=Daily-use.
| ID | Testset\Model | FireRedASR2-LLM | FireRedASR2-AED | Doubao-ASR | Qwen3-ASR | Fun-ASR | Fun-ASR-Nano |
|---|---|---|---|---|---|---|---|
| Average CER(All, 1-24) | 9.67 | 9.80 | 12.98 | 10.12 | 10.92 | 12.81 | |
| Average CER(Mandarin, 1-4) | 2.89 | 3.05 | 3.69 | 3.76 | 4.16 | 4.55 | |
| Average CER(Dialects, 5-23) | 11.55 | 11.67 | 15.39 | 11.85 | 12.76 | 15.07 | |
| 1 | aishell1 | 0.64 | 0.57 | 1.52 | 1.48 | 1.64 | 1.96 |
| 2 | aishell2 | 2.15 | 2.51 | 2.77 | 2.71 | 2.38 | 3.02 |
| 3 | ws-net | 4.44 | 4.57 | 5.73 | 4.97 | 6.85 | 6.93 |
| 4 | ws-meeting | 4.32 | 4.53 | 4.74 | 5.88 | 5.78 | 6.29 |
| 5 | kespeech | 3.08 | 3.60 | 5.38 | 5.10 | 5.36 | 7.66 |
| 6 | ws-yue-short | 5.14 | 5.15 | 10.51 | 5.82 | 7.34 | 8.82 |
| 7 | ws-yue-long | 8.71 | 8.54 | 11.39 | 8.85 | 10.14 | 11.36 |
| 8 | ws-chuan-easy | 10.90 | 10.60 | 11.33 | 11.99 | 12.46 | 14.05 |
| 9 | ws-chuan-hard | 20.71 | 21.35 | 20.77 | 21.63 | 22.49 | 25.32 |
| 10 | md-heavy | 7.42 | 7.43 | 7.69 | 8.02 | 9.13 | 9.97 |
| 11 | md-yue-conv | 12.23 | 11.66 | 26.25 | 9.76 | 33.71 | 15.68 |
| 12 |
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys fireredasr2-llm-vllm for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (fireredasr2-llm-vllm 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="fireredasr2-llm-vllm" -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.