English

VoxServe: Streaming-Centric Serving System for Speech Language Models

Machine Learning 2026-02-03 v1 Artificial Intelligence Distributed, Parallel, and Cluster Computing Sound Audio and Speech Processing

Abstract

Deploying modern Speech Language Models (SpeechLMs) in streaming settings requires systems that provide low latency, high throughput, and strong guarantees of streamability. Existing systems fall short of supporting diverse models flexibly and efficiently. We present VoxServe, a unified serving system for SpeechLMs that optimizes streaming performance. VoxServe introduces a model-execution abstraction that decouples model architecture from system-level optimizations, thereby enabling support for diverse SpeechLM architectures within a single framework. Building on this abstraction, VoxServe implements streaming-aware scheduling and an asynchronous inference pipeline to improve end-to-end efficiency. Evaluations across multiple modern SpeechLMs show that VoxServe achieves 10-20x higher throughput than existing implementations at comparable latency while maintaining high streaming viability. The code of VoxServe is available at https://github.com/vox-serve/vox-serve.

Keywords

Cite

@article{arxiv.2602.00269,
  title  = {VoxServe: Streaming-Centric Serving System for Speech Language Models},
  author = {Keisuke Kamahori and Wei-Tzu Lee and Atindra Jha and Rohan Kadekodi and Stephanie Wang and Arvind Krishnamurthy and Baris Kasikci},
  journal= {arXiv preprint arXiv:2602.00269},
  year   = {2026}
}

Comments

The code is available at https://github.com/vox-serve/vox-serve

R2 v1 2026-07-01T09:28:41.383Z