Fun-ASR
Fun-ASR-Nano LLM-ASR model supports 31 languages for real-time speech recognition tasks
GraphCanon updated 3w · GitHub synced 3w
Decision brief
Fun-ASR is a real-time speech recognition tool supporting 31 languages with capabilities for handling dialects, accents, and speaker diarization.
Good fit when
- When you need support for 31 different languages including handling of various dialects and accents.
- For applications requiring real-time speech to text transcription that can also handle lyrics and hotwords.
Avoid when
- Avoid if your project requires a specific programming language other than C as Fun-ASR is primarily developed in C.
- If you do not require on-device processing, as this tool is designed for on-device inference which may limit scalability for cloud-based applications.
- Pricing:
- freemium - Open source under Apache License 2.0 allows free use with attribution and adherence to the license terms.
- Requirements:
- Installation requires Python packages `funasr` version >=1.3.3, and `vllm` version >=0.12.0.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (6d since push)
- As of 3w
- Provenance
- Not a fork · Organization account
- As of 3w
- Security (OSV)
- 26 low (26 low)
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
git clone https://github.com/FunAudioLLM/Fun-ASRSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A multilingual ASR model that can handle dialects, accents, lyrics, hotwords, timestamps, and speaker diarization in real time across 31 different languages.
Capability facts
- Languages
- c
Source: github.language · Jul 30, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 30, 2026)
pip install "funasr>=1.3.26" "vllm>=0.12.0"Source link
Tags
README
Install
pip install "funasr>=1.3.26" "vllm>=0.12.0"
License
- Source code in this repository is licensed under the Apache License 2.0.
- Model weights are distributed separately and follow the license metadata on their model cards. The official Fun-ASR-Nano and Fun-ASR-MLT-Nano cards currently list Apache-2.0; review the card for the specific artifact you download.
For agents
This page has a .md twin and JSON over the API.