LFM2.5-Audio is Liquid AI's end-to-end multimodal speech model supporting ASR (speech-to-text), TTS (text-to-speech), and speech-to-speech in a single 1.5B parameter model. This is the Japanese variant.
1# Transcribe Japanese audio
2./crispasr -m lfm2-audio-1.5b-jp-q4_k.gguf -f audio.wav -l ja
3
4# Or with auto-download
5./crispasr --backend lfm2-audio -m auto -f audio.wav
1python models/convert-lfm2-audio-to-gguf.py \
2 --input LiquidAI/LFM2.5-Audio-1.5B-JP \
3 --output lfm2-audio-1.5b-jp-f16.gguf
4
5# Quantize
6./crispasr-quantize lfm2-audio-1.5b-jp-f16.gguf lfm2-audio-1.5b-jp-q4_k.gguf q4_k
LFM Open License v1.0 - Commercial use permitted for entities with annual revenue under $10M USD. See the
upstream license for full terms.
Components include: Apache-2.0 (NVIDIA NeMo), MIT (Kyutai Moshi), CC-BY-4.0 (Canary checkpoint).