---
title: "One-Second Voice-to-Voice Latency with Modal, Pipecat, and Open Models"
url: https://daily.dev/posts/one-second-voice-to-voice-latency-with-modal-pipecat-and-open-models-aejtkcqop
source_url: https://modal.com/blog/low-latency-voice-bot
type: article
source: "Modal"
published: 2025-11-04T22:13:07.962Z
updated: 2026-03-30T02:12:48.400Z
tags: ["python", "real-time-systems", "voice-ai", "webrtc"]
reading_time: 14
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# One-Second Voice-to-Voice Latency with Modal, Pipecat, and Open Models

**[Modal](https://daily.dev/sources/modal_labs)** · 14 min read · 0 upvotes · 0 comments

## Summary

Building a conversational voice AI bot with sub-second response latency using Modal's serverless platform, the Pipecat framework, and open-source models. The implementation achieves ~1 second voice-to-voice latency by combining Parakeet STT, Qwen3 LLM with vLLM, and Kokoro TTS. Key optimizations include using Modal Tunnels to bypass the input plane, WebRTC for client connections, regional pinning to minimize network latency, and independent autoscaling of GPU services. The demo includes a RAG-powered assistant for Modal's documentation with structured outputs and animated avatars.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://modal.com/blog/low-latency-voice-bot>

## Similar posts on daily.dev

- [How Decagon shipped real-time voice AI on Modal](https://daily.dev/posts/how-decagon-shipped-real-time-voice-ai-on-modal-y0nigfyhy) · Modal · 1 upvotes · 0 comments
- [How I built a sub-500ms latency voice agent from scratch](https://daily.dev/posts/how-i-built-a-sub-500ms-latency-voice-agent-from-scratch-neao8lbjr) · Hacker News · 0 upvotes · 0 comments
- [How I Made My Own Offline Voice Assistant](https://daily.dev/posts/how-i-made-my-own-offline-voice-assistant-lvephkfkw) · Medium · 0 upvotes · 0 comments
- [GPT-5.4 Mini for Voice AI: The Low-Latency Solution Developers Need](https://daily.dev/posts/gpt-5-4-mini-for-voice-ai-the-low-latency-solution-developers-need-ju2en4scd) · SitePoint · 1 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python), [#real-time-systems](https://daily.dev/tags/real-time-systems), [#voice-ai](https://daily.dev/tags/voice-ai), [#webrtc](https://daily.dev/tags/webrtc)

[View this post on daily.dev](https://daily.dev/posts/one-second-voice-to-voice-latency-with-modal-pipecat-and-open-models-aejtkcqop)
