Anyone running SALMs in production? (Voxtral style models) Looking for training recipes and open-source implementations
I'm curious whether anyone here is actually running SALMs in production today, or actively experimenting with them.
A reasonable starting point seems to be something like:
- Voxtral-Small + TTS
- Whisper / mimi-style audio encoder + existing LLM backbone (Qwen, Gemma, etc.)
- Speech adapters on top of strong tool-calling LLMs
What I'm more interested in is the training side than the inference
For example, suppose we take:
- Whisper / Mimi as an audio encoder
- Qwen3 / Gemma as the backbone LLM
- Freeze most of the LLM initially
- Train an audio adapter / projector
- Continue with SFT, distillation, RL, or some combination
Questions:
- Has anyone actually built and deployed something like this?
- What datasets are people using? Pure ASR data, speech-instruction data, synthetic data, or some mixture?
- How are you generating/cooking the data for tool-calling and conversational voice assistants?
- Are there any open-source implementations, training recipes, cookbooks, or papers you'd recommend?
- How well do these systems scale compared to a traditional voice stack?
- What ended up being the hardest part: data, alignment, latency, turn-taking, tool calling, or something else?
Would love to hear from people who've trained these systems themselves rather than only consuming hosted APIs