September 2025 Summaries
4 posts from Vapi
Filter
Month:
Year:
Post Summaries
Back to Blog
Delphi.ai is a digital cloning platform that enables experts and celebrities to create custom language models of themselves, facilitating scalable, 24/7 availability across various channels. Initially struggling with their own WebSocket-based voice solution, Delphi transitioned to Vapi's infrastructure for its reliability and speed, which allowed them to focus on perfecting their digital minds rather than voice infrastructure. This switch significantly reduced engineering overhead and improved their ability to deliver high-quality, real-time voice interactions. By integrating Vapi, Delphi avoided extensive engineering work and achieved rapid scalability, reaching over 100,000 minutes of usage in less than a month. The platform has attracted high-profile clients such as Arnold Schwarzenegger and Matthew Hussey, while also securing a $16 million Series A funding led by Sequoia. Vapi's voice AI platform ensures enterprise-grade reliability and enables Delphi to maintain cutting-edge voice quality, thereby supporting their expansion and enhancing their core product offerings.
Sep 19, 2025
717 words in the original blog post.
The text delves into the intricacies of building a streaming architecture for conversational agents to avoid robotic interactions, emphasizing the need for continuous audio processing to handle real-world challenges such as background noise, unpredictable pauses, and poor cell service. It outlines the development of several key components, starting with Voice Activity Detection (VAD) that uses a state machine to accurately identify speech amidst noise, followed by audio preprocessing methods to manage chaotic phone call environments through adaptive thresholding and media detection. Streaming Speech-to-Text (STT) systems are optimized for latency, incorporating confidence-based filtering to reduce low-confidence transcript errors and supporting multiple STT providers for reliability. Endpointing, a crucial aspect of conversational flow, is addressed through both rule-based and intelligent methods to avoid premature interruptions or dead air, enhancing conversational fluidity. Finally, coordination ensures the system acts on predictions effectively, employing Greedy Inference for rapid adjustments in response to user behavior, maintaining synchronization with context reconstruction. The seamless integration of these components forms the backbone of a robust streaming pipeline, with further exploration of production challenges to be discussed in the next installment.
Sep 16, 2025
1,024 words in the original blog post.
High-quality text-to-speech (TTS) is crucial for effective voice agents, but its development can be costly due to the need for experimentation with various models and styles. To alleviate this, a partnership between Vapi and MiniMax offers the Vapi community free, unlimited access to MiniMax's TTS library for one week, enabling users to test production-grade voices on Vapi's sub-500ms infrastructure without cost concerns. Additionally, participants will receive a 20% discount on MiniMax API usage for the subsequent year and a $10 Vapi credit with the code VAPIMINIMAX10. To optimize the use of MiniMax models, users are encouraged to configure language settings for specialized use cases, enable text normalization for precise pronunciation, and utilize the pre-trained voice library available on Vapi. This initiative aims to encourage experimentation with new voices and facilitate innovative projects through the Vapi Dashboard.
Sep 15, 2025
364 words in the original blog post.
In August, several enhancements were made to improve the debugging, safety, and deployment speed of agents, focusing on logging, data capture, and model integration. Key features include a rebuilt logging system for clarity and speed, structured data capture with JSON schemas for predictable outputs, and expanded model support such as Minimax Voice Provider and GPT-5 integration. The platform also introduced developer tools for better IVR flows and security, alongside infrastructure upgrades for cost efficiency and reliability. Additionally, community events such as VapiCon 2025 and the SF Voice AI Builders Meetup are highlighted, offering networking opportunities and insights into new developments in voice AI technology.
Sep 01, 2025
500 words in the original blog post.